@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(vandernest_images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #685150;
}
td img {display: block;}
div{
	margin: 0px auto;
	padding: 0px; 
	clear:both;
	float:none;
aborder: 1px solid red;
}
.container{
	width: 100%;
	text-align: center;
}
.banner{
	height: 150px;
	width: 900px;
	padding: 0px 0px 0px 100px;
	background-position: center bottom;
	background-repeat:no-repeat;
}
.main_content{
	width: 800px;
	margin: 0px auto;
}
.menu_item{
	height: 40px;
	width: 100px;
	margin: 0px;
	padding: 110px 0px 0px 0px;
	float: left;
	clear:none;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.menu_item a{
	font-size: 12px;
	height: 40px;
	padding: 0px 20px;
	text-decoration: none;
	color: #422524;
	font-weight:normal;
}
.home{background-image: url("images/banner_line_01.gif");}
.home .menu_item a:hover, .home .selected a{color: #6598cb; text-decoration: none;}
.about{background-image: url("images/banner_line_02.gif");}
.about .menu_item a:hover, .about .selected a{color: #659866; text-decoration: none;}
.porti{background-image: url("images/banner_line_03.gif");}
.porti .menu_item a:hover, .porti .selected a{color: #fe9800; text-decoration: none;}
.client{background-image: url("images/banner_line_04.gif");}
.client .menu_item a:hover, .client .selected a{color: #8d4746; text-decoration: none;}
.contact_us{background-image: url("images/banner_line_05.gif");}
.contact_us .menu_item a:hover, .contact_us .selected a{color: #669898; text-decoration: none;}

.selected{ background-color:#FFFFFF;}
.menu_logo{
	background-image: url("images/logo.gif");
	background-repeat:no-repeat;
	background-position:top right;
	height: 127px;
	width: 300px;
	float:left;
	clear:none;
}
.footer{
	margin: 5px auto 0px auto;
	width:750px;
	border-top: 1px dashed #ccc;
	height: 30px;
	font-size:10px;
	color:#333;
}
.footer_right{float: right; clear:none; color: #685150}
.footer_left{float: left; clear:none; margin: 0px 20px 0px 0px;}
.footer_a{text-decoration:none; color:#685150}
.main_intro{
	width: 994px;
	padding: 0px 0px 20px 0px;
	text-align:center;
	margin: 0px auto;
}
h2{font-size: 13px; line-height: 1.4; color: #685150; font-weight: bold; }
h3{font-size: 12px; color: #685150; font-weight: bold; margin:0px; font-weight: normal;}
h4{font-size: 13px; color: #8d4747; font-weight: bold; font-style:italic; margin:0px; }
h5{font-size: 11px; line-height: 1.4; color: #685150; font-weight: bold; text-align:left; }
h2 a, h3 a{ text-decoration:none; color:#422524;}
h2 a:hover, h3 a:hover{text-decoration:underline; color:#fe9800}
.client_a{ text-decoration:underline; color:#685150;}
.client_a:hover{ text-decoration:underline; color:#8d4747}
.contact_right{ font-size: 11px;}
.contact_right a{color: #685150;}
.contact_right a:hover{color: #669898;}
.map_button{color: #422524; text-decoration:none; font-weight:bold;}
.map_button:hover{color: #000;}
