﻿/* Reset Styles */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type:none;
}
li
{
	margin: 0px 0 0 0;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}



/* ---- */

body
{
	width: 100%;
	height: 100%;
	background-color: #0ca8ff;
	color: #fff;
	font-family: Verdana;
}

#main
{
	width: 980px;
	margin: 0 auto;
	background-color: #a80508;
	height: 100%;
}

#menu
{
	width: 150px;
	height: 200px;
	float: left;
	margin: 174px 0 0 0;
	
}

#content
{
	width: 810px;
	margin: 174px 10px 10px 10px;
	float: right;
	
}

#header
{
	position: absolute;
	top: 0px;
	background-image: url(../img/mariobroswiiheader.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 174px;
	
	
	
}

#header h1
{
	display:none;
}

#footer
{
	text-align: center;
}

a
{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#prices 
{
	margin-top: 20px;
}

#prices table
{
	table-layout: fixed;
}
#prices table thead tr td
{
	font-weight: bold;
}
#prices table tr
{
}
#prices table tr td
{
	padding: 2px 5px 2px 5px;
	font-size: 14px;
}

#prices table tr.lowest td a
{

}

#prices table tr td a
{
	font-weight: normal;
}


h2
{
	font-size: 20px;
	font-weight: bold;
}

#screenshots div.screenshot
{
	width: 300px;
	
	float:left;
	margin: 10px;
}