@charset "UTF-8";
/* CSS Document */

:focus {outline: 0;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

/* misc */

a {
	color: #F89828;
	text-decoration: none;
}

a:hover {
	color: #474220;
}

a.active {
	color: #333;
}

a img {
	border: 0;
}

img {
	margin: 0; /* ie hack */
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* layout */

#container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

#main {
	padding-bottom: 40px;
}

/* header */

#header {
	height: 100px;
	padding-bottom: 155px;
}
#header .logo {
	margin-top: 35px;
	width: 200px;
	height: 55px;
}

#header .big_q {
	position: absolute;
	z-index: 2;
	margin-left: 570px;
}

/* subheader */

#subheader {
	margin-top: -155px;
	width: 100%;
	height: 130px;
	position: absolute;
	left: 0;
	text-align: center;
	overflow-x: hidden;
	background: #474220;
}

#subheader img {
	width: 1050px;
	height: 130px;
}

/* nav */

#nav_bar {
	margin-top: -155px;
	position: absolute;
	width: 100%;
	left: 0;
	height: 32px;
	background-image: url('/images/nav_bar_bg.png');
}

#nav {
	width: 950px;
	line-height: 32px;
	margin: 0 auto;
}

#nav a {
	fisplay: block;
	font-size: 13px;
	font-weight: bold;
	color: white;
	float: left;
	margin-right: 20px;
}

#nav a.active, #nav a:hover {
	color: #f89828;
}

/* left */

#left, #center, #right {
	float: left;
}

#left {
	width: 160px;
	padding-right: 80px;
	color: #33302e;
	padding-bottom: 10px;
}
#left .title {
	color: #A3A08F;
	font-size: 16px;
	margin-top: -5px;
	padding-bottom: 8px;
	line-height: 22px;
}

#side_menu a {
	display: block;
	border-top: 1px solid #a3a08f;
	font-weight: bold;
	padding: 8px 0;
	line-height: 18px;
}

/* center */

#center {
	width: 390px;
	padding-right: 70px;
	padding-bottom: 10px;
}

#center h1 {
	font-size: 20px;
	color: #f89828;
	font-weight: normal;
	margin: 0 0 12px;
	line-height: 26px;
}

#center h1.title {
	margin-top: -5px;
}

#center h2 {
	color: #474220;
	font-size: 14px;
	text-transform: uppercase;
}

#center h3 {
	font-size: 17px;
	color: #6b2368;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: lowercase;
}

#center p {
	margin-top: 0;
	line-height: 18px;
}

#center li {
	line-height: 18px;
	margin-top: 5px;
}

/* right */

#right {
	width: 250px;
	padding-bottom: 10px;
}

#right a.bubble {
	height: 49px;
	width: 220px;
	padding: 13px 15px 13px 15px;
	cursor: pointer;
	display: block;
	background: transparent url('/images/right_bubble_bg.png') top left no-repeat;
	margin-bottom: 10px;
	color: #333;
}

#right a.bubble span {
	display: block;
	color: orange;
	font-weight: bold;
	color: #F89828;
	font-size: 15px;
	margin-bottom: 3px;
}

#right a.bubble:hover {
	background-position: 0 -75px;
}

#right a.bubble:hover span {
	color: #D57F1E;
}

#right a.bubble:active {
	background-position: 0 -150px;
	color: white;
}

#right a.bubble:active span {
	color: white;
}

#right .quote {
	font-size: 10px;
	line-height: 25px;
	padding: 15px 10px 0 15px;
}

#right .quote div {
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A3A08F;
}

/* project images */

.project_thumbs {
	text-align: right;
}

.project_thumbs img {
	margin-bottom: 25px;
}

/* contact form */

.google_map {
	float: right;
	height: 100px;
	width: 150px;
}

#contact_form .top_align {
	padding-top: 7px;
	vertical-align: top;
}

#contact_form td {
	font-size: 12px;
}
#contact_form .req {
	margin-left: 5px;
	font-size: 16px;
	color: #F89828;
	vertical-align: middle;
}

.button {
	display: block;
	line-height: 24px;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	background-color: #F89828;
	text-transform: uppercase;
	font-size: 12px;
}
.button:hover {
	color: #fff;
	background-color: #B56C23;
}

#contact_form input[type=text], #contact_form textarea {
	background: white url('/images/contact_field_bg.png') top left repeat-x;
	border: 1px solid #BBB;
	height: 14px;
	line-height: 12px;
	margin-top: 5px;
	padding: 6px;
	width: 305px;
}

#contact_form textarea {
	overflow: auto;
	height: 140px;
}

#contact_form input[type=submit] {
	color: #43220b;
	background-color: #F89828;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px 1px 5px;
	border-bottom: 1px solid orange;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_message {
	float: left;
	line-height: 24px;
	width: 239px;
	margin-top: 5px;
	display: block;
}

#contact_form a {
	width: 80px;
	float: left;
}

/* footer */

#footer {
	height: 40px;
	margin-top: -40px;
	position: relative;
	clear: both;
	background-color: #474220;
	color: white;
}
#footer > div {
	text-align: right;
	width: 920px;
	line-height: 40px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
#footer > div > div {
	float: left;
}
#footer div a {
	color: white;
}
#footer div a:hover, #footer a.active {
	color: #F89828;
}

#footer .menu span {
	margin: 0 10px;
	background: transparent url('/images/footer_separator.png') center no-repeat;
}

/* sticky footer */

/* CLEAR FIX*/
#main { padding-bottom: 51px;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%;
	width: 1050px;
	height: 209px;
	margin: 0 auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 1050px; /* opera hack */
	height: 209px; /* opera hack */
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	width: 37px;
	height: 37px;
}
#slider .nivo-control.active img {
	//border-color: 6b2368;
}

#slider .nivo-control {
	padding: 2px;
}

#slider .nivo-control.active div {
	border: 2px solid #6b2368;
	height: 33px;
	width: 33px;
	position: absolute;
	top: 2px;
	left: 2px; /*ie hack */
}
#silder .nivo-control div:hover {
	border: 2px solid #32a960;
}
#slider .nivo-controlNav {
	position: absolute;
	bottom: -51px;
	right: 50px;
}

#slider .nivo-control {
	float: left;
	display: block;
	//padding: 2px solid white;
}

#slider3 {
	margin-bottom:110px;
}
#slider3 .nivo-controlNav {
	position:absolute;
	left:29%;
	bottom:-70px;
}
#slider3 .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
}
#slider3 .nivo-controlNav a.active img {
	-moz-box-shadow:0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 5px #fff;
	box-shadow:0px 0px 5px #fff;
}

/* misc */

.purple {
	color: #6a2668;
}
.hr {
	height: 1px;
	background: transparent url('/images/hr_bg.png') top left;
	width: 100%;
}
.left {
	float: left;
}
.hr.padded {
	margin: 15px 0;
}