* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #515151;
	background-image: url('./images/bg.png');
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
}

a {
	color: #FFF;
}

#menu {
	clear: both;
	background-image: url('./images/bghmenu.png');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 33px;
	height: 35px;
	padding-left: 8px;

}

#menu ul li {
width: auto; /* lets the menu item buttons be same size as menu title*/
/* width: 3em; */ /* sets menu buttons to fixes width */
display: inline;
float: left;
list-style: none;
text-align: center;
text-transform: uppercase;
font-size: 0.6em;
padding: 0 1em; /* spacing between menu items experiment with this*/

}

#menu a {
	color: #ffffff;
	text-transform: none;
	text-decoration: none;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;

}

#menu a:hover {
	color: #5CB3FF;
	font-weight: none;
	background-image: none;
	border-bottom: 2px solid #57FEFF;
}


#wrap {
	width: 977px;
	margin: 1px auto 0px;
	background-image: url('./images/bgwrap.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}



#topbar {
	height: 26px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 0px;
}

#topbar input {
	background-color: transparent;
	color: #FFF;
}



#header {
	height: 146px;
	background-image: url('./images/header.png');
	background-repeat: no-repeat;
	background-position: top left;
}

ol {
	margin-top:14px;
	list-style:none;
	width: 150px;
	float:right;
}

ol li a{
	font-size: 13px;
	line-height:31px;
	color: #838383;
	text-decoration:none;
}

ol li a:hover {
	color: #ffffff;
}

#leftColumn {
	width: 289px;
	float: left;
}

#rightColumn {
	width: 688px;
	float: right;
}

.bgLeftBoxTop {
	background-image: url('./images/bgLeftBoxTop.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 3px;
	font-size: 1px;
}

.bgLeftBoxBottom {
	background-image: url('./images/bgLeftBoxBottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 3px;
	font-size: 1px;
}

.bgRightBoxBottom {
	background-image: url('./images/bgRightBoxBottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 7px;
	font-size: 1px;
}

.divider1 {
	background-color: #121212;
	height: 2px;
}

#supportBox {
	width:289px;
}

#supportBox h2 {
	text-indent: -9999px;
	font-size:10px;
	line-height: 34px;
	background-image: url('./images/support.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#supportBox div a.online, #supportBox div a.offline {
	text-indent: -9999px;
	display: block;
	height: 94px;
	background-image: url('./images/supportOnline.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#supportBox div a.offline {
	background-image: url('./images/supportOffline.jpg');
}

#sponsorsBox {
	width:289px;
}

#sponsorsBox h2 {
	text-indent: -9999px;
	font-size:10px;
	line-height: 34px;
	background-image: url('./images/affilates.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#sponsorsBox div {
	width: 270px;
	margin: 0 auto;
	text-align: center;
	
}
#sponsorsBox div:hover {

}


#sponsorsBox div div {
	background-color: #0A0A0A;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#customerTest div {
	width: 275px;
	margin: 0 auto;
	text-align: left;
}

#customerTest div div {
	background-color: #0A0A0A;
	margin-top: 4px;
	padding: 4px 0;
}

#pic1 {
	margin-top: 0px;
	border-bottom: 1px solid #121212;
	border-top: 1px solid #121212;
}

#pic1:hover {
	border-left: 1px solid #82CAFF;
	border-right: 1px solid #82CAFF;
	width: 269px;
}

#pic2 {
	margin-top: 0px;
	border-bottom: 1px solid #121212;
}

#pic2:hover {
	border-left: 1px solid #82CAFF;
	border-right: 1px solid #82CAFF;
	width: 269px;
}


#customerTest div div.first {
	margin-top: 0px;
}


#sponsorsBox {
	width:289px;
	background-image: url('./images/bgLeftBox.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

#customerTest {
	width:289px;
	background-image: url('./images/bgLeftBox.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

#customerTest h2 {
	text-indent: -9999px;
	font-size:10px;
	line-height: 34px;
	background-image: url('./images/info.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#customerTest div div {
	padding: 6px 10px;
	width: 253px;
	border: 1px solid #232323;
}

#customerTest div div:hover {
	border: 1px solid #343434;
	background-image: none;
	
}

#customerTest div div p.client {
	color: #FFF;
	text-align: left;
}

#customerTest div div p.testimonial {
	color: #4F4F4F;
	text-align: left;
}

#more {
	padding-top: 4px;
	margin: 5px;
	background-color: #202020;

}

#more a {
	width: 275px;
	margin: 0 auto;
	display: block;
	line-height: 25px;
	color: #82CAFF;
	background-color: #000;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

#more a:hover {
	width: 271px;
	text-decoration: none;
	font-weight: none;
	background-color: #111111;
	border-left: 2px solid #323232;
	border-right: 2px solid #323232;
}

h2#latestNews {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestnews.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestArticles {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestarticles.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestContact {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestcontact.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestSales {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestsales.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestServices {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestservices.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestProjects {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestprojects.png');
	background-repeat: no-repeat;
	background-position: top left;
}


h2#latestStaff {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/lateststaff.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestTemplates {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latesttemplates.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestPackages {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestpackages.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestOrder {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestorder.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#latestAbout {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/latestabout.png');
	background-repeat: no-repeat;
	background-position: top left;
}

h2#featuredGames {
	line-height: 34px;
	text-indent: -9999px;
	background-image: url('./images/angrygaming.png');
	background-repeat: no-repeat;
	background-position: top left;
}

div.rightBoxContent, div.rightBoxNewsContent {
	background-image: url('./images/bgRightBox.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}

div.rightBoxContent {
	padding-top: 5px;
	
}

div.rightBoxNewsContent {
	padding: 0px 0px 5px;
}

div.newsTitle {
	background-image: url('./images/bgNewsTitle.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 29px;
	height: 29px;	
}

div.newsTitle span {
	float: right;
	text-align: right;
	line-height: 24px;
	font-size: 12px;
	padding-right: 15px;
}

div.newsTitle h3 {
	float: left;
	line-height: 24px;
	font-size: 12px;
	padding-left: 15px;
}

div.newsTitle div {
	clear: both;
}

div.newsContent {
	text-align: left;
	width: 650px;
	padding: 0px 15px;
}

div.newsContent p {
	padding: 5px 0;
	color: #B8B8B8;
}

#footer {
	clear: both;
	background-image: url('./images/bgFooter.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 33px;
	height: 35px;
	padding-left: 8px;
	color: #82CAFF;	
}

#footer a {
	color: #79BAEC;
	text-transform: none;
	text-decoration: none;
}

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




#quicklinks {
	float: right;
	display: block;
	background-image: url('./images/quicklinks.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 98px;
	line-height: 98px;
}

#quicklinks #form {
	height: 40px;
	padding-top: 58px;
	text-align: center;	
}

#form {
	height: 40px;
	padding-top: 58px;
	text-align: center;
}

#quicklinks #go {
}

#newsSlide {
	margin-left: 1px;
	margin-bottom: 2px;
	height: 126px;
	width: 468px;
	float: left;
}

#handlesInfoSlideS {
	
}

#infoSlideS {
	position:absolute;
	width:438px;
	height:126px;
	padding-left: 5px;
}

#infoSlideS span {
	display:block;
}

#infoSlide {
	bottom:0;
}

.infoSlid{
	position:absolute;
	width:438px;
	height:126px;
	overflow:hidden;
}


span img{
	display:block;
	border:none;
}


.thumbs{
	width:25px;
	padding:0 2px;
}

.thumbs div{
	display:block;
	width:25px;
	height:27px;
	margin:4px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	border:none;
}

.infoSlide{
	width:438px;
	height:35px;
	background:#000;
	position:absolute;
}

.infoSlide p, .infoSlide h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}

.infoSlide h4{
	font-size:14px;
	line-height:30px;
}

.infoSlide h4 a{
	padding:0 3px;
	text-decoration:none;
}

#gbanner {
	text-align:center;
	margin-top: 2px;
	margin-bottom: 3px;
}
