/* base elements */
body{
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#333333;
	text-align:center;
	background:#ffffff;
}

a{ text-decoration:none; color:#0549c9;}
a:hover{ text-decoration:underline; color:#008800;}

h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}

h1{ font-size:20px; }
h2{ font-size:18px; }
h3{ font-size:16px; color:#00305b;}
h4{ font-size:14px; }
h5{ font-size:12px; }

ul { margin: 0; padding : 0; list-style : none; }

img{ border:none;}

/* page layout */
#page{
	margin:0px auto;
	padding:0px;
	width:760px;
}

#header{
	position:relative;
	margin:0px;
	padding:0px;
	width:760px;
	height:153px;
	background: transparent url(images/header.gif) top left no-repeat;
}

#header h1{
	position:absolute;
	top:38px;
	left:25px; 
	color:#ffffff;
	font-size:34px;
}

#header h2{ 
	position:absolute;
	top:88px;
	right:156px; 
	color:#ffffff;
	font-size:22px;
}

#content{
	margin:0px;
	padding:0px;
	width:760px;
	text-align:left;
}

/* content elements */
#main{
	margin:0px;
	padding:0px;
	width:590px;
	float:left;
}

/* sidbar */
#sidebar{
	margin:0px;
	padding:0px;
	width:168px;
	float:left;
}

#sidebartile{
	margin:0px;
	padding:0px;
	width:168px;
	background:  transparent url(images/sidebartile.gif) top left repeat-y;

}

#sidebarbottom{
	margin:0px;
	padding:0px;
	width:168px;
	background: transparent url(images/sidebarbottom.gif) bottom left no-repeat;
}

#sidebartop{
	margin:0px;
	padding:0px;
	width:168px;
	background: transparent url(images/sidebartop.gif) top left  no-repeat;
}

#sidebartop div{
	margin:0px 0px 0px 12px;
	padding:0px;
	width:121px;
	overflow:hidden;
}

#footer{
	margin:0px;
	padding:80px 0px 0px 0px;
	width:760px;
	clear:both;
	background: transparent url(images/footerlogo.gif) center top no-repeat;
}

#fcontent{
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:center;
}

/* NAVIGATION */
#navigation{

}

#navigation h4{
	height:20px;
	text-indent:-30000px;
	background: transparent url(images/nav_header.gif) center top no-repeat; 
}

#navigation ul{
	margin:0px;
	padding:0px;
}

#navigation ul li{

}

#navigation ul li a{
	margin:0px;
	padding:0px;
	white-space: nowrap;
	line-height:24px; 
	color:#2b1704;
	font-size:12px;	
	font-weight:bold;
}

#navigation ul li a:hover{

}

#navigation ul li a.sel{

}

#navigation ul li a.sel:hover{

}

/* general game classes */
.clearfix{
	clear:both;
	height:1px;
}

.centerme{
	display:block;
	margin:0px auto 4px auto;
	text-align:center;
}

.strongtext{
	font-weight:bold;
}

.textbox{
	border:1px solid #695231;
	background:#ecdab2;
}

/* generic form input button style */
.button{
	border:1px solid #695231;
	border-top: 1px solid #b08f53;
	border-left: 1px solid #b08f53;
	background:#b79965;
}	
/* BUY AND DOWNLOAD BUTTONS */

a.btn{
	margin:10px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    position: relative;
    float: left;
    font-weight: bold;
    color: #ffffff;
    background: transparent url(images/btn_right.gif) top right no-repeat;
    text-decoration:none;
}

a.btn:hover{
    background-position: right bottom;
    text-decoration:none;
    cursor:pointer;
}

a.btn span{
    display: inline;
    position: relative;
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #ffffff;
}

a.btn span{
    height: 25px;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 0px 0px 40px;
    background-image: url(images/btn_arrow.gif);
}

a.btn_download span{
    background-image: url(images/btn_download.gif);
}

a.btn_cart span{
    background-image: url(images/btn_cart.gif);
}

a.btn:hover span{
    background-position: left bottom;
}

/* main game container objects */
/* game container div  used on index.php and gameinfo.php */
div.gamecontainer{
	margin:0px;
	padding:20px 0px;
	text-align:center;
}

/* container table */
table.games{
	margin:0px auto;
	padding:0px;
	width:550px;
	text-align:center;
	border:none;
}

table.games td{
	text-align:left;
	vertical-align:top;
}

table.games td.twofifths{
	width:220px;
}

table.games td.threefifths{
	width:330px;
}

table.games td.padtop{
	margin:0px;
	padding:20px 0px 0px 0px;
}

.description{
	margin-bottom:10px;
	font-weight:bold;
	color:#008800;
}

table.games td.gameline{
	padding:0px 10px;
	border-left:1px solid #8dbde3;
}

/* games ul */
ul.fgame, ul.game{
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.fgame{
	margin:0px auto;
	padding:30px 0px 0px 0px;
	width:200px;
	float:none;
	clear:both;
}

ul.game{
	width:100px;
	float:left;
}

ul.fgame li, ul.game li{
	display:block;
	margin:0px;
	padding:2px 0px 0px 0px;
}

ul.fgame li{
	width:200px;
	text-align:center;
	float:none;
}

ul.game li{
	width:100px;
	float:left;
}

li.fimage, li.image{
	float:none;
}

/* feature game */
#feature ul.fgame li.fimage{
	padding:5px 0px 0px 0px;
}

#feature ul.fgame li.ftitle{ width:200px; text-align:center; }

#feature ul.fgame li.ftitle a{
	font-weight:bold;
}

#feature ul.fgame li.ftitle a:hover{

}

/* main title game links */
#main ul.game li.title{
	margin:0px;
	padding:0px 0px 2px 0px;
}

#main p.title{
	margin:0px;
	padding:0px 0px 4px 0px;
}

#main ul.game li.title a, #main p.title a{
	font-weight:bold;
}

#main ul.game li.number{
	padding:0px 0px 2px 0px;
	line-height:12px;
	color: #339900;
	font-weight: bold;
}

/* feature box */
div.feature_tile{
	margin:0px;
	padding:0px;
	width:200px;
	height:100%;
	background:#ffffff url(images/feature_tile.gif) top left repeat-y;
}

div.feature_top{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:200px;
	height:100%;
	background:transparent url(images/feature_top.gif) top left no-repeat;
}

div.feature_bottom{
	margin:0px;
	padding:0px 0px 10px 0px;
	width:200px;
	height:100%;
	background:transparent url(images/feature_bottom.gif) bottom left no-repeat;
}

div.featurenew{
	background:transparent url(images/newgame_top.gif) top left no-repeat;
}

div.featuretop{
	background:transparent url(images/topgame_top.gif) top left no-repeat;
}

/* GENRE LIST */
h3.genrecaption{
	font: verdana arial, sans-serif;
	margin:0px;
	padding:20px 30px;
	text-align:left;
    font-size: 16px;
    font-weight: bold;
}

h3.genrecaption strong{
		color: #339900;
}

h3.genrecaption span{
	color: #339900;
	font-size:10px;
}

#genrelist a{ 
	height:24px;
	padding: 0px 0px 2px 0px;
	display:block;
	font-size:11px;
	
}

/* GAMEINFO */
#feature a.btn{
	margin-left:40px;
}

#feature p{
	clear:both;
}

#screenshots{
	width:100%;
}

#screenshots td{
	padding:4px;
	text-align:center;
}

/* browse.php and search.php layout */

/* BROWSE SELECT AREA */

#browsebox, #searchbox{
	width:592px;
	height:82px;
	background:transparent url(images/toolbar.gif) left top no-repeat;
}

#browsebox h3, #searchbox h3{
	margin:0px;
	padding:10px 0px 4px 0px;
}
.game_articles {
	margin: 0px 0px 20px 15px;
	padding: 0px;
	text-align: justify;
	color: #333333;
	border-bottom: 1px solid #dcdcdc;
}

.game_articles h3{
	margin:0px 0px 5px 0px;
	padding:0px;
}

.game_articles h3 a{
	font-size:14px;
}

.genre {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #dcdcdc;
}

.game_articles img{
	marin:0px;
	padding:0px 10px 0px 0px;
	float:left;
	border:none;
}

/* MENUS */
/* BROWSE MENU */
#browseAllGenres{
	margin:0px;
	padding:0px;
}

#browseAllGenres h4{
	margin-top:20px;
	height:18px;
	background:transparent url(images/browse_header.gif) center top no-repeat;
	text-indent:-30000px;
}

#browseAllGenres ul{
	padding-bottom:20px;
}

#browseAllGenres ul li{
	
}
#browseAllGenres ul li a{
	white-space: nowrap;
	font-size:12px;
	line-height:24px; 
	color:#2b1704;
}

/* RSS MENU */
#rssFeeds{
	margin:0px;
	padding:0px;
}

#rssFeeds h4{
	height:18px;
	background:transparent url(images/rss_header.gif) center top no-repeat;
	text-indent:-30000px;

}

#rssFeeds ul{
	padding:0px 0px 20px 4px;
}

#rssFeeds ul li a{
	white-space: nowrap;
	font-size:12px;
	line-height:24px; 
	color:#2b1704;
}

#rssFeeds ul li img{
	width:10px;
	height:10px;
}

/* SEARCH MENU */
#searchMenu{
	text-align:center;
}

#searchMenu p{
	margin:0px;
	padding:0px;
}

#searchMenu h4{
	height:18px;
	background:transparent url(images/search_header.gif) center top no-repeat;
	text-indent:-30000px;
}

#searchText{
	margin-top:8px;
	border:1px solid #695231;
	background:#ecdab2;
}

#searchButton{
	margin-top:4px;
	border:1px solid #695231;
	border-top: 1px solid #b08f53;
	border-left: 1px solid #b08f53;
	background:#b79965;
}
