html
{
	background: #faf5e5 url("images/bg.png") no-repeat center top;
	color: #55440f;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #ae4e2c;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

/* FORMS */
form
{
	margin: 0;
	padding: 0;
}

label
{
	font-weight: bold;
}

.error
{
	color: #e21c12;
}

.text-input
{
	background: #fff;
	border: 1px solid #e4c764;
	color: #55440f;
	padding: 3px;
}

a.button, a.button:visited
{
	background: #f3e0b1;
	border: 1px solid #e4c764;
	color: #55440f;
	display: inline-block;
	padding: 5px 8px;
	text-align: center;
	text-decoration: none;
}

a.button:active, a.button:hover, a.button:focus
{
	background: #ffefc9;
	outline: 0;
}

address
{
	font-style: normal;
}

/* EMAIL FORM */
#email-form
{
	width: 50%;
}

#email-form .sent
{
	font-size: 1.25em;
	line-height: 7.5em;
}

#email-form .field .text-input
{
	display: block;
	width: 100%;
}

#email-form .field
{
	margin: 0 0 0.75em 0;
}

#email-form .anti-spam-code .text-input
{
	margin-bottom: 0.5em;
	width: auto;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 1em;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 975px;
}

#header h1
{
	background: transparent url("images/header.png") no-repeat left top;
	margin: 0;
	padding: 0;
	width: 975px;
	height: 178px;
}

#header h1 span, #header .slogo
{
	position: absolute;
	top: -1000px;
}

#header .phones
{
	background: #f3e0b1;
	border: 1px solid #cc9f24;
	font-weight: bold;
	padding: 1em;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	right: 0;
}

#header .phones ul, #header .phones ul li, #content .phones ul, #content .phones ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#content
{
	margin: 15px;
}

#content h2, #content h3, #content h4, #content h5, #content h6
{
	font-size: "Arial Black", sans-serif;
}

#content .photo
{
	float: right;
	margin: 0 0 1em 1em;
}

#content ul.lineup
{
	float: left;
	list-style-position: inside;
	margin: 0 0 1.25em 0;
	padding: 0;
	width: 70%;
}

#content ul.lineup li
{
	float: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	width: 50%;
}

.contact-info
{
	float: right;
}

.contact-info dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

.contact-info dl dt, .contact-info dl dd
{
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
}

.contact-info dl dt
{
	font-weight: bold;
}

.contact-info dl dd
{
	margin-left: 1em;
	margin-right: 1em;
}

#content .phones
{
	clear: both;
	font-size: 1.15em;
	font-weight: bold;
	margin-left: 8em;
	padding-top: 1em;
}

#content .phones ul li
{
	margin-bottom: 0.25em;
}

#navigation
{
	position: absolute;
	left: 186px;
	text-align: center;
	top: 115px;
	width: 781px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	background: transparent url("images/button.png") no-repeat left top;
	border: 1px solid #e4c764;
	color: #55440f;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
	margin: 0 8px;
	text-align: center;
	text-decoration: none;
	width: 114px;
	height: 30px;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li.current a
{
	background-position: 0 -30px;
	outline: 0;
}

#footer
{
	background: transparent url("images/footer.png") no-repeat center center;
	clear: both;
	font-size: x-small;
	padding: 15px 0 0 0;
	text-align: center;
	width: 952px;
	height: 44px;
}
