/*General Rules and Classes*/
*{
	margin:0px;
	padding:0px;
	border:none;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	/* HOVER FIX FOR IE 6 - Don't remove.*/
	behavior:url(scripts/hover.htc);
	/*END*/
	background-color:#000;
	color:#444444;
}
a{
	color:#444444;
	text-decoration:none;
}
a:hover{
	color:#F60;
}
.floatedLeft{
	float:left;
}
.floatedRight{
	float:right;
}
.bold{
	font-weight:900;
	color:red;
}
.top{
	background:url(../images/hr_top.jpg) center top no-repeat;
}
/** HACKS **/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/********************************************************************************************/
/*
/* slaWrapper */
/*
/********************************************************************************************/
#slaWrapper{
	width:756px;
	background-color:#eee;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
	font-size:70%;
	padding:25px 25px 10px 25px;
}
.sla_privacy, .sla_copy{
	color:#666;
}
.sla_privacy:hover{
	color:#000;
}
/********************************************************************************************/
/*
/* MAIN 
/*
/********************************************************************************************/
#main{
	background-color:#fff;
	color:#000;
	border:1px solid #CCC;
}
.BlackLink {
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-style: normal;
	}			
.BlackLink:visited {
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-style: normal;
	}	
/********************************************************************************************/
/*
/* Header
/*
/********************************************************************************************/
.mainHeader{
	width:100%;
	height:90px;
}
.logo{
	float:left;
	height:90px;
}
.logo h1{
	background:url(../images/logo.png) no-repeat 40px 10px;
	float:left;
	width:220px;
	height:65px;
	cursor:pointer;
	float:left;
}
.logo span{
	display:none;
}
.labels{
	width:180px;
	position:absolute;
	margin-top:65px;
	margin-left:47px;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
}
.headerTxtLabels1{
	position:absolute;
	top:0px;
}
.headerTxtLabels2{
	position:absolute;
	top:0px;
	right:0px;
}
.text{
	width:300px;
	float:right; 
	text-align:right; 
	margin-top:32px; 
	margin-right:126px;
}
.BlackSmall {
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-style: normal;
	}
.BlackSmall :hover {
	color:#333333;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
	font-style: normal;
	}		
.BlackSmall :visited {
	color:#333333;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	font-style: normal;
	}
/********************************************************************************************/
/*
/* Options BAR */
/*
/********************************************************************************************/
.optionsBar{
	width:754px;
	background:#CCCC00 url(../images/optionsbar.jpg) repeat-x bottom left;
	padding:3px 0 3px 0;
	clear:both;
}
.optionsBar a{
	font-weight:bold;
}
.optionsBar a:hover{
	color:#F60;
}
.optionsBar ul{
	list-style:none; 
	float:right;
}
.optionsBar li{
	border-left:1px solid #CCCC00; 
	padding:0 10px 0 10px;
	display:inline
}
.sla_personality{
	text-align:center;
	color:#000;
	font-weight:bold;
	padding-left:74px;
}
/********************************************************************************************/
/*
/*HORIZONTAL NAVIGATION*/
/*
/********************************************************************************************/
.mainNavContainer{
	background-color:#000066;
	width:100%;
	height:35px;
	clear:both;
}
.horNav{
	background:transparent;
	width:360px;
	position:absolute;
	top:162px;
	z-index:10000;
}
.horNav li{
	float:left;
	width:114px;
	list-style:none;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	border-right:1px solid #666;
	color:#444444;
}
.horNav li a{
	display:block;
	padding:9px 0 9px 0;
	color:#fff;
}
.horNav li a:hover{
	background:#F60;
	color:#FFF;
}
.horNav li ul{
	margin-top:0;
	margin-left:0;
	background-color:#FFF;
}
.horNav li ul li{
	width:100%;
	float:none;
	display:block;
	background-color:#FFF;
	font-size:80%;
	border:none;
}
.horNav li ul{
	border:none;
}
.horNav li ul li a{
	border:none;
	color:#000;
}

li.horNav li{
	background-color:#000066;
}
ul.horNav li ul{
	display: none;
}
ul.horNav li:hover ul{
	display: block;
}
.active{
	background-color:#03C;	
}
/********************************************************************************************/
/*
/*HORIZONAL NAV FORMS - SEARCH and BRANDS SELECTOR*/
/*
/********************************************************************************************/
.filterOptions{
	width:420px;
	float:right;
}
.filterOptions form.searchForm, .filterOptions form.brandsForm{
	padding:8px 0 8px 0;
}
.filterOptions form.brandsForm{
	margin-left:40px;
	width:140px;
}
.filterOptions form.searchForm{
	width:220px;
}
.filterOptions form.searchForm input{
	float:left;
	width:145px;
	height:17px;
	padding:3px 0 0 3px;
}
.filterOptions form.searchForm input.button{
	width:50px;
	height:20px;
	padding:0;
	margin-left:2px;
	background:url(../images/search.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
.filterOptions form.brandsForm select{
	width:140px;
	height:20px;
	padding:0px;
	border:1px solid #CCC;
}
/********************************************************************************************/
/*
/* CONTENT */
/*
/********************************************************************************************/
.WhiteBig {
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-style: normal;
	}		
.WhiteBig :visited {
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-style: normal;
	}
.mainContent{
	clear:both;
	position:relative;
	width:100%;
	padding:0px;
	background:#FFF;
}
/********************************************************************************************/
/*
/* FOOTER */
/*
/********************************************************************************************/
.mainFooter{
	width:754px;
	padding:15px 0 0px 0;
	border-top:2px solid #BBB;
	background-color:#ccc;
}
.mainFooter p.shortDescription{
	color:#666;
	line-height:25px;
	padding:15px 15px 35px 15px;
	text-indent:35px;
	font-size:130%;
}
.mainFooter ul{
	width:70%;
	list-style:none;
	margin-left:15px;
	border-right:1px solid #DDD;
}
.mainFooter li{
	padding:5px;
	float:left;
	width:31%;
	background:url(../images/bullet.gif) left 7px no-repeat;
}
.mainFooter li a{
	margin-left:8px;
	font-size:110%;
}
.mainFooter form{
	float:left;
	font-weight:bold;
	width:45%;
	margin-left:110px;
	padding:5px 15px 15px 0;
}
.mainFooter a{
	color:#333;
	font-weight:bold;
	height:15px;
}
.mainFooter a:hover, .mainFooter a span:hover{
	color:#FF6600;
	background:url(../images/a.gif) left 6px repeat-x;
}
.splaInfo, .mList, .contactPhone, .joinCommunity{
	background:url(../images/splainfo.jpg) left top no-repeat;
	width:100%;
	height:30px;
}
.mList{
	background:url(../images/mlist.jpg) left top no-repeat;
}
ul h3, h3.mList, h3.contactPhone, h3.joinCommunity{
	text-indent:-9999px;
}
input.emailField{
	position:relative;
	padding:3px 0 3px 3px;
	width:225px;
	top:-14px;
	margin-left:2px;
	color: #EE881F;
}
/*
input.submitButton{
	position:relative;
	width:50px;
	height:20px;
	padding:0;
	margin-left:2px;
	top:-13px;
	background:url(../images/submit.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
*/
/********************************************************************************************/
/*
/* CONTACT */
/*
/********************************************************************************************/
.contact, .join{
	padding:5px 0px 15px 30px;
	width:20%;
	float:left;
}
h3.contactPhone{
	background:url(../images/custcare.jpg) -4px top no-repeat;
}
.contact a:hover{
	background:url(../images/a.gif) left 5px repeat-x;
}
/********************************************************************************************/
/*
/* JOIN OUR COMMUNITY */
/*
/********************************************************************************************/
.join{
	border-left:1px solid #DDD;
	width:30%;
}
.join ul{
	margin-left:0px;
	list-style:none;
	border-right:none;
}
.join li{
	clear:both;
	width:100%;
	width:180px; 
	height:20px;
}
.join li a{
	padding-left:35px;
}
li.twitter{
	background:url(../images/twitter.jpg) no-repeat 10px top; 
}
li.myspace{
	background:url(../images/myspace.jpg) no-repeat 10px top; 
}
li.facebook{
	background:url(../images/facebook.jpg) no-repeat 10px top; 
}
h3.joinCommunity{
	background:url(../images/join.jpg) -4px top no-repeat;
}
