@charset "utf-8";
/* CSS Document */

html { 
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

body#start {
	padding-top: 0;
	text-align: center;
}

table {
	margin: auto;
}

img { 
	border: none; 
}

p {
	margin: 10px 0;
}

a { color: #FFFFFF; }

h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }

#page {
	width: 1024px;
	height: 644px;
	margin: auto;
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
}

#head {
	height: 74px;
	padding-bottom: 20px;
}

#game #head {
	padding-bottom: 0;
}

#navi {
	text-align: center;
	background-image: url(../images/head_bg.png);
	background-repeat: no-repeat;
}

#subnavi {
	height: 22px;
	background-image: url(../images/subnavi_bg.png);
	background-repeat: no-repeat;
	margin-top: -2px;
	text-align: center;
	padding-top: 5px;
}

#subnavi .send { float: right; position: absolute; text-align: right; }

#subnavi a { padding: 0 20px; }

#content1 {
	background-image: url(../images/content_bg1.png);
	width: 804px;
	height: 472px;
	margin: auto;
}

#content2 {
	background-image: url(../images/content_bg2.png);
	width: 804px;
	height: 472px;
	margin: auto;
}

#content3 {
	width: 500px;
	height: 500px;
	margin: 10px auto 0 auto;
}

#content4 {
  background-image: url(../images/speeder_homepage.png);
  background-repeat: no-repeat;
  background-position: center bottom;
	width: 804px;
	height: 472px;
	margin: auto;
}

#left {
	float: left;
	width: 375px;
	padding: 10px;
}

#right {
	float: right;
	width: 375px;
	padding: 10px 12px 10px 8px;
}

#rightnewsletter {
	float: right;
	width: 375px;
	padding: 10px 12px 10px 8px;
}

#center {
	padding: 50px 100px;
}

#glider #right {
	float: right;
	width: 375px;
	padding: 40px 20px 10px 0px;
}

#foot_navi {
	padding-top: 58px;
	padding-left: 180px;
	float: left;
}

#foot_buttons {
	float: right;
	margin-right: 371px;
	margin-top: 7px;
}

#foot_buttons a {
	margin-left: 42px;
}

#foot_buttons a.first {
	margin-right: 2px;
}

#wrapper {
	background-image: url(../images/start.jpg);
	background-repeat: no-repeat;
	width: 1007px;
	height: 736px;
	margin: auto;
	padding-top: 100px;
}

.big_item {
	width: 375px;
	height: 214px;
	background-image: url(../images/big_item_bg.png);
	text-align: center;
	padding-top: 10px
}

#n1, #n2, #n3, #n4, #n5, #n6, #n7, #n8, #n8, #n9, #n10, #n11, #n12, #n13, #n14, #n15, #n16, #n17, #n18, #n19, #n20 {
	position: absolute;
}

.small_item {
	background-image: url(../images/small_item_bg.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 74px;
	padding-top: 5px;
	float: left;
	text-align: center;
}

.small_item:hover {
	background-image: url(../images/small_item_hover_bg.png);
	cursor: pointer;
}

#foot {
	background-image: url(../images/foot_bg.png);
	height: 79px;
	width: 1024px;
	margin: auto;
	clear: both;
	margin-top: 20px;
}

#game #foot {
	margin-top: -50px;
}

.headline {
	margin: 10px 0;
}

.clear {
  clear: both;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background-image: url(../images/scroll_bg.png);
}

.vscrollerbar {
background-image: url(../images/scrollbar.png);
width: 15px;
/* following is the bit that allows us fixed height scrollbars */
height: 50px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(../images/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}


/* Scroll Bar Master Styling Ends Here */


#left_scroll {
/* Typical fixed height and fixed width example */
	width: 350px;
	height: 160px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

#right_scroll {
/* Typical fixed height and fixed width example */
	width: 390px;
	height: 395px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 0px;
}

#right_scroll2 {
/* Typical fixed height and fixed width example */
	width: 350px;
	height: 400px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 0 10px 0 0;
}


.text { width: 200px; }

