body,
html {
	margin:0;
	padding:0;
	color:#555;
	background:#a7a09a;
	background-image:url(/images/fading-bg.jpg);
	background-color:black;
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


p, li, address{
	font-size:12px;
}

p {
	line-height:140%;
}

h1{
	font-size:18px;
	color:#4C7093;
}

address {
	font-style:normal;
}

h2{
	font-size:16px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#4C7093;
}

h3{
	font-size:14px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#4C7093;
}

h4{
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#4C7093;
}

p{
	margin-top:3px;
	padding-top:0px
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:737px;
		height:380px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:0px;
		height:77px;
		position:absolute;
		left:0px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:737px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:0px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	



ul{
	margin-top:3px;
	padding-top:0px;
	margin-bottom:3px;
	padding-bottom:0px
}

#wrap {
	width:968px;
	margin:0 auto;
	background:#BAC8D6;
	background-image:url(/images/sidebar-blue-top-fade.jpg);
	background-repeat:repeat-x;
	border:1px solid white;
	border-top:0px;
}

.td-prods {
	font-size:9px;
	color:black;
	text-transform:uppercase;
	margin-top:-3px;
	padding-top:0;
	width:75px;
}

img {
	border:0;
}

h1 {
	margin:0;
}

#main {
	float:right;
	width:738px;
	background:white;;
}


#footer {
	clear:both;
	padding:5px 10px;
	background:#C2E1FD;
	border-top:1px solid silver;
}

#footer p {
	margin:0;
}

#footer a {
	color:#666;
}

* html #footer {
	height:1px;
}

#header-outer{
	position:relative;
	height:117px;
	background-repeat:repeat-x;
	width:100%;
	background-image:url(/images/fading-bg-top.jpg);
	background-color:#B3D9FF;
}

#header-inner{
	postion:relative;
	width:970px;
	height:100%;
	margin: 0px auto 0 auto;
	padding:0 0 0 0;
}

#header{
	position:relative;
}

#logo{
	position:relative;
	left:743px;
	width:216px;
	height:145px;
	background:transparent;
	background-image:url(../images/logo.png);
	z-index:100;
}

#search{
	position:relative;
	width:230px;
	height:115px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:2px solid #7A6A21;	
	float:left;
	background-color:#BAC8D6;
	border-bottom:2px solid #68809A;	
}

#sidebar{
	position:relative;
	float:left;
	width:230px;
	padding-bottom:20px;
	margin-bottom:30px;
}

#news, #partners, #flashbox{
	position:relative;
	top:21px;
	min-height:360px;
	width:90%;
	background-color:white;
	border-left:10px solid #4C7093;
}

#flashbox {
	min-height:116px;
	height:116px;
	width:204px;
	padding-top:4px;
	padding-left:3px;
}

#news ul {
	margin-left:-18px;
	margin-right:3px;
	
	list-style-type:square;
}

#news li {
	margin-bottom:7px;
}

#news a {
	color:#4C7093;
}

#partners{
	top:32px;
	min-height:180px;
	height:180px;
}

#home-products{
	position:relative;
	top:0px;
	left:-30px;
	width:795px;
	padding:0 0 10px 0;
}

#home-about{
	position:relative;
	border:1px solid silver;
	background-color:#DCE3E9;
	margin:0px 10px 10px 10px;
	padding:2px 10px 2px 10px;
}

#home-products ul li{
	display:inline;
	list-style:none;
	padding-right:0px;

}

#searchform{
	padding:20px 20px 20px 20px;
	font-weight:bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu {
	position:relative;
	top:-1px;
	padding-left:1px;

}

#products ul li{
	display:inline;
}

.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(/images/blockdefault.gif) center center repeat-x;
	z-index:10;
}

.solidblockmenu li{
	display: inline;
	z-index:11;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .active{
	color: white;
	background: transparent url(/images/blockactive.gif) center center repeat-x;
	z-index:12;
}

#game-desc{
	float:left;
	padding-top:20px;
	width:420px;
}

#main-image {
	float:right;
	padding-left:0;
	width:280px;
}

#main-image img{
	float:right;
}

.homeclearer {
	clear:both;
}
