/*----------------------------------------------------------
	media/credits page
----------------------------------------------------------*/

#media .buy_now { 
	float: right; }

#media #main_content { 
	margin: 10px 0; }

#media h3 {
	display: block;
	width: 100%;
	color: #3775c0;
	font: bold 12px/1.5em arial, sans-serif;
	border-bottom: solid 1px #ccc;
	margin: 1em 0 .5em 0;
padding-left: 5px;
	clear: both; }

#media #credits ul { 
padding-left: 5px;
	width: 253px;
	margin: 0 10px 20px 0;
	float: left; }

#media #credits li { 
 	line-height: 1.25em;
 	margin-bottom: .25em; }

#media #credits li:hover { 
	background-color: #f2f2f2; }

#media #credits:after { 
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both; }

	/* IE 7 */
	#media #credits { 
		min-width: 1px; }
	
	/* IE 6 */
	#media #credits { 
		height: 1%; }
	

/* footer overwrites positioning so it can stay fluid */
#footer {
background-color: #000;
position:relative;
text-align: center;
padding: 4px;
margin-bottom: 50px;
color: #fff;
font-size: 9px;
height: 20px;
line-height: 20px;
width: 805;
left: 0px;
/*border: thin solid #000000;*/
}