html, body {
	font-family: Arial;
	font-size: 12px;
	color: #e9e1d2;
	background: url(/assets/images/bg.png) repeat-x #222222;
	margin: 0;
	padding: 0;
	}

a {
	color:inherit;
	*color:#e9e1d2;
	text-decoration:none;
	border-bottom:1px dotted #ffa200;
	cursor:pointer;
	}
	
a:hover {
	color: #ffa200;
	border:0;
}
	
p {
	line-height: 18px;
	margin:4px 0 10px 0;
	padding:0;
	}
	
a:active, a:focus {
    outline: 0;
	}

.pngfix, #motto, #promo, div.dude-with-cam, a.find-out-why, #our-specialties, div.box-top, div.box-content, div.box-bottom, a.btn-watch {
	behavior: url(assets/js/iepngfix.htc);
	}

.noline {
	font-size: 0;
	line-height: 0;
	}
	
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	}

.fr {
	float: right;
	}

.fl {
	float: left;
	}
	
.orange {
	color: #ffa200;
	}
	
.blue {
	color: #007aff;
	}

#wrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	}

#header {
	background: url(/assets/images/header.png) no-repeat;
	height: 85px;
	}

#menu {
	position: absolute;
	top: 27px;
	right: 62px;
	}

a.home, a.home-active, a.about, a.about-active, a.portfolio, a.portfolio-active, a.services, a.services-active, a.contact, a.contact-active {
	background: url(/assets/images/menu.png);
	display: block;
	float: left;
	cursor: pointer;
	height: 34px;
	border:0;
	}
	
a.home, a.home-active { width: 84px; }
a.about, a.about-active { background-position: -84px 0; width: 96px; }
a.portfolio, a.portfolio-active { background-position: -180px 0; width: 129px; }
a.services, a.services-active { background-position: -309px 0; width: 117px; }
a.contact, a.contact-active { background-position: -426px 0; width: 104px; }

a.home:hover, a.home-active { background-position: 0 -34px; }
a.about:hover, a.about-active { background-position: -84px -34px; }
a.portfolio:hover, a.portfolio-active { background-position: -180px -34px; }
a.services:hover, a.services-active { background-position: -309px -34px; }
a.contact:hover, a.contact-active { background-position: -426px -34px; }

#home #content, #interior #content {
	width: 880px;
	margin: 0 auto;
	padding:25px 0 0 0;
	}

#home #content {
	padding:0;
}

#motto {
	background: url(/assets/images/motto.png);
	margin: 37px auto 37px auto;
	width: 609px;
	height: 74px;
	}

#promo {
	background: url(/assets/images/promo.png);
	width: 880px;
	height: 283px;
	}
	
div.dude-with-cam {
	background: url(/assets/images/dude-with-cam.png);
	width: 435px;
	height: 253px;
	margin: 15px;
	_margin-left: 8px;
	}

div.promo-content {
	width: 380px;
	margin: 25px 0 0 10px;
	_margin-top: 45px;
	}
	
div.promo-content h1 {
	font-size: 24px;
	font-weight: 500;
	}
	
a.find-out-why { 
	background: url(/assets/images/find-out-why.png);
	display: block;
	float: left;
	cursor: pointer;
	width: 151px;
	height: 30px;
	border:0;
	}

a.find-out-why:hover {
	background-position: 0 -30px;
	}

#our-specialties {
	background: url(/assets/images/our-specialties.png);
	margin: 30px 0 30px 0;
	width: 253px;
	height: 31px;
	}

div.box {
	width: 288px;
	}
	
div.box-middle {
	margin: 0 8px 0 8px;
	}

div.box-top {
	background: url(/assets/images/box-top.png) no-repeat;
	width: 288px;
	height: 10px;
	}

div.box-content {
	background: url(/assets/images/box-bg.png) repeat-y;
	width: 288px;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	}
	
div.box-content h1 {
	margin-top: 0px;
	font-weight: 500;
	font-size: 24px;
	}
	
div.box-content div {
	padding: 10px 20px 10px 20px;
	}
	
div.box-bottom {
	background: url(/assets/images/box-bottom.png) no-repeat;
	width: 288px;
	height: 10px;
	}
	
#footer {
	background: #fff;
	margin: 30px 0 0 0;
	_margin: 60px 0 0 0;
	}

#footer-top {
	background: url(/assets/images/footer-top.png) no-repeat;
	width: 880px;
	height: 28px;
	}

#footer-bottom {
	background: url(/assets/images/footer-bottom.png) no-repeat;
	width: 880px;
	height: 30px;
	}
	
#footer-content a {
	color:#000;
}

div.footer-box {
	width: 268px;
	margin: 0 19px 0 0;
	_margin: 0 19px 0 0;
	}

div.footer-box-first {
	margin: 0 19px 0 19px;
	_margin: 0 19px 0 10px;
	}

div.footer-box h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #bababa;
	}
	
h1 {
	color:#FFA200;
	}
	
h2 {
	color:#fff;
	margin:0;
	padding:0;
	font-size: 24px;
	font-weight: 500;
	}
	
h3 {
	margin:5px 0 -3px 0;
	color:#ffa200;
	}
	
.context {
	border:1px solid #333;
	margin:0 10px;
	}
	
div.footer-box ul {
	color: #1e1e1e;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
	}
	
div.footer-box li {
	padding: 0 0 5px 0;
	}
	
#copyright {
	margin: 10px 0 10px 10px;
	}
	
.portfolio-list {
	margin: 17px 0 0 0;
	padding: 0;
	}
	
.portfolio-list li {
	width: 203px;
	height: 143px;
	display: block;
	float: left;
	margin: 0 0 55px 0;
	padding: 7px;
	}
	
div.video-wrap {
	position: relative;
	width: 203px;
	height: 143px;
	margin: 0 0 8px 0;
	border: 1px solid #1e1e1e;
	}

div.video-wrap span {
	filter: alpha(opacity=90);
	opacity: 0.90;
	position: absolute;
	z-index: 100;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	background: #000;
	display: block;
	width: 203px;
	height: 40px;
	}

div.video-wrap span p {
	filter: alpha(opacity=100);
	opacity: 1;
	font-color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0 0 10px;
	}
	
a.btn-watch {
	width: 151px;
	height: 30px;
	display: block;
	background: url(/assets/images/btn-watch-vid.png) no-repeat 0 0;
	position: relative;
	left: 54px;
	border: 0;
	}
	
a.btn-watch:hover {
	background-position: 0 -30px;
	}
	
#contact_form {
	width: 880px;
	margin: 45px 0 0 0;
	}
	
.form-field {
	display: block;
	margin: 0 0 10px 0;
	clear: both;
	height: 25px;
	*height: auto;
	*padding: 0 0 10px 0;
	}

fieldset {
	border:0;
	}

.text-input {
	border: 0;
	padding: 5px;
	float: left;
	margin: 5px;
	}

#submit_btn {
	position: relative;
	left: 405px;
	top: 10px;
	width: 88px;
	height: 29px;
	display: block;
	background: url(/assets/images/btn-submit.png) no-repeat;
	border: 0;
	cursor: pointer;
	}
	
label {
	display: block;
	width: 75px;
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
	margin: 8px 0 0 0;
	}
	
.error {
	display: block;
	height: 25px;
	width: 250px;
	text-align: left;
	padding: 3px 0 0 10px;
	color: #FFA200;
	}
	
#message {
	height: 150px;
	}

/* to be customized
div.news-item {
	margin-bottom: 20px;
	}

.news-title {
	color: #bb5400;
	font-size: 20px;
	text-decoration: none;
	display: block;
	}
	
span.news-date {
	color: #9c9c9c;
	display: block;
	}
	
span.news-blurb {
	line-height: 20px;
	}
*/

#SLB-Wrapper {
	margin:0.5em 0;
	margin:auto;
	font-family:Verdana;
	text-align: left;
	position: absolute;
	}

#SLB-Wrapper #SLB-Background {
	position: absolute;
	left:7px;
	top:7px;
	float:left;
	}

#SLB-Wrapper #SLB-Top {
	background:transparent no-repeat scroll 100% 0;
	height:28px;
	margin:0 0 0 18px;
	}
	
#SLB-Wrapper #SLB-Top img {
	float:right;
	border:0px;
	margin:6px 10px;
	}

#SLB-Wrapper #SLB-Top div {
	background:transparent no-repeat scroll 0 0;
	font-size:0;
	height:28px;
	left:-18px;
	line-height:0;
	position:relative;
	width:18px;
	}

#SLB-Wrapper #SLB-Bottom {
	background:transparent no-repeat scroll 0 43%;
	height:20px;
	margin:0 18px 0 0;
	}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
	background:transparent no-repeat scroll 100% 43%;
	font-size:0;
	height:20px;
	right:-18px;
	line-height:0;
	position:relative;
	width:100%;
	float:right;
	}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
	height:52px;
	}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
	background-position:0 100%;
	}
	
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
	background-position:100% 100%;
	}

#SLB-Wrapper #SLB-Contenido {
	border-left: 7px solid #000;
	border-right: 7px solid #000;
	}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
	font-size: 11px;
	color: #fff;
	height:30px;
	border-left:0px;
	border-right:0px;
	padding:10px 0px;
	margin:0;
	line-height:11px;
	float:left;
	width:100%;
	}

#SLB-Wrapper #SLB-Navegador img{
	border:0px;
	}

#SLB-Wrapper #SLB-Navegador strong{
	display: block;
	}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
	float: left;
	margin: 0 10px 0 0;
	}
	
#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
	float: right;
	margin: 0 0 0 10px;
	position:relative;
	right:17px;
	}