


/* ---------- ( Reset ) -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* ---------- ( General ) -------------------------------------------------- */
body {
	background: #000000;  
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
}
.clear {
	clear: both;
}
.adsleft {
	float: none;
	margin: 0px 21px 0px 0px;
}




/* ---------- ( Headings ) -------------------------------------------------- */

h1 {
	font: 17px Verdana, Arial, Helvetica, sans-serif;

}


/*
h1#wintertires {
	background: url(../images/headings/winter-tires.jpg) no-repeat;
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;
}
h1#specializedtires {
	background: url(../images/headings/specialized-tires.jpg) no-repeat;
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;	
}
h1#decodealphanumeric {
	background: url(../images/headings/decode-alphanumeric.jpg) no-repeat;
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;
}
h1#plussize {
	background: url(../images/headings/plus-size.jpg) no-repeat;
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;
}
h1#appstrackstreet {
	background: url(../images/headings/applications-track-street.jpg) no-repeat;
	height: 39px; text-indent: -9999px;
	margin-bottom: 10px;	
}
h1#retreads {
	background: url(../images/headings/retreads.jpg) no-repeat;
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;	
}
h1#safetyhazardshands {
	background: url(../images/headings/safety-hazards-hands.jpg) no-repeat;
	height: 39px; text-indent: -9999px;
	margin-bottom: 10px;	
}
h1#treadmaintenance {
	background: url(../images/headings/tread-maintenance.jpg) no-repeat;
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;	
}
h1#tireinflation {
	background: url(../images/headings/tire-inflation.jpg) no-repeat;
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;	
}

h1#welcome {
	background: url(../images/headings/welcome.jpg) no-repeat; 
	height: 19px; text-indent: -9999px;
	margin-bottom: 10px;
}
*/



/* ---------- ( Header ) -------------------------------------------------- */
#header {
	margin: 35px 0px 20px 0px;
}
#header h1#logo a {
	background: url(../images/header/logo.jpg) no-repeat;
	width: 377px; height: 140px;
	display: block; text-indent: -9999px;
}




/* ---------- ( Main Nav ) -------------------------------------------------- */

#header ul#mainnav {
	color: #FF6600;
	font-size: 10px;
	float: right;
	position: relative;
	bottom: 31px;
	margin-right: 30px;

}
#header ul#mainnav li {
	display: inline;
}

#header ul#mainnav li a {
	text-decoration: none;
	color: #FFFFFF;
}

#header ul#mainnav li a:hover {
	text-decoration: none;
	color: #FF0000;
}


#topglinks {
	height: 35px;
	background: url(../images/nav/bg.jpg) no-repeat;
	margin-bottom: 0px;
	
}

#topglinks p.linkad {
	position: relative;
	top: 10px;
}

#topglinks ul {
	height: 35px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
#topglinks ul li {
	 display: inline;
	 background: url(../images/nav/divider.gif) right no-repeat;
	 float: left; height: 35px;
	 line-height: 35px;
	 padding: 0px 13px;
}
#topglinks ul li a {
	text-decoration: none;
	color: #000;
}








/* ---------- ( Content ) -------------------------------------------------- */
#content {
	margin-bottom: 20px;
	background: #CCCCCC;
	
}




/* ---------- ( Left Column ) -------------------------------------------------- */
#content #leftcolumn {
/*	background: url(../images/leftcolumn/bg.gif) no-repeat; */
	width: 300px; height: 725px;
	padding: 10px;
	color: #ccc;
	float: left;
}
#content #leftcolumn a {
	color: #000000;
	line-height: 14px; 
	font: bold 11px arial, sans-serif;
}
#content #leftcolumn a:hover {
	color: #FFFFFF;

}
#content #leftcolumn p.title {
	line-height: 14px;font-size: 11px; font-family: arial, sans-serif;
	margin-bottom: 15px;
	color: #444444;
}
#content #leftcolumn p.titlelast {
	line-height: 14px;font-size: 11px; font-family: arial, sans-serif;
	margin-bottom: 5px;
	color: #444444;
}



/* ---------- ( Right Column ) -------------------------------------------------- */
#content #rightcolumn {
	float: right;
	width: 420px;
	color: #000000;
	margin-top: 10px;
}
#content #rightcolumn p {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: justify;
}
#content #rightcolumn p.greybg {
	height: 60px;
	padding: 10px 10px;
	background:url(../images/greybg.jpg) #ADADAD no-repeat;
}




/* ---------- ( Footer ) -------------------------------------------------- */
#footer {
	border-top: 3px solid #2D2D2D;
	clear: both;
	margin-bottom: 10px;
	padding: 5px 0px;
	margin-top: -10px;
	color: #fff;
	font-size: 11px;
}
#footer a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}







