@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#708A3E;
	font-size:11px;
}

.wrap{
	background:url(vmc-bg.jpg);
	width:904px;
	height:544px;
	margin:auto;
}
.top{
	height:84px;
}

.nav{
	width:172px;
	height:350px;
	float:left;
}

.menus{
	border:none;
	margin:0px;
}

.content_area{
	width:480px;
	height:350px;
	float:left;
	background-image:url(vmc-pic-bg.jpg);
}


.content_area_about {
	width:480px;
	height:350px;
	float:left;
	background-image:url(vmc-about-bg.jpg);
}

.about-text {
	width:330px;
	margin-left:20px;
	margin-top:20px;
	font-size:11px;
	color:#708A3E;
}

.txtbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#708A3E;
	width:180px;
}

.btn{
	font-family:Tahoma;
	font-size:11px;
	border:1px solid #708A3E;
	background:none;
	cursor:pointer;
}

.footer{
	width:904px;
	margin:auto;
	font-family:Tahoma;
	font-size:10px;
	text-align:center;
}

a{
	border:none;
	text-decoration:none;
	color:#FF9900;
}

a:hover{
	text-decoration:underline;
}

.content_area_products{
	width:480px;
	height:350px;
	float:left;
	background-image:url(vmc-products-bg.jpg);
	background-repeat:no-repeat;
}

#thumb_container{
	margin-left:10px;
	margin-top:55px;
	height:240px;
	width:440px;
	overflow-y:scroll;
}

.thumbs{
	cursor:pointer;
	border:2px solid #666600;
}
