@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	font-family: Century Gothic, Avant Garde Gothic, Avant Garde, Helvetica Neue, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

#framecontent{
	position: absolute;
	top: 25px;
	bottom: 0; 
	left: 0;
	width: 281px;
	height: 100%;
	overflow: hidden;
	background: #fff;
	color: black;
}

#maincontent{
	position: fixed;
	top: 25px; 
	left: 0px;
	right: 0;
	bottom: 0;
	overflow: auto; 
/*	float: left;*/
	background: #fff;
}

#menugraphic {
	height: 525px;
	width: 281px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	background-image: url(/images/layout_buttons/geode_w3_final_rock.png);
	background-repeat: no-repeat;
	background-position: left;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 281px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

img {
border-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0px;
}

table#shop {
border-spacing: 25px;
table-layout: fixed;
width: 450px;
}

td {
padding: 0px;
}

td.shop {
padding: 15px;
}


a {
	text-decoration:none;
	outline: none;
	color: black;
}