* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#wrapper {
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header, #content, #footerInner  {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 422px;
	background-position: left top;
}
#header #homeLink {
	text-indent: -10000px;
	display: block;
	position: absolute;
	height: 137px;
	width: 133px;
	left: 21px;
	top: 27px;
}

#nav {
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 213px;
	list-style-type: none;
	position: absolute;
	top: 209px;
	width: 960px;
	background-image: url(../images/banner2.jpg);
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	height: 70px;
	text-indent: -10000px;
}
#nav a.home {
	background-image: url(../images/mnu_home.jpg);
	width: 84px;
}
#nav  a.about {
	background-image: url(../images/mnu_aboutUs.jpg);
	width: 122px;
}
#nav  a.games {
	background-image: url(../images/mnu_theGames.jpg);
	width: 142px;
}
#nav  a.client {
	background-image: url(../images/mnu_clientList.jpg);
	width: 152px;
}
#nav  a.prices {
	background-image: url(../images/mnu_prices.jpg);
	width: 102px;
}
#nav  a.faqs {
	background-image: url(../images/mnu_faqs.jpg);
	width: 102px;
}
#nav  a.video {
	background-image: url(../images/mnu_video.jpg);
	width: 102px;
}
#nav  a.contact {
	background-image: url(../images/mnu_contactUs.jpg);
	width: 154px;
}
#nav a:hover {
	background-position: left -70px;
}
#home  #nav  .home,#about #nav .about,#games #nav .games,#client #nav .client,#prices #nav .prices,#faqs #nav .faqs,#video #nav .video,#contact #nav .contact {
	background-position: left -140px;
	cursor: default;
}
#mainContent {
	width: 567px;
	padding-left: 10px;
	min-height: 420px;
}
#mainContent h1 {
	color: #ffe100;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
}
#mainContent h2 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
}

#mainContent p {
	color: #FFFFFF;
	margin-bottom: 12px;
	font-size: 90%;
}
#mainContent ul {
	color: #FFFFFF;
	list-style-position: inside;
	font-size: 90%;
	margin-bottom: 12px;
	margin-left: 10px;
}
#mainContent a {
	color: #33CCFF;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent  .list1,#mainContent .list2 {
	display: block;
	width: 48%;
}
#mainContent .list2 {
	position: absolute;
	top: 0px;
	right: 0px;
}
#mainContent .cloud {
	background-color: #080800;
	display: block;
	padding: 10px;
	border: 1px solid #5F1C01;
	font-size: 80%;
}

#twinlist {
	display: block;
	width: 100%;
	position: relative;
}




.infoPanel {
	margin-bottom: 12px;
}
#subContent {
	width: 321px;
	position: absolute;
	top: 0px;
	right: 10px;
}
#subContent h2 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
}
#subContent p {
	font-size: 75%;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.testimonial {
	background-color: #080800;
	border: 1px solid #5F1C01;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.testimonial strong {
	color: #E78F21;
}
#subContent a {
	color: #00CCFF;
	text-decoration: none;
}
#subContent a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 108px;
	font-size: 75%;
	color: #FFFFFF;
	position: relative;
	padding-top: 40px;
}
#footer a {
	color: #FFE100;
	text-decoration: none;
}

#footerInner {
	width: 960px;
}
#footerInner a {
	padding-right: 3px;
	padding-left: 3px;
}
#footerSub {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	width: 256px;
	text-align: right;
}
#footer a:hover {
	text-decoration: underline;
}
#form1 {
	margin-bottom: 12px;
}

#form1 fieldset {
	background-color: #001A02;
	padding: 10px;
	border: 1px solid #D18027;
}
#form1 legend {
	color: #FFFFFF;
	font-size: 90%;
}
#form1 label {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 6px;
	font-size: 80%;
	color: #FFFFFF;
	margin-bottom: 2px;
}
#form1  input, #form1 textarea {
	background-color: #043119;
	border: 1px solid #694014;
	color: #FFFFFF;
	font-size: 90%;
}
#form1 #submit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 6px;
}
/*start slideshow styles*/
#slideshow {
	height:62px;
	width: 592px;
	margin-bottom: 12px;
}

#slideshow img {
	position:absolute;
	top:0;
	z-index:8;
	opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
/*end slideshow styles*/

