@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	color: #012E29;
	background-color: #024B44;
	font-size: 16px;
}

table {
	padding:5px;
	margin:5px;
	text-align: center;
	font-size: 13px;
	color: #012E29;
	font-weight: bold;
 }

table.shows {
	padding:5px;
	margin:5px;
	font-size: 13px;
	color: #012E29;
	font-weight: bold;
 }

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#024B44;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#024B44;
	font-weight:bold;
}

#wrapper {
	width: 1040px;
	top: 0px;
	text-align: center;
	margin: auto;
}

.header {
	height: 160px;
	background-image: url(images/INDEXDSGN2_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top: medium solid #4D6460;
	border-right: medium solid #4D6460;
	border-left: medium solid #4D6460;
	border-bottom: medium solid #4D6460;
	width: 1094px;
	background-color: #4D6460;
	margin-top: 10px;
	margin-right: 5px;
	padding-top: 5px;
}

.header2
{
	background: linear-gradient(white, grey);
	background-image:url(file:///C|/Users/Owner/Desktop/2014/Clients/Motorsport/header9-5-15.png);
	height:100px;
}


.navigation {
	width: 1097px;
	height: 38px;
	font-family:Arial, Helvetica, sans-serif;
	color: #4D6460;
	margin-bottom: 4px;
	font-size: 22px;
	padding-top: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #6a938d;
	border-right: medium solid #6a938d;

}
.navigation a {
	color: #FFFFFF;
	/*	font: bold 18px/35px; */
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: bold;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #F0DC47;
	font-family: Arial, Helvetica, sans-serif;
}

#main_container{
	width:1100px;
	height:auto;
	margin:auto;
	padding:0px;
}

/*-------------left_content------------------*/
.left_content{
	width:160px;
	float:left;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 5px;
}

.product_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#024B44;
	font-weight:bold;
}

.product_note {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#024B44;
	font-weight:bold;
}

.Product_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#502E13;
}

.Product_links a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#502E13;
	text-decoration: none;
}

.jump_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#024B44;
	text-decoration: underline;
}

.jump_links a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#024B44;
	text-decoration: none;
}

/*center content--------------------------*/
.center_content{
	width:912px;
	float:right;
	padding:5px 5px;
	background-color: #FFFFFF;
}

.center_title_bar{
	width:520px;
	height:33px;
	float:left;
	margin:0 0 0 18px;
	_margin:0 0 0 6px;
	line-height:33px;
	font-size:16px;
	color:#502E13;
	font-weight:bold;
	text-align: center;
}

.Show_title_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF00FF;
	font-weight: bold;
}

.Show_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0080FF;
	font-weight: bold;
}



/*---------prod_box----------*/
.prod_box{
	width:208px;
	height:auto;
	float:left;
	padding:5px 5px 5px 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#012E29;
	font-weight: bold;
	background-color: #FFFFFF;
}

.product_desc {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#012E29;
	font-weight: bold;
	}

/*--------------footer----------------*/
.footer{
	width:900px;
	clear:both;
	height:auto;
	margin-left: 5px;
}
