/* @override http://www.heartzonescoaching.com/_css/styles_home.css */

/* Site: Heart Zones Coaching HOME */

/* @group CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end */

/* @group Global Styles */

html{
   min-width: 975px;
}

body#home{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #010d1a url(/_img/bg_body_home.gif) repeat-x;
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
}

#container{
   width: 975px;
}

a{
   overflow: hidden;
   outline: none;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. Should only be used when you can't achieve it by other means. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group Header */

#header{
   background: url(/_img/bg_header_home.png) no-repeat top left;
   height: 474px;
   position: relative;
   padding-top: 55px;
   z-index: 1000;
}

#header-inner{
   width: 975px;
   height: 418px;
}

#header h1{
   width: 224px;
   height: 70px;
   position: absolute;
   top: 244px;
   left: 32px;
}

#header h1 a{
   display: block;
   height: 70px;
   text-indent: -9999px;
   background: url(/_img/bg_h1_home.gif);
}

#header h2#tagline{
   height: 417px;
   width: 520px;
   float: left;
   margin-left: 219px;
   display: inline;
   background: url(/_img/bg_h2_tagline_home.jpg);
   text-indent: -9999px;
}

/* @end */


/* @group Navigation */

#nav{
   list-style: none;
   float: left;
   width: 220px;
   position: relative;
}

#nav li{
   padding: 13px 0 0 18px;
   height: 119px;
   width: 202px;
   position: absolute;
   left: 0;
}

#nav li#nav_learn{top: 6px;}
#nav li#nav_race{top: 145px;}
#nav li#nav_train{top: 283px;}

#nav li span{
   display: block;
   font-size: 1.4em;
   font-style: italic;
   color: #b0c6df;
   margin-top: 20px;
   line-height: 1.4;
}

#nav li a{
   padding-right: 12px;
   background: url(/_img/bg_nav_li.gif) no-repeat right 7px;
   color: #fff;
   text-decoration: none;
   font-size: 1.9em;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
}

#nav li li{
   height: auto !important;
   padding: 0;
   margin: 0;
   position: relative;
}

#nav li ul ul{
   display: none;
}

#nav li:hover ul ul,
#nav li.sfHover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfHover ul,
#nav li li.sfHover ul{
   left: 18px;
   top: 32px;
   margin-top: 2px;
}

#nav li:hover,
#nav li.sfHover{
   background: url(/_img/bg_nav_li_hover_home.png) no-repeat 0 1px;
}

#nav li:hover li,
#nav li.sfHover li{
   background: none;
}

#nav li li a{
   display: block;
   width: 165px;
   font-style: italic;
   font-size: 1.2em;
   color: #f1f0f0;
   padding: 7px 0 4px;
   background: none;
}

#nav li li a:hover{
   color: #fff;
   text-decoration: underline;
}

#train-bar{
   margin-left: 158px;
   float: left;
   display: inline;
   clear: both;
   width: 660px;
}

#train-bar h3{
   background: url(/_img/bg_train-bar_h3.gif) no-repeat;
   width: 150px;
   height: 38px;
   text-indent: -9999px;
   float: left;
   display: inline;
   margin: 0 6px 0 0;
}

#train-bar p,
#train-bar .trainselectwrap{
   float: left;
}

.trainselectwrap{
   background: transparent url(/_img/bg_trainselect_right.gif) no-repeat right top;
   margin: 6px 6px 0 0;
   position: relative;
   height: 28px;
}

#train-bar input.selectbox{
   background: url(/_img/bg_trainselect_left.gif) no-repeat 0 0;
   border: none;
   height: 21px;
   padding: 6px 28px 0 10px;
   cursor: pointer;
   color: #f1f0f0;
   width: 125px;
   font-size: 1.1em;
   display: block;
   text-align: center;
   _margin-top: -1px;
}

/* stupid IE7 hack */
*:first-child+html #train-bar input.selectbox{
   margin-top: -1px;
}

#train-bar input#distance_input{
   width: 60px;
}

.trainselectwrap ul{
   background: #2b3c52;
   width: 130px;
   font-size: 1.1em;
   margin-left: 10px;
   padding: 5px 0;
   position: absolute;
   z-index: 2;
}

#train-bar #distance_container ul{
   width: 70px;
}

.trainselectwrap li{
   color: #fff;
   padding: 5px 7px;
   cursor: pointer;
}

.trainselectwrap li.current{
   background: #6d859e;
}

input#train-submit{
   margin-top: 2px;
}

#train-bar input#zip{
   width: 57px;
   height: 21px;
   background: url(/_img/bg_train-bar_input_zip.gif);
   border: none;
   margin-right: 6px;
   margin-top: 6px;
   color: #f1f0f0;
   padding: 6px 10px 0 10px;
   text-align: center;
   font-size: 1.1em;
}

#train-bar ul#login{
   float: right;
   margin-right:20px;
   margin-top: 14px;
   font-size: 1.1em;
   position: absolute;
   top: 13px;
   left: 730px;
   margin: 0;
   _width:400px;
}

#train-bar ul#login li{
   float: left;
   display: inline;
   padding: 0 5px;
   border-right: 1px solid #fff;
   color: #f1f0f0;
}

#train-bar ul#login li#shopping-cart{
   border: none;
}

#train-bar #login li#coach-login{
   margin: 0;
}

#train-bar #login li#coach-login a#myaccount{
   border-right: 1px solid #fff;
   padding: 0 5px;
}

#train-bar #login li#coach-login a#logout{
   padding: 0 0 0 5px;
}

#train-bar #login li#coach-login span#loggedinas{
   padding-right: 20px;
}

#train-bar ul#login a{
   font-weight: bold;
   color: #f1f0f0;
   text-decoration: none;
   line-height: 1.2;
   float: left;
}

#train-bar ul#login a:hover{
   color: #fc9b9d;
}

#train-bar p#login a:hover{
   text-decoration: underline;
}

/* @end */

/* @group Footer */

#footer{
   width: 975px;
   text-align: center;
}

#social{
   height: 27px;
   margin: 15px auto 35px;
   position: relative;
   width: 462px;
}

#social h3#newsletter-signup{
   width: 180px;
   float: left;
   margin-right: 20px;
}

#social h3#newsletter-signup a{
   width: 180px;
   display: block;
   height: 27px;
   background: url(/_img/bg_newslettersignup.gif);
   text-indent: -9999px;
}

#social h3#newsletter-signup a:hover{
   background-position: 0 -27px;
}

#social h3#fb-link{
   display: inline;
   float: left;
   margin-right: 20px;
   width: 90px;
   height: 28px;
}

#social h3#fb-link a{
   display: block;
   height: 28px;
   text-indent: -9999px;
   background: url(/_img/bg_fb.gif);
}

#social h3#twitter-link{
   display: inline;
   float: left;
   width: 152px;
   height: 32px;
}

#social h3#twitter-link a{
   display: block;
   height: 32px;
   text-indent: -9999px;
   background: url(/_img/bg_twitter.gif);
}

ul#buckets{
   float: left;
   width: 947px;
   height: 102px;
   margin-left: 28px;
   margin-bottom: 28px;
   text-align: left;
}

#buckets li{
   float: left;
   width: 233px;
   height: 102px;
   margin-right: 5px;
}

#buckets li.last{
   margin: 0;
}

#buckets li a{
   display: block;
   height: 62px;
   padding: 20px 10px;
   color: #ffe9e9;
   font-weight: bold;
   background: url(/_img/bg_footerboxes.png) no-repeat 0 0;
   text-decoration: none;
   font-size: 1.2em;
}

#buckets li a:hover{
   text-decoration: none;
   background-position: 0 -102px;
}

#buckets li a strong{
   display: block;
   font-weight: bold;
   color: #fc9b9d;
   font-style: italic;
   font-size: 1.4em;
   padding-top: 3px;
}

#footinfo{
   float: left;
   clear: left;
   margin-left: 20px;
   width: 955px;
}

#footinfo ul{
   text-align: center;
   margin: 0 auto;
   margin-bottom: 20px;
}

#footinfo li{
   display: inline;
   color: #f1f0f0;
   border-right: 1px solid #f1f0f0;
   padding: 0 6px 0 4px;
   margin: 0;
}

#footinfo li.last{
   border: none;
}

#footinfo li a{
   color: #f1f0f0;
   font-size: 1.1em;
   font-style: italic;
   text-decoration: none;
}

#footinfo li#alogin a{
   color: #F14960;
}

#footinfo li a:hover{
   text-decoration: underline;
}

/* @end */

/* @group Athlete Login */

#TB_ajaxContent{
   background: #041B34;
   padding: 20px;
   color: #fff;
   clear: both;
}

#TB_ajaxContent h3{
   color: #fff;
   font-size: 1.5em;
   font-weight: bold;
   margin-bottom: 2em;
   padding-top: 1em;
}

#TB_ajaxContent p{
   margin-bottom: 10px;
   font-size: 1.2em;
   line-height: 1.5;
}

#TB_ajaxContent p#aregister{
   float: left;
   display: inline;
   width: 80px;
}

#TB_window a{
   color: #F14960 !important;
}

#TB_ajaxContent p.ainput input{
   width: 150px;
   height: 1.5em;
}

#TB_ajaxContent p label{
   width: 80px;
   display: block;
   float: left;
}

#TB_ajaxContent p#pword{
   margin-bottom: 1.5em;
}

#TB_window #TB_title{
   background: #010F1E;
}

#TB_window{
   border-color: #6B9ACF !important;
}

/* @end */

