html
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

.body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: verdana;
	font-size: 13px;

	background-image: url('../img/page_background.jpg');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top center; 
}

.body2
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: verdana;
	font-size: 13px;

	background-image: url('../img/page_background2.jpg');
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top center; 
}


h1
{
	font-family: verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;

	margin-top: 0px;
	margin-bottom: 14px;
}

h2
{
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;

	margin-top: 24px;
	margin-bottom: 14px;
	margin-left: 24px;
}

h3
{
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;

	margin-top: 24px;
	margin-bottom: 14px;
	margin-left: 0px; /*24px;*/
}


a
{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-top: 0px;
	margin-bottom: 14px;
}

li
{
	font-family: times new roman;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

hr
{
	margin-bottom: 14px;
}

div.clear
{
	clear: both;
}

.tright
{
	text-align: right;
}
.tleft
{
	text-align: left;
}
.tcenter
{
	text-align: center;
}



/** HEADER **/
#header
{
	margin: 0px auto;
	padding: 10px;
	width: 790px;
	height: 300px;
	/*border: 1px solid red;*/
}

#header2
{
	margin: 0px auto;
	padding: 50px;
	width: 790px;
	height: 300px;
	/*border: 1px solid red;*/
}



#header a.homelink
{
	margin: 0px auto;
	padding: 0 0 0 0;
	display: block;
	width: 290px;
	height: 300px;
	/*border: 1px solid red;*/
}



/** SITE **/

#site
{
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px; /*300px;*/ /*288px;*/
	width: 790px;
	
	/*background-image: url('../img/site_bg.gif');*/
	background-repeat: repeat-y;
}





/** SITE_MENU **/

#site_menu
{
	margin: 0px auto;
	margin-top: 0px; /*320px;*/
	margin-left: 0px; /*248px;*/
	height: 30px;
	/*width: 494px;*/
	width: 506px;
	float: left;
	/*background-image: url('../img/menu_bg_2.png');
	background-repeat: no-repeat;
	background-position: top left;*/
}

#site_menu ul
{
	margin: 0px auto;
	padding: 0px;
	padding-left: 0px;
	width: 500px;
	list-style: none;
}

#site_menu ul li
{
	float: left;
	height: 30px;
	cursor: pointer;
	border: 0px solid red;
}

#site_menu ul li a span
{
	display: none;
}

#site_menu ul li.home 		{	width: 79px; background: url('../img/menu_home.png') no-repeat; }
#site_menu ul li.overview 	{	width: 145px; background: url('../img/menu_overview.png') no-repeat; }
#site_menu ul li.buy 	{	width: 72px; background: url('../img/menu_buy.png') no-repeat; }

#site_menu ul li.home_on,
#site_menu ul li.home:hover 		{	width: 79px; background: url('../img/menu_home_b.png') no-repeat; }

#site_menu ul li.overview_on,
#site_menu ul li.overview:hover	{	width: 145px; background: url('../img/menu_overview_b.png') no-repeat; }

#site_menu ul li.buy_on,
#site_menu ul li.buy:hover	{	width: 72px; background: url('../img/menu_buy_b.png') no-repeat; }


#site_menu ul li.spacer
{
	width: 18px;
	background: url('../img/menu_divider.png') no-repeat;
	cursor: auto;
}


#site_menu ul li.languages
{
	width: 53px;
	margin-left: 0px;
	text-align: right;
}
#site_menu ul li.languages_nomp
{
	width: 53px;
	margin-left: 52px;
	text-align: right;
}


#site_menu ul li.debugs
{
	width: 60px;
	text-align: right;
	padding-top: 8px;
	height: 21px;
	margin-left: 5px;
}
#site_menu ul li.debugs:hover
{
	text-decoration: underline;
}



/** NEWSLETTER **/

#newsletter
{
	margin: 0px auto;
	margin-top: 10px; /*226px;*/
	margin-left: 0px; /*14px;*/
	padding: 0px;
	padding-top: 0px;
	width: 253px;
	height: 78px;
	/*float: left;*/
	/*border: 1px yellow solid;*/
	
	background-image: url('../img/newsletter_base.png');
	background-repeat: no-repeat;
	/*background-position: 10px 0px;*/
	
	text-align: left;
}

#newsletter input.textfield
{
	width: 145px;
	height: 16px;
	margin-top: 24px;
	margin-left: 12px; /*24px;*/
	background: transparent;
	border: 0px;
	font-size: 12px;
}

#newsletter img
{
	margin-top: 4px;
	margin-left: 0px;
}



/** LEFT MENU **/

#left_menu
{
	width: 250px;
	margin-top: 3px;
	padding-right: 0px;
	float: left;
	border: 0px yellow solid;
}

#left_menu ul
{
	list-style-type:none;
	overflow:hidden;
	padding:0 0 0 0;
	margin: 0px;
}

#left_menu ul li
{
	float:left;
}

#left_menu a:link.sinkemall,a:visited.sinkemall
{
	
	width:235px;
	height:102px;
	display:block;
	position:relative;
	padding: 0px 0px 0px 0px;
	background: url('../img/SEA_banner_small.jpg');	background: url('../img/SEA_banner_small.jpg');
	background-repeat: no-repeat;
	
}

#left_menu a:hover.sinkemall
{
	width:235px;
	height:102px;
	display:block;
	position:relative;
	padding: 0px 0px 0px 0px;
	background: url('../img/SEA_banner_small.jpg');
	background-repeat: no-repeat;
	
}

#left_menu a:link.home,a:visited.home
{
	
	width:235px;
	height:125px;
	display:block;
	position:relative;
	padding: 0px 0px 0px 0px;
	background: url('../img/pobc_home.png');	
	background-repeat: no-repeat;
	
}

#left_menu a:hover.home
{
	width:235px;
	height:125px;
	display:block;
	position:relative;
	padding: 0px 0px 0px 0px;
	background: url('../img/pobc_home.png');
	background-repeat: no-repeat;
	
}


#left_menu a:link.media_link_dlc,a:visited.media_link_dlc
{
	margin-top:-25px;
	position: relative;
	display: block;
	height: 128px;
	width: 235px;
	
	padding: 0px 0px 0px 0px;
	background: url('../img/DLC_banner.png');
	background-repeat: no-repeat;
}

#left_menu a:hover.media_link_dlc
{
	margin-top:-25px;
	position: relative;
	display: block;
	height: 128px;
	width: 235px;
	
	padding: 0px 0px 0px 0px;
	background: url('../img/DLC_banner_selected.png');
	background-repeat: no-repeat;
}

#left_menu a:link.media_link_buy,a:visited.media_link_buy
{
	position: relative;
	display: block;
	height: 106px;
	width: 235px;
	margin-top:20px;
	padding: 0px 0px 0px 0px;
	background: url('../img/buy.png');
	background-repeat: no-repeat;
}
#left_menu a:hover.media_link_buy
{
	background: url('../img/buy.png');
	background-repeat: no-repeat;
}

#left_menu a:link.media_link_demo,a:visited.media_link_demo
{
	position: relative;
	display: block;
	height: 110px;
	width: 236px;
	
	padding: 0px 0px 0px 0px;
	background: url('../img/download_demo_a.png');
	background-repeat: no-repeat;
}
#left_menu a:hover.media_link_demo
{
	background: url('../img/download_demo_b.png');
	background-repeat: no-repeat;
}

#left_menu a:link.media_link_facebook,a:visited.media_link_facebook
{
	position: relative;
	display: block;
	height: 104px;
	width: 236px;
	
	padding: 0px 0px 0px 0px;
	background: url('../img/facebook_badge.png');
	background-repeat: no-repeat;
	background-position: 0px -32px;
}

#left_menu a:link.media_link_twitter,a:visited.media_link_twitter
{
	position: relative;
	display: block;
	height: 104px;
	width: 236px;

	background: url('../img/twitter_badge.png');
	background-repeat: no-repeat;
	background-position: 0px -32px;
}

#left_menu a:link.media_link_forum,a:visited.media_link_forum
{
	display: block;
	height: 104px;
	width: 236px;
	overflow: hidden;
	
	/*border: 1px solid yellow;*/
	background: url('../img/forum_badge.png');
	background-repeat: no-repeat;
	background-position: 0px -32px;
}

#left_menu span
{
	display: none;
}



/** CONTENT **/

#content_outer
{
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	padding-top: 10px;
	width: 506px;
	float: left;
	
	border: 0px solid red;
	
	background-image: url('../img/contentbox_top.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content
{
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 506px;
	
	background-image: url('../img/contentbox_middle.png');
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#content_inner
{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 506px;
	min-height: 291px;
	/*border: 1px solid red;*/
}

#content_text
{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-top: 24px;
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 16px;
	width: 450px;
	/*border: 1px solid green;*/
	text-align: left;
}

#content_inner ul
{
	margin: 0px;
	padding: 0px;
	/*width: 470px;*/
	list-style: none;
}

#content_inner ul li
{
	margin: 0px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
	
	padding: 0px;
	padding-left: 16px;
	
	background-image: url('../img/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content_inner img
{
	border: 1px solid #557b92;
}





/** FOOTER **/

#footer_address
{
	width: 710px;
	height: 32px;
	
	margin-top: 40px;
	margin-left: 42px;
	
	background-image: url('../img/footer_address.png');
	background-repeat: no-repeat;
}

#footer
{
	width: 790px;
	height: 50px;
}

#footer ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul li
{
	float: left;
}

#footer ul li.paradox
{
	margin-top: 0px;
	margin-left: 30px;
}

#footer ul li.copyright
{
	width: 320px;
	margin-top: 15px;
	margin-left: 38px;
	margin-right: 58px;
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #6F6F6F;
	text-align: center;
}

#footer ul li.nitro
{
	margin-top: 8px;
}

#footer img
{
	border: 0px;
}
