

/* 
SGS
Version 1.0
JK 2008
*/

/*///////////////////////////////*/
/* RESETS                        */
/*///////////////////////////////*/

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 2px 0px 5px 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: square;
 	list-style-position: outside;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

html
{
overflow-y: scroll;
}

body {
	line-height: 1;
	color: black;
	/* background: #808080;	*/
	background: #FFFFFF;
	text-align: center;
}

.gamefeatures dl,
.gamefeatures dt,
.gamefeatures dd,
.gamefeatures ol,
.gamefeatures ul
{
	list-style-type: disc;
	/*list-style-image: url('graphics/bullet_white_square.gif');*/
 	list-style-position: outside;
	font-size: 12px;
	color: white;
	text-align: left;
	margin-left: 10px;
	margin-right: 0px;
	padding: 2px;
}

.gamefeatures li
{
	list-style: none;
	background-image: url('graphics/bullet_white_square.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-size: 12px;
	color: white;
	text-align: left;
	padding-left: 8px;
	margin-bottom: 4px;
}


strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */



/*///////////////////////////////*/
/* SOME BASICS                   */
/*///////////////////////////////*/


/*  NOTE:
*   10px 10px 10px 10px ---  top, right, bottom, left
*/


table, div
{
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	color: #8C8C8C;
	text-align: center;
}

.error
{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}


/*///////////////////////////////*/
/* PARAGRAPH AND HEADERS         */
/*///////////////////////////////*/

p
{
	margin: 15px 10px 10px 10px;
	color: white;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
}

h1
{
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 12px 10px 10px 10px;
}

h2
{
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 12px 10px 10px 10px;
}

h3
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 12px 10px 10px 10px;
}

.header_news
{
	font-family: Arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.orangebold
{
font-family: verdana, arial;
font-size: 11px;
color: #F89912;
font-weight: bold;
}

.paragraph_features
{
font-family: Verdana, arial;
font-size: 11px;
line-height: 1.7;
margin-left: 30px;
margin-right: 20px;
color: #F5F5F5;
text-align: left;
width: 400px;
float: left;
}

.textarea_download
{
width: 500px;
font-family: Verdana, arial;
font-size: 11px;
text-align: left;
margin-left: 10px;
}

.textarea_buy
{
width: 680px;
font-family: Verdana, arial;
font-size: 11px;
text-align: left;
margin-left: 10px;
}

.table_buy_container
{
width: 464px;
margin-left: 10px;
height: 100px;
}

.table_buy_left
{
margin-top: 5px;
float: left;
width: 200px;
}

.table_buy_right
{
float: left;
width: 250px;
text-align: left;
padding-top: 10px;
padding-left: 10px;
}


.headerbox
{
background: #0C0C0C;
border: 2px solid #F3CD66;
z-index: 6;
}

.header_small
{
font-family: Arial, verdana, tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: white;
padding: 2px 0px 2px 0px
}

.headerbox_leftalign
{
padding: 6px 6px 6px 8px;
text-align: left;
}



/*///////////////////////////////*/
/* NORMAL LINKS                  */
/*///////////////////////////////*/

a
{
	font-family: Arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F89912; /* #80D0FF; */
}

a:link
{
	color: #F89912;
}

a:visited
{
	color: #F89912;
}
a:active
{
	color: #F9B553;
	text-decoration: none;
}
a:hover
{
	color: #F9B553;
	text-decoration: none;
}



/*///////////////////////////////*/
/* THE PAGE ABSOLUTE LAYOUT      */
/*///////////////////////////////*/

#container
{
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	width: 810px;
	height: auto;
	/* left: 50%;
	margin-left: -405px; */
	background: #003652;
	text-align: left;
}


#page_topheader
{
	display: block;
	position: relative;
	float: left;
	z-index: 5;
	width: 810px;
	height: 80px;
	background: red;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF url('graphics/menu_bluebar.png') no-repeat bottom left;
}

* html #page_topheader
{
	width: 810px;
}

#page_menu_items
{
	display:block; 
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	float: left;
	z-index:3; 
	height: 80px;
	width:730px; 
	padding: 0px 0px 0px 80px;
}

* html #page_menu_items
{
	width: 810px;
}

#page_menu_image
{
	display: block;
	position: relative;
	float: left;
	z-index: 4;
	height: 125px;
	width: 810px;
	background: #FFFFFF url('graphics/page_menu_image.png') no-repeat top left;
}

#page_middlesection
{
	display: block;
	position: relative;
	float: left;
	z-index: 3;
	height: 190px;
	width: 810px;
	background: #FFFFFF;
}

#page_pagepath
{
	display:block; 
	position: relative;
	float: left;
	z-index:3; 
	width:810px; 
	height: 32px;
	background: #FFFFFF url('graphics/page_pagepath_32px.png') no-repeat top left;
	text-align: left;
}

#page_content_container
{
	display: block;
	position: relative;
	float: left;
	width: 810px;
	height: auto;
	z-index: 1;
	background: #003652 url('graphics/content_background.gif') repeat-y top left;
}

#page_menu
{
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	position: relative;

	min-height: 556px;
	height:auto;  !important; height:556px; 
	width: 140px;
	z-index: 2;
	background: #003652;
	border-right: 1px solid white;
}

* html #page_menu
{
width: 141px;
}

#page_content
{
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	float: left;
	width: 653px; /* 13 px extra */
	padding: 8px;
	z-index: 2;
	background: #003652;
	text-align: left;
}

#page_footer
{
	display: block;
	position: relative;
	float: left;
	height: 30px;
	width: 810px;
	z-index: 3;
	background: #FFFFFF url('graphics/page_copyright_small.png') no-repeat top left;
	clear: both;
}


/*///////////////////////////////*/
/* MAIN MENU STUFF               */
/*///////////////////////////////*/








/*////////////////////////////////////*/
/* PAGE ITEMS AND SMALL MENU          */
/*////////////////////////////////////*/

.small_menu
{
	width: 130px;
	text-align: left;
}

.small_menu_item
{
	margin: 12px 5px 12px 15px;
	text-align: left;
}

a.small_menu_link
{
	font-family: Arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: white;
}

a.small_menu_link:hover,a.small_menu_link:active
{
	color: #B7E5FF;
	text-decoration: none;
}





body {
	line-height: 1;
	color: black;
	/* background: #808080;	*/
	background: #111315;
	text-align: center;
}

#container
{
margin: 0 auto 0 auto;
width: 950px;
background: #ddd;
}

#top_header
{
width: 950px;
height: 175px;
background: black url('../graphics/site_header.png') no-repeat;
position: relative;
float: left;
}

#container_content
{
width: 943px;
background: black url('../graphics/site_menuborder.png') repeat;
float: left;
}

#menu_container
{
width: 150px;
float: left;
}

#menu
{
vertical-align: top;
width: 150px;
background: black url('../graphics/site_menuitemsborder.png') repeat;
float: left;
padding-left: 8px;
}

.menu_item
{
width: 120px;
height: 22px;
margin: 3px 3px 3px 3px;
border: #F3CD66 solid 2px;
background: black;
float: left;
}

.menu_item2
{
width: 120px;
height: 22px;
margin: 3px 3px 3px 3px;
border: #F3CD66 solid 2px;
background: #111315;
float: left;
}


.menu_item2:link
{
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.menu_item2:hover
{
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.menu_item2:visited
{
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}


#menu_bottomimage
{
width: 150px;
height: 70px;
background: #eee url('../graphics/site_menubottompart.png') no-repeat;
float: left;
}

#menu_languages
{
width: 150px;
height: 100px;
background: black url('../graphics/site_menuborder.png') repeat-y;
float: left;
}

#content
{
width: 780px;
background: #111315 url('../graphics/site_rightborder.png') repeat-y right;
float: right;
padding-left: 12px;
padding-right: 0px;
min-height: 400px;
text-align: left;
font-size: 12px;
color: #BEBEBE;
}


#bottom_footer
{
width: 950px;
height: 70px;
background: black url('../graphics/site_footer.png') no-repeat;
position: relative;
float: left;
}

#text_newsheader
{
width: 190px;
height: 30px;
position: absolute;
top: 136px;
right: 0px;
color: black;
font-size: 12px;
font-family: arial, verdana, tahoma, sans-serif;
font-weight: bold;
text-align: left;
}


#text_copyright
{
width: 550px;
height: 20px;
position: relative;
float: left;
top: 28px;
left: 380px;
color: black;
font-size: 10px;
font-family: verdana, arial, tahoma, sans-serif;
font-weight: bold;
}

.textbox_index
{
width: 310px;
float: right;
position: relative;
top: 0px; right: 30px;
margin-left: 20px;
}


#video_for_flowplayer
{
width: 410px;
height: 250px;
float: left;
margin-top: 10px;
}

#video
{
width: 425px;
height: 344px;
float: left;
margin-top: 10px;
}


#frontpage_screenshots
{
width: 410px;
float: left;
margin-top: 23px;
}

.frontpage_bottomtextbox
{
position: relative;
width: 700px;
height: 120px;
float: left;
margin-top: 10px;
}

.text_header_white
{
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-align: left;
padding-left: 10px;
}

.banner
{
width: 193px;
height: 50px;
margin: 3px 3px 3px 3px;
border: #F3CD66 solid 1px;
background: #111315;
float: left;
text-align: center;
margin-left: 10px;
}


.banner:link, .banner:hover, .banner:visited
{
color: white;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.banner:hover
{
border-color: #B27112;
}

.screenshots
{
border: #F3CD66 solid 1px;
}

.screenshots:hover
{
border: #B27112 solid 1px;
}


.buylinks
{
margin: 0px;
}


.buygame
{
width: 180px;
height: 16px;
margin: 3px 3px 3px 3px;
border: #F3CD66 solid 1px;
background: #111315;
float: left;
text-align: center;
margin-left: 10px;
}


.buygame:link, .buygame:hover, .buygame:visited
{
color: white;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.imagelink
{
height: 86px;
}

#image_isabel
{
width: 164px;
height: 272px;
position: absolute;
top: 350px;
right: -10px;
background: url('../graphics/image_isabel.png') no-repeat;
z-index: 11;
}


#image_wrencher
{
width: 272px;
height: 178px;
position: absolute;
top: 200px;
right: -210px;
background: url('../graphics/image_wrencher.png') no-repeat;
z-index: 10;
}



/*****************
*******	LANG BOX
*****************/
.langBox
{
	width: 70px;
	border: 1px solid #4F5457;
	background: #1A1E21;
	margin-left: 40px;
}
.langBox img
{
	vertical-align: middle;
	margin: 4px 2px 4px 2px;
}

.language_flag
{
float: left;
position: relative;
width: 130px;
height: 80px;
text-align: center;
}

.language_flag_link
{
font-family: Verdana, arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: white;
}






