/*
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| 
//-=-=-=-=-=-=-=||  Pronounce Pro
//-=-=-=-=-=-=-=||  version 1.0
//-=-=-=-=-=-=-=||  developed by Ralph Ferrara
//-=-=-=-=-=-=-=||  08/4/2008
//-=-=-=-=-=-=-=||  
//-=-=-=-=-=-=-=||  file: /_css/layout.css
//-=-=-=-=-=-=-=|| 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
*/

/* 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Global
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/


	
	* {
		padding				: 0px;
		margin				: 0px;
	}
		
	html { 
		margin-bottom		: 1px;
		background-color	: #FFFFFF;		
	}
	
	body {
		font				: 100.01% verdana, arial, sans-serif;
	}
	
	p {
		color				: #333333;
		font-size			: 80%;
		padding				: 0 0 10px 0;
		line-height			: 1.6em;
	}
	
	ul {
		color				: #333333;
		font-size			: 80%;
		line-height			: 1.2em;
	}
	
	legend {
		color				: #FFFFFF;
		
	}
	
	.clearboth {
		clear				: both;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color				: #F4A300;
	}
	
	h1 {
		font-size			: 180%;
		font-family			: Arial, sans-serif;
		color				: #000080;
	}
		
	h2 {
		font-size			: 140%;
		font-family			: Arial, sans-serif;
	}
	
	h3 {
		font-size			: 120%;
		font-family			: Arial, sans-serif;
		color				: #000080;
	}	
	
			
	div.errors, div.info{
		font				: bold 105% arial, helvetica, sans-serif;
		letter-spacing		: -0.03em;
		color				: #FFFFFF;
		background-color	: #FF9933;
		border				: 1px solid #CCCCCC;
		margin				: 0 0 10px 0;
		padding				: 7px 3px 7px 3px;	
	}
	
	div.errors ul{
		list-style-type		: none;
	}

	div.errors li{
		color				: #FFFFFF;	
	}
		
	.hide {
		display				: none;
	}

	.show {
		display				: block;
	}
	
/* 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Header
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/
	
	div#header { 
		background-color	: #A8C81B;	
		text-align			: center;
		padding				: 0;
		margin				: 0;
	}
	
/* 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Affiliates
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/
	
	div#login-nav  a {
		color				:#FF9933;
		text-decoration		: none;
		font-size			: 120%;		
		
	}
	
	div#login-nav  li {
		line-height			: 29px;
		
		
	}
	
	table#SalesReport th{
		background-color		:#FF9933;
		background-image		:none;
		border					: 0px solid #000000;
		padding					: 5px;
		color					:#FFFFFF;
	}	
	
	table#SalesReport tr{
		background-color		: #FF9933;
		font-weight				: bold;
		height   				: 16px;
		padding					: 5px;
		color					: #333333;
	}		

	
	div#welcome  a {
		color				: #000080;
		text-decoration		: none;
		font-size			: 80%;		
		
	}

/* 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Navigation
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/

	div#navigation { 
		background-image	: url(/_images/nav-bg.jpg);
		text-align			: center;
		height				: 29px;
		border-top			: 1px solid #FFF;
		font-size			: 80%;
		padding				: 0 0 0 0;
	}
	
	div#navigation ul {
		list-style			: none;
		font-size			: 100%;
		width				: 900px;
		text-align			: center;
		margin				: 0 auto;
		padding				: 0 0 0 100px;
	}
	
	div#navigation ul li{
		list-style			: none;
		float				: left;
		text-align			: center;
		border-right		: 1px solid #F4A300;
		border-left			: 1px solid #FEC85D;		
	}

	div#navigation ul li#first{
		border-left			: 0px;
	}

	div#navigation ul li#last{
		border-right		: 0px;
	}

	
	div#navigation ul li a{
		font-family			: Arial, sans-serif; 		
		font-weight			: bold;
		letter-spacing		: -0.5px;
		color				: #111;
		text-decoration		: none;			
		padding				: 8px 21px 7px 22px;
		line-height			: 29px;
	}

	div#navigation ul li a:hover{ 		
		color				: #FFF;		
		text-decoration		: none;
		background-color	: #F4A300;
	}

	div#navigation ul li.active a{ 		
		color				: #FFF;		
		text-decoration		: none;
		background-color	: #F4A300;
	}
/*
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Banner
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/

	div#banner {
		background-image	: url(/_images/banner-bg.jpg);
		background-repeat	: repeat-x;
		text-align			: center;
	}
	
	div#banner div#flash{
		width				: 763px;
		margin				: 0 auto;
	}
	
/*
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Content
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/

	div#content {
		width				: 960px; 
		margin				: 0 auto;
		padding				: 10px 0 0 0;
		font-size			: 100%;
	}
	
	div#content div#content-left{
		width				: 230px;
		float				: right;
		border-left			: 1px solid #CCC;		
		padding				: 0 0 0 10px;
	}
		
	div#content div#content-right{
		width				: 650px;
		float				: left;
		padding				: 0 10px 0 0;		
	}
	
/*
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Footer
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/
		
	div#footer {
		background-color	: #F4A300;
		border-top			: 2px solid #C58402;
		padding				: 20px 0 0 20px;
		text-align			: center;
	}
	
	div#footer p{
		color				: #FFF;
		font-size			: 70%;
	}	

	div#footer p a{
		color				: #FFF;
		text-decoration		: none;
	}	
	
/* 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Signup Page
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/

	#form-signup {
		padding				: 0 0 0 15px;
		line-height			: 1.5em;
	}

	#form-signup label {
		float				: left;
		width				: 250px;
	}

	#form-signup .text {
		float				: left;
		color				: #999999;
		font-size			: 105%;
		padding				: 3px;
		margin				: 3px 0 3px 0;
		border				: 1px solid #999999;
		background			: transparent url(../_images/field-bg.gif) no-repeat 0 0;
	}

	#form-signup input.submit {
		float				: left;
		color				: #999999;
		font-size			: 105%;
		padding				: 3px;
		margin				: 3px 0 3px 0;
	}

	


/* 
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||
//-=-=-=-=-=-=-=|| Body
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=||*/
		
