/* header for home page */

.pageHeader {
	position: relative;
	height: 150px;
	border-bottom: 2px solid #0071bc;
	margin-bottom: 1.2em;
}

#mainHead {
/*	position: absolute;
	top: 3px;
	left: 10px;
	width: 181px;
	padding: 142px 0 0;
	background: transparent url("/static/images/bikewiseLogo.gif") top left no-repeat;
	overflow: hidden; */
}

.hiding {
/*belong in mainHead*/          
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 143px; /* CSS hack - Windows IE */
 }

#rightMenu {
	position: absolute;
	top: 12px;
	right: -12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rightMenu li {
	float: left;
	text-transform: uppercase;
	font-size: 1em;
	border-right: 1px solid #555;
	padding-right: 12px;
	padding-left: 12px;
}

#rightMenu li a {
	color: #444;
	padding: 0 0px;
}


#rightMenu li a:hover
{
	text-decoration: none;
	color: #2f5ebb;
}

#rightMenu li.last {
	border-right: none;
	padding-right: 0;
}

#homeLogo { 
   position: absolute;
   top: 60px;
   left: 800px;            
}

#homeLogo h4 {
	color: #1b5594;
	text-transform: uppercase;
	font-weight: normal;
        margin:0;
        padding:0;
	font-size: .84em;
	margin: 0 0 .8em 0;
}

#mainMenu {
	list-style-type: none;
	position: absolute;
	top: 99px;
	left: 235px;
        width: 800px;
        /* Applying a fixed width here bc we don't want this menu to wrap (and nowrap doesn't work) */
}

#mainMenu li {
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: .1em;
	float: left;
	margin-right: 1.5em;
/*	border-right: 1px solid #aaa;*/
	border-right: 2px solid #888;
	padding-right: 1.5em;
}

#mainMenu li.last {
	border-right: none;
	padding-right: 0;
}

#mainMenu li a {
/*	color: #888;*/
        color: #666;
        font-weight: bold;
}


#mainMenu li.selected a {
	color: #2f5ebb;  
}


#mainMenu li a:hover,
#mainMenu li.currentNav a
{
	color: #2f5ebb;
	text-decoration: none;
}

/* end header */


