body {
	background:url('/images/layout/bg_top.jpg') no-repeat center top;
	background-color:#000;
	color:#DEDEC2;
}

#content {
	/*position:absolute;
	top:248px;*/
	width:940px;
	padding-top:30px;
	background:#0F0F0F;
	/* border-radius */
 	-webkit-border-bottom-left-radius: 10px;
 	-moz-border-radius-bottom-left: 10px;
 	border-radius-bottom-left: 10px;
 	-webkit-border-bottom-right-radius: 10px;
 	-moz-border-radius-bottom-right: 10px;
 	border-radius-bottom-right: 10px;
	/*box-shadow */
 	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
 	-moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
 	box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
display: block;
}

footer {
	text-align:center;
	padding:40px;
	font-size:11px;
	text-transform:uppercase;
}

h1#siteTitle {
	padding-top:20px;
}

h1#siteTitle a {
text-indent:-10000em;
display: block;
height: 179px;
width: 708px;
top: 20px;
overflow: hidden;
background: url(/images/layout/logo.png) 0 0 no-repeat;
}

nav {
	height:30px;
}

ul#topnav {
	margin: 0 10px; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 30px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.services {
	background: url(/images/layout/services.png) no-repeat;
	width: 189px;
}
ul#topnav a.ourwork {
	background: url(/images/layout/ourwork.png) no-repeat;
	width: 186px;
}
ul#topnav a.about {
	background: url(/images/layout/aboutus.png) no-repeat;
	width: 177px;
}
ul#topnav a.gear {
	background: url(/images/layout/gear.png) no-repeat;
	width: 128px;
}
ul#topnav a.quote {
	background: url(/images/layout/requestquote.png) no-repeat;
	width: 260px;
}

/* TYPOGRAPHY
------------------------------------------------------- */
a {
	color:#3F7EA9;
}

.imgLeft {
	float:left;
	margin-right:10px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}

/* GALLERY
------------------------------------------------------- */
ul#gallery { 
	list-style:none;
	margin:0;
	padding:0;
}

ul#gallery li {
	margin:0;
}

ul#gallery li a {
	float:left;
	margin:0;
	padding:5px;
}
ul#gallery img {
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
ul#gallery a:hover img {
	-moz-box-shadow:0px 0px 5px #FFF;
	-webkit-box-shadow:0px 0px 5px #FFF;
	box-shadow:0px 0px 5px #FFF;
}
ul#gallery a:hover { color: #fff; }

.quotes {
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	color:#B6B13A;
	background:url('/images/layout/quotes.png') no-repeat top left;
	padding:30px 0 0 10px;
	margin-top:20px;
}

.quoteName {
	color:#DEDEC2;
	text-align:right;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
/* Nivo SLider
------------------------------------------------------- */
.nivoSlider {
	position:relative;
	margin-bottom:20px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
	font-size:18px;
	font-weight:bold;
}
.nivo-caption p {
	padding:10px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* FORM
------------------------------------------------------ */
fieldset {
	border: 1px solid #999;
	margin-bottom: 15px;
	}
legend {
	font-size: 90%;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFF;
	padding: 0 20px;
	}

dl.form {
	overflow: visible;
	}
dl.form dt {	
	width: 150px;
	float: left;
	clear: left;
	padding-left: 5px;
	padding-top: 3px;
	}
dl.form dd {
	width: 375px;
	padding: 0;
	display: block;
	margin: 0 0 8px 20px;
	clear: right;
	}
* html dl.form dd {
	width: 400px;
	}
dl.form textarea {
	width: 300px;
	height: 100px;
	}
label {
	color: #69C;
	padding-left: 14px;
	}
label.required {
	background: transparent url('/images/form-reqbg.gif') 0 2px no-repeat;
	}
label.active {
	color: #C60;
	font-weight: bold;
	}
label.problem {
	background: #FFC url('/images/form-reqbg-red.gif') 0 1px no-repeat;
	}
input.active, textarea.active {
	border: 2px solid #FC6; 
	}
	
input.submit {
	width:120px;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	border: 2px solid #000;
	margin-left:150px;
}
#submit-button {
	width: 118px;
	height: 22px;
	background: transparent url('/images/button1.gif') 0 0 no-repeat;
	border: 0;
	color: #555;
	font-size: 90%;
	margin-left: 150px;
	cursor: pointer;
	}
