@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul { list-style: none; }

html, body { 
	background-color: #dff3fc;
	height:100%;
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center; 
	font-family: Verdana;
	background-image: url(../images/briteleafs_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

body#products {
	background-color: #fff;
	background-image: none;
}

#wrapper {
	margin: 0;
	padding: 0;
	text-align: center;
    vertical-align: top;
    width: 100%;
	padding-top: 80px;
}

img {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #F90;
}

h3 {
	font-size: 14px;
	color: #F60;
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px #ccc dashed;
}

h4 {
	font-size: 12px;
}

.content {
	width: 850px;
	background-color: #ccc;
	border: 1px #fff solid;
}

.main {
	background-color: #fff;
	margin: 3px;
}

#header {
	width: 520;
	height: 42px;
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(../images/briteleafs.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 55px 10px 0 330px;
}

#header ul {
	margin: 0;
	padding: 0;
	font: normal 15px Arial;
	list-style-type: none;
	color: #CCC;
}

#header li {
	display: inline;
	margin: 0;
	float: left;
}

#header li a {
	display: block;
	text-decoration: none;
	margin: 0;
	color: #999;
	padding: 0 18px;
	font-weight: bold;
}

#header ul li a:visited{
color: #999;
}

#header ul li a:hover, #header ul li .current{
color: #3399cc !important; /*text color of selected and active item*/
}

#mainContent {
	width: 780px;
	padding: 20px 30px;
}

#mainContent.content2 {
	padding: 100px 0;
}

#mainContent.content3 {
	width: 750px;
	padding-left: 60px;
}

#footer {
	width: 850px;
	color: #006699;
	font-size: 11px;
	line-height: 18px;
	padding-top: 5px;
}

#footer a, #footer a.visited {
	color: #006699;
	font-size: 11px;
}

#footer a:hover {
	color: #09C;
	text-decoration: underline;
}

#footer p {
	color: #666;
	text-align: center;
	font-size: 11px;
}

p {
	text-align: left;
	color: #666;
	font-size: 12px;
}

h2 {
	text-align: left;
}

#productMenu li {
	display: inline;
	margin: 0;
	margin-bottom: 12px;
	float: left;
	font: normal 12px Verdana;
}

#productMenu li a {
	padding: 3px 15px;
	margin: 0;
 	margin-right: 5px;
 	border: 1px solid #ddd;
 	background: #0e76bc;
 	text-decoration: none;
 	color: #fff;
}

#productMenu li a:visited {
color: #fff;
}

#productMenu li a:hover{
color: #0e76bc;
 background: #fff;
}

#productMenu li a.selected{ /*selected main tab style */
background-color: #eee;
color: #0e76bc;
}

.ProductBox {
	border:1px solid #ddd;
	width:738px; 
	padding: 20px;
	margin-top: 10px;
}