/* main.css */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #191919 url('../images/global/bg.gif') repeat-x;
	font: 12px Helvetica, Arial, sans-serif;
}

#main {
	margin: 23px auto 0 auto;
	width: 1000px;
}
#content, #flash {
	width: 1000px;
}
#content {
	min-height: 528px;
	height: auto !important;
	height: 528px;
}

#header {
	height: 64px;
}
#header ul {
	list-style: none;
	float: right;
	padding-top: 15px;
}

#header ul li {
	display: block;
	float: left;
}
#header ul li a {
	display: block;
	height: 29px;
	text-indent: -999em;
	background: url('../images/global/navigation.gif') no-repeat;
}

h1 a {
	display: block;
	height: 64px;
	width: 128px;
	float: left;
	text-indent: -999em;
	background: url('../images/global/logo.gif') no-repeat center left;
}

.inset {
	padding-left: 81px;
	padding-right: 81px;
}

.left {
	float: left;
}
.right {
	float: right;
}

#content {
}

#footer {
	padding-top: 25px;
	height: 40px;
	color: #666;
}
#footer span, #footer a, #footer #copyright {
	display: block;
	height: 12px;
	float: left;
}
#footer span {
	width: 15px;
	text-align: center;
}
#footer a, #footer #copyright {
	background: url('../images/global/footer-copy.gif') no-repeat;
	text-indent: -999em;
}

#footer #copyright {
	width: 170px;
	background-position: -444px 0;
}
#footer .right a {
}
#footer #footer_contactus {
	width: 56px;
	background-position: 0 0;
}
#footer #footer_contactus:hover {
	background-position: 0 -22px;
}
#footer #promo {
	width: 208px;
	background-position: -229px 0;
}
#footer #promo:hover {
	background-position: -229px -22px;
}
#footer #locations {
	width: 160px;
	background-position: -62px 0;
}
#footer #locations:hover {
	background-position: -62px -22px;
}

/** No more dotted borders in Firefox! **/
input:active, a:active
{
	outline: none;
}

input:focus, a:focus
{
	-moz-outline-style: none;
}