/*
 * Project:   Capital Criterium
 * Date:      2010/06/04
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #002662 url(../images/body-bg.png) repeat-y center top; font-size: 62.5%; }

* html body { behavior: url("styles/csshover.htc"); }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #000; font-family: "Arial",Helvetica,Helvetica Neue,sans-serif; line-height: 1.25; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.2em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }
p { margin-bottom: 35px; }

a { color: #9b1b1f; text-decoration: none; }
a:hover, a:focus, a:active { color: #9b1b1f; text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { width: 960px; margin: 0 auto; }
 #top { position: relative; padding: 40px 0 0 0; }
  #top-one { position: absolute; z-index: 4; left: 0; top: 19px; }
  #top-two { position: relative; z-index: 2; width: 910px; height: 188px; margin: 0 auto; background-color: #fff; }
   #logo { position: absolute; left: 35px; top: 32px; }
  #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
   #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10001px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }
  #search-a { position: absolute; right: 34px; top: 34px; width: 266px; height: 19px; }
  #defaultCountdown { position: absolute; z-index: 4; right: 0; top: 125px; width: 419px; height: 43px; padding: 7px 0 0 36px; background: url(../images/default-countdown-bg.png) no-repeat; color: #fff; }
  #nav { position: absolute; left: 0px; top: 193px; z-index: 4; width: 960px; height: 50px; background: url(../images/nav-bg.png) no-repeat; }
   #nav ul { width: 910px; padding: 0 25px; }
   #nav li { display: block; position: relative; float: left; }
    #nav li a { display: block; line-height: 35px; background: url(../images/nav-a-bg.png) no-repeat; text-indent: -10001px; text-transform: uppercase; } 
    #nav li#nav-home a { width: 116px; background-position: -25px 0; }
    #nav li#nav-home a:hover,
    #nav li#nav-home a:focus,
    #nav li#nav-home a:active { background-position: -25px -35px; }
    #nav li#nav-home.selected a { background-position: -25px -70px; }
    #nav li#nav-about a { width: 126px; background-position: -141px -0px; }
    #nav li#nav-about a:hover,
    #nav li#nav-about a:focus,
    #nav li#nav-about a:active { background-position: -141px -35px; }
    #nav li#nav-about.selected a { background-position: -141px -70px; }
    #nav li#nav-event a { width: 123px; background-position: -267px -0px; }
    #nav li#nav-event a:hover,
    #nav li#nav-event a:focus,
    #nav li#nav-event a:active { background-position: -267px -35px; }
    #nav li#nav-event.selected a { background-position: -267px -70px; }
    #nav li#nav-racing a { width: 132px; background-position: -390px -0px; }
    #nav li#nav-racing a:hover,
    #nav li#nav-racing a:focus,
    #nav li#nav-racing a:active { background-position: -390px -35px; }
    #nav li#nav-racing.selected a { background-position: -390px -70px; }
    #nav li#nav-media a { width: 122px; background-position: -522px -0px; }
    #nav li#nav-media a:hover,
    #nav li#nav-media a:focus,
    #nav li#nav-media a:active { background-position: -522px -35px; }
    #nav li#nav-media.selected a { background-position: -522px -70px; }
    #nav li#nav-sponsor a { width: 147px; background-position: -644px -0px; }
    #nav li#nav-sponsor a:hover,
    #nav li#nav-sponsor a:focus,
    #nav li#nav-sponsor a:active { background-position: -644px -35px; }
    #nav li#nav-sponsor.selected a { background-position: -644px -70px; }
    #nav li#nav-contact a { width: 144px; background-position: -791px -0px; }
    #nav li#nav-contact a:hover,
    #nav li#nav-contact a:focus,
    #nav li#nav-contact a:active { background-position: -791px -35px; }
    #nav li#nav-contact.selected a { background-position: -791px -70px; }
	
    #nav li em { position: absolute; left: -10001px; top: -10001px; }  
    #nav li ul { display: none; }
     #nav ul li ul { display: none; position: absolute; left: 50%; top: 35px; list-style: none; width: 222px; margin: 0 0 0 -111px; padding: 10px 0 0 0; }
	 
	 #nav li#nav-contact ul {margin:0 0 0 -125px !important;}
	 
     #nav ul li:hover ul { display: block; background: url(../images/nav-li-ul-bg.png) repeat-x; }
      #nav ul li ul li { width: 222px; margin: 0; padding: 0; text-align: center; }
      #nav ul li ul li a { width: 222px !important; padding: 5px 0; border: 0; background: none; color: #000; font: bold 1.1em Arial, sans-serif; text-decoration: none; text-indent: 0 !important; }
      #nav ul li ul li a:hover { color: #fff; border: 0; background-color: #9b1b1f; text-decoration: none; }
  #breadcrumbs { width: 840px; margin: 0 auto; padding: 9px 35px 0 35px; background-color: #fff; }
   #breadcrumbs p { margin: 0; color: #808285; }
    #breadcrumbs p a { color: #808285; font-size: .8em; }
     #breadcrumbs p a:hover { color: #808285; text-decoration: underline; }
 #content { overflow: hidden; width: 840px; margin: 0 auto; padding: 11px 35px; background-color: #fff; }
  #main { float: left; width: 550px; padding: 0 25px 0 0; }
   #main p { line-height: 22px; }
  #side { float: right; width: 265px; }
  /*
 #footer { position: relative; overflow: hidden; width: 960px; height: 50px; background: url(../images/footer-bg.png) no-repeat; }
 */
 
  #footer { overflow: hidden; width: 960px; height: 50px; background: url(../images/footer-bg.png) no-repeat; 
  
  bottom:0;
position:fixed;
z-index:199;
 }
  
  
  #newsletter-a { position: absolute; left: 65px; top: 23px; width: 444px; height: 19px; }
   #newsletter-a p { float: left; margin: 0 8px 0 0; padding: 2px 0 0 0; color: #fff; }
   * html #newsletter-a p { margin: 0 4px 0 0; }
  #connect-us-a { overflow: hidden; position: absolute; right: 60px; top: 23px; width: 390px; height: 21px; }
   #connect-us-a p { float: right; padding: 2px 0 0 0; color: #fff; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { }
/*
h3 { margin: 0 0 30px 0; font-size: 1.2em; font-weight: normal; line-height: 24px; }
h4 { font-size: 1.2em; font-weight: normal; }
*/
h1 { margin: 0 0 8px 0; color: #9b1b1f; font: bold 1.9em Georgia, sans-serif; }
h2 { margin: 0 0 5px 0; font-size: 1.8em; color: #9b1b1f; font: bold 1.2em Georgia, sans-serif; }
h3 { display: block; overflow: hidden; background: url(../images/h3-bg.png) repeat-y; margin: 0 0 25px 0; color: #fff; font-size: 1.2em; text-transform: uppercase; }
h3 { margin: 0; padding: 0 0 0 15px; line-height: 35px; }
h4 { clear: both; color: #9b1b1f; font-size: 1.6em; font-weight: normal; line-height: 22px; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* containers */

div.sidebox-a { min-height: 137px; height: auto !important; height: 137px; margin: 0 0 35px 0; padding: 0px; border: 0px solid #000; }
 div.sidebox-a p { font-size: .95em; font-weight: bold; text-transform: uppercase; }`

/* forms */
/* search */
.form-a { width: 100%; height: 100%; }
 .form-a p { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; margin: 0; background: url(../images/form-a-p-bg.gif) no-repeat 4px 5px; }
  .form-a label { position: absolute; left: 20px; top: 2px; }
  .form-a p input { float: left; width: 206px; height: 17px; padding: 0 3px 0 19px; border: 1px solid #000; background: none; }
  .form-a p button { float: right; width: 26px; height: 19px; border: 0; background: url(../images/form-a-button-bg.gif) no-repeat; text-indent: -10001px; } 

/* newsletter */
.form-b { overflow: hidden; width: 266px; height: 19px; }
 .form-b p { display: block; position: relative; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0 !important; background: none; }
  .form-b label { position: absolute; left: 4px; top: 2px; color: #000; }
  .form-b p input { float: left; width: 222px; height: 17px; padding: 0 3px; border: 1px solid #000; background-color: #fff; }
  .form-b p button { float: right; width: 26px; height: 19px; border: 0; background: url(../images/form-b-button-bg.gif) no-repeat; text-indent: -10001px; } 

.form-c { overflow: hidden; width: 390px; margin: 30px 0 0 10px; }
 .form-c .holder-a { overflow: hidden; clear: both; height: 21px; padding: 0 0 4px 0; }
 .form-c .holder-b { overflow: hidden; clear: both; padding: 30px 0 0 0; }
 * html .form-c .holder-b { padding: 15px 0 0 0; }
 .form-c .holder-c { overflow: hidden; clear: both; width: 265px; height: 21px; padding: 17px 0 0 125px; }
 .form-c .holder-d { overflow: hidden; clear: both; padding: 30px 0 0 0; }
  .form-c .holder-a p,
  .form-c .holder-b p,
  .form-c .holder-c p { overflow: hidden; margin: 0; }
   .form-c label { float: left; width: 125px; /* color: #9b1b1f; */ color: #000; line-height: 21px; }
   .form-c input { float: left; }
   .form-c input.input-a { float: right; width: 263px; height: 19px; border: 1px solid #000; }
   .form-c textarea { float: right; overflow: hidden; width: 263px; height: 83px; border: 1px solid #000; }
   .form-c p button { float: left; width: 48px; height: 19px; margin: 0 10px 0 0; padding: 0; border: 0; background: url(../images/form-c-button-bg.gif) no-repeat left top; text-indent: -10001px; }
   .form-c p span { float: left; }
  .form-c .holder-d p { float: left; width: 125px; margin: 0; /* color: #9b1b1f; */ color: #000; }
 .form-c .holder-d .holder-d-one { float: right; width: 265px; }
  .form-c .holder-d .holder-d-one p { width: 265px; margin: 0; }
   .form-c .holder-d .holder-d-one p input { margin: 2px 0 0 0; }
   .form-c .holder-d .holder-d-one p label { margin: 0 0 0 15px; width: 230px; }

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* lists */
.list-a { margin: 0; padding: 0; list-style: none; }
 .list-a li { display: none; }
 .list-a li:first-child,
 .list-a li.active { display: block; }
  .list-a li img { display: block; }

/* network icons */
.list-b { overflow: hidden; float: right; padding: 0; }
 .list-b li { display: block; float: left; margin: 0 0 0 14px; list-style: none; }

/* paragraphs */



/* links */



/* other */
.figure-a { float: left; clear: both; margin: 0 30px 20px 0; }

/* jQuery Countdown styles 1.5.8. */
.countdown_rtl {
	direction: rtl;
}
.countdown_row {
	padding: 0px 2px;
}
.countdown_section {
	float: left;
        margin: 0 10px 0 0;
        font-style: italic;
        font-weight: bold;
        text-transform: uppercase;
}
.countdown_amount {
	font-size: 190%;
        margin: 0 3px 0 0;
}
#defaultCountdown .race-day { font-style: italic; font-size: 1.6em; }
 #defaultCountdown .race-day span { font-weight: bold; }

/* sf Rotator
------------------------------------------- */
.sf-rotator { position: relative; z-index: 3; width: 910px; height: 387px; margin: 0 auto; padding: 0 25px; }

.sf-rotator { position: relative; }
.sf-rotator .sf-items { position: relative; z-index: 10; }
 .sf-rotator .sf-items .sf-item { position: absolute; top: 0; left: 0; z-index: 10; height: 400px; } 
.sf-rotator .sf-controls { position: absolute; left: 0; bottom: 0; overflow: hidden; z-index: 20; width: 910px; height: 40px; margin: 0; padding: 10px 0 0 50px; background: url(../images/sfcontrols-bg.png) no-repeat; }
* html .sf-rotator .sf-controls { bottom: -1px; }
 .sf-rotator .sf-controls li { display: block; float: left; z-index: 20; padding: 0 6px 2px 6px; background: url(../images/sf-controls-li-bg.gif) no-repeat left top; font: bold 1.2em Arial, Helvetica, sans-serif; }
 .sf-rotator .sf-controls li:first-child,
 .sf-rotator .sf-controls li.sf-first { background: none; }
  .sf-rotator .sf-controls li a { padding: 0 4px; color: #fff; text-decoration: none; }
  .sf-rotator .sf-controls li a.active { color: #fff; border-bottom: 2px solid #fff; text-decoration: none; }  
  .sf-rotator .sf-controls li a:hover { color: #fff; border-bottom: 2px solid #fff; text-decoration: none; }  

/* SPECIFIC
------------------------------------------- */
#nav ul {margin-bottom:0px;}
 .system-message, .system-error-message {margin:0px; padding:0px; padding:25px; background:none; border:none;}
 table th, table td {border:0px; }
 .search-results {font-size:1.2em; color:#000;}
div.search-results h3 {background:none; color:#000;}
