/* CSS NOTES
	margin: x1 x2 x3 x4;
	x1 = top, x2 = right, x3 = bottom, x4= left;
*/

body { 
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image: url('images/bg.gif');
	background-position: top;
	background-repeat:repeat-y;
}

#wrapper { 
	width:1000px;
	height:1100px;
	background-color:#1c1c1c;
	margin:0px auto;
	boder-left: 1px solid #000000;
	padding:0px;
}


/* Header User Bar */
#headerUser {
	width:100%;
	height:34px;
	background-image:url('images/header_user.gif');
	overflow:hidden;
}

#headerUser .left {
	float:left;
	width:50%;
	height:34px;
	text-align:left;
}
#headerUser .welcome {
	margin:10 0 0 10;
	font-size:12px;
	font-family:Trebuchet MS;
	color:#fff;
	font-weight:bold;
}
#headerUser .right {
	float:left;
	width:50%;
	height:34px;
	text-align:right;
}

#headerUser .right INPUT {
	border:0px;
	background:transparent;
	font-size:12px;
	color:#fff;
}

#headerUser .login {
	margin-top:3px; 
	overflow:hidden;
}

/* Header Middle */
#headerMid {
	width:100%;
	height:142px;
	background-image:url('images/header.jpg');
}

#headerMid .left  {
	float:left;
	width:45%;
	height:142px;
	text-align:left;
}

#headerMid .right {
	float:left;
	width:55%;
	height:142px;
	text-align:right;
}

#headerMid .bannerWrap {
	position:relative;
	top:30px;
	right: -45px;
	width:478px;
	height:70px;
	background-image:url('images/bg_trans.png');
}

#headerMid .banner {
	position:relative;
	top:-1px;
	margin:2px;
	left: -3px;

}

/* Header Navigation */
#headerNav {
	width:100%;
	height:35px;
	background-image:url('images/header_nav.gif');
	text-align:left;

}

#headerNav ul {
	position:relative;
	left:-35px;
	display:inline;
}

#headerNav li {
	display:inline;
}

#headerNav a:link, a:visited {
	position:relative;
	top:6;
	left:0;
	right:-3;
	padding:8 7;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	color:#dedede;
	text-decoration:none;
}

#headerNav a:hover {
	color:#ffffff;
	background-image:url('images/but_hover.png');

}



/* about page */
#aboutmiddle {
	position:relative;
	width: 474px;
	height:700px;
	float: left;
	color: #fff;
	top: 18px;
	z-index: 0;

}

#aboutcontent {
	font: 8pt Arial, Helvetica, sans-serif;
	margin-left: 11px;
	margin-right: 10px;
	margin-top: 10px;
	text-align:left;
	position:relative;
	top: 9px;
	width: 460px;
}

#aboutcontent a:link, a:visited {
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#4a83b5;
	text-decoration:underline;
	text-transform: none;
}

#aboutcontent a:hover {
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#4a83b5;
	text-decoration:underline;
	text-transform: none;
}

#aboutlayout {
	background-image:url('images/aboutusbg.gif');
	width:479px;
	height:700px;
}

#contacttitlesmall {
	font: bold 12pt Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-left: 13px;
	text-align:left;

}

#contactcontentsmall {
	font: 8pt Arial, Helvetica, sans-serif;
	margin-left: 11px;
	margin-right: 10px;
	margin-top: 1px;
	text-align:left;
	position:relative;
	top: 1px;
	width: 460px;
}

#contactlayoutsmall {
	background-image:url('images/contactus2bg.gif');
	width:479px;
	height:214px;
}

#abouttitle {
	font: bold 12pt Arial, Helvetica, sans-serif;
	padding-top: 12px;
	margin-left: 13px;
	text-align:left;

}

#networklayout {
	background-image:url('images/networkbg.gif');
	width:479px;
	height:913px;
}

#productlayout {
	background-image:url('images/productsbg.gif');
	width:479px;
	height:1200px;
}
/* News system */
#newsmiddle {
	position:relative;
	width: 474px;
	height:401px;
	float: left;
	color: #fff;
	top: 22px;
	z-index: 0;

}

#newstitle {
	font: bold 12pt Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-left: 15px;
	text-align:left;

}

#newsimage {
	position: relative;
	top: 23px;
	left: -42px;

}

#newsdate {
	font: 8pt Arial, Helvetica, sans-serif;
	position: absolute;
	float: left;
	margin-top:5px;
	left: -20px;
	width: 479px;
	text-align:right;

}

#newscontent {
	font: 8pt Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align:left;
	position:relative;
	top: 40px;
	width: 460px;
}

#newslayout {
	background-image:url('images/newsbg.gif');
	width:479px;
	height:401px;
}

/* Locations box styling */


#rightcol {
	position:relative;
	float: left;
	width: 248px;
	height: 600px;
	left: 5px;
	top: 3px;
}

#locations {
	position:relative;
	float: left;
	background-image:url('images/locationsbg.gif');
	width: 248px;
	height: 418px;

}

#citystate {
	position:relative;
	left:7px;
	top:8px;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#c4c4c4;
	text-decoration:none;
	text-transform: none;
	z-index: 1;

}

#Available {
	position:relative;
	left:-5px;
	top:-6px;
	text-align: right;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#09bd00;
	text-decoration:none;
	text-transform: none;


}

#UnAvailable {
	position:relative;
	left:-5px;
	top:-6px;
	text-align: right;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#ff3737;
	text-decoration:none;
	text-transform: none;


}

#locations ul {
	position:relative;
	left:-34px;
	top: 145px;
	width: 238px;
	list-style:none;
	visibility: inherit;

}

#locations li {
	text-align: left;
	padding-bottom: 13px;
	padding-left: 18px;
	font-size:11px;
	height: 20px;
	background-image: url('images/locmenubg1.gif');
	background-repeat:no-repeat;
}

#locations li:hover {
	text-align: left;
	padding-bottom: 13px;
	padding-left: 18px;
	background-image: url('images/locmenubg1-hover.gif');
}


#locations li a:link, a:visited {
	position:relative;
	left:0;
	right:-3;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#dedede;
	text-decoration:none;
	text-transform: none;
}

#locations li a:hover, a:active {
	color:white;
}

/* company twitter */
#twitter {
	position:relative;
	float: left;
	background-image:url('images/twitterbg3.gif');
	background-repeat:no-repeat;
	width: 248px;
	height: 418px;
	left: 0px;
	top: 0px;
}


#twitter ul {
	position:relative;
	left:-34px;
	top: 10px;
	width: 238px;
	height: 33px;
	list-style:none;
	font-family: Arial;
	font-size:12px;
	color:#dedede;
}

#twitter li {
	text-align: left;
	padding-bottom: 13px;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url('images/locmenubg1.gif');
	background-repeat:no-repeat;

	
}

#twitter li:hover {
	text-align: left;
	padding-bottom: 13px;
	padding-top: 5px;
	padding-left: 20px;
	background-image: url('images/locmenubg1-hover.gif');
}


#twitter li a:link, a:visited {
	position:relative;
	left:0;
	right:-3;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#dedede;
	text-decoration:none;
	text-transform: none;
}

#twitter li a:hover, a:active {
	color:white;
}


/* Left side boxes, ad+menu */

#leftAd {
	width:270px;
	height:226px;
	background-image:url('images/adleftbg1.gif');
	background-repeat:no-repeat;
	padding-top: 1px;
	padding-left: 2px;
}


#menuGames {
	width:270px;
	float:left;
	height:431px;
	background-image:url('images/menu_games.gif');
	background-repeat:no-repeat;

}

#menuGames ul {
	position:relative;
	left:-34px;
	top: 9px;
	width: 263px;
	list-style:none;
}

#menuGames li {
	text-align: left;
	padding-bottom: 13px;
	background-image: url(images/menubg1.gif);
	background-repeat: no-repeat;

}

#menuGames li:hover {
	text-align: left;
	padding-bottom: 13px;
	background-image: url(images/menubg1-hover.gif);
	background-repeat: no-repeat;

}


#menuGames a:link, a:visited {
	position:relative;
	top:6;
	left:0;
	right:-3;
	padding:8 7;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#dedede;
	text-decoration:none;
	text-transform: none;
}

#menuGames a:hover, a:active {
	color:#ffffff;
}


/* footer stuff */

#footer {
clear:both;
/* Our footer shadow image, */
background:url("images/footer.jpg");
background-color: #transparent;
width:996px;
/* the height of the footer image. */
height:30px;
text-align:right;
padding:2px;
padding-top: 6px;
margin-right: 5px;
background-position:center;
position:relative;
top: 230px;
}

#footer a:link, a:visited {

	position:relative;
	top:6;
	left:0;
	right:-3;
	padding:8 7;
	font-family: Arial;
	font-size:11px;
	font-weight: bold;
	color:#dedede;
	text-decoration:none;
	text-transform: none;

}

#footer a:hover, a:active {
	color:#ffffff;
}

