body {
	background: #FFF;
	background: url(../images/bg.jpg) no-repeat top center;
	font: 14px Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	line-height: 18px;
}
#top-gap { 
	height: 120px;
}
#nav-bar{
	position: absolute;
	top: 50px;
	right: 40px;
	z-index: 5000;
}
#logo {
	position: absolute;
	top: -3px;
	left: 35px;
}
.wrapper { 
	position: relative;
	width: 1020px; 
	margin: 0px auto; 
	background: url(../images/wrapper-bg.png) no-repeat top center;
	padding-top: 120px;
}
#content{
	margin-left:20px;
	margin-right: 20px;
	background: #ffffff;
	min-height: 600px;
}

#intro{
	color: #6a6a6a;
	width: 360px;
	margin-left:20px;
	margin-right: 20px;
	margin-top: 30px;
	padding-bottom: 30px;
}
#menu {
	float: left;
	display: block;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif; 
}
#menu > li{
	display: block;
	float: left;
	line-height: 36px;
	padding-right: 10px;
	margin-left: 3px;
	margin-right: 3px;
}
#menu li>a{ 
	text-decoration: none;
	color: #606060;
	padding: 0px 10px;
	display: block;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu>li:hover>a,
#menu>li.active>a{
	color: #eee;
	background: #363636;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#353535)); 
	background: -moz-linear-gradient(top,  #626262,  #353535);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#626262', endColorstr='#353535', GradientType=0);
	
	text-shadow: 0 -1px rgba(0, 0, 0, 0.7);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
}
#content {
	color: #000;
}
h1 { 
	font-size: 30px; 
}
.fadein { 
	float: right;
	position: relative; 
	width: 500px; 
	height: 332px; 
}
.fadein img { 
	position: absolute; 
	left: -20px; 
	top: -332px; 
}
address {
	text-align: center;
	color: #606060;
	
}
#services, #about, #contact {
	color: #6a6a6a;
	margin-left:20px;
	margin-right: 20px;
	margin-top: 30px;
	padding-bottom: 30px;
}
#aside {
	color: #6a6a6a;
	width: 606px;
	float: left;
	margin-right: 20px;
	min-height: 500px;
}
#commentform,
#contactForm{
	margin-bottom: 18px;
}

#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	color: #606060;
	border: 1px  solid #d6d6d6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactForm input,
#commentform input{
	width: 200px;
	margin-bottom: 20px;
}

#contactForm textarea,
#commentform textarea{
	width: 570px;
	height: 230px;
}

#contactForm #submit,
#commentform #submit{
	width: 76px;
	margin: 21px 0px;
	padding: 10px 14px;
	
	color: #cbcbcb;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.9);
	
	background: -webkit-gradient(linear, left top, left bottom, from(#656464), to(#303030)); 
	background: -moz-linear-gradient(top,  #656464,  #303030);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656464', endColorstr='#303030', GradientType=0);
}

#contactForm #submit:hover,
#commentform input#submit:hover{
	opacity: 0.8;
}

#contactForm label,
#commentform label{
	padding-left: 7px;
}


#respond{ 
	margin: 25px 0 0px 0px;
	overflow: hidden;
}

#respond .cancel-comment-reply a{
	color: #282d34;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

#error{
	margin-left: 10px;
}
#map { 
	width:314px; 
	height:400px;
	margin-bottom: 20px;
}
#sidebar{
	width: 314px;
	float: right;
	font-size: 12px;
}