ul, ol, li{
	margin:0;
	padding:0;
	list-style:none;
}

body{
	color:#333;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}

h1 img{
	display:block;
}

.hidden_text{
	display:block;
	outline:0;
	text-indent:-9999px;
}


#nav{
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:1.3em;
}

#nav a{
	color:#959595;
	display:block;
	padding:5px;
	text-decoration:none;
	outline:0;
}
#nav ul{
	font-size:0.8em;
}
#nav ul li{
	margin:7px 0 7px 10px;
	line-height:1em;
}
#nav ul a{
	padding:0;
}
#nav a:hover, #nav a.active{
	color:#464647;
	background:#faed25;
}
#nav .submenu a.active{
	color:#000;
	background:0;
}

#nav ul a:hover{
	background:0;
}
#nav ul a:hover, #nav a.ui-state-active{
	color:#000;
}

#nav ul ul{
	font-size:0.9em;
	background:#f2f2f2;
	padding:5px 0;
	margin:10px 0;
}


#nav, #header, #sub-main{
	padding-top:30px;
}


/* ---------------------------------------- sticky footer */
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 160px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -160px; /* negative value of footer height */
	height: 160px;
	clear:both;
	background:#000;
	color:#fff;
	border-top:1px solid #ddd;
	font-size:0.8em;
}

/* CLEAR FIX*/
.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 */


/* ---------------------------------------- ^^^ sticky footer */

#footer a{
	color:#faed25;
}
#footer p{
	margin:0;
}

#footer img{
	padding:10px;
}

.mmart img{
	border:solid #ddd;
	border-width:0 1px;
}

#footer .mmart img{
	padding:10px 20px;
}

#fine_print{
	padding:10px;
}
	
#affiliate_links{
	background:#fff;
	color:#000;
}

.caps{
	text-transform:uppercase;
}

#footer ul, #footer li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer ul{
	overflow:hidden;
}
#footer li{
	float:left;
	margin:0 15px 0 0;
}
