/**
 * File: http://www.garagemahals.com/assets/templates/main/css/styles.css
 */

body {
	font-family: "Century Gothic", Helvetica, sans-serif;
	padding-bottom: 10px;
	background-color: #000;
	color: #bcbdc0;
	line-height: 1.6em;
}
div.main {
	width: 930px;
	margin: 0 auto;
	padding: 1.5em 1.3em 0;
	position: relative;
}

/*
 * Header - nav and logo
 */
.show {
	display: block;
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}
div.header {
	position: relative;
	text-align: center;
	padding-bottom: 1em;
}
ul.nav {
	height: 50px;
	font-size: 1.7em;
}
ul.nav li {
	display: inline;
	padding: 0 3em 0 0;
}
ul.nav li.current ul {
	display: block;
	visibility: visible;
}
ul.nav li.open ul {
	display: block;
	visibility: visible;
}
ul.nav li.closed ul {
	display: none;
	visibility: hidden;
}
ul.nav li a {
	color: #bcbdc0;
}
ul.nav li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.nav li.hassub a {
	background: url(../images/nav-arrow-hover.png) no-repeat scroll left center;
	padding-left: 18px;
}
ul.nav li.hassub a:hover {
	background: url(../images/nav-arrow-cur.png) no-repeat scroll left center;
	padding-left: 18px;
}
ul.nav li.hassub-current a {
	background: url(../images/nav-arrow-cur.png) no-repeat scroll left center;
}
ul.nav li.current a {
	color: #fff;
}
ul.nav li.last {
	padding-right: 0;
}
ul.nav li ul {
	position: absolute;
	top: 1.5em;				/* req'd top and lft for IE6 */
	left: 0;
	font-size: .6em;
	padding-top: .4em;
	text-align: center;
	width: 100%;
	font-family: "Verdana Bold";
}
ul.nav li li {
	display: inline;
	padding: 0 2em 0 0;
}
ul.nav li li a {
	color: #bcbdc0;
	font-weight: bold;
}
ul.nav li li a:hover, ul.nav li.current li a:hover  {
	color: #fff;
	text-decoration: none;
}
ul.nav li.current li a {
	color: #bcbdc0;
}
ul.nav li ul li.current a  {
	color: #fff;
}
ul.nav li.hassub ul li a {
	background: none;
	padding-left: 0;
}
ul.nav li.hassub ul li a:hover {
	background: none;
	padding-left: 0;
}
#logo {
	display: block;
	padding-top: .6em;
	text-align: center;
}
/***********************************/


/*
 * Footer elements
 */
div.footer {
	height: 172px;
	background: #000 url(../images/footerbg.png) top center repeat-x;
	color: #747273;
}
div.footer div.mid {
	width: 930px;
	margin: 0 auto;
	padding: 16px 1.3em 0;
	position: relative;
}
div.footer a.callout {
	color: #bcbdc0;
	display: block;
	float: right;
	font-size: 1.25em;
	text-align: center;
	/*padding: 1em .5em .5em .5em;*/
	background: url(../images/questionsbg.png) no-repeat top center;
	width: 260px;
	height: 128px;
}
div.footer a.callout:hover {
	background-position: 0 -128px;
	text-decoration: none;
}
a.callout span.h3 {
	display: block;
	font-size: 1.6em;
	padding: .6em 0 .3em 0;
	font-weight: normal;
}
a.callout span.bigphone {
	display: block;
	color: #ee2524;
	font-size: 2em;
	padding-top: .5em;
	position: relative;			/* IE 6.0 fix */
}
a.callout span.p {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
div.footer a {
	color: #969799;
}
div.footer a.privacy {
	color: #747273;
}
div.footer ul {
	border-bottom: 1px solid #333133;
	margin-top: .6em;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	width: 70%;
}
div.footer ul li {
}
div.footer ul li.col1 {
}
div.footer ul li.col2 {
	margin-left: 23em;
}
div.footer ul li.reset {
	margin-top: -4.8em;
}
div.footer ul li.col3 {
	margin-left: 39em;
}
/**************************************/


/*
 * Columns - utilized on interior pages
 */
.cols {
	float: left;
	padding: 3em 0 7em 0;
}
.lftcol {
	width: 360px;
	padding-right: 40px;
	text-align: center;
}
.lftcol img.border {
	border: 1px solid #333133;
}
.rgtcol {
	width: 510px;
	padding-right: 20px;
}
.rgtcol h2 {
	color: #fff;
	padding: 0;
	font-size: 1.8em;
}
.rgtcol h3 {
	padding: 2em 0 0 0;
}
.rgtcol p {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.8em;
	padding-top: 1em;
}
.rgtcol p a {
	color: #0092c8;
	border-bottom: 1px dotted #0092c8;
}
.rgtcol p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}



/**************************************/

/* 
 * Commons
 */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.corner {
	float: left;
}
div.subscribewrap {
	margin: 30px 0;
}
a.subscribe {
	display: block;
	padding: 0 15px 0 15px;
	height: 30px;
	background: url(/rounded/sh_r/h_30/w_360/r_15/fg_333133/bg_000000/) center no-repeat;
	color: #FFF;
	text-align: left;
}
a.subscribe span {
	background: url(/gallery/images/subscribe.png) right center no-repeat;
	padding-top: 5px;
	display: block;
	height: 25px;
	font-size: 1.1em;
}
div.subscribebig a.subscribe {
	display: block;
	padding: 0 27px 0 26px;
	height: 40px;
	background: url(/rounded/sh_r/h_40/w_450/r_17/fg_333133/bg_000000/) center no-repeat;
	margin: 30px 0;
	color: #FFF;
	text-align: left;
}
div.subscribebig a.subscribe span {
	background: url(/gallery/images/subscribe.png) right center no-repeat;
	padding-top: 10px;
	display: block;
	height: 30px;
	font-size: 1.4em;
}
 
.fixme {
	font-size: 2em;
	color: #cc2233;
}

.pup {
	background: url(../../../images/popup_icon.png) no-repeat right center;
	padding-right: 1.3em;
}
/**************************************/

iframe#selectfix {
	position: absolute;
	bottom: 127px;
	right: 1.3em;
	border: 0;
	background: #000;
	height: 0;
	width: 0;
}

div#questions {
	position: absolute;
	bottom: 127px;
	right: 1.3em;
}
div#questions div.window {
	position: relative;
	height: 0;
	width: 0;
	overflow: hidden;
	border: 8px solid #666;
	background: #FFF;
}
div#questions form {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 380px;
	height: 340px;
	padding: 5px 10px;
	overflow: auto;
}
div#questions form label,
div#questions form input.field,
div#questions form textarea {
	display: block;
	float: left;
	clear: both;
	padding: 2px;
}
div#questions form input.field,
div#questions form textarea {
	width: 374px;
	border: 1px solid #999;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 1em;
}
div#questions form textarea {
	height: 128px;
}
div#questions form div.controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
div#questions_shade,
div#questions_status {
	display: none;
	position: absolute;
	right: 0;
}
div#questions_shade {
	background-color: #FFF;
	height: 350px;
	width: 400px;
	bottom: 0;
}
div#questions_status {
	color: #333;
	text-align: center;
	bottom: 155px;
	font-size: 2em;
	font-weight: bold;
	width: 400px;
}

/*
 * Subscribe Form
 */
#subscribe {
	display: none;
	visibility: hidden;
	color: #fff;
	width: 360px;
	height: 220px;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 0;
	padding-top: 15px;
	background-color: #333133;
	overflow: hidden;
	margin: 0 auto;
}
#subscribe p {
	padding: 0 0 .5em 0;
	margin-bottom: .5em;
	border-bottom: 1px solid #595559;
}
div#subscribe_status {
	display: none;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 20px;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 1em 0 0 0;
	background-color: #858285;
}
div#subscribe_fail {
	display: none;
	color: #cc0000;
	padding: 5px 0 0 0;
	font-weight: bolder;
}
div.subscribebig form.subscribe {
	font-size: 1.3em;
}
form.subscribe {
	padding: 5px 10px 0 10px;
}
form.subscribe .controls {
	padding: 20px 0 0 0;
}
form.subscribe div#subscribe_controls.err {
	padding-top: 10px;
}
form.subscribe label,
form.subscribe input.text {
	display: block;
	float: left;
	vertical-align: middle;
	line-height: 1.6em !important;
	margin: 4px 0;
	padding: 2px;
	text-align: left;
}
form.subscribe label {
	width: 80px;
	height: 25px;
}
form.subscribe input.text {
	width: 200px;
	height: 20px;
	overflow: visible;					/*IE6 allow padding*/
}
form.subscribe input.err {
	border: 2px solid #da1f26;
}
form.subscribe span.inputwrap {			/*IE6.0 needs wrapper for overflow setting above*/
	display: block;
	float: left;
	overflow: hidden;
	width: 208px;
}
form.subscribe br {
	display: block;
	clear: both;
}
.errors {
	border: 2px solid #ee2524;
	padding: .5em;
	margin: .5em;
	color: #cc0000;
}
.errors p {
	text-align: center;
	font-weight: bold;
}
form label.err {
	color: #da1f26;
}
form input.err {
	border: 2px solid #aa0000;
}
