html{
	min-width:1000px;
}
body {
	margin:0;
	color:#141921;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#000 url(/images/bg-body.jpg) no-repeat 50% 0;
}
.about-page{background:#000 url(/images/bg-body-about.jpg) no-repeat 50% 0;}
.projects-page{background:#000 url(/images/bg-body-projects.jpg) no-repeat 50% 0;}
.services-page{background:#000 url(/images/bg-body-services.jpg) no-repeat 50% 0;}
.contacts-page{background:#000 url(/images/bg-body-contact.jpg) no-repeat 50% 0;}
img {border:none;}
a{color:#00f; text-decoration: underline;}
a:hover{text-decoration: none;}
a:focus{outline: none;}
.holder {
	overflow: hidden;
	width: 100%;
}
#wrapper {
	margin:0 auto;
	width:977px;
	overflow:hidden;
}
#header {
	height: 521px;
	position:relative;
}#header h1{	position:absolute;	top:25px;	left:0;	margin:0;	text-indent:-9999px;	overflow:hidden;	width:328px;	height:57px;}#header h1 a{	background: url(/images/logo.png) no-repeat;	display:block;	height:100%;	cursor:pointer;}
.flash{
	position:absolute;
	top:112px;
	left:0;
	width:977px;
	height:331px;
}
.flash img{
	display:block;
}
/* nav Styles */
#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	top:443px;
	left:-2px;
	width: 987px;
}
#nav:after {
	display: block;
	content: "";
	clear: both;
}
#nav li{
	float: left;
	padding: 0 0 0 2px;
	position: relative;
	z-index:20;	
}
#nav li a{
	float: left;
	height:71px;
	margin:7px 0 0;
	width:194px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(/images/nav.gif) no-repeat;
	text-transform: uppercase;
}
#nav li.home a{background-position: 0 0;}
#nav li.about a{background-position: -196px 0;}
#nav li.portfolio a{background-position: -392px 0;}
#nav li.services a{background-position: -588px 0;}
#nav li.contacts a{width:193px; background-position: -784px 0;}
#nav li.active a, #nav li:hover a, #nav li.hover a{
	height: 78px;
	margin:0;
}
#nav li ul{
	list-style: none;
	margin: 0;
	padding: 0 0 6px;
	position: absolute;
	top: 78px;
	left: 1px;
	width: 237px;
	display: none;
	background:#42450d;
	border: solid 1px #000;
	border-top: none;
	border-left:none;
}
#nav li ul li{
	float: none;
	padding:0;
}
#nav li:hover ul, #nav li.hover ul{
	display: block;
}
#nav li ul li a{
	float: none;
	display: block;
	text-transform: none;
	text-decoration:none;
	color:#d6df23;
	font-weight:bold;
	padding: 5px 9px;
	background:none;
	text-indent:0;
	margin:0;
	height:1%;
	width:auto;
	cursor: pointer;
}
#nav li:hover ul li a, #nav li.hover ul li a{
	height:1%;
}
#nav li ul li a:hover{
	background:#d6df23;
	color:#fff;
}
#nav li.about ul{background:#4d3616;}
#nav li.about ul li a{color:#fcb040;}
#nav li.about ul li a:hover{background:#fcb040; color:#fff;}
#nav li.services ul{background:#1d3a45;}
#nav li.services ul li a{color:#58b7dd;}
#nav li.services ul li a:hover{background:#58b7dd; color:#fff;}
#main-box{
	padding:12px 0 0;
	background:#fff;
}
#main-holder{
	background: url(/images/bg-sidebar.gif) repeat-y 593px 0;
}
#main{
	height:1%;	overflow:hidden;
	padding:0 12px 4px 13px;
	background: url(/images/bg-main.gif) no-repeat 100% 100%;
}
.sidebar-none #main-holder{background:none;}
.sidebar-none #main{background:none;}
#content {
	height:1%;	overflow:hidden;
	padding:10px 18px;
	background: url(/images/bg-content.jpg) repeat-x;
}
h2{
	margin:0 0 15px;
	font-weight:normal;
	font-size:23px;
	color:#3c3c3c;
}
h3{
	margin:0 0 24px;
	font-size:21px;
	color:#848484;
	font-weight:normal;
}
h4{
	margin:0 0 24px;
	font-size:19px;
	color:#848484;
	font-weight:normal;
}
h5{
	margin:0 0 10px 0;
	font-size:19px;
	color:#000000;
	font-weight:normal;
}
#content p{
	margin:0 0 17px;
	line-height:17px;
}
#content .separator{
	height:0;
	border-top:1px solid #d5d5d5;
	margin:29px 4px 21px 1px;
	font-size:0;
	line-height:0;
}
.photo{
	float:left;
	margin:5px 17px 5px 0;
}
#sidebar{
	float: right;
	width: 348px;
	padding:16px 11px;
	margin:0 0 0 14px;
	border-top:1px solid #d5d5d5;
}
* html #sidebar{
	margin:0 0 0 11px;
}
#sidebar p{
	margin:0 0 17px;
	font-size:11px;
	line-height:17px;
}
#sidebar .separator{
	height:0;
	border-top:1px solid #d5d5d5;
	margin:29px 4px 21px 1px;
	font-size:0;
	line-height:0;
}
.img{
	display:block;
	margin:0 0 28px;
}
#roster p{ 
	font-size: 14px;
	margin:0 0 5px 15px;
} 
#roster ul { 
	margin:0 0 15px 15px;
} 
#roster li { 
	font-size: 14px;
	line-height: 1.2em;
} 
#services li { 
	font-size: 14px;
	line-height: 2em;
} 
#footer {
	color:#d6df23;
	padding: 25px 0 10px;
	text-align:center;
}
#footer ul{
	list-style:none;	margin:0;	padding:0;
}
#footer ul li{
	display:inline;
	margin:0 13px 0 0;
	padding:0 0 0 13px;
	background: url(/images/bullet.gif) no-repeat 0 3px;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a{
	color:#d6df23;
}
#footer p{
	margin:0 0 10px;
	padding:12px 0 0;
}
* html #footer .bg-none{background: none;
}
#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;	
	padding:6px;	
	width:240px;
	border:solid 1px #b8b8b8;
	background-color:#f4f5f5;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0px;
}
#videogallery a:hover{
	opacity:1;}
