@charset "UTF-8";
/* CSS Document */

/* -------------------------------- */
/* --------- MAIN STYLES ---------- */
/* -------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-image: none;
	background-repeat:repeat-x;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #62945E;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;	
}
.orderbar {
	height: 46px;
	width: 368px;
	background-image: url(images/order-bar.jpg);
}
.ordertext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #62945E;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #0b5788;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	list-style-type: disc;
	color: #333;
}
.addtocartbutton {
	padding-top: 20px;
	line-height: 0px;
}

a:link {
	color: #62945e;
	text-decoration: none;
}

a:hover {
	color: #666;
}

ul {
	list-style-type: disc;
	line-height: 15px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	margin-left: 10px;
}

ul li {
	color: #62945e; 
	font-size: 9px;
	}
		
ul li p { 
color: #333; 
}



/* --------------------- */
/* ------- CLASSES ----- */
/* --------------------- */

.clearfloat { 
     clear:both; 
     height:0; 
     font-size: 1px;
     line-height: 0px;
}

/* -------------------------------- */
/* -------- MAIN SECTIONS --------- */
/* -------------------------------- */

#container {
	width: 1040px;
	background-color: transparent;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(images/mainpanel_shadow.png);
}


#header {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: transparent;	
	height: 130px; 

}

#navbar {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #000000;
	height: 37px;
	background-image: url(images/navbar-sliver.jpg);
}

#presentation {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	height: 300px;

}

#sidebar1 {
	width: 140px;
	float: left;
	padding: 15px 10px;
	vertical-align: top;
}

#mainContent {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 25px;
	padding-left: 45px;
	vertical-align: top;
}

#footerpanel {
	width: 970px;
	margin: 0px auto 0px auto;
}


#footer {
	width: 1030px;
	height: 150px;
	background-color: transparent;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0px;
	font-size: 13px;
	color: #FFFFFF;
}




/* ------------------------- */
/* -------- HEADER --------- */
/* ------------------------- */

#headerlogo {
	float: left;
	margin: 0px;
	padding: 20px;
	width: 219px;
	height: 89px;
	
}

#brochurebutton {
	float: left;
	margin-top: 86px;
	padding: 0 0 0 140px;
	height: 44px;
}

#magnifying-glass {
	display: inline;
	padding-right: 8px;
	padding-top: 10px;
	width: 16px;
	height: 30px;
	}

#toprightbox {
	float: right;
	margin-top: 18px;
	padding-right: 10px;
	width: 360px;
	text-align: right;
}

#toprightbox p {
    font-size: 13px;
	padding-right: 14px;
	line-height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.toprightnav-right {
	font-size: 11px;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	line-height: 16px;
}

.toprightnav-right a:link, a:visited {
	text-decoration: none;
	color: #62945E;
}  

.toprightnav-right a:hover {      
   text-decoration: none;
   color:#666;
}  

.toprightnav-left {
	font-size: 11px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	line-height: 16px;
}

.toprightnav-left a:link, a:visited {
	text-decoration: none;
	color: #62945E;
}  

.toprightnav-left a:hover {      
   text-decoration: none;
   color:#666;
}  




/* --------------------------- */
/* -------- MAIN NAV  -------- */
/* --------------------------- */

#navbar ul {     

}

#navbar ul li {
	
	}
	

#navbar a:link {
	

}  

#navbar a:visited {      

}  


#navbar a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	
}



/* ------------------------------- */
/* -------- PRODUCT MENU  -------- */
/* ------------------------------- */

#productmenu {
width: 30px; /* set width of menu */
} 

#productmenu p {
	line-height: 20px;
	list-style-type: none;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 0px;
	color: #666;
	
}

#productmenu ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #666;
	text-align: left;
	display: list-item;
	width: 134px;
	margin-top: 4px;	
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#productmenu ul li {
	font-size: 11px;
	line-height: 25px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	}
	
	
#productmenu ul li a:link {
	color: #62945E;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}  

#productmenu ul li a:hover {
	color: #666;
	}
	
#productmenu ul li a:active {
	color: #666;
	}
	

.adtile {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



	


/* -------------------------------- */
/* -------- BOTTOM FOOTER  -------- */
/* -------------------------------- */



.footernav {
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
	
.footernav a:link, a:visited {
	color: #62945E;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}  
#email-signup-box {
	background-image: url(images/signup-bar.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 920px;
}

.footernav a:hover {      
   text-decoration: underline;
}  

.footernav a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #666;
	text-decoration: none;
}

#amerianbox {
	background-image: url(images/amerian-note.jpg);
	height: 500px;
	width: 880px;
}

#mladiffbox {
	background-image: url(images/mla-difference.jpg);
	height: 450px;
	width: 880px;
}
