html{
	min-width:1000px;
}
body {
	margin:0 0 80px;
	color:#fff;
	font:13px Arial, Helvetica, sans-serif;
	background:#15252f url(../images/bg-body.jpg) no-repeat 50% 0;
}
img {border:none;}
a{
	color:#ffcc6a;
	font-weight:bold;
	text-decoration: none;
}
a:hover{
	color:#FFFF9B;
	text-decoration: underline;}
a:focus{outline: none;}
#wrapper {
	margin:0 auto;
	width:965px;
	overflow:hidden;
}
#header {
	position:relative;
	height: 350px;
}
.logo{
	position:absolute;
	top:51px;
	left:17px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	width: 371px;
	height: 65px;
}
.logo a{
	background: url(../images/logo.png) no-repeat;
	display:block;
	height:100%;
	cursor:pointer;
}
.weather{
	position:absolute;
	top:0;
	right:58px;
	background: url(../images/bg-weather.gif) no-repeat;
	width: 467px;
	height: 67px;
	padding:9px 6px 0;
}
#nav{
	position:absolute;
	top:129px;
	left:10px;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{
	float:left;
	margin:0 10px 0 0;
}
#nav li a{
	float:left;
	width:180px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/bg-nav.gif) no-repeat;
}
#nav li a.home{background-position:0 0;}
#nav li a.about{background-position:-180px 0;}
#nav li a.services{background-position:-360px 0;}
#nav li a.work{background-position:-540px 0;}
#nav li a.contact{background-position:-720px 0;}
.text-header{
	position:absolute;
	top:222px;
	left:12px;
	background: url(../images/text-making.png) no-repeat;
	width: 514px;
	height: 103px;
	text-indent:-9999px;
	overflow:hidden;
}

#main-bk-box{
	width:100%;
	background: url(../images/bg-main-bk-box.png) no-repeat;
	padding:6px 0 0;
}
#main-bk{
	height:1%;
	padding:4px 0 82px 11px;
	background: url(../images/bg-main-bk.png) repeat-y;
}
#main-bk:after{
	content:"";
	display:block;
	clear:both;
}
#main-box{
	width:100%;
	background: url(../images/bg-main-box.png) no-repeat;
	padding:6px 0 0;
}
#main{
	height:1%;
	padding:4px 0 82px 11px;
	background: url(../images/bg-main.png) repeat-y;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
#content{
	float: left;
	width: 560px;
}
#content-bk{
	float: left;
	width: 940px;
}
h2{
	margin:0 0 17px;
	font-size:21px;
	line-height:24px;
	color:#feeb84;
}
#content p{
	margin:0 0 20px;
	line-height:18px;
}
.gallery{
	position:relative;
	margin:0 0 22px;
}
.gallery ul{
	list-style:none;
	margin:0 0 0 -10px;
	padding:0;
	width:570px;
	overflow:hidden;
}
.gallery ul li{
	float:left;
	display:inline;
	margin:0 0 0 10px;
}
.gallery ul img{
	display:block;
	border:3px solid #1f516d;
}
.gallery .prev{
	position:absolute;
	top:60px;
	left:-8px;
	background: url(../images/bg-arrow-prev.png) no-repeat;
	width: 25px;
	height: 23px;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery .next{
	position:absolute;
	top:60px;
	right:-11px;
	background: url(../images/bg-arrow-next.png) no-repeat;
	width: 25px;
	height: 23px;
	text-indent:-9999px;
	overflow:hidden;
}
.columns{
	width:565px;
	overflow:hidden;
	margin:0 -18px 0 0;
}
.column{
	float:left;
	width:255px;
	padding:0 0 0 8px;
	margin:0 18px 0 0;
}
.column .img{
	float:left;
	margin:0 10px 0 0;
}
#sidebar{
	float: right;
	width: 384px;
	position:relative;
}
#sidebar p{
	margin:0 0 20px;
	padding-right: 20px;
	line-height:18px;
}
h3{
	margin:0 0 15px;
	padding:17px 20px;
	font-size:20px;
	height:1%;
	color:#fff;
	background:#000 url(../images/bg-sidetitle.gif) repeat-x;
}
.sideimg{
	margin:-148px 0 0;
	position:relative;
}
.side-text{
	margin:-87px 0 0;
	position:relative;
}
#sidebar .call{
	position:absolute;
	top:97px;
	right:2px;
	margin:0;
	background: url(../images/text-call.png) no-repeat;
	width: 262px;
	height: 54px;
	text-indent:-9999px;
	overflow:hidden;
}
.text-block{
	padding:0 20px 34px;
}
.images{
	padding:0 0 0 48px;
}
.images img{
	margin:0 9px 0 0;
}
#footer-area{
	width:100%;
	background: url(../images/bg-footer.gif) repeat-x;
	padding:54px 0 0;
	margin:-54px 0 0;
}
#footer{
	width:965px;
	height:126px;
	margin:0 auto;
	overflow:hidden;
}
.sponsors{
	list-style:none;
	margin:0 0 18px -29px;
	padding:0;
	width:994px;
	overflow:hidden;
}
.sponsors li{
	float:left;
	display:inline;
	margin:0 0 0 29px;
}
.sponsors li img{display:block;}
.footer-text{
	text-align:center;
	padding:0 0 0 48px;
}
.footer-text p{
	margin:0;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#ddd;
}

.thumb{
	border:3px solid #222;
}
