body {
	margin: 0px;
	background-color: #f7f7f7;
}

#topline {
	position: relative;
}

#logolink {
	position: absolute;
	top: 0px;
	left: 0px;
}

#homelink {
	position: absolute;
	top: 0px;
	left: 0px;
}

#homelinktext {
	position: absolute;
	top: 6px;
	left: 10px;
	font: normal 11px;
        color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
}

#homelinktext:hover {
	text-decoration: underline;
}


#toplogos {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
	padding-right: 0px;
	height: 32px;
	line-height: 32px;
}

#toplogos img { display: block;}

#navbar {
        margin-top: 1px;
        margin-bottom: 20px;
        margin-right: 0px;
	width: 168px;
	border-right: solid 1px #bcbdbf;
	border-left: solid 1px #bcbdbf;
	border-top: solid 1px #bcbdbf;
}

#navbar a:link, #navbar a:visited, #currentCategory {
	font: normal 12px;
        font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #080808;
	display: block;
	border-bottom: solid 1px #bcbdbf;	
	padding-left: 15px;
        padding-bottom: 2px;
        padding-top: 2px;
	text-align: left;
	text-decoration: none;
}

#navbar a:hover, #currentCategory {
	background-color: #2D8CA5;
        color: white;
        font-weight: bold;
}
#currentCategory { color: white !important }
#navbar img { display: block;}

#navbar .subcats a:link, #navbar .subcats a:visited {
        font-size: 10px;
        font-weight: normal;
        padding-left: 26px;
        line-height: 14px;
        margin: 0px 0px;
}

#bottomlinks {
position: inline-table;	
width: 100%;
	height: 33px;
	line-height: 33px;
	font: bold 12px;
        font-family: Verdana, Tahoma, Arial, sans-serif;
        color: #000000;
	text-align: center;
	background-color: #bcbdbf;
}

#bottomlinks a:link, #bottomlinks a:visited {
	font: bold 12px;
        font-family: Verdana, Tahoma, Arial, sans-serif;
        color: #000000;
	text-decoration: none;
	line-height: 33px;
	padding: 0px 5px 0px 5px;
        background-color: #bcbdbf;
}

#bottomlinks a:hover {text-decoration: underline;}

#copyright {
	position: relative;
	font: normal 11px;
        font-family: Verdana, Tahoma, Arial, sans-serif;
        color: black;
	text-align: center;
	height: 75px;
	line-height: 30px;
}

#creditcards {width: 100%; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 5px;}

#pagebody {margin: 0px !important;}

#ytimeslogo {
	display: none;
	position: relative;
	top: 5px;
	width: 100%;
	text-align: center;
}

#messagetitle { display: none; }

#subcats a:link, #subcats a:visited {
  font-size: 11px;
  padding-left: 25px;
  color: #000000;
}
#subcats a:hover {
  color: white;
}

.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


/* Search Bar */
#searchcontainer{margin: 0 auto; ; width:350px; display: inline-block; float: right position: relative;}

#search_box { 
border:1px solid #aaa; 
padding:9px;
width:350px;
background: #00baff; 
background:-moz-linear-gradient(top, #98e3ff, #00baff); 
background:-webkit-gradient(linear, 0 0, 0 100%, from(#98e3ff), to(#00baff)); 

border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; 


}

#search_box .wrapper { 
	background:#fff; 
	border:1px solid #aaa;
	border-radius: 4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	height:34px;
	padding-left:5px; 
	position:relative;
	color: #ccc;
	background: #f7f7f7;
	box-shadow:rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
        -moz-box-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
	-webkit-box-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

#search_box input,#search_box input:focus {
border:none; outline:none; background: transparent;
font:20px Verdana, Arial, sans-serif;  
color: #000;
margin:5px 0;
margin-right: 25px; 
width:350px;
}

#search_box button {
	background:#3a3a3a;
	border: 1px #FFF;
	-moz-border-radius:2px; -webkit-border-radius:2px;
	cursor:pointer;
	height:30px; width:30px;
	right:2px; 
	top:2px; 
	position:absolute; 
}


/* home page menu */
#homepage td a {color: #000; text-decoration:none; font-size:11px; vertical-align:middle; font-family:Verdana, Geneva, sans-serif;}
#homepage td {height:10px;vertical-align:middle; cursor:pointer; padding-left: 5px;}
#homepage tr {height:30px; width:200px; border-bottom-color: #ccc;}
#homepage .gradient {background: #bbbbbb;}
#homepage .gradient1 {background: #edebeb;}
#homepage .gradient2 {background: #f3f3f3;}
.highlight {background: #c5f0f7;}

.wiicolumn {background: #98e3ff;}
.3dscolumn {background: #de4848;}
.gamescolumn {background: #98e3ff;}

