@charset "UTF-8";
body  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/template/canvas.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;	
}

p {
   margin-top: 0px;
   padding: 0;
}

.bold {
	font-weight: bold;
}

A:link, A:visited {
   text-decoration: none;
   color: #008000;		
}

A:hover {
   color: #663300;
   text-decoration: underline;
}

p.caption {
	padding-bottom: 6px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #663300;
}

.brownText {
	color: #663300;	
}

.greenText {
	color: #008000;	
}

.thrColFixHdr #container {
	background: #fff;
	width: 960px;	
	border: 1px solid #fff;
	border-top: 0;	
	border-bottom: 2px solid #ebebeb;
	margin: 110px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */		
} 

.bullet li{
	margin-bottom: 10px;	
}

/* header */

#hdrbackgd {
	background: url(../images/headers/hdr_bg_sale_10.gif) no-repeat;
	background-position: left top; 
	width: 960px;
	height: 216px;		
}

#hdrbackgd .logo {
	position: absolute;
	top: 120px;
	margin-left: 220px;
}

#hdrbackgd ul {
	list-style-type: none;
	position: absolute;
	top: 120px;	
	width: 260px;
	margin-left: 690px;
	padding: 0;
}

#hdrbackgd li {	
	display: inline;
}  

#hdrbackgd li a {
	font-size: 11px;	
	white-space: nowrap;
	background-image: url(../images/template/bullet_eyelet.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	margin: 0;
	padding: 10px 40px;
}

#hdrbackgd .Nav_Menu {
	display: block;
	width: 718px;
	height: 35px;
	position: relative;
	top: 136px;
	left: 242px;
	margin-right: 3px;	
	padding: 0;
}

#hdrbackgd .Telephone_Sales { 
	position: relative;
	top: 167px;
	right: -8px;
	margin: 0;
	padding: 0;
}

#hdrbackgd .HeadLink {
	position: relative;
	top: -98px;
	left: 545px;
	width: 96px;
	height: 50px;
	border: 0;
	padding: 0;
	margin: 0;
}

/* sidebar1 */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */	
	margin: 0 0 15px 0;  
	background-image: url(../images/temp_nav_yellow_bg.gif); 
	background-repeat: repeat-y;
	background-position: left top;		
}

.thrColFixHdr #sidebar1 img {
	display: block;
	background-color: #fff;
	padding: 0 0 15px 0;
	margin: 0;
	border: 0;		
}

.thrColFixHdr #sidebar1 h1 {
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #663300;
	margin: 0;
	padding: 10px 0 15px 0;
	background-image: url(../images/temp_nav_yellow_bg.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat: repeat-y;
	background-position: left top;
}

.thrColFixHdr #childNav {
    width: 210px;	
	padding: 0 0 30px 0;
	margin: 0;	
}

.thrColFixHdr #childNav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.thrColFixHdr #childNav li {
    border-bottom: solid 1px #fff;	
}  

.thrColFixHdr #childNav li a:link, #childNav li a:visited {
	font-size: 11px;
	display: block;
	padding: 4px 3px 5px 8px;	
	border-left: 9px solid #ffd52e;
	border-right: 9px solid #66cc00;	
}

.thrColFixHdr #childNav li a:hover {
	border-left: 9px solid #663300;	
	border-right: 9px solid #663300;	
}

/* sidebar2 start */

.thrColFixHdr #sidebar2 {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 7px;
	padding: 0;	
}

.thrColFixHdr #sidebar2 img {  
    display: block;
    border: none;
    margin: 0 0 15px 0;	
} 

.thrColFixHdr #sidebar2 p {
    padding: 0;
    margin-bottom: 1px;		
    font-size: 10px;
}

.thrColFixHdr #sidebar2 hr {
	border: 0;
	width: 100%;
	height: 1px; 
	color: #630;
	background-color: #630;
}

/* Main Content Start */

.thrColFixHdr #mainContent { 
	margin: 0 135px 0 225px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
} 

.thrColFixHdr #mainContent h1 {
    font-family: Verdana, Arial;
	font-size: 18px;    
    font-weight: bold;
    color: #66cc00;
	margin: 30px 0 20px 0;
}

.thrColFixHdr #mainContent h2 {
    font-size: 13px;    
    font-weight: bold;
    color: #663300;
	margin: 20px 10px 5px 0;
	padding: 0;
}

.thrColFixHdr #mainContent h3 {
    font-size: 13px;  
    font-weight: bold;
    color: #663300;
    text-align: center;
    padding: 0; 
    margin: 0;	
}

/* footer start */

.thrColFixHdr #footContainer {
	width: 100%;
	margin: 30px 0 0 0;
	line-height: 150%;
	background-image: url(../images/09_temp_footer_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
}

.thrColFixHdr #footContainer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */	
} 

#footNav {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
}

.thrColFixHdr #footContainer p {
	margin-bottom: 12px; 
	padding: 0;
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ 
	text-align: center;
	font-size: 10px;
	color: #663300;	
}

/* footer end */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
} 
