@charset "utf-8";

html, body {
	height: 100%; /* Height Hack  */
}
a, a:visited{
text-decoration:none;
color:#0000FF;
}

img {
	border: 0;
}


* {
	padding:0px;
	margin:0px;
	border:0px;
	text-decoration:none;
}
.googleads{
	float:left;
	margin-left:-1px;
	margin-right:0px;
	margin-top:-20px;
	
		
}
.wheregooglesgo{
	margin-top:-1px;
	margin-left:2px;
	height:240px;
	width:120px;
	background:#FFFFFF;
	border:1px solid #000066;
}
.googletop{
	width:124px;
	height:31px;
	background:url(../img/google_top.jpg);
}
.googlebottom{
	width:122px;
	height:14px;
	margin-top:-1px;
	margin-left:2px;
	background:url(../img/google_bottom.jpg);
}
html, body{
	
}
body {
	background:url(../img/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.everything{
	
}


#content {
	width:750px;
	float:left;
	
}
.contentbg{
	background:url(../img/contentbackground.jpg);
	background-repeat:repeat-y;
	width:100%;
	float:left;
	
}
.realcontent{
	background:url(../img/contentshader.jpg);
	background-repeat:no-repeat;
	float:left;
	width:100%;
	padding-top:10px;
}
.contentshadebottom{
	float:left;
	width:100%;
	background:url(../img/very_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	
}

.maincontentbox{
	margin-left:179px;
	position:inherit;
}
.maincontent{
	float:left;
	background:url(../img/main_bg.jpg);
	background-repeat:repeat-y;
	width:559px;
	margin-top:-15px;
	margin-left:1px;
	
	
}
.mainshader{
	background:url(../img/main_shader.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
	
}
.test1{
	float:left;
	
}
.mainend{
	margin-left:179px;
	background:url(../img/main_end.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:559px;
	margin-left:1px;
	float:left;
	
}
.coppy{
	float:left;
	font-size:10px;
	margin-left:0px;
	margin-top:-27px;
	text-align:center;
	width:100%;
}
.sidenav{
	float:left;
	width:163px;
	margin-left:15px;
	margin-top:-15px;
	
}

.listtop{
	background:url(../img/arrow_list_button_top.jpg);
	height:9px;
}
.listbutton{
	background:url(../img/arrow_list_button.jpg);
	height:18px;
	padding-left:25px;
}
.listspacer{
	background:url(../img/arrow_list_button_spacer.jpg);
	height:1px;
}
.listbottom{
	background:url(../img/arrow_list_button_bottom.jpg);
	background-repeat:no-repeat;
	height:60px;
}
.side1 {
	background:url(../img/top_left.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:46px;
	float:left;
}
.side2 {
	background:url(../img/top_right.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:46px;
	margin-left:739px;
}
#header img{
padding:0;
margin:0;
}
#nav {
	
	
	
	
	
	
}
#header {
	width:750px;
	float:left;
}
.top {
	background:url(../img/top_mid.jpg);
	background-repeat:repeat-x;
	height:46px;
	
	
}
.verybottom {
	background:url(../img/very_bottom.jpg);
	background-repeat:no-repeat;
	height:50px;
	
}
#nav ul {

	
}
#nav ul li{
	display:inline;
}
.tab1{
	background:url(../img/tab_not_select_left.jpg);
	width:11px;
	height:32px;
	float:left;
	margin-top:3px;
	
}

.tab2{
	background:url(../img/tab_not_select_blue.jpg);
	background-repeat:repeat-x;
	height:32px;
	float:left;
	padding:7px 5px 0px 5px;
	margin-top:3px;
}
.tab2:hover {
	background:url(../img/tab_not_select_yellow.jpg);
	background-repeat:repeat-x;
}
.tab3{
	background:url(../img/tab_not_select_right.jpg);
	width:11px;
	height:32px;
	float:left;
	margin-top:3px;
}
#index .link1 .tab1, #games .link2 .tab1, #contact .link3 .tab1{
	background:url(../img/tab_select_left.jpg);
	height:32px;
	width:11px;
	float:left;
}
#index .link1 .tab2, #games .link2 .tab2, #contact .link3 .tab2{
	background:url(../img/tab_select_yellow.jpg);
	background-repeat:repeat-x;
	height:32px;
	float:left;
}
#index .link1 .tab3, #games .link2 .tab3, #contact .link3 .tab3{
	background:url(../img/tab_select_right.jpg);
	height:32px;
	width:11px;
	float:left;
}

table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}

/* Forms */
.description{
border:#000066 solid 1px;
border-bottom:#000066 solid 3px;
padding:5px;
margin-right:5px;
min-height:100px;
}
.productImage img{
float:left;
width:100px;
height:90px;
margin-right:6px;
border:1px #000000 solid;
}
.links{
	background-image:url(../img/linksbackground.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:3px;
	margin-left:296px;
	margin-top:-1px;
	margin-bottom:25px;
}
.title {
float:left;
border:#000066 solid 1px;
background-color:#2d5986;
display:block;
border-right:none;
padding-left:6px;
padding-right:6px;
font:20px bold;
color:#fff;
height:25px;
font-family:Arial, Helvetica, sans-serif;
vertical-align:bottom;
}
.price{
border:#000066 solid 1px;
background-color:#2d5986;
display:block;
margin-right:5px;
border-left:none;
font:20px bold;
color:#fff;
height:25px;
font-family:"Times New Roman", Times, serif;
text-align:right;
padding-right:6px;
}
#contact input, #contact textarea {
	clear: both;
	display: block;
	
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 80%;
	border:1px #999999 solid;
	
}
.submit{

width:10em;
}


fieldset {
	
	border: 2px solid #ccc;
	margin-right:10px;
	margin-bottom:10px;
}
legend {
	
	color: #069;
	background: #f7f7f7;
	font-size: 1.3em;
	font-weight: bold;
	margin-left:5px;
}

fieldset div {
	
	padding: 5px;
	display: block;
}
#featuredProducts .product{
width:48%;
float:left;
margin-right:auto;
margin-left:auto;
margin-top:0px;
}
#featuredProducts .discription{
height:100%;
}
#featuredProducts .links{
margin-left:0px;
margin-right:-2px;
padding:0px;
padding-left:20px;
padding-top:3px;
margin-top:0px;
margin-bottom:0px;
}
.links a {
margin-right:5px;
}
