/* CSS Document */
body {
	margin:10px 0px; 
	padding:0px;
	text-align:center;
	font:11px verdana, arial, helvetica, sans-serif;
	color:#333;
	background: #FFFFFF;
	
}
#title {
	width: 1000px;
	text-align:center;
	padding:0px;
	border-bottom: 10px;
	color: white;
	background:#FFFFFF;
}

#infomenu {
	margin-top: 30px;
                Height: 50;
	width: 1000px;
	text-align:left;
	padding: 0px;
	background-color:#FFFFFF;
	color:#333;
border: 1px;
}

#prodmenu {
	Height: 650px;
	width: 245px;
	float: left; 
	margin-top: 80px;
	margin-right: 5px;
	text-align: top;
	font: 10px;
	/*padding-bottom: 12px;*/
	/*padding-top: 12px;*/
	background-color:#FFFFFF;
}


#siteframe {
	width:1000px;
	margin:0px auto; 
	text-align:center; 
	padding:0px;
	border: 0px;
	background-color: transparent;
	color: white;
}

#maintext {
                margin-top: 55px;
	width: 750px;
	height: auto;
	float: center; 
	text-align: left; 
	padding-top: 20px;
	border: 1px transparent;
	background-color: transparent;
	color: #888;
	
}

h1 {
	font:bold 20px georgia, times new roman, times, serif;
	margin-top:20px;

}
h2 {
	color:#999;
	font:bold 15px georgia, times new roman, times, serif;
	margin-top: 15px;
	margin-bottom: 2px;

}
h3 {
	color:#000;
	font: bold 15px georgia, times new roman, times, serif;
	margin-top: 0px;
	margin-bottom: 0px;


}

h4 {
	font:15px verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.09em;
	margin: 0px;
	}
	
h5 {
	font: 8px;
	letter-spacing: 0.09em;
	margin: 2px;
	}

#cencontain  {
	width 1000px;
	}	
	
#footer {
	text-align: Center; 
	width: 1000px;
	border: 20px transparent;
	margin-bottom: 10px;
	background-color: #000000;
	font:10px verdana, arial, helvetica, sans-serif;
	color:#888;
	text-transform: uppercase;
}

#hyperlink {
     a:link {COLOR: #000000;}
     a:visited {COLOR: #000000;}
     a:hover {COLOR: #000000;}
     a:active {COLOR: #000000;}
}