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

body
{
background-color: #fff;
margin:0px auto;
background-image: url("images/bg.gif");
background-repeat: repeat-x;
}

#tyre
{
position: absolute;
background-image: url("images/tyrebg.png");
background-repeat: no-repeat;
width: 100%;
height: 950px;
top: 337px;
right: 0px;
background-position: top right;
z-index: -1;
overflow: auto;
}

#holder
{
width: 1000px;
margin: 0px auto;
}

#header
{
background-image: url("images/header.gif");
margin: 0px auto;
width: 608px;
height: 143px;
margin-bottom: 20px;
}

#banner
{
width: 980px;
border: 10px solid #fff;
margin: 0px auto;
position: relative;
}

#nav
{
position: absolute;
width: 978px;
height: 23px;
background-image: url("images/navbg.gif");
background-repeat: repeat;
z-index: 3;
bottom: -26px;
border: 1px solid #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
color: #fff;
text-align: center;
word-spacing: 80px;
text-transform: uppercase;
line-height: 21px;
}

#nav a
{
color: #fff;
text-decoration: none;
}

#nav a:hover
{
color: #292929;
}

#contentholder
{
padding-top: 45px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
color: #292929;
line-height: 20px;
}

#contentleft
{
width: 637px;
float: left;
padding-right: 35px;
padding-left: 10px;
margin-bottom: 40px;
border-right: 1px dotted #292929;
}

#contentleft a
{
text-decoration: none;
color: #c51a1c;
font-weight: bold;
}

#contentleft a:hover
{
text-decoration: none;
color: #6f1213;
}

#contentright
{
width: 270px;
float: right;
padding-right: 10px;
margin-bottom: 40px;
}

#contentright a
{
color: #c51a1c;
font-weight: bold;
text-decoration: none;
}

#contentright a:hover
{
color: #6f1213;
}

h1
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 20px;
color: #292929;
letter-spacing: -2px;
font-weight: lighter;
text-transform: uppercase;
}

h2
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 20px;
color: #c51a1c;
letter-spacing: -2px;
font-weight: lighter;
text-transform: uppercase;
text-align: center;
margin-bottom: 3px;
}

h3
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 15px;
color: #c51a1c;
letter-spacing: -1px;
font-weight: lighter;
text-transform: uppercase;
margin-bottom: -3px;
}

#footer
{
width: 100%;
height: 150px;
background-color: #000;
border-top: 10px solid #c51a1c;
clear: both;
margin: 0px auto;
}

#footerholder
{
width: 1000px;
margin: 0px auto;
padding-top: 35px;
}

.footercontent
{
width: 330px;
float: left;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
line-height: 18px;
}

.footercontent a
{
text-decoration: none;
color: #c51a1c;
}

.footercontent a:hover
{
text-decoration: none;
color: #fff;
}

.imgstyle
{
padding: 2px;
border: 10px solid #000;
}

/* group of tabs */
#tabSet {
font-family:Arial, Verdana, Century Gothic;
	 
}

/* style for hiding panels */
.ui-tabs-hide {
	display: none;
}

/* for ul holding tab li elements */
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	
  zoom: 1;
}


/* tabs */
.ui-tabs-nav li {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

/* style link inside tab */
.ui-tabs-nav a {
	background-color:#000;
	font-family: Arial, Verdana, Century Gothic;
	font-size:13px;
	font-weight: bold;
	color: #fff;
  	text-decoration: none;
  	display: block;
 	padding: 5px 15px 3px 15px;
	border: 1px solid #c51a1c;
	border-bottom: none;
}


/* link style for selected tab */
.ui-tabs-selected a {
  color: #292929;
  background: #FFF;
  position: relative; /*position to overlap panel to remove border line between panel and tab */

}

/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
  outline: none;
}

/*panel style*/
.ui-tabs-panel {
	color:#292929;
	font-family:Arial, Verdana, Century Gothic;
	padding: 20px 0;
}

.ui-tabs-panel p {
	margin-bottom:12px;
	font-family:Arial, Verdana, Century Gothic;
	font-size:13px;
	margin-bottom:18px;
	line-height:21px;
	}
	
.ui-tabs-panel a{
	color:#292929;
	}
	
.ui-tabs-panel a:hover {
	color:#fca007;
	}
	
.red
{
color: #c51a1c;
font-weight: bold;
}
