﻿body 
{
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 10px;
    color: #FFF;
    background-color: #61522D;
    text-align: center;
}

#wrapper
{
    width: 766px;
    margin: 0 auto;
    text-align: left;
    background-color: #61522D;
}

*
{
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.clear
{
    clear: both;
}

/*-------------------HOME PAGE-----------------------------------------------------------*/

#branding
{
    width: 766px;
    height: 200px;
    background-color: #FFF;
    text-align: center;
    position:relative;
}

/*-------------------TOP PRODUCT NAV BAR--------------------------------------------------*/

#prodNav
{
    height:30px;
    width: 766px;
	background-image:url('../../images/nav/prodnav-home-bg.jpg');
	font-family:"Book Antiqua";
	font-size: 1.6em;
	color:#2F2F2F;
}

#prodNav ul
{
	height:25px; /*-- Actual is 30px MINUS the ul padding-top --*/
	padding-top:5px; /*-- to help center text in middle of bar --*/
    margin-left:auto; /*-- adjusts the centering position of the buttons on the bar --*/
    margin-right:auto;
}

#prodNav ul li
{
	margin-left:50px; /*-- adjusts the spacing between the buttons --*/
	display:block;
	float:left;
	list-style-type:none;
	letter-spacing:2px;
}

#prodNav ul li a
{
	color:#2F2F2F; /*-- keep the same color as prodNav so that it only changes on hover --*/
	text-decoration:none;
}

#prodNav ul li a:hover
{
	color:#756e57;
}

/*-------------------TOP SUB NAV BAR--------------------------------------------------*/
#subNav
{
    height:30px;
    width: 766px;
    background-color: #B59253;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	color:#ffffff;
}

#subNav ul
{
    height:22px; /*-- Actual is 30px MINUS the ul padding-top --*/
	padding-top:8px; /*-- to help center text in middle of bar --*/
	margin-left:55px; /*-- adjusts the centering position of the buttons on the bar --*/
    margin-right:auto;
}

#subNav ul li
{
	margin-left:35px; /*-- adjusts the spacing between buttons --*/
	display:block;
	float:left;
	list-style-type:none;
	letter-spacing:-1px;	
}

#subNav ul li a
{
	color:#ffffff; /*-- keep the same color as prodNav so that it only changes on hover --*/
	text-decoration:none;
}

#subNav ul li a:hover
{
	color:#756e57;
}

/*------------Main Content - Home--------------------------------------*/

#mainContent
{
    width: 766px;
    background-color: #1E1E1E;
}

/*---------Left Column--------------------*/

#col1
{
    float: left;
    width: 446px;
    padding: 10px;
    text-align: center;
}

.mainImg
{
    padding-top: 10px;
}

.callout-non-flammable a
{
    float: left;
    width: 105px;
    background: url(/images/img-non-flammable.gif) no-repeat center top;
    margin-top: 15px;
    text-align: center;
    font-size: 1.0em;
    padding: 50px 3px 5px 3px;
    color: #FFF;
    text-decoration: none;
}

.callout-non-flammable a:hover
{
    background: url(/images/img-non-flammable-hover.gif) no-repeat center top;
}

.callout-no-infestation a
{
    float: left;
    width: 105px;
    background: url(/images/img-no-infestation-hover.jpg) no-repeat center top;
    margin-top: 15px;
    text-align: center;
    font-size: 1.0em;
    padding: 50px 3px 5px 3px;
    color: #FFF;
    text-decoration: none;
}

.callout-no-infestation a:hover
{
    background: url(/images/img-no-infestation.jpg) no-repeat center top;
}

.callout-wind-resistant a
{
    float: left;
    width: 105px;
    background: url(/images/img-wind-resistant.jpg) no-repeat center top;
    margin-top: 15px;
    text-align: center;
    font-size: 1.0em;
    padding: 50px 3px 5px 3px;
    color: #FFF;
    text-decoration: none;
}

.callout-wind-resistant a:hover
{
    background: url(/images/img-wind-resistant-hover.jpg) no-repeat center top;
}

.callout-durable a
{
    float: left;
    width: 105px;
    background: url(/images/img-durable.gif) no-repeat center top;
    margin-top: 15px;
    text-align: center;
    font-size: 1.0em;
    padding: 50px 3px 5px 3px;
    color: #FFF;
    text-decoration: none;
}

.callout-durable a:hover
{
    background: url(/images/img-durable-hover.gif) no-repeat center top;
}

/*---------Right Column--------------------*/

#col2
{
    float: right;
    width: 260px;
    padding: 20px;
}

#col2 h1
{
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}

#col2 p
{
    line-height: 2.5em;
    text-align: justify;
    font-size: 1.1em;
    padding-bottom: 10px;
}



/*-------------------FOOTER-----------------------------------------------------------*/

#footer
{
    clear: both;
    width: 766px;
    padding: 10px 0;
    background-color: #61522D;
    text-align: center;
    color: #C9C4B7;
    font-size: 0.9em;
    line-height: 1.8em;
}

#footer a
{
    color: #C9C4B7;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}