/* CSS Document */

body {
	padding:20px;
	font:80% Arial;
	color:#999999;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
* {
	margin:0;
	padding:0;
}
#wrap {
	width:756px;
	margin:0 auto;
	background:url(../images/backgrounds/body.jpg) center repeat-y #fff;
}
#top {
	height:11px !important;
	margin-top:0 !important;
	margin-top:-5px;
	background:url(../images/backgrounds/top.jpg) bottom no-repeat;
}
#bottom {
	height:11px;
	background:url(../images/backgrounds/bottom.jpg) top no-repeat;
	margin-bottom:0!important;
	margin-bottom:-5px;
}
#wrap2 {
	width:725px;
	margin:0 auto;
}
#header {}
#header h1 {
	width:217px;
	height:60px;
	background:url(../images/backgrounds/logo.jpg) no-repeat;
	float:left;
}
#header h1 span {
	display:none;
}
#header h1 img {
	border:none;
}
#header .contact {
	height:42px;
	float:right;
	padding:18px 0 0 5px;
	font:160% Arial;
	color:#999999;
}
#menus {
	clear:both;
	background:url(../images/backgrounds/menus.jpg) center top no-repeat;
}
#menus img {
	float:left;
}
#mainnav {
	list-style:none;
	padding:46px 0 0 0;
	float:left;
}
#mainnav li {
	margin:2px 0 2px 0;
}
#mainnav a {
	width:177px;
	display:block;
	font-size:115%;
	color:#666666;
	background:url(../images/backgrounds/mainnav_a.jpg) no-repeat;
	text-decoration:none;
	padding:6px 0 5px 15px!important;
	padding:6px 0 5px 15px;
	height: 22px;
}
#mainnav a:hover {
	color:#3E848C;
	text-decoration:underline;
}
#secondnav {
	float:right;
	list-style:none;
	padding:38px 0 0 0;
}
#secondnav li {
	margin:2px 0 2px 0;
}
#secondnav a {
	width:177px;
	font-size:150%;
	text-decoration:none;
	display:block;
	text-align:right;
	padding:19px 15px 19px 0!important;
	padding:20px 15px 20px 0;
	height: 23px;
}
#secondnav a.gaming {
	background:url(../images/backgrounds/gaming.jpg) no-repeat;
	color:#4EA02F;
}
#secondnav a.gaming:hover {
	color:#3E848C;
	text-decoration:underline;
}
#secondnav a.corporate {
	background:url(../images/backgrounds/corporate.jpg) no-repeat;
	color:#3E848C;
}
#secondnav a.corporate:hover {
	color:#3E848C;
	text-decoration:underline;
}
#secondnav a.home {
	background:url(../images/backgrounds/homeuser.jpg) no-repeat;
	color:#F3A216;
}
#secondnav a.home:hover {
	color:#3E848C;
	text-decoration:underline;
}
.clear {
	clear:both;
}

#content {
	clear:both;
	margin:0px 0 0 0;
	padding:10px 0 0 0;
}
#content h1 {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}
#content h2 {
	margin-left: 20px;
	margin-bottom: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 1px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}
#content p {
	margin-left: 20px;
	line-height: 1.6em;
	color: #666666;
	font-size: 100%;
	margin-right: 20px;
	margin-bottom: 5px;
}
#content a {
}
#content a:hover {
}
#content a:active {
}
#content a:visited {
}
#content img {
	float: none;
	clear: both;
	margin-right: 29px;
	margin-bottom: 0px;
	margin-left: 27px;

}
#leftcol {
	float:left;
	width:210px;
	background-color: #F0F6F7;
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftcol h1 {
	width:210px;
	height:31px;
	margin:0 0 10px 0;
	background:url(../images/backgrounds/corporateheader.jpg) top no-repeat;
}
#leftcol h1 span {
	display:none;
}
#leftcol p {
	text-align:left;
	font-size: 95%;
}
#leftcol .more {
	display:block;
	width:180px;
	padding:1px 30px 1px 0!important;
	padding:2px 30px 2px 0;
	font-size:19px;
	color:#fff;
	text-decoration:none;
	text-align:right;
	background-image: url(../images/backgrounds/corporatemore.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#leftcol .more:hover {
	color:#3E848C;
	text-decoration: underline;
}

#middlecol .more {
	display:block;
	width:180px;
	padding:1px 30px 1px 0 !important;
	padding:2px 30px 2px 0;
	font-size:19px;
	color:#fff;
	text-decoration:none;
	background:url(../images/backgrounds/homeusermore.jpg) no-repeat;
	text-align:right;
	background-color: #FFFFFF;
}
#middlecol .more:hover {
	color:#3E848C;
	text-decoration: underline;
}	   
#rightcol .more {
	display:block;
	width:180px;
	padding:1px 30px 1px 0 !important;
	padding:2px 30px 2px 0;
	font-size:19px;
	color:#fff;
	text-decoration:none;
	background:url(../images/backgrounds/gamingmore.jpg) no-repeat;
	text-align:right;
	background-color: #FFFFFF;
}
#rightcol .more:hover {
	color:#3E848C;
	text-decoration: underline;
}
#rightcol {
	float:right;
	width:210px;
	background:#F3FAF0;
}
#rightcol h1 {
	width:210px;
	height:31px;
	margin:0 0 10px 0;
	background:url(../images/backgrounds/gamingheader.jpg) top no-repeat;
}
#rightcol h1 span {
	display:none;
}
#rightcol p {
	font-size:95%;
	text-align:left;
}
#middlecol {
	width:210px;
	margin:0 auto;
	background:#FEF8ED;
}
#middlecol h1 {
	width:210px;
	height:31px;
	margin:0 0 10px 0;
	background:url(../images/backgrounds/homeuserheader.jpg) top no-repeat;
}
#middlecol img {
	padding:0 0 0 10px;
}
#middlecol p {
	font-size:95%;
	text-align:left;
}
#middlecol h1 span {
	display:none;
}
#leftcol, #rightcol, #middlecol h1 {
	text-align:center;
}
#footer {
	clear:both;
	font-size:12px;
	color:#666666;
	text-align:center;
	padding:15px 0 5px 0;
	margin:20px 0 0 0;
	background-image: url(../images/backgrounds/footerback.gif);
	height: 36px;
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}
#back {
	margin-right: 20px;
	clear: both;
	float: right;
	margin-top: 40px;
	margin-bottom: 20px;
}
.skip a:hover, .skip a:active, .skip a:link, .skip a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	display: none;
}

#corporate h1 {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}
#corporate h2 {
	margin-left: 20px;
	margin-bottom: 10px;
	color: #3E848C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 1px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}
#corporate p {
	margin-left: 20px;
	line-height: 1.6em;
	color: #666666;
	font-size: 100%;
	margin-right: 20px;
	margin-bottom: 5px;
	float: none;
}
#corporate a {
}
#corporate a:hover {
}
#corporate a:active {
}
#corporate a:visited {
}
#corporate img {
	float: left;
	clear: both;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 10px;

}
#homeuser h1 {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}
#homeuser h2 {
	margin-left: 20px;
	margin-bottom: 10px;
	color: #F3A216;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 1px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}
#homeuser p {
	margin-left: 20px;
	line-height: 1.6em;
	color: #666666;
	font-size: 100%;
	margin-right: 20px;
	margin-bottom: 5px;
	float: none;
}
#homeuser a {
}
#homeuser a:hover {
}
#homeuser a:active {
}
#homeuser a:visited {
}
#homeuser img {
	float: left;
	clear: both;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 10px;

}
#gaming h1 {
	margin-left: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
}
#gaming h2 {
	margin-left: 20px;
	margin-bottom: 10px;
	color: #4EA02F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 1px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}
#gaming p {
	margin-left: 20px;
	line-height: 1.6em;
	color: #666666;
	font-size: 100%;
	margin-right: 20px;
	margin-bottom: 5px;
	float: none;
}
#gaming a {
}
#gaming a:hover {
}
#gaming a:active {
}
#gaming a:visited {
}
#gaming img {
	float: left;
	clear: both;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-left: 10px;

}
/** SEARCH */

#search {
	float: right;
	width: 340px;
	height: 48px;
	padding: 15px 0px 0px 20px;
	background-color: #FFFFFF;
}
#search.button {
	background-image: url(../images/homesearch.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#newsbar {
	background-image: url(../images/homepage36.gif);
	background-repeat: repeat-x;
	height: 38px;
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 725px;

}
.imgleft {
	float: left;
	background: url(../images/homepage34.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 15px;
}
.imgright {
	float: right;
	background: url(../images/homepage35.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 15px;
}
#newsbar-menu {
	float: left;
	width: 695px;
	height: 38px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #FF0000;
}

#newsbar-menu a {
	position: relative;
	padding: 10px;
	text-decoration: none;
}
#newsbar-menu a:active {
	position: relative;
	padding: 10px;
	text-decoration: none;
}
#newsbar-menu a:hover {
    position: relative;
	padding: 10px;
	text-decoration: underline;
}
.bg7 { background: url(images/homepage36.gif) repeat-x left top; }
