body {
	margin: 10px;
	color: #fff;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

/*  #################
	Positioning stuff
	################# */
	
#wrapper {
	width: 900px;
}

#header {
	width: 900px;
	height: 160px;
	margin: 0;
	color: #fff;
	background-color: #000;

}

#header img {
	width: 200px;
	float: left;
}

#mainNav {
	width: 900px;
	float: left;
	margin-top: 16px;
	padding: 10px 0 0 2px;
	border-top: 1px solid #666;
}

#container {
	margin: 0 auto 0 0;
	width: 800px;
	text-align: left;
}

#content {
	width: 580px;
	float: left;
	margin: 0;
	padding: 0 0 20px 210px;
}

#leftColumn {
	width: 200px;
	float: left;
}

#rightColumn {
	width: 580px;
	float: left;
	color: #000;
	background-color: #fff;
	border: 1px solid #999;
}

#products {
	padding: 10px;
}

#menu {
	font-size: 11px;
}

#extras th {
	text-align: left;
	padding: 4px;
}


/*  #################
	FX
	################# */

.hover {
	color: #000;
	background-color: #fc0;
}

.select {
	color: #fc0;
	background-color: #333;
}


/*  #################
	Styling stuff
	################# */

th {
	text-align: left;
	padding: 2px 0 6px 0;
}

#menu th {
	color: #fc0;
	border-bottom: 1px solid #333;
}


h1 {
	font-size: 2em;
	Font-family: Arial, sans-serif;
	width: 300px;
	float: left;
	margin: 52px 0 0 0;
	padding: 0 8px;
}

h2 {
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	color: #fff;
	background-color: #C30000;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #999;
}

h2.intro {
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	color: #fff;
	background-color: #000;
	padding: 0 0 6px 0;
}

p.price {
	background-color: #666;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 6px 4px;
	border-bottom: 1px solid #333;
	
}

p.infoline {
	background-color: #666;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 6px 0 6px 4px;
	border-bottom: 1px solid #333;
	
}

li {
	list-style-type: none;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #fc0;
	margin: 0 10px 0 0;
	
}

li a {
	color: #ccc;
	text-decoration: none;
	
}

li a:hover {
	color: #fc0;
	border-bottom: 1px dotted #fc0;
}

a {
	color: #fc0;
	text-decoration: none;
	
}

a:hover {
	color: #fc0;
	border-bottom: 1px dotted #fc0;
}