@charset "UTF-8";
/* CSS Document */

html,
body {
	position:relative;
	background: #211811;/*#333300;*/
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	}
	div#background-cycle {
		position:absolute;
		width:100%;
		height:100%;
		overflow:hidden;
		z-index:0;
		text-align: center;
	}
	div#content {
		position:relative;
		z-index:10;
		padding-top: 30px;
	}
		div#nav-back {
			background:url(/themes/gasstation/images/bg-navigation.png) center repeat-x;
			height:150px;
			position:relative;
			text-align:center;
			}
			div#nav {
				width: 880px;
				margin-left: auto;
				margin-right: auto;
				padding-left: 60px;
				padding-right: 60px;
			}
			div#nav li a {
				text-decoration: none;
				text-transform: uppercase;
				font-size: 13px;
				font-weight: bold;
				font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica;
				color: #403c34;
			}
			div#logo a {
				display:block;
				position:relative;
				margin-left: auto; margin-right: auto;
				background:url(/themes/gasstation/images/img-logo.png) center no-repeat;
				width:150px;
				height:150px;
				margin:0px auto 0px auto;
				z-index:10;
				}
			div#nav-left {
				float: left;
				display: block;
				height: 150px;
				line-height: 150px;
				vertical-align: middle;
				position: relative;
				margin-top: -92px;
			}
			div#nav-right {
				float: right;
				display: block;
				height: 150px;
				line-height: 150px;
				vertical-align: middle;
				position: relative;
				margin-top: 58px;
			}
			div#nav-left ul.sf-menu > li {
				margin-right: 60px;
			}
			div#nav-right ul.sf-menu > li {
				margin-left: 60px;
			}
		div#nav-holder {
			position:relative;
			width:900px;
			margin:0px auto 0px auto;
			z-index:2;
			}
			div#nav-holder a {
				display:block;
				float:left;
				}
		div#Layout {
			clear: both;
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			background: url(/themes/gasstation/images/content-bg.png) 0px 0px repeat scroll;
			padding: 5px 30px 30px 30px;
			color: #ffffff;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;

		}
		div#Layout div.title h1 {
			color: #ffcc1a;
			font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
			font-weight: bold;
			font-size: 60px;
			line-height: 60px;
			text-transform: uppercase;
			position: relative;
			top: -30px;
		}
		div#main {
			color: #cdc6b8;
			width:900px;
		}
		div#main a {
			color: #cdc6b8;
		}
		div#main div.left-col {
			margin-right: 30px;
			width:420px;
			float:left;
		}
		div#main div.right-col {
			width: 380px;
			float: right;
		}
		#Content ul {
			list-style:none;
		}
			#Content ul li {
				color:#CECABF;
			}
				#Content ul li a {
					text-align:center;
					text-decoration:none;
					font-size:12px;
					font-weight:bold;
					color:#CECABF;
				}
				#Content ul li a img {
					display:block;
					margin-top:4px;
					border:5px solid #ffcc1a;
				}
	/* home content */
	div#home-content {
		position:relative;
		width:900px;
		text-align:center;
		min-height:400px;
		z-index:1;
		}

	/* footer styles */
	div#bottomline {
		position:relative;
		background:url(/themes/gasstation/images/bg-bottom-line.png) repeat-x;
		height:70px;
		width:100%;
		text-align:center;
		z-index:1;
		}
		div#footer {
			position:relative;
			width:195px;
			height:70px;
			margin:0px auto 0px auto;
			padding-top:20px;
			z-index:1;
			}
		div#footer a {
		display:block;
		float:left;
		margin-top:12px;
		}
		a#facebook {
			background:url(/themes/gasstation/images/btn-fb-off.png) no-repeat;
			height:39px;
			width:39px;
			margin-right:12px;
			}
			a#facebook:hover {
				background:url(/themes/gasstation/images/btn-fb-on.png) no-repeat;
				}
		a#twitter {
			background:url(/themes/gasstation/images/btn-twitter-off.png) no-repeat;
			height:39px;
			width:39px;
			margin-right:12px;
			}
			a#twitter:hover {
				background:url(/themes/gasstation/images/btn-twitter-on.png) no-repeat;
				}
		a#email {
			background:url(/themes/gasstation/images/btn-email-off.png) no-repeat;
			height:39px;
			width:39px;
			margin-right:12px;
			}
			a#email:hover {
				background:url(/themes/gasstation/images/btn-email-on.png) no-repeat;
				}
		a#blabberbug {
			background:url(/themes/gasstation/images/btn-blabberbug-off.png) no-repeat;
			height:39px;
			width:39px;
			}
			a#blabberbug:hover {
				background:url(/themes/gasstation/images/btn-blabberbug-on.png) no-repeat;
				}

div.clear {
	clear:both;
	}
/* MailChimp Forms */

div.input-group ul { list-style: none; }
