@charset "utf-8";

body{
	margin: 0;
	background: #d3d3d3;
	font-family: Constantia;
}
a{
	text-decoration: none;
}
.about-bg{
	background: #fff;
	width: 900px;
	margin:auto;
}
.home-header
{
	background-image:url(../images/header2.jpg);
	width:900px;
	height:320px;
	margin:auto;
	position: relative;
}
#firstNav{
	position: absolute;
	bottom: 41px;
	left:0px;
}
#firstNav > li{
	display: inline-block;
	font-size: 14px;
	min-width: 90px;
	min-height: 18px;
	text-align: center;
}
#firstNav > li:nth-child(4){
	margin-left: 250px;
}
#firstNav > li a{
	color: #fff;
        font-weight: bold;
}
#firstNav > li a:hover{
	color: #fae9c4;
}
#firstNav li ul{
	background: url("../images/subMenu.png") no-repeat;
	position: absolute;
	width: 833px;
	text-align: left;
	height: 27px;
	top: 18px;
	left: 30px;
	display: none;
	padding: 5px 0 0 20px;
}
#firstNav > li:hover ul{
	display: block;
}
#firstNav li ul li{
	display: inline;
	padding: 2px 5px;
}
#firstNav li ul li:nth-child(5){
	margin-left: 275px;
}
#firstNav li ul li a{
	font-weight: bold;
}
#firstNav li ul li:hover{
	background: url("../images/subMenuHover.png");
}
#firstNav li ul li:hover a{
	color: #000;
}
#firstNav li ul li a{
	color: #888;
}
#secondNav{
	position: absolute;
	bottom: 6px;
	right:20px;
}
#secondNav li{
	display: inline-block;
	font-size: 14px;
	min-width: 120px;
	text-align: center;
}
#secondNav li a{
	color: #fff;
}
#secondNav li a:hover{
	color: #ddd;
}
#secondNav li ul{
	background: url("../images/subMenu.png") no-repeat;
	position: absolute;
	width: 300px;
	height: 27px;
	top: 19px;
	right: 30px;
	display: none;
	padding: 2px 0;
}
#secondNav > li:hover ul{
	display: block;
}
#secondNav li ul li{
	display: inline;
	padding: 3px 5px;
}
#secondNav li ul li:hover{
	background: url("../images/subMenuHover.png");

}
#secondNav li ul li:hover a{
	color: #000;
}
#secondNav li ul li a{
	color: #888;
}
#home-main
{
	width:900px;
	background: url("../images/aboutbg.jpg") bottom repeat-x;
	margin:auto;
	position: relative;
	display: table;
}
#rightCol{
	float: left;
	width: 400px;
	margin-left: 10px;

}

#leftCol{
	float: left;
	width: 400px;
	padding: 0px 20px 0px 20px;
	margin-top: 15px;
	font-size: 14px;
	font-family: Arial;
}
#topProducts .product{
	width: 190px;
	height: 190px;
	background: #f3f3f3;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer{
	height: 48px;
	width: 100%;
	background: url("../images/footer.png");
}