﻿html
{
	background: #000a28 url("images/bg.png") repeat-x left top;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #ad2517;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2.5em;
}

ol > li, ul > li
{
	margin: 0;
	padding: 0;
}

.spacer
{
	clear: both;
}

#container
{
	background: #000d32 url("images/container-bg.jpg") no-repeat left 175px;
	border: 2px solid #545a6c;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	width: 951px;
}

* html #container
{
	padding-top: 177px;
}

#header
{
	background: transparent url("images/header.png") no-repeat left top;
	position: relative;
	left: -12px;
	top: -12px;
	width: 975px;
	height: 177px;
}

* html #header
{
	position: absolute;
	left: -2px;
	top: -2px;
}

#header h1
{
	margin: 0;
	padding: 0;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#header .subtitle
{
	position: absolute;
	top: -1000px;
}

#header .emergency-phone
{
	color: #d00;
	font-size: 1.75em;
	font-weight: bold;
	position: absolute;
	top: 140px;
	left: 200px;
}

#header .phone
{
	font-size: 1.75em;
	font-weight: bold;
	position: absolute;
	right: 30px;
	top: 50px;
	text-align: right;
}

#header .phone .type
{
	font-size: 0.75em;
}

#content
{
	background: #152245;
	border: 2px solid #545a6c;
	margin: 0 0 0 190px;
	min-height: 275px;
	padding: 12px;
}

* html #content
{
	height: 275px;
}

#content h2
{
	color: #ad2517;
	font-family: serif;
	font-size: 1.6em;
	text-transform: uppercase;
}

#content h3
{
	font-family: serif;
	font-size: 1.3em;
}

.past-work h3
{
	border-top: 1px solid #888;
	padding-top: 1em;
}

.past-work p
{
	clear: both;
}

#content .photo
{
	border: 1px solid #545a6c;
}

#content .photo.odd
{
	float: right;
	margin: 0 0 1em 1em;
}

#content .photo.even
{
	float: left;
	margin: 0 1em 1em 0;
}

#content ul.testimonials, #content ul.gallery
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul.testimonials li
{
	border-bottom: 1px solid #545a6c;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}

#content ul.testimonials li blockquote
{
	margin: 0;
	padding: 0;
}

#content ul.testimonials li .from
{
	font-style: italic;
}

#content ul.gallery li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 366px;
	height: 240px;
}

#content ul.gallery li img
{
	border: 1px solid #545a6c;
	display: block;
	margin: 0 auto 5px auto;
}

#content ul.services
{
	font-size: 1.3em;
	font-weight: bold;
	list-style: none;
	text-align: center;
}

#content ul.services li
{
	height: 283px;
	margin-bottom: 2em;
}

#content ul.services img
{
	margin-bottom: 1em;
	vertical-align: middle;
}

#content .phone, #content .license
{
	clear: both;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	text-align: center;
}

#content ul.service-area
{
	list-style-position: inside;
	overflow: hidden;
	padding: 0;
	width: 737px;
}

#content ul.service-area > li
{
	float: left;
	padding-left: 25px;
	width: 343px;
}

/* FORMS */
.error
{
	color: #ad2517;
}

.text-input
{
	background: #fff;
	border: 1px solid #ad2517;
	color: #000;
}

.button
{
	font-size: 1.25em;
	font-weight: bold;
}

.field
{
	clear: both;
	margin: 0 0 0.5em 0;
}

.field label
{
	display: inline-block;
	font-weight: bold;
	width: 100px;
}

.field .text-input
{
	width: 400px;
}

.field.anti-spam
{
	margin: 1.5em 0;
	text-align: center;
}

.field.anti-spam label
{
	float: left;
	text-align: left;
}

.field.anti-spam img
{
	border: 1px solid #ad2517;
}

.field.anti-spam .text-input
{
	width: auto;
}

.controls
{
	text-align: center;
}

#contact-ip
{
	font-size: x-small;
	font-style: normal;
	margin-top: 1em;
}

#email-form
{
	margin: 0 auto;
	width: 550px;
}

#email-form .sent
{
	font-size: 1.25em;
	font-weight: bold;
	margin: 3em 0 0 0;
	text-align: center;
}

/* NAVIGATION */
#navigation
{
	position: absolute;
	left: 0;
	top: 200px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	background: transparent url("images/nav-button.png") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 6px 9px 0 0;
	text-align: right;
	text-decoration: none;
	width: 180px;
	height: 22px;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li.active a
{
	background-position: right top;
}

#navigation .mission
{
	background: transparent url("images/stars.png") no-repeat center top;
	margin: 40px 0 0 30px;
	padding: 16px 0 0 0;
	width: 145px;
}

#navigation .mission p
{
	background: transparent url("images/stars.png") no-repeat center bottom;
	font-style: italic;
	padding: 0 0 16px 0;
	text-align: center;
}

#footer
{
	clear: both;
	font-size: x-small;
	overflow: hidden;
	padding: 1em 0 0 0;
	text-align: right;
}

#footer .bbb
{
	/* float: left; */
	position: absolute;
	top: 133px;
	right: 30px;
}

#footer .bbb a
{
	text-decoration: none;
}