@charset "utf-8";
html {
	font-size: 65%;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	background-color: #63584a;
	background-image: url(../images/headBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a{
	color: #00aeef;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#headWrap{
	width: 100%;
	height: 266px;
	background-image: url(../images/headBGover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header{
	width: 1008px;
	margin: auto;
	position: relative;
}
#logo{
	width: 567px;
}
#wheelNav{
	height:205px;
	width: 205px;
	position: absolute;
	top: 45px;
	left: 600px;
}
#blogButt{
	height: 177px;
	width: 177px;
	position: absolute;
	top: 65px;
	left: 800px;
}
#navWrap{
	height: 18px;
	width: 100%;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
}
#pageWrap{
	
}
#page{
	width: 1008px;
	margin: auto;
}
#topBar{
	height: 70px;
}
#leftWrap{
	width: 210px;
	float: left;
}
#leftBar{
	padding: 0 5px 10px;
	color: #fff !important;
}
#contentWrap{
	float: left;
	margin-right: 8px;
}
.thin{
	width: 510px;
}
.thick{
	width: 790px;
}
#content{
	background-color: #efeeee;
	padding: 10px;

}
#rightWrap{
	float: left;
	width: 280px;
}
#rightBar{
	background-color: #efeeee;
	padding: 10px 5px;
}
#footWrap{
	clear: left;
	width: 1008px;
	margin: auto;
}
#footer{
	padding: 5px 10px;
}
/* FE NAV PLATE STYLES */

#navigation {
	width: 1008px;
	height: 18px;
	margin: auto;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-image: url(../images/navBGover.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#navigation .feDrop{
	cursor:default;
	z-index: 2;
	font-size: 14px;
	position: relative;
}
/*#navigation .feDrop:hover, #navigation .feDrop a:hover{
	color: #000;
	background-image: url(http://www.pitstopquicklube.com/images/navHighlight.png);
	background-position:center center;
	background-repeat: no-repeat;
} */
#navigation .primary, #navigation .primary ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

#navigation .primary  li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}
#navigation a:link, #navigation a:active, #navigation a:visited{
    display:block;
    padding:0px;
    color:#fff;
    text-decoration:none;
 }
 


#navigation a:hover{
    color:#fff;
}
#navigation .tertiary a{
	padding: 0 3px;
}


#navigation .secondary{
    position:absolute;
	top: 18px;
	left: -20px;
    display:none; 
	background-color: #726655; /* BACKGROUND PLATE COLOR */
	font-size: 14px;
	line-height: 26px;
	z-index: 15;
	padding: 3px !important;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-box-shadow: 3px 3px 6px #333;
    -webkit-box-shadow: 3px 3px 6px #333;
    box-shadow: 3px 3px 6px #333;
}

.w150 {
	width: 170px;
}
.w300 {
	width: 340px;
}
.w450 {
	width: 510px;
}
.w600 {
	width: 680px;
}
.w750 {
	width: 850px;
}
#navigation .secondary a{
	color: #fff;
}
#navigation .secondary a:hover {
	color: #ccc;
}
#navigation .secondary ul {
	margin-bottom: 27px;
	border-left: solid 1px #ccc; /* UL SIDELINE COLOR */
	
}
#navigation .tertiary {	
}
#navigation .secondary li {
	min-width: 120px;
	_width: 120px;
	margin-right: 10px;
	float:left;
}
#navigation .tertiary li{
	float: none;
	text-align: right;
	margin-right: -10px;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
}
#navigation .constantNav {
	position: absolute;
	right: 5px;
	bottom: -5px;
	font-size: 10px;
}
#navigation .constantNav a:link, #navigation .constantNav a:active, #navigation .constantNav a:visited{
	display: inline;
	text-decoration: none;
	padding: 0px 6px;
}
#navigation .navBadge {
	min-width: 50px;
	max-width: 150px;
	_width:50px;
	float: right;
	z-index: 1;
}
.greyText{
	color: #fff;
}
.tanText{
	color: #ffefa5;
}

.offWhiteBG{
	background-color: #efeeee;
}

.redHeadBar{
	background-color: #c5252b;
	color: #fff;
	padding: 5px 0px;
	-moz-box-shadow: 3px 3px 6px #333;
    -webkit-box-shadow: 3px 3px 6px #333;
    box-shadow: 3px 3px 6px #333;
}
.yellowHeadBar{
	background-color: #ffde03;
	color: #0000;
	padding: 5px;
	-moz-box-shadow: 3px 3px 6px #333;
    -webkit-box-shadow: 3px 3px 6px #333;
    box-shadow: 3px 3px 6px #333;
}

.shadowBox {
	border: solid 1px #333;
	-moz-box-shadow: 3px 3px 6px #333;
    -webkit-box-shadow: 3px 3px 6px #333;
    box-shadow: 3px 3px 6px #333;
}
.roundedBox {
	border-radius: 5px;
	-moz-border: 5px;
	-webkit-border: 5px;
}
.roundedRight {
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
.roundedLeft {
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
}
.roundCorner {
	border-radius-topright: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-radius-topright: 15px;
	border-radius-bottomleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
}