body {
	margin: 0;
	background-image: url(../images/pattern-light2.jpg);
	text-align: center;
	position: relative;
	font-family: "Trebuchet MS", Verdana, Tahoma, SansSerif;
}
.home-wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	line-height: 14px;
}
#logo {
	background-image: url(../images/home-logo.gif);
	background-repeat: no-repeat;
	height: 110px;
}
#logo h1 {
	padding: 0;
	margin: 0;
	text-indent: -9000px;
}
.dark-wood {
	background-image: url(../images/pattern-dark.jpg);
	height: 40px;
	position:relative;
}
#photo {
	background-color: #369;
	background-image: url(../round2/images/shadow-blue.jpg);
	background-repeat: repeat-x;
}
#shadow {
	background-image: url(../images/shadow-tan.jpg);
	background-repeat: repeat-x;
	height: 6px;
}
/*=================================TOP NAV FROM main.css======================================*/

ul#topnav {
	position: absolute;
	left: 5px;
	top: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
}
#topnav li {
	height: 36px;
	margin: 0;
	float: left;
	text-align: center;
}
#home-topnav-home {
	background-image: url(../images/home-button_active_home.jpg);
	background-repeat: no-repeat;
	height: 40px;
	position: absolute;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding: 0px 16px;
}
#topnav-about a:hover {
	background-image: url(../images/home-button_active_s.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height:37px;
	color: #036;
	text-decoration: none;
	background-position: 5px 0px;
}
#topnav-services a:hover {
	background-image: url(../images/home-button_active_s.jpg);
	background-repeat: no-repeat;
	width: 49px;
	height:37px;
	color: #036;
	text-decoration: none;
	background-position: 3px 0px;
}
#topnav-getstarted a:hover {
	background-image: url(../images/home-button_active_l.jpg);
	background-repeat: no-repeat;
	width: 68px;
	height:37px;
	color: #036;
	text-decoration: none;
	background-position: 7px 0px;	
}
#topnav-whatto a:hover {
	background-image: url(../images/home-button_active_s.jpg);
	background-repeat: no-repeat;
	width: 47px;
	height:37px;
	color: #036;
	text-decoration: none;
	background-position: 2px 0px;	
}
#topnav-awards a:hover {
	background-image: url(../images/home-button_active_home.jpg);
	background-repeat: no-repeat;
	width: 42px;
	height:37px;
	color: #036;
	text-decoration: none;
	background-position: 5px 0px;	
}
#topnav-clients a:hover {
	background-image: url(../images/home-button_active_home.jpg);
	background-repeat: no-repeat;
	width: 42px;
	height:37px;
	color: #036;
	text-decoration: none;	
	background-position: 5px 0px;	
}
#topnav-faq a:hover {
	background-image: url(../images/home-button_active_ss.jpg);
	background-repeat: no-repeat;
	width: 24px;
	height:37px;
	color: #036;
	text-decoration: none;
	background-position: 2px 0px;	
}
#topnav-gallery a:hover {
	background-image: url(../images/home-button_active_home.jpg);
	background-repeat: no-repeat;
	width: 40px;
	height:37px;
	color: #036;
	text-decoration: none;	
	background-position: 5px 0px;	
}
#topnav-contact a:hover {
	background-image: url(../images/home-button_active_l.jpg);
	background-repeat: no-repeat;
	width: 64px;
	height:37px;
	color: #036;
	text-decoration: none;	
	background-position: 5px 0px;	
}



