/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg_body2.jpg) repeat-x 0 173px;
	font-family: tahoma, serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #7f7f7f;
	}
acronym { cursor: help; background-color: #f4f4f4; border: 0; }
a { text-decoration: none; color: #2d1502; }
a:hover { border-bottom: 1px solid #90572a;  color: #90572a; }/* #7CCAB1; color: #7CCAB1; }*/

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 650px;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #90572a url(img/bg_header2.jpg) repeat-x;
	border-top: 5px solid #90572a; /* #006F4A;*/
	padding: 0px 0;
	}	
#header h1, 
#header h2 { 	
	margin: 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	color: #59BD9B; }
.page_title
	{
	color: #454444;
	font-family: helvetica ,sans-serif;
	font-weight: bold;
	font-style: Normal;
	font-size: 18px;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
#nav { margin: -20px; padding: 0 0 25px 0; }
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 10px;
	margin-right: 3px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #F4F4F4;
	border-bottom: 0;
	padding: 3px 8px 0;
	font-size: 1.1em;
	font-weight:bold;
	}
#nav li a:hover { border-top: 5px solid #ddd; }
#nav li a.on { border-top: 5px solid #90572a;/*#7CCAB1;*/ }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	 
	text-align: justify; 
	word-spacing: 2px;
	text-align: left; /* Cancel IE Fix */	
	background: #fff url(img/bg_line23.gif) no-repeat 50% 2px;
	padding: 10px 0px;
	font-size: 1.1em;
	border-left:solid 1px #90572a;
	border-right:solid 1px #90572a;
	}	
#content h3 { 
	font-size: 1em; 
	color: #096; 
	margin: 0; 
	cursor: default;
	}
#content p { margin-top: 5px; margin-bottom: 10px; text-indent: 3em; }
#content blockquote { 
	background: #F0F9F5; 
	margin: 10px 0; 
	padding: 10px 20px;
	border-top:solid 1px  #CEECDE;
	border-bottom: 1px solid #CEECDE;
}
#content blockquote p { margin: 0; text-indent: 0; }	
#content ul li { list-style-image: url(img/li_bullet2.gif)	; }
#content ol li { padding-top:20px; }
.mainlink
	{
	color: #6B6AA0;
	font-family: Verdana, helvetica ,sans-serif;
	font-style: Normal;
	font-size: 12px;
	}
.product
{
	height:20px;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #90572a url(img/bg_header2.jpg) repeat-x;
	text-align:left;
	color: #fff;
	font-size: 0.9em;
	padding: 10px;
	line-height: 16px;
	border-bottom: 5px solid #90572a; /*#19A375;*/
	}
	
#footer a { text-decoration: none; color: #dcc6b2; /*#7CCAB1;*/ border-bottom: 1px solid #dcc6b2; }
#footer a:hover { border-bottom: 1px solid #fff; color: #fff; }


.class_desc {
	color: #137F00;
}



