/*----------CSS for Mr. Fox Tire - Buffalo, NY-----------------------------------------------------*/
/*----------Created by Brian Daggett - Innovative Solutions - Rochester, NY-----------------------------*/

* {padding:0px;	margin:0px;}

body {
	background:url(images/bg.jpg) no-repeat #141f45;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
#wrapper {
	width: 950px;
	position: relative;
	margin:0px;
	z-index:1;
	}
.float-left{float:left; padding:0px 8px 5px 0px;}	
.float-right{float:right; padding:0px 0px 5px 8px;}
#spotlight {padding:8px; text-align:center; margin:15px 0px; border:solid 1px #ffffff;}
#coupon{position:absolute; left:848px; top:40px; }

/*------------HEADER STUFF--------*/
#header {float:left; width:340px;}
		
/*-----------MAIN CONTENT STUFF --*/
#content { width:445px; padding:0px 0px 10px 139px; }
#home-table {}	
#content .home-links{ font-size:10px; font-weight:bold;}
#content .home-text{ font-size:9px;}
#content p {line-height:1.8em; padding-bottom:12px;}	
.list {list-style:none;}
.list li{  background:url(images/bullet.gif) no-repeat 0px 4px; padding-left:13px; padding-bottom:3px;}
.table { padding-top:7px; vertical-align:top;}
.list .spacing {margin-left:18px;}
.news-header { font-weight:bold; font-size:14px;}
		
/*-----------SIDE BAR STUFF --*/
#home-right { width:340px; float:right;}

/* ----------GLOBAL HEADERS-------*/
h1 {
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-style:italic;
	color:#ead260;
	/*color:#8caed1;*/
	}
h2 {
	font-size:16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#8caed1;
	padding:9px 0px 3px 0px;
	}	
h3 {
	font-size:14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#ffffff;
	}	
h4 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	}
h5 {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8caed1;
	}	

/* ----------GLOBAL LINKS---------*/
a:link {color:#e6b91c; text-decoration:underline;}
a:visited {color:#e6b91c; text-decoration:underline;}
a:hover {color:#f5eac2; text-decoration:none;}
a:active {color:#e6b91c; text-decoration:underline;}

/* ----------DROP DOWN NAVIGATION------------*/
.suckertreemenu {
	margin: 0;
	float:right;
	clear:both;
	width:610px;
	padding-top:60px;
	height:46px;
}




.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
width: 70px; /*Width of top level menu link items*/
color: #e6b91c;
border-right:1px #e6b91c solid;
text-align:center;
line-height:15px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 7px 6px;
text-decoration: none;
color: #e6b91c; /*link color*/
}
.suckertreemenu ul li a:visited{color: #e6b91c; text-decoration: none;}
.suckertreemenu ul li a:hover{color: #ffffff; background-color: #152148; text-decoration: none;}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
text-align:left;
border:none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
padding: 4px 2px 4px 8px;
background-color: #152148;
}

.suckertreemenu ul li ul li a:visited{color: #ffffff; text-decoration: none;}
.suckertreemenu ul li ul li a:hover{color: #e6b91c; /*background-color: #152148;*/ text-decoration: none;}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

/*-----------SECONDARY NAVIGATION--*/


/*-----------FOOTER----------------*/
#footer { padding:10px 0px 10px 140px; line-height:1.6em; font-size:10px; clear:both;}
#footer a:link {color:#8caed1; text-decoration:none; font-size:12px;}
#footer a:visited {color:#8caed1; text-decoration:none; font-size:12px;}
#footer a:hover {color:#fff; text-decoration:none; font-size:12px;}
#footer a:active {color:#8caed1; text-decoration:none; font-size:12px;}
