/* CSS Document */
body {
	margin: 0;
	padding: 0;
	height:100%;
	background:url(../images/bg_header.gif) top center repeat-x;
	color:#494949;
	font-family:Verdana,sans-serif;
	font-size:17px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:170%;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#ff3a56;
}

h3 {
	font-size:14px;
	color:#ff3a56;
	font-weight:bold;
}

h4 {
	font-size:12px;
	font-weight:bold;
	color:#ff3a56;
	padding-top:10px;
}

h5 {
	font-size:12px;
	font-weight:normal;
	border-bottom:dotted thin;
}
ul {
	padding-left:15px;
}
li {
}
img{
	padding:5px;
}
table{
	border-color:#999999;
	border-style:dashed;
	border-width:thin;
}
tr{
	border-style:none;
	border-width:none;
}
td{
	border-color:#999999;
	border-style:dashed;
	border-width:thin;
	border-spacing:1px;
	padding:5px;
}
/* Page */

#page {
	width: 99%;
	margin: 0 auto;
}

#header {
	/*width:100%;*/
	height:85px;
}

	#logo {
		width:450px;
		height:75px;
		float:left;
		background:url(../images/logo.jpg) bottom no-repeat;		
	}
	
	#top-menu {
		height:85px;
		padding-left:1.25%;				
	}
	#top-menu a {
		float:left;
		font-size:13px;
		font-weight:bold;
		letter-spacing:1px;
		text-align:center;
		color:#85B10F;
		text-decoration:none;
		margin: 0 auto;
		padding-left:0.60%;
		padding-right:0.60%;
		padding-top:32px;
		padding-bottom:18px;
		border:none;				
	}
	#about :hover {
		background:#D0703D;
		color:#FFF;			
	}
	#stock :hover {
		background:#3CAED0;
		color:#FFF;					
	}
	#rate :hover {
		background:#660033;
		color:#FFF;						
	}
	#recommend :hover {
		background:#8F36DA;
		color:#FFF;					
	}
	#testimonial :hover {
		background:#7F4E52;
		color:#FFF;					
	}
	#contact :hover {
		background:#3ED3B5;
		color:#FFF;					
	}
#banner {
	clear:both;
	width:800px;	
	height:200px;
	margin: 0 auto;
/*	background:url(../images/flash-banner.jpg) no-repeat;
*/	margin-top:20px;
}
#banner-one {
	float:left;
	width:33%;
	height:300px;
	margin: 0 auto;
	background:url(../images/a1.jpg) center no-repeat;
}
#banner-two {
	float:left;
	width:33%;
	height:300px;
	margin: 0 auto;
	background:url(../images/a2.jpg)  center no-repeat;
}
#banner-three {
	float:left;
	width:33%;
	height:300px;
	margin: 0 auto;
	background:url(../images/a3.jpg)  center no-repeat;
}
/* Content */

#content {
	width: 90%;
	clear:both;
	height:100%;
	margin:0 auto;	
}
	#real-content{
		/*width:100%;*/
	}
	#real-content p{
		padding-top:5px;
	}
	#real-content a{
	color:#009900;
	text-decoration:none;
	}
	#content-heading {
		font-size:22px;
		color:#85b20f;
		padding-top:20px;
/*		padding-bottom:30px;
*/		font-weight:bold;
	}
	#sub-heading {
		font-size:14px;
		font-weight:bold;
		color:#e88904;
		padding-top:10px;
		padding-bottom:10px;
	}
	#contact-left{
		float:left;
		width:30%;
	}
	#contact-right{
		float:right;
		width:60%;
	}
/* Footer */
#footer {
	width:100%;
	clear:both;
	/*width:100%;*/
	color:#505050;
	/*margin: 0 auto;*/
	text-align:right;
	height:70px;
	margin-top:30px;
	background:#e9e9e9;
	
}
	#footer a {
		font-size:13px;
		font-weight:bold;
		color:#505050;
		padding-left:2em;
		padding-right:2em;
		text-decoration:none;
		
	}