html, body {
	height: 100%;
}
body{
	margin:0;
	font:14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#66696b;
	background:#141b23 url(../images/bg-body.jpg) no-repeat;
	min-width:1002px;
}
img{
	border:0;
}
a:hover{
	text-decoration:none;
}
.wrapper-holder{
	width:100%;
	height: 100%;
	display: table;
}
.wrapper{
	padding:90px 0;
	display:table-cell;
	vertical-align:middle;
}
.header-holder{
	width:100%;
	position:relative;
}
#header{
	background:url(../images/bg-header.png) repeat-x;
	position:absolute;
	top:0;
	left:50%;
	width:1002px;
	height:89px;
	margin:0 0 -89px -501px;
	overflow:hidden;
}
.logo{
	width:339px;
	height:84px;
	margin:0 0 0 3px;
	float:left;
}
.logo a{
	background:url(../images/logo.png) no-repeat;
	width:339px;
	height:84px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#nav{
	margin:17px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:right;
}
#nav li{
	float:left;
	padding:0 30px 0 0;
}
#nav li a{
	display:block;
	width:70px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#nav li .photo{
	background:url(../images/bg-nav-photo.png) no-repeat;
	width:77px;
	height:48px;
}
#nav li .photo:hover{
	background:url(../images/bg-nav-photo-hover.png) no-repeat;
}
#nav li .model{
	background:url(../images/bg-nav-model.png) no-repeat;
	width:79px;
	height:29px;
}
#nav li .model:hover{
	background:url(../images/bg-nav-model-hover.png) no-repeat;
}
#nav li .design{
	background:url(../images/bg-nav-design.png) no-repeat;
	width:76px;
	height:48px;
}
#nav li .design:hover{
	background:url(../images/bg-nav-design-hover.png) no-repeat;
}
#nav li .about{
	background:url(../images/bg-nav-about.png) no-repeat;
	width:68px;
	height:29px;
}
#nav li .about:hover{
	background:url(../images/bg-nav-about-hover.png) no-repeat;
}
#nav li .blog{
	background:url(../images/bg-nav-blog.png) no-repeat;
	width:49px;
	height:48px;
}
#nav li .blog:hover{
	background:url(../images/bg-nav-blog-hover.png) no-repeat;
}
#nav li .contact{
	background:url(../images/bg-nav-contact.png) no-repeat;
	width:83px;
	height:28px;
}
#nav li .contact:hover{
	background:url(../images/bg-nav-contact-hover.png) no-repeat;
}
#content{
	background:#000;
	height:500px;
	width:872px;
	margin:0 auto;
	padding:21px 37px 21px 27px;
	overflow:auto;
}

#content-s{
	background:#000;
	height:546px;
	width:872px;
	margin:0 auto;
	padding:0;
	overflow:auto;
}

#content h1{
	font:bold 25px Georgia, "Times New Roman", Times, serif;
	color:#bfbfbf;
	margin:0 0 7px;
}

#content h2{
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	color:#96999b;
	margin:15px 0 17px;
}
#content .info-box{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
#content .info-box img{
	float:left;
	padding:0 15px 0 0;
}
#content .info-box p{
	height:1%;
	overflow:hidden;
}
#content p{
	line-height:17px;
	margin:0 0 10px;
}

#content-s h2{
	font:bold 24px Georgia, "Times New Roman", Times, serif;
	color:#bfbfbf;
	margin:0 0 7px;
}
#content-s .info-box{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
#content-s .info-box img{
	float:left;
	padding:0 15px 0 0;
}
#content-s .info-box p{
	height:1%;
	overflow:hidden;
}
#content-s p{
	line-height:17px;
	margin:0 0 10px;
}


#home-butt-container{display:block; overflow:auto; clear:both; margin-bottom:25px;
}

#home-butt{display:block; width:449px; float:left;
}
#home-caption{display:block; float:left; width:400px;
}


.footer-holder{
	position:relative;
	width:100%;
	height:39px;
	margin:-39px 0 0;
}
#footer{
	width:1002px;
	margin:0 auto;
	height:39px;
	background:url(../images/bg-footer.png) repeat-x;
	font-size:12px;
	color:#838688;
	text-align:center;
}
#footer p{
	margin:0 0 4px;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul li{
	display:inline;
	background:url(../images/bg-bullet-f-nav.gif) no-repeat 0 10px;
	padding:0 2px 0 6px;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a{
	color:#838688;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
