@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}
			  
body {
	background: #a4b7cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
 }

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}

#salesRepFlashContent {
	width: 800px;
	height: 560px;
	margin: 0 auto;
	display: block;
}
			  
#footer {
	width: 800px;
	height: 36px;
	margin: 0 auto;
	background: #666666;
	font-weight: 900;
	margin-top: 0px;
}	
			  
#footer p {
	color: #FFF;
	float: left;
	margin: 3px 0 0 10px;
}	
			  
#footer ul {
	color: #FFF;
	float: right;
	margin: 10px 10px 0 0;
	list-style: none;
}		
			  
#footer ul li {
	float: left;
	background: url(../img/nav-vertical-bar.gif) no-repeat left center;
	padding: 0 0 0 8px;
	margin: 0 0 0 5px;	  
}	
			  
#footer ul li.noBarImage {
	background: none !important;
}			  
			  
/*-----------------------------------------------------------------------------------------
                    Clearing Float Hack      Tages:(clearfic, clear, float)
-----------------------------------------------------------------------------------------*/			  	
.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   ------ Clearing Float Hack ------   END  
-----------------------------------------------------------------------------------------*/	

