* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#111;
	font-family:"Tahoma";
	color:#fff;
}

#mainwrapper {
	width:793px;
	margin:20px auto;
	background:#1b1b1b;
	min-height:500px;
}

#mainwrapper #logo {
	margin-:20px;
	margin-top:10px;
}

#nav {
	height:67px;
	width:100%;
	border-bottom:1px solid #f1f1f1;
	margin:10px 0 0 0;
}

#nav ul {
	list-style:none;
	margin-left:43px;
}

#nav li {
	float:left;
	list-style:none;
	display:inline;
	height:46px;
	width:115px;
	background:url(images/button-nohover.png) no-repeat bottom left;
	margin-top:21px;
	margin-right:3px;
	text-decoration:none;
	color:#4c4c4c;
	text-align:center;
}

#nav li a {
	display:block;
	height:46px;
	width:115px;
	text-decoration:none;
	color:#4c4c4c;
	text-align:center;
	padding-top:10px;
}

#nav li:hover {
	height:66px;
	background:url(images/button-hover.png) no-repeat bottom left;
	margin-top:1px;
}

#nav a:hover {
	height:66px;
	padding-top:15px;
}

#banner {
	background:url(images/banner.png) no-repeat;
	height:190px;
	width:793px;
	margin-bottom:15px;
}

#wrapwel {
	width:100%;
	min-height:200px;
	background:#1b1b1b;
}

#wrapwel p {
	font-size:11px;
	color:#fefefe;
	padding:0 25px;
	padding-top:10px;
	padding-bottom:10px;
}	

.left {
	float:left;
	width:393px;
	border-right:1px solid #676565;
}

.right {
	float:right;
	width:393px;
	color:#959595;
}

#wrapwel img {
	margin-left:15px;
	margin-bottom:5px;
}

#wrapwel label {
	font-size:11px;
	color:#959595;
	margin-left:25px;
	width:60px;
	float:left;
	padding-top:7px;
}

#wrapwel input {
	padding:5px;
	background:#252424;
	border:1px solid #393939;
	width:120px;
	color:#f36;
	font-size:11px;
	margin:3px;
}

#wrapwel form {
	margin-bottom:15px;
}

#wrapwel .button {
	background:url(images/login-button.png) no-repeat;
	width:47px;
	height:27px;
	border:none;
}

#wrapwel span .forgot{
	font-size:11px;
	text-decoration:none;
	color:#959595;
	margin-left:90px;
	width:120px;
	float:left;
}

.signup {
	font-size:11px;
	color:#fff;
	margin-left:50px;
}

.signup a {
	text-decoration:underline;
	color:#fff
}

.smallbutton {
	background:url(images/button-small.png) no-repeat;
	height:28px;
	width:67px;
	text-align:center;
	font-size:11px;
	float:left;
	margin:5px;
}

.smallbutton a {
	color:#969696;
	text-decoration:none;
	display:block;
	height:14px;
	width:67px;
}

.smallbutton br {
	margin-top:-8px;
}

.smallbutton span {
	color:#bce95d;
}

#mainwrap {
	background:url(images/bg-grad.png) repeat-x #141414;
	width:100%;
	min-height:308px;
	border-top:1px solid #989898;
}

#mainwrap .news {
	font-size:11px;
	color:#fff;
}

#mainwrap .news span, #mainwrap .title {
	color:#bce95d;
	font-weight:bold;
	font-size:11px;
}

#mainwrap .right ul {
	margin-left:15px;	
}

#mainwrap .right li {
	font-size:11px;
	list-style:url(images/bullet.png);
}

#mainwrap .link {
	padding-top:10px;
	font-size:11px;
	color:#bce95d;
}

#footer {
	min-height:100px;
	width:100%;
	background:#272727;
	border-top:1px solid #979797
}

#footer em {
	color:#fff;
	font-size:11px;
}

#footer ul {
	padding:0 145px;
}

#footer li {
	list-style:none;
	display:inline;
	padding:0 20px;
}

#footer a {
	color:#fff;
	font-size:11px;
}

#copyright {
	font-size:11px;
}

#copyright a {
	color:#fff;
}

table {
	border-top:3px solid #ddd;
	margin:10px 30px;
	width:550px;
	font-size:11px
}

td {
	text-align:center;
	border-right:1px dotted #ddd;
	border-bottom:1px solid #333;
}

tr {
	height:20px;
	background:#222;
}

tr.main {
	height:35px;
	font-size:12px; 
	font-weight:bold;
	padding-top:10px;
	background:#1d1d1d;
}

td a {
	color:#969696;
	text-decoration:none;
}

div.smallboxhead {
	width:170px;
	background:#1d1d1d;
	height:20px;
	font-size:11px;
	font-weight:bold;
}

div.smallboxmain {
	width:170px;
	background:#222;
	font-size:11px;
}

div.smallboxmain a {
	color:#fff;
}

#mainwrap p, #mainwrap li  {
	font-size:11px;
}

#mainwrap ul {
	margin-left:15px;
}
#mainwrap h1 {
	font-size:13px;
}
#mainwrap p {
	margin-bottom:5px;
}

.live-support {
	float:right;
	margin-top:25px;
	margin-right:100px;
}