/* ====================================================================================
Fitspark CSS 	| Corporate site
Kemie Guaida 	| Last modified jan 2007
====================================================================================*/ 
/*-------------------- header---------------------*/ 
#cheader{
	position:relative;
	height: 130px;
}
#cheader #usernav{
	float:right;
	color:#336699;
	font-size: 11px;
	font-weight: bold;
	padding-top:2px;
}
#cheader h1{
	padding-top:10px;
}
#cheader #usernav li{
	border-right: 1px solid #336699;
}

#cheader #usernav li.last{
	border-right: none;
}

#usernav a{
	color: #336699;
}
#corpnav {
	bottom: 0;
	font-size: 18px;
	left: 0;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-image: url(../_img/bg_corp_nav.gif);
	background-repeat: repeat-x;
	width: 100%;
}


#corpnav  li{
	text-align: center;
		float: left;
	list-style-type: none;
}

#corpnav li.on a{
	color:#434344;
	background:#fff;
	text-decoration:none;
	margin-top: 8px;
	height: 8px;
	padding: 6px 24px 20px 24px;
}

#corpnav a{
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #e9e9e9;
	float: left;
	padding: 13px 24px;
	border-right: 1px solid #434343;
	border-left: 1px solid #545454;
}

#corpnav a:hover{
	color: white;
	text-decoration: none;
}
/*-------------------- intro---------------------*/ 

#intro{
	background-color: #286266;
	color:white;
	background-image: url(../_img/bg_intro.jpg);
	background-repeat: repeat-x;
	height: 368px;
	margin:20px 0 0 0;
}
#introimg{
	float:right;
}
#introtxt{
	padding:20px;
	width: 395px;
}
#introtxt h2{
	margin:0;
	padding:0;
	background-image: none;
}
#introtxt h4{
	padding:10px 0 5px 0;
	margin-top:5px;
}
.introbuttons{
	margin-top:15px;
}
.introbuttons a, .introbuttons a:visited{
	float:left;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	color: #e6eef6;
	padding: 1px 6px 6px 1px;
	background-repeat: no-repeat;
	margin-right:5px;
}
.introbuttons a:hover, .introbuttons a:visited:hover{
color: white;
text-decoration:none; }
	
#learnmore{
	
	background-image: url(../_img/bg_learnmore.jpg);
	
	width: 120px;
	
}
#signup{
	background-image: url(../_img/bg_signup.jpg);
	width: 144px;
	
}
/*-------------------- boxes---------------------*/ 
.modhome h3{
	padding: 3px 0 2px 5px;
}
#benefits, #newslist{
	margin:0 -10px;
	padding:0;
}
#benefits li{
	
	list-style: none;
	background-image: url(../_img/gr_bullet_benefits.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	margin:5px 0;
	padding:5px 20px 10px 35px;
	border-bottom: 1px solid #ededed
}
#newslist li{
list-style: none;
		padding:10px 20px;
	border-bottom: 1px solid #ededed;
	overflow:auto;
}

.datebox{
	float:left;
	background-image: url(../_img/bg_date.gif);
	color: #666;
	font-size: 11px;
	text-transform:uppercase; 
	text-align: center;
	width: 38px;
	height: 44px;
	padding: 4px 8px 8px 4px;
	margin-right:7px;
}
.miniimage{
	float:left;
	background-image: url(../images/VED_kiosk_01_mini.png)
	font-size: 11px;
	text-transform:uppercase; 
	text-align: center;
	padding: 4px 8px 8px 4px;
	margin-right:7px;
}
.datebox strong{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	line-height:1em;
}
/*--------------------  text---------------------*/ 
h2.maintitle{
	background-image: url(../_img/bg_title.gif);
	background-repeat: repeat-x;
	font-size: 36px;
	color:white;
	padding:10px 15px;
	margin-top:15px;
}
#text{
	width: 660px;
	padding:15px;
	line-height: 150%;
	float:left;
}
#text h4{
	padding: 10px 0 0px 0;
}
#sidebar{
	width: 260px;
	float:right;
}
#sidebar .module{
background-image: url(../_img/bg_sidemodule.gif);
margin-top:15px;
}
.demo{
	text-align: center;
}
.demobutton{
	
	background-image: url(../_img/bg_demobtn.jpg);
	background-repeat: no-repeat;
	background-position:  top center;
	text-align: center;
	line-height: 145%;
	font-size: 16px;
	padding-bottom:10px;
}
.demobutton a, .demobutton a:visited{
	font-weight: bold;
	color: #e6eef6;
}
.demobutton a:hover, .demobutton a:visited:hover{
	color: #ffffff;
	text-decoration:none; 
}