/* CSS Document */

:link,:visited {text-decoration: none;}
ul,ol,li,h1,h2,h3,form,body,html,p {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}



body {
	text-align: center;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #000000;
	}
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	}	

#mainBody	{
	padding:0px;
	}	
	
	
h1 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 900;
	color: #ccc;
	text-align: right;
	}
h2 {
	font-size: 20px;
	line-height: 38px;
	font-weight: 900;
	color:#6666CC;
	text-align: left;
	}	
h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 900;
	color:#CC0000;
	text-align: left;
	}	
h4 {
	font-size: 12px;
	line-height: 15px;
	font-weight: 900;
	color:#666666;
	text-align: left;
	}			
	
	
.right img {
	float:right;
	}


#Content {
	border: 0px;
	}
#promoWrap {
	border: 0px;
	}
#promoBox {
	border: 1px;
	}	
#mfrlogo	{
	padding-bottom: 15px;
	}	
#promo {
	border-bottom: 2px solid #333;
	text-decoration: none;
	}	

.clear {
	clear: both;
	}
#topNav {
	margin: 0;
	padding: 0; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	}
#topNav UL {
	list-style-type: none;
	float: left;
	width: 300px;
	}
#topNav UL LI {
	display: inline;
	}
#topNav UL LI A {
	float: left;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 6px 0 6px;
	margin-top: 6px;
	border-right: 1px solid #687983;
	}

#topNav UL LI a:hover	{
	font-weight: bold;
	}

ul#moreinfo	{
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	}

ul#moreinfo li a	{
	width: 5em;
	color:#6666CC;
	background-color: #fff;
	text-decoration: none;
	}

ul#moreinfo li a:hover	{
	color: #FF3333;
	background-color: #fff;
	}

#footer	{
	line-height: 30px;
	font-weight: 900;
	text-align: center;
	}
.indent	LI	{
	margin-left: 15px;
	}

.red	{
	color: #CC0000;
	font-weight: bold;
	}	
.price	{
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	}		
.orange	{
	color: #FF9900;
	font-weight: bold;
	}
ul#bullet	{
	list-style-type: disc;
	}



