@charset "utf-8";
/*TAGS */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Calibri, "Segoe UI", sans-serif;
	font-size: 0.9em;
	background-attachment: fixed;
	background-image: url(../images/bg_Gr-K.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #00FF01;
	margin: 1ex;
}
h1 {
	font-size: 1.4em;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #C90E0D;
	margin-bottom: 1.2ex;
	padding-right: 25px;
}
h2 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: .5em;
	padding-top: 1ex;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
}
p {
	padding-bottom: 1ex;
}
dl {
	display: inline;
	line-height: 1.6em;
}
dt {
	display:inline;
	font-size: 1.1em;
	line-height: 1.6em;
}
dd {
	display: inline;
	font-weight: bold;
}
a:link {
	color: #003333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002020;
}
a:hover {
	text-decoration: underline;
	color: #700000;
}
a:active {
	text-decoration: overline;
	color: #15FF14;
}

/*MENU */

#menu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #C90E0D;
	text-align: center;
	list-style-type: none;
	width: 196px;
	height: 495px;
	padding-top: 164px;
	background-image: url(../images/menuBG.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#menu li {
	padding-bottom: 13px;
	padding-top: 12px;
	font-stretch: semi-condensed;
	letter-spacing: -1px;
	display: block;
	margin: 0px;
	width: 110px;
	padding-left: 43px;
	float: right;
}

#menu a:link {
	color: #C90E0D;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#menu a:visited {
	color: #C90E1D;
	text-decoration: none;
}
#menu a:active {
	color: #393745;
	text-decoration: none;
}
#menu a:hover {
	color: #041A59;
	text-decoration: none;
	border: none;
}

/* CLASSES */

.tirePic {
	float: right;
	clear: right;
}
.content {
	width: 546px;
	padding: 1ex;
}
#wrapper {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 982px;
}
.contentLow {
	width: 592px;
	background-image: url(../images/boxMiddle.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding: 1em;
}
.contentLow img {
	width: auto;
}

#content {
	float: left;
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 150px;
	width: 626px;
}
img#firstPic {
	margin: .5ex;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #999999;
	border-bottom-color: #666666;
}
.firstImage {
	float: left;
	padding-right: 1.4em;
	padding-bottom: 5px;
}
.copyright {
	color: #C90E0D;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.1em;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
.red {
	color: #C90E0D;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

/*POSITIONING */

#copyright {
	font-size: 0.8em;
	color: #000;
	text-align: center;
	padding: 1ex;
	margin-left:auto;
	margin-right:auto;
	width: 500px;
	bottom: 0px;
	padding-top: 1.1em;
	z-index: 2;
	padding-left: 195px;
	clear: both;
}
#vcard {
	font: Arial;
	font-size: 10pt;
	visibility: hidden;
	display: none;
}
#contactus #vcard {
	font: Arial;
	font-size: 12pt;
	float: left;
	background-image: url(../images/contentBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 150px;
	width: 626px;
}
.cLfL {
	clear: left;
	float: left;
	padding-right: 1ex;
}
.plain {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

hr {
	color: #700000;
	width: 526px;
	text-align: center;
}
.tireLogos img {
	padding: 1ex;
}
