/* 
Housemarque theme
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: 0;
	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;
}



/*///////////////////////////////*/
/* NORMAL LINKS                  */
/*///////////////////////////////*/

a
{
	font-family: Arial, verdana, tahoma, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #80D0FF;
}
a:link
{
	color: #80D0FF;
}

a:visited
{
	color: #B7E5FF;
}
a:active
{
	color: #B7E5FF;
	text-decoration: none;
}
a:hover
{
	color: #B7E5FF;
}



/*///////////////////////////////*/
/* 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               */
/*///////////////////////////////*/

/* Each menu item, e.g. Home, Games etc*/
.menu_item
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0px 5px 0px 5px;
	background: white;
	position: relative;
	top: 30px; left: 0px;
	text-align: center;
}

.menu_item_logo
{
	float: left;
	width: 180px;
	height: 75px;
	margin: 5px 5px 0px 5px;
	background: url('graphics/logo_housemarque_gif.gif') no-repeat top center;
}


/* Pagepath text container */
.page_content_pagepath_text
{
	color: white;
	font-size: 16px;
	text-align: left;
	margin-left: 15px;
	margin-top: 5px;
}



/*///////////////////////////////*/
/* MAIN MENU LINKS               */
/*///////////////////////////////*/

a.link_menu_home
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_home_combined.png');
}

a.link_menu_home:hover { background-position: 0px -30px; }
a.link_menu_home:active { background-position: 0px -60px; }

a.link_menu_home_active
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_home_combined.png');
	background-position: 0px -60px;
}

a.link_menu_games
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_games_combined.png');
}

a.link_menu_games:hover { background-position: 0px -30px; }
a.link_menu_games:active { background-position: 0px -60px; }

a.link_menu_games_active
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_games_combined.png');
	background-position: 0px -60px;
}

a.link_menu_company
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_company_combined.png');
}

a.link_menu_company:hover { background-position: 0px -30px; }
a.link_menu_company:active { background-position: 0px -60px; }

a.link_menu_company_active
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_company_combined.png');
	background-position: 0px -60px;
}

a.link_menu_jobs
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_jobs_combined.png');
}

a.link_menu_jobs:hover { background-position: 0px -30px; }
a.link_menu_jobs:active { background-position: 0px -60px; }

a.link_menu_jobs_active
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	background-image: url('graphics/menu_jobs_combined.png');
	background-position: 0px -60px;
}



/*////////////////////////////////////*/
/* 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;
}

/*////////////////////////////////////*/
/* SMALL MENU GAME LINKS              */
/*////////////////////////////////////*/

a.gamelink_ssd
{
	float: left;
	width: 140px;
	height: 63px;
	margin: 0 auto;
	background-image: url('graphics/games_ssd_combined.png');
}

a.gamelink_ssd:hover { background-position: 0px -63px; }

a.gamelink_ssd_selected
{
	float: left;
	width: 140px;
	height: 63px;
	margin: 0 auto;
	background-image: url('graphics/games_ssd_combined.png');
	background-position: 0px -126px;
}

a.gamelink_golf
{
	float: left;
	width: 140px;
	height: 83px;
	margin: 0 auto;
	background-image: url('graphics/games_golf_combined.png');
}

a.gamelink_golf:hover { background-position: 0px -83px; }

a.gamelink_golf_selected
{
	float: left;
	width: 140px;
	height: 83px;
	margin: 0 auto;
	background-image: url('graphics/games_golf_combined.png');
	background-position: 0px -166px;
}

a.gamelink_ssdp
{
	float: left;
	width: 140px;
	height: 58px;
	margin: 0 auto;
	background-image: url('graphics/games_ssdp_combined.png');
}

a.gamelink_ssdp:hover { background-position: 0px -58px; }

a.gamelink_ssdp_selected
{
	float: left;
	width: 140px;
	height: 58px;
	margin: 0 auto;
	background-image: url('graphics/games_ssdp_combined.png');
	background-position: 0px -116px;
}

a.gamelink_others
{
	float: left;
	width: 140px;
	height: 36px;
	margin: 0 auto;
	background-image: url('graphics/games_others_combined.png');
}

a.gamelink_others:hover { background-position: 0px -36px; }

a.gamelink_others_selected
{
	float: left;
	width: 140px;
	height: 36px;
	margin: 0 auto;
	background-image: url('graphics/games_others_combined.png');
	background-position: 0px -72px;
}


/*////////////////////////////////////*/
/* HOMEPAGE GAME PICTURE LINKS        */
/*////////////////////////////////////*/

.home_gamelist_item
{
	display: block;
	float: left;
	height: 125px;
}

a.link_gamelist_dn
{
	float: left;
	width: 810px;
	height: 125px;
	margin: 0 auto;
	background-image: url('graphics/pic_dn_combined.png');
}

a.link_gamelist_dn:hover { background-position: 0px -125px; }

a.link_gamelist_ssd
{
	float: left;
	width: 295px;
	height: 190px;
	margin: 0 auto;
	background-image: url('graphics/pic_ssd_combined.png');
}

a.link_gamelist_ssd:hover { background-position: 0px -190px; }

a.link_gamelist_golf
{
	float: left;
	width: 300px;
	height: 190px;
	margin: 0 auto;
	background-image: url('graphics/pic_golf_combined.png');
}

a.link_gamelist_golf:hover { background-position: 0px -190px; }

a.link_gamelist_ssdp
{
	float: left;
	width: 215px;
	height: 190px;
	margin: 0 auto;
	background-image: url('graphics/pic_ssdp_combined.png');
}

a.link_gamelist_ssdp:hover { background-position: 0px -190px; }



