/* GENERAL - PAGE */

* { margin: 0; padding: 0; }

html, body {
	background-color: #EEE;
	font-family: QuicksandBook, Helvetica, "Lucida Sans Unicode", Arial, Tahoma;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

/* EMBEDDED FONTS */

@font-face {
    font-family: 'QuicksandBook';
    src: url('fonts/Quicksand_Book-webfont.eot');
    src: url('fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QuicksandBookOblique';
    src: url('fonts/Quicksand_Book_Oblique-webfont.eot');
    src: url('fonts/Quicksand_Book_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Book_Oblique-webfont.woff') format('woff'),
         url('fonts/Quicksand_Book_Oblique-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Book_Oblique-webfont.svg#QuicksandBookOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('fonts/Quicksand_Bold-webfont.eot');
    src: url('fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Bold-webfont.woff') format('woff'),
         url('fonts/Quicksand_Bold-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CONTAINERS - LAYOUT */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#header {
	background-image: url('images/header.png');
	width: 1000px;
	height: 100px;
}

#link_index a {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 300px;
	height: 50px;
}

#link_contact a {
	position: absolute;
	top: 40px;
	left: 775px;
	width: 80px;
	height: 20px;
}

#link_news a {
	position: absolute;
	top: 40px;
	left: 865px;
	width: 50px;
	height: 20px;
}

#link_legal a {
	position: absolute;
	top: 40px;
	left: 925px;
	width: 50px;
	height: 20px;
}

#bigimage {
	background-image: url('images/bigimage.png');
	width: 1000px;
	height: 387px;
}

#graybar {
	position: relative;
	background-image: url('images/graybar.png');
	width: 1000px;
	height: 136px;
}

#graybar a, #graybar a:link, #graybar a:visited {
	color: #000;
	text-decoration: none;
}

#one {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 290px;
	height: 90px;
}

#two {
	position: absolute;
	top: 30px;
	left: 375px;
	width: 260px;
	height: 90px;
}

#three {
	position: absolute;
	top: 30px;
	left: 690px;
	width: 290px;
	height: 90px;
}

#left {
	position: relative;
	float: left;
	background-color: #e2e2e2;
	text-shadow: 1px 1px 0px #f4f4f4;
    filter: dropshadow(color=#f4f4f4, offx=1, offy=1);
	width: 200px;
}

#left ul {
	font-size: 14px;
	padding-top: 10px;
	border: none;
	list-style-type: none;
}

#left li {
	padding-bottom: 2px;
}

#left .sec {
	font-size: 18px;
	margin-top: 5px;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
	cursor: pointer;
}

#left .sec:hover {
	background: #CCC important;
}

#left a, #left a:link, #left a:visited {
	display: block;
	color: #000;
	line-height: 20px;
	text-decoration: none;
	padding: 3px 3px 3px 40px;
	width: auto;
}

#left a:hover {
	background: #CCC !important;
	width: auto;
}

#left .active {
	background-color: #EEE !important;
	width: auto;
}

#right {
	position: relative;
	float: right;
	background-color: #fff;
	padding: 10px 10px 100px 10px;
	width: 780px;
	min-height: 500px;
}

#right ul {
	padding-left: 20px;
	font-size: 14px;
}

#home {
	position: relative;
	float: right;
	background-color: #fff;
	padding: 50px 50px 100px 50px;
	width: 900px;
	min-height: 300px;
}

#home a:link, #home a:visited {
	text-decoration: none;
	color: #999;
}

#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	padding-bottom: 5px;
	width: 100%;
	height: 20px;
	text-align: center;
}

#float {	
	position: fixed;
	right: 0px;
	bottom: 0px;
}

/* TABLES */

#products {
	background: #fff;
	font-family: QuicksandBook, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px auto 20px auto;
	width: 500px;
	text-align: left;
	border-collapse: collapse;
	table-layout: fixed;
}

#products th {
	font-size: 14px;
	font-weight: normal;
	color: #9d0000;
	padding: 5px 8px;
	border-bottom: 2px solid #900000;
	vertical-align: bottom;
}

#products td {
	color: #000;
	padding: 6px 8px;
	border-bottom: 1px dotted #ccc;
	vertical-align: top;
}

#products tbody tr:hover td {
	background: #eee;
}

#contact {
	font-size: 14px;
	margin: 0 auto;
}

#contact td {
	padding: 6px 8px;
	border-bottom: 1px dotted #ccc;
	vertical-align: bottom;
}

#tires img {
	margin: 15px;
	border: 5px solid #CCC;
	width: 200px;
	height: 150px;
}

#tires td p {
	margin: -10px 0px 0px 15px;
	padding: 0px;
	text-align: center;
}
 
/* SECTION-SPECIFIC STYLES */

.news p {
	padding: 5px 0px 20px 10px !important;
	border-top: 1px dotted #ccc;
}

.news h1 {
	padding-bottom: 25px !important;
}

/* GENERAL FORMATTING */

img {
	border: 0px;
}

p {
	font-size: 14px;
	padding: 25px 0px 0px 3px;
}

b {
	font-family: QuicksandBold;
	font-weight: normal;
}

h1 {
	font-family: QuicksandBookOblique, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 32pt;
	font-weight: normal;
	color: #454545;
}

h2 {
	font-family: QuicksandBookOblique, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16pt;
	font-weight: normal;
	color: #900000;
	padding-left: 10px;
}

h3 {
	font-family: QuicksandBold, Helvetica, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14pt;
	font-weight: normal;
	text-shadow: 1px 1px 0px #f4f4f4;
	/* filter: dropshadow(color=#f4f4f4, offx=1, offy=1); */
	margin-bottom: 10px;
}