a:active, a:link, a:visited {
	color: #0D5798;    
}
a:hover {
	color: #8CAFCD;
}

input, textarea {
	border: 1px solid #BBBBBB;
	font-size: 10px;
	background: #F0F8FF;
	color: black;
}

input[type='submit'], input[type='button'] {
	background: #4477AA;
	color: white;
	margin: 5px;
	border-color: gray;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 10px;
}

.rich-table {
    width:100%;
}

h1 {
	font-family: Arial,sans-serif;
	color: #578BB8;
	font-size: 1.6em;
	margin-top: 0;
}

body {
	margin: 0px;
	font-family: Arial,sans-serif;
	color: #616161;
}

.body {
	padding: 30px;
}

.columnHeader:hover
{
    color: #FF6600;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}
.value {
	float: left;
	padding: 5px;
}
.error {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	padding: 5px;
	border: 1px solid red;
}

.errors {
	color: red;
}
.errors input {
	border: 1px solid red;
}
.errors textarea {
	border: 1px solid red;
}
.required {
	color: red;
	padding-left: 2px;
}

/* date picker style */
div.seam-date 
{
  margin-top: 5px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;  
  color: #505050;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.seam-date td {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 12px; 
}

.seam-date-monthNames
{
  width: 70px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
{
  text-align: center;
  display: block;
  color: #555555;  
}

a.seam-date-monthNameLink:hover
{ 
  background-color: #CCCCCC;
  color: red;  
}

.seam-date-years
{
  height: 10em;
  overflow: auto;
  width: 60px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-yearLink, a.seam-date-yearLink:visited
{
  text-align: center;
  display: block;
  color: #555555;    
}

a.seam-date-yearLink:hover
{
  background-color: #CCCCCC;
  color: red;    
}  

tr.seam-date-header
{
  padding: 2px 0px 2px 0px;
}
  
td.seam-date-header
{
  padding: 0px 8px 0px 8px;
  text-align: center;
  color: gray;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;  
}

td.seam-date-header-prevMonth
{
  background-image: url("../img/cal-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-left: 2px;
}

td.seam-date-header-nextMonth
{
  background-image: url("../img/cal-next.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-right: 2px;
}

tr.seam-date-headerDays
{
  color: white;
  font-weight: normal;
}

tr.seam-date-headerDays > td
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  color: white;
  text-align: center;
  width: 26px;   
}

tr.seam-date-footer
{
  background-color: white; 
  color: #505050;
  font-weight: bold;
}

tr.seam-date-footer > td
{
  text-align: center;
}

td.seam-date-inMonth
{
  background-color: white; 
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-outMonth
{
  background-color: white; 
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-selected
{
  background-color: #CCCCCC;        
  border: 1px solid #AAAAAA; 
  color: black;
  font-weight: normal;
}

td.seam-date-dayOff-inMonth
{
  background-color: #efefef;
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-dayOff-outMonth
{
  background-color: #efefef;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-hover 
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  cursor: pointer;
  color: red;
}

/* new stuff for style */
html body {
	background: #798182 url("../img/bg_main.gif") repeat;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

html body, td, th, textarea, input, select, li {
	color: #747b7c;
	font: normal 11px/15px  Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

textarea, input{
	line-height: 11px;
	padding: 2px;
}

#container {
	background-color: #f6f6f6;
	border: 5px solid #bcbdc0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 778px;
	voice-family: "\"}\""; /* box model hack */
	width: 768px;
}

html>body #container {
	width: 768px;
}


/* -------------------- STANDARD HEADINGS + STYLED HEADINGs -------------------- */

h1#logo {
	margin: 0;
}

h1#logo a {
	display: none;
}

#popup h1 a {
	display: none;
}

h2 {
	color: #747b7c;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

h2.block {
	background-color: #c5cfcf;
	clear: both;
	color: #6b7273;
	font-size: 13px;
	font-weight: bold;
	margin: -10px -10px 10px -10px;
	padding: 10px 6px;
	height: 15px;
	overflow: hidden;
	width: 364px;
}

h2.standout {
	clear: none;
	color: #51879a;
	margin-top: 10px;
}





/* -------------------- TABLE STYLING -------------------- */
table {
	margin: 10px 0px; 
	border-collapse: collapse;			
}
th strong {
	color: #333;
}
th {
	background: #dae1e2;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #000;
	text-align: left;
	border-left: 1px solid #3d3d3d;
	border-bottom: solid 2px #3d3d3d; 
	border-top: solid 2px #3d3d3d;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}





/* -------------------- HTML ELEMENTS -------------------- */

a {
	color: #d0372c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	padding: 4px 0 10px 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


label {
	cursor: pointer;
	vertical-align: middle;
}


/* -------------------- COMMON LISTS  -------------------- */

ul {
	margin: 12px 0 24px 12px;
	padding: 0;
	list-style: none;
}

ul li {
	background: transparent url("../img/bullet.gif") 0 5px no-repeat;
	padding-left: 10px;
	margin-bottom: 3px;
}

ul.checks li {
	background-image: url("../img/bullet_check.gif");
}

ul.reversed li a {
	color: #747b7c;
	text-decoration: none;
}

ul.reversed li a:hover {
	color: #d0372c;
	text-decoration: underline;
}

ol {
	padding: 6px 0 6px 12px;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 24px;
}

ol li {
	margin-bottom: 3px;
}

table.timeline {
	margin: 12px 0;
}

table.timeline th {
	padding: 0;
	width: 80px;
	vertical-align: top;
}
table.timeline th span {
	background-color: #e9edee;
	border-top: 1px solid #bdbebe;
	border-right: 1px solid #bdbebe;
	border-bottom: 1px solid #bdbebe;
	display: block;
	padding: 8px 10px;
}

table.timeline td {
	border-top: 1px solid #bdbebe;
	padding: 8px 10px 20px 10px;
	vertical-align: top;
}
table.timeline td span {	
	border-bottom: 1px dashed #bdbebe;
	display: block;
	padding-bottom: 8px;
}








/* -------------------- UTILITY NAV -------------------- */

#utilitynav {
	position: absolute;
	right: 15px;
	top: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#utilitynav li {
	background: none;
	border-right: 1px solid #9aa0a1;
	float: left;
	margin-right: 8px;
	padding: 2px 8px 2px 0;
}

#utilitynav li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}


#utilitynav li a {
	border: none;
	color: #636466;
}


#utilitynav li a:hover {
	color: #ff957a;
	text-decoration: none;
}




/* -------------------- TOP NAV... COOL ISN'T IT-------------------- */

#topnav {
	background-color: #636466;
	height: 37px;
	position: relative;
}

#topnav ul {
	background: transparent url("../img/bg_topnav.gif") no-repeat;
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	width: 778px;
	height: 37px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

#topnav ul li {
	background: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#topnav ul li.about {
	left: 0;
}
#topnav ul li.tyres {
	left: 108px;
}
#topnav ul li.advan {
	left: 217px;
}
#topnav ul li.why {
	left: 327px;
}
#topnav ul li.sports {
	left: 437px;
}
#topnav ul li.tips {
	left: 546px;
}
#topnav ul li.promotions {
	left: 656px;
}

#topnav ul li a {
	color: #fff;
	display: block;
	height: 37px;
	padding-top: 12px;
	text-align: center;
	voice-family: "\"}\""; /* box model hack */
	height: 25px;
}

html>body #topnav ul li a {
	height: 25px;
}

#topnav ul li a:hover {
	color: #abcdef;
	background: transparent url("../img/bg_topnav.gif") no-repeat;
	text-decoration: none;
}

#topnav ul li.about a {
	background-position: 0 0;
	width: 123px;
}
#topnav ul li.about a:hover, body#about #topnav ul li.about a {
	background: transparent url("../img/bg_topnav.gif") 0 -37px no-repeat;
}

#topnav ul li.tyres a {
	background-position: -108px 0;
	width: 125px;
}
#topnav ul li.tyres a:hover, body#tyres #topnav ul li.tyres a {
	background: transparent url("../img/bg_topnav.gif") -108px -74px no-repeat;
}

#topnav ul li.advan a {
	background-position: 0 0;
	width: 125px;
}
#topnav ul li.advan a:hover, body#advan #topnav ul li.advan a {
	background: transparent url("../img/bg_topnav.gif") -217px -37px no-repeat;
}

#topnav ul li.why a {
	background-position: -327px 0;
	width: 125px;
}
#topnav ul li.why a:hover, body#why #topnav ul li.why a {
	background: transparent url("../img/bg_topnav.gif") -327px -74px no-repeat;
}

#topnav ul li.sports a {
	background-position: -437px 0;
	width: 124px;
}
#topnav ul li.sports a:hover, body#sports #topnav ul li.sports a {
	background: transparent url("../img/bg_topnav.gif") -437px -37px no-repeat;
}

#topnav ul li.tips a {
	background-position: -546px 0;
	width: 124px;
}
#topnav ul li.tips a:hover, body#tips #topnav ul li.tips a {
	background: transparent url("../img/bg_topnav.gif") -546px -74px no-repeat;
}

#topnav ul li.promotions a {
	background-position: -656px 0;
	width: 122px;
}
#topnav ul li.promotions a:hover, body#promotions #topnav ul li.promotions a {
	background: transparent url("../img/bg_topnav.gif") -656px -37px no-repeat;
}

/* -------------------- SIDE NAV -------------------- */

ul#sidenav {
	border-top: 1px dashed #c0c7c8;
	margin: 0 10px;
	padding: 0;
	width: 146px;
}

ul#sidenav li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 146px;
	text-align: left;
}

ul#sidenav li a {
	background-color: #dae1e2;
	border-bottom: 1px dashed #c0c7c8;
	color: #747b7c;
	display: block;
	height: 13px;
	padding: 5px 10px 7px 10px;
}

ul#sidenav li.loner {
	margin-top: 16px;
}

ul#sidenav li.loner a {
	border-top: 1px dashed #c0c7c8;
	height: auto;
}


ul#sidenav li a:hover, ul#sidenav li.selected a {
	background-color: #fff;
	color: #ff957a;
	text-decoration: none;
}


/* -------------------- FOOTER -------------------- */

#footer 
{
	margin: 7px auto;
	text-align: left;
	width: 750px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	background: none;	
	border-right: 1px solid #9aa0a1;
	color: #f3f3f4;
	float: left;
	margin: 0;
	margin-right: 8px;
	padding: 0px 8px 2px 0;
}

#footer ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#footer ul li a {
	border: none;
	color: #f3f3f4;
}

#footer .tbone {
	border: none;
	float: right;
}







/* -------- ACTUAL LAYOUT - Splitting in Cols  -------- */ 

table.content {
	width: 100%;
}

table.content td {
	vertical-align: top;
}

table.content td.col-nav {
	background-color: #ebeff0;
	text-align: center;
	padding: 11px 0;
	width: 166px;
}

table.content td.col-content {
	background-color: #fff;
	padding: 0px 10px 0px 12px;
}

table.content td.col-content2 {
	background-color: #ebeff0;
	/*padding-bottom: 10px;*/
	padding: 14px 10px;
}

table.content td.col-content3 {
	background-color: #fff;
	/*padding-bottom: 10px;*/
	padding: 14px 10px;
}

div.row-whatelse {
	clear: both;
	margin-top: 10px;
}

div.row-whatelse p {
	background-color: #e9edee;
	border-top: 1px solid #bdbebe;
	border-bottom: 1px solid #bdbebe;
	padding: 6px;
}

div.row-whatelse p a {
	color: #747b7c;
}






/* -------------------- BANNERS INCLUDING FLASH BANNER FOR HOMEPAGE -------------------- */

.bannerhome {
	clear: both;
	height: 185px;
	width: 768px;
	overflow: hidden;
}

.bannerholder {
	clear: both;
	height: 77px;
	width: 768px;
}

#flashcontent {
	position:relative;
	z-index: 1;
}



h1#banner {
	background: #08080a url("../img/mainlogo.JPG") no-repeat;	
	margin: 0;
	padding: 0;
}
