
	/*
	red = #eb2d2f;
	*/
	.red {color:#eb2d2f;}
	
	.black {color:#111111;}
 
		
	body{
 		font:62.5% Verdana, sans-serif;
		text-align:center;
 		background-color:#989898;
		}
	
	img {
		border:0;
		}
	
	#wrapper{
		min-height:100%;
  		width:825px;
		margin:10px auto 0px auto;
 		background-color:#fff;
  		text-align:left;
 		}
	 
    
	/* \*/
   * html .gainlayout { height: 1%; }
   /* */
   
   #header {
   		background:#989898 url('/images/header_new.jpg') top center no-repeat;
		height:130px;
		width:825px;
		overflow:hidden;
	}
	
	#header img{
		display:block;
		float:left;
		border:0;
		}
	
 	li.navBufferLink {width:90px;}
	
	/* BEGIN STYLE RULES FOR LEFT COLUMN AREA*/	
  	
		
	#leftColumn{
		width:100px;
		float:left;
		text-align:left;
 		}
 
		
	/*****************************
	 * MAIN CONTENT AREA STYLES 
	 *****************************/
 	
	#mainContainer{ /*  container only  */
  		width:825px;
 		background:#989898 url('/images/body_bg_new.jpg') top center repeat-y;
   		}
		
	#mainContent{
 		padding:2em 2em 2em 0;
		margin-left:102px;
 		}
	
	#mainContent a:link, 
	#mainContent a:visited {
		color:#eb2d2f;
		text-decoration:none;
		font-weight:normal;
		}
	
	#mainContent a:hover {
		text-decoration:underline;
		}
  

	/**********END *******/
			
				
	p, td{
		color:#000;
		margin:0px;
		padding: 0 0 1em 0 ;
		font:12px  Helvetica,  Arial, Verdana, sans serif;
		line-height:1.5em;
		}
	
	h1 {
 		font:bold 17px Helvetica, Arial, Verdana;
		margin:0 0 .8em 0;
		color:#eb2d2f;
		margin-top:0;
		line-height:1.2em;
		}
		
	h2 {
		font:bold 15px Helvetica, Arial, Verdana;
		color:#000;
		margin:.7em 0 .5em 0;
		line-height:1.9em;
		}
		
	#history {width:575px;}	
	#history .border {display:block;border:1px solid #999; margin-bottom:10px;}
	
	/*******************
	 * HOME PAGE STYLES 
	 *******************/
	 
	#home_content {
		width:665px;
		}
		
	#home_top {
 		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px dotted #999;
 		}
		
	#liteplayerID, #home_top img {
 		height:172px;
		display:block;
		float:left;
		padding:0 10px 10px 0;
 		}
		
	#home_top_right{
		height:172px;
		width:320px;
		margin-left:340px;	
		}

 

	#home_content  h3 {color:#000;font:bold 15px Helvetica, Arial, Verdana;margin:0;padding:0;} 
	#home_content p {font-size:12px;}
	p.border {border-bottom:1px dotted #999;margin-bottom:13px;}
 	
	 
	 /***********
	 MERCHANDISING
	 *************/
 	 ul#getCats  {list-style-type:none;padding:0;margin:0 10px 10px 0;width:250px;overflow:auto;float:left;}
	 ul#getCats li {margin-bottom:10px;font-size:13px;}
	 #merchPreview{margin-left:275px;max-width:350px;text-align:center;}
	 
	/*************
	* CONTACT STYLES 
	***************/
		
	#distributors {
		list-style-type:none; 
		}
	#distributors li{
		margin:8px 0; 
		}
		
	#distributors a {font:13px Arial, Helvetica, sans-serif;}
	
	/***** END *****/
	
	 
	/****AUTO SUGGEST PRODUCT CODE FINDER *********/
 	 

	.suggestionsBox {
		position: relative;
		left: 0px;
		margin: 10px 0px 0px 120px;
		width: 150px;
		background-color: #212427;
		background-color: #eee;
		/*-moz-border-radius: 7px;
		-webkit-border-radius: 7px;*/
		border: 2px solid #eee;	
		color: #000;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		list-style-type:none;
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
 
	 
	/*DO NOT TOUCH CLEARFIX RULES */
	.clearfix:after {
		content: ".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	.clearfix {display:inline-table;}
		/*Hides from IE-Mac \*/
		*html .clearfix{height:1%;}
		.clearfix {display:block;}
		/*End hide from IE Mac */
		
	/* END CLEARFIX RULES */
 
	
  	#footer_container{
        width:825px;
         height:125px;
         background:#777;
        clear:both;
 		background:#989898 url('/images/footer_new.jpg') center bottom repeat-y;
		margin-bottom:0px;
		position:relative;
   		}	
		
	#footer_container p, 
	#footer_container a:link,
	#footer_container a:visited {
		text-align:left;
        color:#444;
        margin:0;
		font-size:11px;
        padding:.7em 0  0 0px;
		text-decoration:none;
        }
 
	#footer_container a:hover {
		text-decoration:underline;
		}