/* base elements */
body{
   margin:0px;
   padding:0px;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-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;}

object{
   margin:0px 0px 0px -4px;
   padding:0px;
}

/* page layout */

#page{
   margin:0px auto;
   padding:0px;
   width:760px;
}

#header{
   position:relative;
   margin:0px;
   padding:0px;
   width:760px;
   height:170px;
   background: #ffffff; /* transparent url(images/header.gif) top left no-repeat; */
}

/* header elements */

#header h1, #header h2{
   position:absolute;
   top:0px;
   margin:0px;
   color:#ffffff;
}

#header h1{
   padding:0px 0px 0px 35px;   
   height:107px;
   left:0px;
   line-height:107px;
   text-align:left;
   font-size:30px;
}

#header h2 {
   top:30px;
   right:0px;
   padding-right:20px;
   width:293px;
   height:139px;
   line-height:139px;
   text-align:right;
   color:#86b27e;
}

#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 0px 100px 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{
   padding:0px;
   width:143px;
   overflow:hidden;
}

#sidebartop div p{
   margin:0px 0px 0px 15px;
   width:115px;
}

#sidebartop div ul{
   margin:0px 0px 0px 15px;
   width:115px;
}

#footer{
   margin:0px;
   padding:20px 0px;
   width:760px;
   clear:both;

}

#fcontent{
   width:590px;
   margin:0px 0px 0px 168px;
   padding:0px;
   text-align:center;
   clear:both;   
}

#owl{ 
   height:74px;
   padding-left:88px;
   background: transparent url(images/owl.gif) left top no-repeat;   
}

#raven{ 
   height:74px;
   padding:20px 88px 0px 0px;
   background: transparent url(images/raven.gif) right top no-repeat;      
}

#owltop{ 
   height:74px;
   padding-left:0px;
   background: transparent url(images/owl.gif) left top no-repeat;   
}

#raventop{ 
   height:74px;
   padding:10px 0px 0px 0px;
   background: transparent url(images/raven.gif) right top no-repeat;      
}


/* NAVIGATION */
#navigation{

}

#navigation h4{
   height:32px;
   text-indent:-30000px;
   background: transparent url(images/nav_header.gif) center top no-repeat; 
}

#navigation ul{
   margin:0px;
   padding:10px 0px;
}

#navigation ul li{
   text-align:center;
}

#navigation ul li a{
   margin:0px;
   padding:0px;
   white-space: nowrap;
   line-height:33px; 
   color:#66cccc;
   font-size:12px;   
   font-weight:bold;

}

#navigation li a{
   margin:0px;
   padding:0px;
   white-space: nowrap;
   line-height:33px; 
   color:#66cccc;
   font-size:12px;   
   font-weight:bold;

}

#navigation a{
   margin:0px;
   padding:0px;
   white-space: nowrap;
   line-height:33px; 
   color:#66cccc;
   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 #000000;
   background:#ffffff;   
}

/* generic form input button style */
.button{
   border:1px solid #19222b;
   border-top: 1px solid #2e4160;
   border-left: 1px solid #2e4160;
   background:#2a3b55 url(images/button.gif) top left;
   color:#66cccc;
   cursor:pointer;   
}   

/* 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;
}


/* GAME LAYOUTS */

/* main game container objects */
/* game container div  used on index.php and gameinfo.php */
div.gamecontainer{
   margin:0px;
   padding:20px 0px;
   text-align:center;
   align:center;
}

/* container table */
table.games{
   margin:0px auto;
   padding:0px;
   width:550px;
   text-align:center;
   border:none;
   align:center;
}

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{
   margin:0px;
   padding:0px;
   width:592px;
   height:82px;
   background:transparent url(images/toolbar.gif) left top no-repeat;
}

#browsebox h3, #searchbox h3{
   margin:0px;
   padding:12px 0px;
   color:#ffffff;
}

#browsebox form, #searchbox form, #searchbox p{
   margin:0px;
   padding: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 */

/* MENUS */
/* BROWSE MENU */
#browseAllGenres{
   margin:0px;
   padding:0px;
}

#browseAllGenres h4{
   height:32px;
   background:transparent url(images/browse_header.gif) left top no-repeat;
   text-indent:-30000px;
}

#browseAllGenres ul{
   padding:10px 0px;
}

#browseAllGenres ul li{
   text-align:center;   
}
#browseAllGenres ul li a{
   white-space: nowrap;
   font-size:12px;
   line-height:24px; 
   color:#66cccc;
}

/* RSS MENU */
#rssFeeds{
   margin:0px;
   padding:0px;
}

#rssFeeds h4{
   height:32px;
   background:transparent url(images/rss_header.gif) left top no-repeat;
   text-indent:-30000px;
}

#rssFeeds ul{
   padding:10px 0px 10px 4px;
}

#rssFeeds ul li a{
   white-space: nowrap;
   font-size:11px;
   line-height:22px; 
   color:#66cccc;
}

#rssFeeds ul li img{
   width:10px;
   height:10px;
}

#sidebartop #searchMenu{
   margin:0px;
   padding:0px;
}

#sidebartop div#searchMenu form, #sidebartop div#searchMenu p{
   position:relative;
   margin:0px;
   padding:0px;
   height:113px;
   height:62px;
}


#searchMenu h4{
   height:32px;
   background:transparent url(images/search_header.gif) left top no-repeat;
   text-indent:-30000px;
}

#searchText{
   position:absolute;
   top:8px;
   left:26px;
   margin:8px auto 8px auto;
   width:89px;
   border:1px solid #000000;
   background:#ffffff;
}

#searchButton{
   position:absolute;
   top:40px;
   left:16px;
   margin:0px;
   padding:0px 16px 0px 0px;
   width:113px;
   height:23px;
   border:none;
   background:transparent url(images/searchButton.gif) left top no-repeat;   
   text-align:right;
   cursor:pointer;
   line-height:23px;
   color:#68c8c4;   
}

