@charset "UTF-8";
body  {
	background: #e3dcbb;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffff00;
	padding-left: 20px;
	padding-top: 20px;
	margin: 0px;
}
#container { 
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	width: 900px;
	background: #e3dcbb; 
	padding: 0px;
} 
#FAQbanner {
	width: 900px;
	margin: 0;
	padding: 0 0px 20px 0;
}

#sidebar1 {
	float: right;
	width: 226px;
	background: #663366; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 12px;
}
#contentWrapper {
	width: 900px;
	margin: 0px;
	background: url(images/newprod_bkgrnd.png) repeat-y left top;
	border-left: solid 1px #000000;
}


#mainContent { 
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 220px;
	
}
#productBlock0 {
	width: 630px;
	border-bottom: solid 1px #000000;
}
#productBlock1 {
	width: 630px;
	background: url(images/prod_im_CB1.jpg) left no-repeat;
	border-bottom: solid 1px #000000;
}
#productBlock2 {
	width: 630px;
	background: url(images/prod_im_CB2.jpg) left no-repeat;
	border-bottom: solid 1px #000000;
}
#productBlock3 {
	width: 630px;
	background: url(images/prod_im_J2b.jpg) left no-repeat;
	border-bottom: solid 1px #000000;
}
#productBlock4 {
	width: 630px;
	background: url(images/prod_im_pots.jpg) left no-repeat;
	border-bottom: solid 1px #000000;
} 
#footer { 
	padding: 0px;
	margin-top: 15px;
	background: #e3dcbb;
	border-top: solid 1px #000000; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.productBlockText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-left: 220px;
	padding-bottom: 10px;
}
.productText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
}


.sidebarText {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-top:10px;
	padding-bottom: 10px;
}
.sidebarHeadText {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	border-top: solid 1px #999999;
	padding-top:10px;
}
.sidebarHeadText2 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffff00;
	font-style: normal;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
}
.specHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	margin: 0px;
}
.specText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}


.yellow_hed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffff00;
	padding-left: 220px;
	padding-top: 10px;
	margin: 0px;
}

.bold_yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFF66;
}
.bold_yellow a:link {
	color: #ffff66;
	text-decoration: none;
}
.bold_yellow a:visited {
	text-decoration: none;
	color: #ffff66;
}
.bold_yellow a:hover {
	text-decoration: underline;
}
#sidebar1 a:link {
	color: #ffff66;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #ffff66;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #ffff66;
	text-decoration: underline;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #ffff66;
	text-decoration: underline;
}


.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
}



.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;
}