/******************************/
/***********Layout*************/
/******************************/

body {
	margin: 10px 0px 10px 0px;
	padding-top: 76px;
	font-family : arial, helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #000;
	}

#logo {
	position: absolute;
	left: 10px;
	top: 0px;
	}

#topMenuStripe {
	background-color: #6C6C6C;
	border-top: 1px solid #FF0200;
	border-bottom: 1px solid #FF0200;
	margin-bottom: 10px;
	height: 15px;
	}

#menu {
	background-color: #6C6C6C;
	border-top: 1px solid #FF0200;
	border-bottom: 1px solid #FF0200;
	height: 30px;
	text-align: center;
	}

.menuPic {
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
	}

#container {
	margin-top: 80px;
	background-color: #6C6C6C;
	border-top: 1px solid #FF0200;
	border-bottom: 1px solid #FF0200;
	height: 300px;
	}

#containerMain {
	text-align: center;
	margin-top: 50px;
	background-color: #6C6C6C;
	border-top: 1px solid #FF0200;
	border-bottom: 1px solid #FF0200;
	height: 393px;
	}

#mainPic {
	border-left: 1px solid #FE0000;
	border-right: 1px solid #FE0000;
	}

#opacity {
	opacity: .025;
	filter: alpha(opacity=02.5);
	background-image: url(images/tyretrack.gif);
	background-repeat: repeat;
	height: 299px;
	}

#galleryContainer {
	margin-top: 80px;
	background-color: #6C6C6C;
	border-top: 1px solid #FF0200;
	border-bottom: 1px solid #FF0200;
	}

img {
	border-style: none;
	}

#textBox {
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px;
	width: 80%;
	border: 1px solid #000000;
	background-color: #7F7F7F;
	}

#textBoxLinks {
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 10px;
	width: 250px;
	font-size: 1.2em;
	border: 1px solid #000000;
	background-color: #7F7F7F;
	}

#textBoxContact {
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 10px;
	width: 300px;
	font-size: 1.2em;
	border: 1px solid #000000;
	background-color: #7F7F7F;
	}

a:link, a:visited, a:active {
	color: #C8C8C8;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	margin: 5px 5px 5px 5px;
	}

/******************price table stuff**********************/

#pricetable {
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 300px;
	text-align: center;
	padding: 2px;
	}

.tr_header {
	background-color: #BFBFBF;
	font-weight: bold;
	}

.topBorder {
	border-right: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	padding: 5px;
	}

.restof {
	border-right: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	background-color: #969393;
	padding: 3px;
	}

.smallprint {
	margin-right: auto;
	margin-left: auto;
	background: #969393;
	width: 200px;
	border: 1px solid #000000;
	text-align: center;
	font-size: 0.8em;
	}