html {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	background:url(images/splash/bg.jpg) 0px 0px repeat-x #C0B8AB;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica;
}

div.top_menu {
	width:779px;
	height:25px;
	background:#000000;
	margin: auto;
}

div.top_menu a {
	color:#ffffff;
	font-family:geneva;
	font-size:9px;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

td.unhover1 { background-color:#000000; }
td.unhover1 a { color:#CA3BD7; }
td.hover1 { background-color: #CA3BD7; }
td.hover1 a { color: #ffffff; }

td.unhover2 { background-color:#000000; }
td.unhover2 a { color:#2D85FF; }
td.hover2 { background-color: #2D85FF; }
td.hover2 a { color: #ffffff; }

td.unhover3 { background-color:#000000; }
td.unhover3 a { color:#FF6812; }
td.hover3 { background-color: #FF6812; }
td.hover3 a { color: #ffffff; }

td.unhover4 { background-color:#000000; }
td.unhover4 a { color:#78ED3C; }
td.hover4 { background-color: #78ED3C; }
td.hover4 a { color: #ffffff; }

div.container {
	width: 679px;
	margin: auto;
	padding: 180px 50px 0 50px;
	background:#5DAA36 url(images/bg_top.jpg) top no-repeat;
}

div.container p {
	font-family:'trebuchet ms';
	font-size:12pt;
}

div.container_store {
	width: 1000px;
	height: 100%;
	margin: auto;
	padding: 20px 0 0 0;
	background: #5DAA36 url(images/top_strip.png) top repeat-x;
}

div.container_store_inside {
	width: 100%;
	height: 100%;
	margin: auto;
	background: #5DAA36 url(images/store_top.png) top no-repeat; 
}

div#enter {
	width: 399px;
	height: 65px;
	margin: auto;
	margin-top: 200px;
	cursor: pointer;
	color: #b4dc9e;
	background: url(images/enter_site.jpg) no-repeat;
}

div#enter_over {
	width: 399px;
	height: 65px;	
	margin: auto;
	margin-top: 200px;
	cursor: pointer;
	background: url(images/enter_site_over.jpg) no-repeat;
}

div#view {
	width: 223px;
	height: 33px;
	margin: auto;
	margin-top: 40px;
	cursor: pointer;
	background: url(images/splash/view.jpg) no-repeat;
}

div#view_over {
	width: 223px;
	height: 33px;
	margin: auto;
	margin-top: 40px;
	cursor: pointer;
	background: url(images/splash/view_over.jpg) no-repeat;	
}

div.info {
	width: 600px;
	margin: auto;
	margin-top: 20px;
	color: #b4ec94;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}

div.info a {
	color: #b4ec94;
	text-decoration: none;
}

div.info a:hover {
	color: #000;
}

div.adobe {
	width: 600px;
	margin: auto;
	margin-top: 10px;
	color: #b4dc9e;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

div.adobe a {
	color: #b4dc9e;
}

div.adobe a:hover {
	color: #000;
}
