@charset "utf-8";
/* CSS Document */


body 
	{
	margin: 0px;
	font-family: "Georgia", "Times New Roman";
	background-color: #398FB2;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	margin-left: -339px;
	position: absolute;
	top: -177px;
	left: 50%;
	width: 787px;
	height: 350px;
	visibility: visible;
	background: #fff;
	}
	
#top    
	{
	background: #fff;
	margin:0;
	padding:0;
	}
	
#main    
	{
	width: 787px;
	background: #fff;
	text-align: left;
	height: 500px;
	margin:0;
	padding:0;
	}
	
#lhpanel    
	{
	float:left;
	background: #fff;
	margin:0;
	padding:0;
	width: 376px;
	}
	
#mainpanel    
	{
	float:left;
	margin:0;
	padding:0;
	width: 787px;
	height: 410px;
	background-color: #fff;
	background-image: url(../images/main_sf.jpg);
	background-repeat: no-repeat;
	}	
	
#mainprod    
	{
	float:left;
	margin:0;
	padding:0;
	width: 787px;
	height: 440px;
	background-color: #fff;
	background-image: url(../images/prod_sf.jpg);
	background-repeat: no-repeat;
	}		
	
	#maincontact    
	{
	float:left;
	margin:0;
	padding:0;
	width: 787px;
	height: 440px;
	background-color: #fff;
	background-image: url(../images/contact_sf.jpg);
	background-repeat: no-repeat;
	}
	
	#mainwhere 
	{
	float:left;
	margin:0;
	padding:0;
	width: 787px;
	height: 440px;
	background-color: #fff;
	background-image: url(../images/where_sf.jpg);
	background-repeat: no-repeat;
	}				
#rhpanel  
	{
	width: 410px;
	float:left;
	background: #fff url(../images/rhpanelbg.jpg) repeat-y; 
	height: 378px;
	margin:0;
	padding:0;
	}
#floatfix {
	clear:both;
	background: #fff;
	}
	
#footer    
	{
	background: #fff;
	margin:0;
	padding:0;
	}
	
#leftfooter   
	{
	float:left;
	width:510px;
	background: #fff;
	}
	
#rightfooter   
	{
	float:left;
	width:277px;
	background: #fff;
	}
#base   
	{
	clear:both;
	float:left;
	width:787px;
	}
	
/*=================================================================== 
	
LINKS 

=================================================================== */

a {
	color: #7d7c70;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0px 0 0px;
}
a:hover, a:focus {
	text-decoration: underline;
	color:#7d7c70;
}

#main a {
	color: #7d7c70;
	text-decoration: underline;
	font-weight: bold;
}
#main a:hover, a:focus {
	text-decoration: underline;
	color:#7d7c70;
}

/*=================================================================== 
	
TEXT FORMATTING

=================================================================== */

h1 {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin:0 0 6px 0;
	padding:0 0 0 10px;
}

h2 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin:0 0 6px 0;
	padding:0 0 0 10px;
}

h3 {
	clear:both;
	color: #999;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 8px 0 2px 0;
	margin: 0;
}

h4 {
	color: #ff3366;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 0;
}

h5 {
	
	color: #b5063f;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 0;
}

h6 {
	color: #ff3366;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0;
}

hr {
	border: none 0; 
	border-top: 1px dashed #fff;/*the border*/
	padding: 10px 0 0 0;
	margin: 0;
	width: 96%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}

p {
font-size: 10px;
font-weight:bold;
line-height: 13px;
color:#7d7c70;
padding: 6px 10px 0 10px;
margin: 0;
}

#rhpanel p {
font-size: 10px;
line-height: 13px;
color:#fff;
padding: 6px 10px 0 10px;
margin: 0;
}
.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-type: disc;
	font-weight: normal;
}

.mystyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
