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


body {
	margin: 0;
	padding: 0;
	background:#333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;

}
a:hover {
	color: #FC5E00;
	text-decoration:none;

}
a:active {
	color: #333;
	text-decoration:none;

}


p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}

#wrapper {
	width: 800px;
	height:910px;
	margin: 0 auto;
	padding: 10px 0px 40px 0px;
}

#header {
	
	height:115px;
	width:800px;
	padding: 0px; 
	background-image:url(images/header.jpg); background-repeat:no-repeat;

}

#sitemap {
	
	float:right;
	text-align:left;
	height: 30px;
	width: 150px;
	padding-top:70px;
	padding-right:10px;	
}

#header p {
	text-align: left;
	padding-right: 20px;
	font: 70% Verdana, Geneva, sans-serif;
	color: #333;
}

/* van */

#portfolioheader {
	height:200px;
	width:800px;
	background-image:url(images/portfolioheader.jpg); background-repeat:no-repeat;
}



#portfoliobody {
	margin:0 auto;
	width:800px;
	height:380px;
	background-image:url(images/portfoliobody.jpg); background-repeat:no-repeat;
	
} 

#flashgallery {
	
	margin:0px 50px 0px 40px;
	
	width:720px;
	height:360px;

	
	
} 



/* Menu */

#menu {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background: url(images/navbar.jpg);
	background-repeat:no-repeat;
	color: #333;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 70px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 10px;
}

#menu a {
	display:block;
	margin-right: 7px;
	padding: 6px 5px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;
}

#menu .menu_item a {
	padding-left: 4px;
}

#menu a:hover {
	text-decoration: none;
	color: #FFF;
}



/* welcome section */




.orangehighlight {
	color: #FC5E00;
}




#signoff{
	width:800px;
	height:150px;
	background-image:url(images/signoff.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#footer{
	margin:0 auto;
	width:800px;
	height:20px;
	background-color:#666;
	background-repeat:no-repeat;
}



.footer p {
	text-align: right;
	padding:0px 20px 0px 0px;
	font: 7pt Verdana, Geneva, sans-serif;
	color: #ffffff;

}

#validater {
	display:block;
	padding:10px;
}
