﻿* {
	padding: 0;
	margin:	0;
}

img {
	border: 0px;
}

:root {
	overflow-y: scroll;
}

body,html {
	margin: 0;
	padding: 0;
	height: 100%;
}

BODY {
	background-color: #000000;
	color: #999999;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

BODY.mceContentBody {
	padding: 10px;
}

A {
	text-decoration: none;
	color: #ffa200;
}

A:hover {
	text-decoration: underline;
}



#container {
	position:		relative;
	margin:			0 auto;
	width:			980px;
	background:		#000000;
}

#divider {
	position:		absolute;
	left:			0px;
	top:			98px;
	height:			3px;
	max-height:		3px;
	width:			100%;
	background:		#ffa200;
}

#logo {
	position:		absolute;
	left:			26px;
	top:			20px;
	padding-left:	10px;
}



#menu {
	list-style-type:none;
	position:		absolute;
	right:			50px;
	top:			73px;
	height:			25px;
}
#menu li {
	float:			right;
	margin-left:	2px;
	padding-top:	5px;
	padding-bottom: 5px;
	height: 		25px;
}
#menu li A {
	padding:		5px 14px 5px 14px; 
	color:				#ffffff;
	background-color: #ffa200;
	background-image:	url(/images/menu_bkg.gif);

	font-family:	"Helvetica Neue", Helvetica, Arial, Verdana;
	font-size:		13px;
}
#menu li A:hover {
	background-image:	none;
	text-decoration:	none;
	background-color: #ffa200;
}
#menu li.selected A {
	background-image:	none;
}



#fullcontent {
	width:			980px; /* IE6: treaded as min-height*/
	max-width:		980px; /* real browsers */

	left:			0px;
	padding:		101px 0px 0px 0px;
}
#flashheader {
	width:			980px; /* IE6: treaded as min-height*/
	max-width:		980px; /* real browsers */
	height:			249px;
	left:			0px;
	padding:		101px 0px 0px 0px;
}

#flashreplace {
	width: 980px;
	height: 498px;
	background-image: url('../images/intro_bg.png');
	background-repeat: repeat-x;
}

#flashreplace h1, #noflash_top h1 {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 38px;
	color: #ddd;
	letter-spacing: -2px;
	padding-top: 140px;
}

#flashreplace p {
	color: #eee;
	width: 400px;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 0px 0px 5px;
	float: left;
}

#shortcut_men {
	width: 480px;
	height: 130px;
	text-align: center;
	position: absolute;
	bottom: 26px;
	right: 0px;
}

.shortcut_item {
	width: 100px;
	height: 100%;
	background-color: #eee;
	color: #333;
	cursor: pointer;
	margin: 0px 1px 0px 1px;
	padding: 0px 7px 0px 7px;
	float: left;
}

.shortcut_item h2 {
	font-size: 14px;
	color: #333;
}

.shortcut_item p {
	color: #333;
}

.shortcut_item:hover {
	border-bottom: 5px solid #ffa200;
}

.shortcut_item a {
	color: #333;
}

.shortcut_item a:hover {
	text-decoration: none;
}

#noflash_top {
	height: 250px;
	width: 980px;
	background-image: url('../images/banner_tires_bg.png');
	background-repeat: repeat-x;
}

#content3 {
	width:			980px; /* IE6: treaded as min-height*/
	max-width:		980px; /* real browsers */
	margin:			10px 0px;
	clear:			both;
}
#content3 DIV#left, #content3 DIV#middle, #content3 DIV#right, #content3 DIV#middlebig {
	background-image:	url(/images/grey_bkg.gif);
	background-repeat:	repeat-x;
	background-position: top left;
}

#content3 #left {
	float:			left;
	width:			148px;
	padding:		24px 24px 24px 24px;
}
#content3 #middle {
	float:			left;
	margin:			0px 10px;
	width:			520px;
	padding:		24px 24px 24px 24px;
}
#content3 #right {
	float:			left;
	width:			156px;
	padding:		16px 20px 20px 20px;
}

#footer {
	clear:			both;
	width:			912px; /* IE6: treaded as min-height*/
	max-width:		912px; /* real browsers */
	
	padding-left:	34px;
	padding-right:	34px;
	padding-bottom: 10px;
	padding-top:	20px;
	
	color:			#ffffff;
	font-family:	Arial, Verdana, Helvetica;
	font-size:		11px;
	line-height:	16px;
	
	background-image:	url(/images/grey_bkg.gif);
	background-repeat:	repeat-x;
	background-position: top left;
}
#footer.orange {
	padding-top:	10px;
	background-image:	none;
	background-color:	#ffa200;
}

#footer A {
	color:				#ffffff;
	text-decoration:	underline;
}



#submenu {
	list-style-type:none;
	margin-left:	0px;
	padding-top:	0px;
	padding-bottom: 10px;
}
#submenu LI {
	padding-top:	5px;
	padding-bottom: 5px;
}
#submenu LI A {
	font-family:	Arial, "Helvetica Neue", Helvetica, Verdana;
	font-size:		12px;
	color:			#ffa200;
}
#submenu LI A:hover {
	color:				#ffffff;
	text-decoration:	none;
}
#submenu LI.selected A {
	color:				#ffffff;
}

#submenu LI.submenu2 {
	padding-left:	10px;
	padding-top: 0px;
	padding-bottom: 5px;
}

H2, .header1 {
	font-family:	Helvetica, Arial, Verdana;
	font-weight:	normal;
	font-size:		25px;
	margin-bottom:	10px;
	color:			#ffffff;
}
H3, .header2 {
	font-family:	Helvetica, Arial, Verdana;
	font-weight:	normal;
	font-size:		16px;
	color:			#ffffff;
	margin-top:		10px;
	margin-bottom:	5px;
}

LI, P, .normal {
	font:			normal 12px Arial, Verdana, Helvetica, sans-serif;
	line-height:	150%;
	color:			#ffffff;
}
P, .normal {
	padding-bottom:	10px;
}

#right .rightbox {
	padding-bottom: 10px;
	margin-bottom:	10px;
	border-bottom:		1px dashed #121212;
}


TH {
	font-size:		11px;
	text-decoration:underline;
	vertical-align:	top;
	text-align:		left;
}
TD {
	font:			normal 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align:	top;
	padding-left:	2px;
}
TD p {
	padding-bottom: 5px;
}


.alignright {
	float:				right;
	margin-left:		10px;
}


.error {
	color:			#e30b11;
	font-weight:	bold;
}
.product {
	padding-bottom:	2px;
	padding-top: 	2px;
	border-top:		1px dashed #121212;
}
.search {
	padding-bottom: 5px;
}

TEXTAREA, INPUT, SELECT, OPTION {
	background-color: #333333;
	color:			#999999;
	font:			normal 11px Verdana, Arial, Helvetica, sans-serif;
}
INPUT.text {
	font:			normal 12px Verdana, Arial, Helvetica, sans-serif;
	border:			0px;
	padding:		3px;
	margin:			2px 0px;
	height:			16px;
	background-repeat:		no-repeat;
	background-position:	top left;
}
INPUT.select {
	border:			1px solid #666666;
	padding:		2px;
	margin:			1px 0px;
}
INPUT.image {
	margin:			2px 0px 2px 0px;
	border:			0px;
	padding:		0px;
}

TEXTAREA.description {
	width:			250px;
	height:			60px;
}
OPTION {
	border: 0px;
}

.form50 {
	width:			44px;
	background-image:	url(/images/form/box50.gif);
}
.form60 {
	width:			54px;
	background-image:	url(/images/form/box60.gif);
}
.form70 {
	width:			64px;
	background-image:	url(/images/form/box70.gif);
}
.form100 {
	width:			94px;
	background-image:	url(/images/form/box100.gif);
}
.form130 {
	width:			124px;
	background-image:	url(/images/form/box130.gif);
}
.form150 {
	width:			144px;
	background-image:	url(/images/form/box150.gif);
}
.form160 {
	width:			154px;
	background-image:	url(/images/form/box160.gif);
	margin-right:	0px;
}
.form180 {
	width:			174px;
	background-image:	url(/images/form/box180.gif);
}
.form240 {
	width:			234px;
	background-image:	url(/images/form/box240.gif);
}
.form250 {
	width:			244px;
	background-image:	url(/images/form/box250.gif);
}
.but30 {
	padding:		2px;
}
.delete {
	background-color: #660000;
	padding:		2px;
}
SELECT#category {
	width:			200px;
}

OL {
	list-style: decimal;
	margin-left:	20px;
	padding-left: 10px;
}
UL {
	margin-left: 20px;
	padding-left: 10px;
}


#charselected {
	color:			white;
	background-color: black;
	text-decoration: underline;
}

.col3 {
	width:		250px;
}
.col2 {
	width:		380px;
}
I.grey {
	color:		#999999;
}
HR {
	border:	0;
	background-color:	#ffffff;
	color:		#ffffff;
	height:		1px;
	margin-bottom:	10px;
	margin-top: 10px;
}


DIV.productimage {
	border:	1px solid #2c2c2c;
	padding:	12px 12px 11px 11px;
	width:	100px;
	height:	100px;
}

DIV#productimageright {
	border:	0px;
	padding:	0px 0px 15px 15px;
	float:	right;
}
DIV.productlist A:hover DIV.productimage {
	border-color:	#ffa200;
}


#productlisting {
	width:	520px;
}
#productlisting .productlist {
	text-align:	center;
	width:	125px;
	float:	left;
	margin-right: 5px;
	margin-bottom: 	10px;
}
#productlisting .newrow {
	clear:	both;
}


TABLE#resellers {
	width:			500px;
}
TABLE#resellers TD {
	border-top:		1px dashed #121212;
	padding:		2px 2px;
}


DIV.links {
	border-top:		1px dashed #121212;
	padding:		2px 2px;
}



