/* @override http://einsteinsoilery.com/css/master.css */

body{
	background: #d8d8d8 url(/images/page-bg.png) repeat-x left top;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

img	{border: none;}

#wrapper{
	width: 766px;
	margin: auto;
	background: #fff;
	overflow: auto;
}
#header{
	height: 274px;
	background-image: url(../images/header.jpg);
}

input#zip {
	margin-left: 15px;
	width: 100px;
}

span.heading {
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
	
}
span.hours {
	font-size: 16px;
	font-weight: bold;
	
}
#banner{
	height: 214px;
}

#nav			{height: 52px;}
#nav ul			{height: 52px; padding: 0px; margin: 0; list-style-type: none; text-align: center;}
#nav li			{display: inline; text-transform: uppercase; margin: 0;}
#nav a			{color: #fff; display: inline-block; width: 93px; height: 42px; margin: 0 2px; background: url(../images/nav.jpg) no-repeat 1px 7px; line-height: 4em; font-size: 12px;}
#nav a:hover	{color: #ffd700;}

/*#nav ul li{
	float: left;
	margin: 0px 0px 0px 3px;
	width: 93px;
	height: 35px;
	background: url(../images/nav.jpg) no-repeat 1px 7px;
	padding-top: 17px;
	text-align: center;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	list-style: none;
	display: block;
	cursor: hand;
}
*/
a {
	text-decoration: none;
	cursor: hand;
}

#content{
	padding: 5px;
	overflow: auto;
	
}

#blog-content				{width: 520px; float: left; padding-right: 10px;}
#blog-content .blogContent	{font: 12px/16px Arial, sans-serif;}
#blog-sidebar				{width: 226px; float: left;}
#blog-sidebar li			{}

#contentheader{
	height: 303px;
/*	background: url(../images/banner.jpg) no-repeat;*/
}
#contentheader .left	{float: left;}
#contentheader .right	{float: right;}
#coupon{
	height: 303px;
	width: 206px;
	margin-left: 550px;
}

#image-rotator ul				{position: relative; height: 303px; list-style: none; margin: 0;}
#image-rotator li				{position: absolute; top: 0; left: 0; display: none;}
#image-rotator li:first-child	{display: block;}

#coupon-banner	{width: 200px; position: relative;}
#coupon-banner a	{color: #fff;}
#coupon-banner h4	{position: absolute; top: 0; left: 0; text-align: center; width: 100%; font-size: 36px; margin: 10px 0;}
#coupon-banner div	{position: absolute; top: 55px; left: 0; text-align: center; margin: 0 15px; font-size: 16px;}

#topten			{background-color: #f8f8f8; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #f1f1f1; padding-bottom: 10px; margin: 15px 0;}
#topten h2		{margin: 10px; padding: 0;}
#topten ul		{list-style-type: none; margin: 0; padding: 0;}
#topten li		{float: left; width: 50%; text-transform: uppercase; font-size: 1.1em; margin: 0; padding: 0;}
#topten img		{padding-right: 5px;}
#topten span	{position: relative; top: -3px;}

#contentboxes{
	clear: both;
}
.contentbox{
	float: left;
	width: 230px;
	height: 204px;
	border-right: 2px solid #f6f5f5;
	border-left: 2px solid #f6f5f5;
	background: 1px solid #f6f6f7;
	margin-left: 13px;
	background: url(../images/contentbox.jpg) no-repeat;
	}
.contentbox img{
	margin-left: 13px;
}	
.contentbox1{
	
	height: 204px;
}
.contentbox fieldset	{border-style: none;}

#topup{
	height: 204px;
	width: 230px;
	background: url(../images/topup.jpg) no-repeat;
}
#comments{
	height: 204px;
	width: 230px;
	background: url(../images/comments.jpg) no-repeat;
}
.contentbox img{
	float: left;
}
a{
	color: #982e21;

}
.contentbox a{
	margin-left: 3px;
}
.contentbox h1{
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #982e21;
	text-align: center;
}


span.copyright{
	color: #999;
	display: block;
	text-align: center;
}

#menu1{
	width: 750px;
	height: 800px;
	background: url(../images/menu1.gif) no-repeat;
	margin-left: 4px;
}

#menu2{
	width: 750px;
	height: 900px;
	background: url(../images/menu2.gif) no-repeat;
	margin-left: 4px;
}


#specials{
	width: 750px;
	height: 1222px;
	background: url(../images/specials.jpg) no-repeat;
	margin-left: 4px;
}

#contentbody	{font: 13px/18px Arial, sans-serif;}
#contentbody p img {
	padding: 15px;
	
}
h1{
	color: #982e21;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

