html
{
	background: #260000 url("images/bg.png") repeat-x left top;
	color: #e6e2da;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 20px 0;
	padding: 0;
}

a, a:visited
{
	color: #f5d358;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

address
{
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

/* FORMS */
form
{
	margin: 0;
	padding: 0;
}

label
{
	font-size: 0.9em;
	font-weight: bold;
}

a.button
{
	background: transparent url("images/button.png") no-repeat left top;
	color: #e6e2da;
	display: inline-block;
	line-height: 41px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 105px;
	height: 41px;
}

a.button:active, a.button:hover, a.button:focus
{
	background-position: left bottom;
	outline: 0;
}

.error
{
	color: #ff0;
}

.text-input
{
	background: #fff;
	border: 1px solid #a29982;
	/* color: #686358; */
	color: #000;
	padding: 4px;
}

/* EMAIL FORM */
#email-form
{
	width: 65%;
}

#email-form .sent
{
	font-size: 1.25em;
	line-height: 7.5em;
}

#email-form .field .text-input
{
	display: block;
	width: 99%;
}

#email-form .field
{
	margin: 0 0 0.75em 0;
}

#email-form .anti-spam-code .text-input
{
	margin-bottom: 0.5em;
	width: auto;
}

#email-form .anti-spam-code img
{
	background-image: none;
	float: none;
	margin: 0;
	padding: 0;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 1em;
}
/* END FORMS */

#container
{
	background: #686358 url("images/container.png") repeat-y left top;
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header h1
{
	background: transparent url("images/header.jpg") no-repeat left top;
	margin: 0;
	padding: 0;
	width: 975px;
	height: 173px;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#header-phone
{
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	left: 15px;
	top: 182px;
	text-align: center;
	width: 220px;
	z-index: 1;
}

#content
{
	margin: 65px 30px 30px 30px;
}

#content h2, #content h3
{
	color: #fff;
}

#content h2
{
	font-size: 1.35em;
	font-style: italic;
	font-weight: bold;
}

#content p
{
	line-height: 1.6em;
}

#content p.phone
{
	font-size: 1.1em;
	text-align: center;
}

#content img
{
	background: transparent url("images/photoshadow.png") no-repeat left top;
	float: right;
	margin: 0 -10px 15px 30px;
	padding: 5px 20px 20px 5px;
}

#get-quote
{
	float: left;
	/* margin: 2em 460px 1em auto; */
	margin: 2em 0 1em 75px;
	width: 245px;
	height: 95px;
}

body.home #get-quote
{
	float: right;
	margin: 2em 0 20px 20px;
}

#get-quote a
{
	background: transparent url("images/quote.png") no-repeat left top;
	display: block;
	width: 245px;
	height: 95px;
}

#get-quote strong
{
	position: absolute;
	top: -1000px;
}

#contact-info
{
	font-weight: bold;
	margin: 50px 0 1em 325px;
	text-align: center;
	width: 275px;
}

#contact-info .name
{
	margin-bottom: 0.5em;
}

#contact-info address
{
	display: block;
	margin-bottom: 0.5em;
}

body.home #contact-info
{
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
	width: 245px;
}

body.contact #contact-info
{
	margin: 0 0 1em 0;
	text-align: left;
	width: auto;
}

#navigation
{
	background: transparent url("images/navbar.png") no-repeat left top;
	left: 0;
	top: 173px;
	position: absolute;
	width: 975px;
	height: 49px;
}

#navigation ul
{
	list-style: none;
	margin: 0 10px 0 auto;
	padding: 0;
	text-align: center;
	width: 640px;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	color: #e6e2da;
	display: inline-block;
	font-size: 1.25em;
	line-height: 41px;
	padding: 0 1em;
	text-decoration: none;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li.current a
{
	background: transparent url("images/nav-marker.png") no-repeat center 85%;
	outline: 0;
}

#footer
{
	background: transparent url("images/footer.png") no-repeat left bottom;
	clear: both;
	color: #686358;
	font-size: x-small;
	height: 40px;
	padding: 25px 15px 0 0;
	text-align: right;
}

#footer a
{
	color: #553b23;
}