/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #ffffff;
	color:#666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
}

#skip-navigation{	
	height: 0px;
}

#wrap{
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 999px;
}

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 989px;
	padding-left: 10px;
}
* html #header {  /* This is the Tan hack */
	width: 999px; 
	w\idth: 989px; 
}

#centerc{
	display: inline;
	float:left;
	margin-left: 232px;
	margin-top: 5px;
	margin-bottom: 80px;
	padding-left: 17px;
	padding-right: 28px;
	width: 722px;
}
* html #centerc {  /* This is the Tan hack */
	width: 767px; 
	w\idth: 722px; 
}

#leftc{
	padding: 0px;
	margin: 0px;
	float:left;
	margin-left:-999px;
	margin-top: 5px;
	margin-bottom: 80px;
	padding-left: 9px;
	width: 223px;
}
* html #leftc {  /* This is the Tan hack */
	width: 232px; 
	w\idth: 223px; 
	}

#foot{
	background-color: #4d4948;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 118px;
}

#footerclear {
	clear: both;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/

#header_graphic {
	margin-bottom: 4px;
	float: left;
}
#header_graphic img, #header_graphic object {
	display: block;	
}
#header-flash {
	float: left;
	margin-bottom: 4px;
}
#header-flash img {
	display: block;
}
#navigation {
	float: left;
}


/** ------------------------------------------------------ **/
/** -------------------navigation ------------------------ **/

#navigation img {
	display: block;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0px; 
}
#navigation ul li a, #navigation ul li a:visited {
    display: block;
	float: left;
}

#menu1, #menu2 {
	float: left;
	margin-bottom: 5px;
}

/** ------------------------------------------------------ **/
/** ------------------------ menu ------------------------ **/

#menu1 ul, #menu2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu1 ul li, #menu2 ul li {
	float: left;
	margin: 0px; 
	padding: 0px;
	width: 221px;
}
#menu1 ul li a, #menu2 ul li a {
	padding: 0px;
	margin: 0px;
}
#menu1 img, #menu2 img {
	display: block;
}
#menuteams p {
	margin-bottom: 25px;
}
#menuteams p a {
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/

#footerleft
{
    float: left;
}
#footerleft ul
{
	
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    position: absolute;
	white-space: nowrap;
	margin-top: 90px;
	
}
#footerleft ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.8em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #cccccc;
	text-decoration: none;	
}
#footerright
{
    float: right;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    white-space: nowrap;
	margin-top: 90px;
}
#footerright ul li
{
	color: #666666;
	display: inline;
	font-size: 0.8em;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #ffffff;
	text-decoration: underline;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #cccccc;
	text-decoration: underline;	
}

/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

h1 {
	color: #666666;
	font-size: 1.4em;
	font-weight: bold;	
	margin-top: 0px;
}

h2 {
	color: #FF9900;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	color: #FF9900;
	font-size: 1.2em;
	font-weight: bold;	 
}
strong {

}
a {
	color:#333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color:#FF9900;
}
img {
	border: 0px;
}

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  margin-right: 10px
  }
select {
  float: left;
  margin-right: 10px
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  overflow:auto;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 200px;
  margin-right: 10px;
  padding-bottom: 10px;
  }


/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata1 {
	float: left;
	text-align: left;
	margin: 0px;
	width: 350px;
  } 
div.TableReplaceRow div.TableReplacedata2 {
	float: left;
	text-align: left;
	margin-left: 20px;
	width: 350px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}


div.TableReplaceRow div.TableReplaceProductName {
	float: left;
	text-align: left;
	width: 300px;
	margin: 0px;
  }
div.TableReplaceRow div.TableReplaceProductPrice {
	float: left;
	text-align: right;
	width: 60px;
	margin: 0px;
  }
div.TableReplaceRow div.TableReplaceProductForm {
	float: left;
	text-align: left;
	width: 300px;
	margin: 0px;
  } 
  
/** ------------------------------------------------------ **/
/** ------------------- advert -------------------------- **/
#advertHead img {
	display:block;
}
#advert {
	background-color: #00aff5;
	border: 1px solid #00aff5;
	margin-right: 25px;
	padding: 10px;
	padding-top: 10px;
}
#advert ul {
	margin: 0px;
	margin-left : 15px;
	padding: 0px;
}
#advert ul li {
	padding: 0px;
	padding-bottom: 3px;
}
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

.tableresults td, .tableresults th {
	padding-right: 5px;
}
div.formRadioButtonChange {
	padding-bottom:10px;
	padding-top:10px;
}
div.formRadioButtonChange div {
	clear: both !important;
	float: none !important;
	width: auto !important;
}
#home-rangelinks {
	margin-top: 25px;
	margin-bottom: 25px;
}
#home-rangelinks ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	
}
#home-rangelinks ul li
{
	color: #ffffff;
	display: inline;
	font-size: 0.8em;
	margin: 0;	
	padding-right: 0px;	
}
#home-rangelinks ul li a
{		
	color: #ffffff;
	text-decoration: none;
}
#home-rangelinks ul li a:hover, #home-rangelinks ul li a:active, #home-rangelinks ul li a:focus
{	
    color: #cccccc;
	text-decoration: none;	
}
#raceSoftware {
	/*background-image: url(../images/software-support-bgstrip.jpg);*/
	float: left;
	text-align: center;
}
#raceSoftware img {

}
#raceSoftware p {
	font-weight: bold;
	text-align: center;
}
div.home-products {
	margin-top: 25px;
	margin-bottom: 25px;
}
div.home-products div.products {
	float: left;
	margin-left: 18px;	
}
div.home-products img {
	display: block;
}
div.raceLogos {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 223px;
}
div.consoleLogosContainer {
	float: right;
	clear: both;
}
div.consoleLogosContainer img {
	float: left;
	display: inline;
}

div.ProductLeft {
	float: left;
	padding-top: 30px;
	width: 240px;
}
div.ProductRight {
	float: left;
	width: 480px;
}
div.ProductRight h3 {
	padding: 0px;
	margin: 0px;

}

div.ProductBasketLeft {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.ProductBasketRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.Quotes {
	clear: both;
	
}

div.QuotesLeft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 130px;
}

div.QuotesRight {
	float: left;
	margin-bottom: 20px;
	width: 500px;
}

div.QuotesRight h3 {
	padding: 0px;
	margin: 0px;

}

img.ImgWithBorder {
	border: 1px solid #333366;

}
.skins-left {
	float: left;
	padding-bottom: 10px;
	width: 400px;
}

.skins-right {
	float: left;
	margin-left: 10px;
	width: 300px;
	margin-bottom: 10px;
}

.divThumbs {
	clear:both;
}
.divThumbs img {
	padding-right: 3px;
}
div.CheckoutSigLabel label {
  display:block;
  float: left;
  text-align: right;
  width: 300px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.tablePrices {
} 
.tablePrices div {
	float: left;
	width: 225px;
}

.promtionalCodes {
	width: 450px;
	float: left;
} 
.promtionalCodes div {
	float: left;
	width: 150px;
}
.promtionalCodes div.titles {
	font-weight: bold;
	margin-bottom: 5px;
}
.promtionalCodes div p {
	padding: 0px;
	margin: 0px;
}  
#gamepodcup {
	margin-left: 50px;
}
form fieldset div.divTandC div {
  width: auto !important;
 }
 
.divFaceBookLike iframe, .divFaceBookLikeBox iframe, .divFaceBookLikeSkin iframe {
	height: 35px;
}

.divFaceBookLikeSkin {
	clear: both;
	height: 35px;
}

.divSocial img {
	margin-top: 4px;
	margin-right: 15px;
}
 
.smallText {
 	font-size: 0.7em;
 }

