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

:focus {outline: 0;}

::selection {
	background: #befd73;
}
::-moz-selection {
	background: #befd73;
}

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

/* misc */

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a.active {
	color: #3BD400;
}

a img {
	border: 0;
}

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

input[type=text], textarea {
	font-family: 'Driod Sans', 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: #333;
	background: #e1e1e1 url('images/body_bg.png') top left repeat-x;
	/*background: #e1e1e1 url('/images/stencil.jpg') top center no-repeat;*/
}

#main {
	padding-bottom: 40px;
}

/* intro */
#intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black url('images/intro_bg_50.html') top center no-repeat;
	z-index: 2;
}
#intro_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
}
#intro_container {
	width: 950px;
	margin: 0 auto;
}
#intro_logo {
	margin-top: 40px;
	display: none;
}
#intro_slogan_holder {
	margin-top: 40px;
	margin-left: 45px;
	display: none;
	height: 62px;
	overflow: hidden;
}

/* header */

#header {
	height: 113px;
	float: left;
}

#header_logo {
	margin-top: 71px;
	margin-left: 42px;
	float: left;
	width: 337px;
	height: 26px;
}

#header_phone {
	margin-left: 312px;
	margin-top: 70px;
	float: left;
	width: 169px;
	height: 27px;
}
.slogan {
	color: #f45913;
	font-size: 17px;
	float: left;
	margin-left: 650px;
	line-height: 90px;
}
#navigation {
	float: left;
	width: 97px;
	padding: 20px 35px 0 40px;
}

#navigation a {
	display: block;
	line-height: 39px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #bbb;
	color: #666;
	text-transform: uppercase;
	padding: 0 2px;
}
#navigation a:hover, #navigation a.active {
	color: #3bd400;
}

#page_heading {
	float: left;
	padding-left: 15px;
	text-transform: lowercase;
}

div.h1 {
	font-size: 22px;
	color: #bbb;
	text-transform: uppercase;
	margin-bottom: 14px;
}

#splash {
	padding-top: 120px;
	text-align: right;
}
/* content */

#content {
	float: left;
	width: 670px;
	clear: right;
	padding: 20px 18px 30px;
	background-color: white;
}

#left p.home_welcome {
	font-size: 15px;
	line-height: 17px;
}

.home_services {
	border-top: 1px solid #bbb;
	padding-top: 18px;
}

.home_services div {
	float: left;
	margin-right: 30px;
}

.home_services .s1 {
	width: 120px;
}

.home_services .s2 {
	width: 140px;
}

.home_services div.s3 {
	width: 130px;
	margin-right: 0;
}

.home_services .heading {
	font-size: 14px;
	font-weight: bold;
}

#left, #right {
	float: left;
}

#left {
	width: 450px;
	padding-right: 53px;
}

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

.button {
	display: block;
	line-height: 24px;
	text-align: center;
	margin-top: 4px;
	color: #fff;
	background-color: #3BD400;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #999;
}
.button:hover {
	color: #fff;
	background-color: #999;
	border-color: #777
}

#right {
	width: 167px;
}

a.gallery_link {
	display: block;
	height: 44px;
	background: transparent url('images/right_gallery_button_bg.png') top left repeat-x;
	border: 5px solid #969696;
	color: white;
	text-transform: uppercase;
	font-size: 23px;
	line-height: 23px;
	padding: 8px 15px;
}
.gallery_link:hover {
	background-position: bottom left;
}
#right img {
	widows: 245px;
	height: 400px;
}

/* about page */

.about_thumbs {
	margin-top: 40px;
	margin-right: -10px;
	width: 680px;
}

.about_thumbs img {
	margin-right: 10px;
}

/* gallery */

#gallery {
	margin-bottom: -18px;
	margin-right: -20px;
	width: 690px;
}

#gallery img {
	z-index: 99;
	width: 210px;
	height: 157px;
	/*margin-right: 19.5px;
	margin-bottom: 18px;*/
}
#gallery img.last {
	margin-right: 0;
}

.thumbnail {
	position: relative;
	float: left;
	width: 210px;
	height: 157px;
	margin-right: 19.5px;
	margin-bottom: 18px;
}
.enlargehover {
	display: block;
	z-index: 9999;
	position: absolute;
	width: 210px;
	height: 157px;
	top: 0;
	left: 0;
	background: url(images/blank.gif) top left no-repeat;
	
}
	.enlargehover:HOVER {
		background: url(images/enlargehover.png) top left no-repeat;
	}
/* services */

.services_list > div {
	border-top: 1px solid #bbb;
	float: left;
	padding: 12px 0;
}

.services_list div div {
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}
.services_list p {
	float: left;
	width: 250px;
	margin-bottom: 0;
}

/* view map */
#view_map {
	font-weight: bold;
	cursor: pointer;
}

/* contact details */
.contact_details {
	margin-top: 18px;
	margin-bottom: 18px;
}
.contact_details a {
	text-decoration: underline;
}
.contact_details td {
	line-height: 18px;
}

.contact_details tr.pad td {
	padding-top: 18px;
}
div.hr {
	width: 100%;
	border-top: 1px solid #bbb;
	margin: 12px 0;
}
/* contact form */

#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: #3BD400;
	vertical-align: middle;
}
#contact_form input[type=text], #contact_form textarea {
	border: 1px solid #BBB;
	height: 14px;
	line-height: 12px;
	margin-top: 5px;
	padding: 5px;
	width: 350px;
}

#contact_form textarea {
	overflow: auto;
	height: 70px;
}
#contact_form .pad td {
	padding-top: 5px;
}
#contact_form input[type=submit] {
	color: #43220b;
	background-color: #be6f13;
	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: 260px;
	padding-left: 10px;
	margin-top: 5px;
	display: block;
}

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

/* footer */

#footer {
	line-height: 50px;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	padding-left: 190px;
}

#footer a:hover, #footer a.active {
	color: #299300;
}
#footer > div {
	float: left;
}
#footer_menu {
	width: 340px;
}
#copyright {
	width: 170px;
}
#watermark {
	text-align: right;
}
/* slider */
#home_slider {
	position:relative;
	background:url(images/loading.html) no-repeat 50% 50%;
	width: 670px;
	height: 355px;
	margin-bottom: 28px;
}
#home_slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 670px; /* opera hack */
	height: 355px; /* opera hack */
}


#right_slider {
	position:relative;
	background:url(images/loading.html) no-repeat 50% 50%;
	width: 167px;
	height: 159px;
	margin-bottom: 15px;
}
#right_slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 167px; /* opera hack */
	height: 159px; /* opera hack */
}

#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	width: 37px;
	height: 37px;
}

#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;
}

.nivo-directionNav a  {
	background: url("images/slider_arrows.html") no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	height: 49px;
	text-indent: -9999px;
	width: 33px;
}
a.nivo-prevNav {
	left: 15px;
}
a.nivo-nextNav {
	background-position: -33px 0;
	right: 15px;
}/* misc */

#center p.principal_designer_quote {
	margin-top: 32px;
	font-style: italic;
}