body {
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial,Helvetica,"Microsoft Sans Serif",sans-serif;
	font-size:13px;
	color:#333;
	line-height:200%;
}

html,body {
	height:100%;
}

a {
	color: #324479;
	text-decoration: underline;
}

a:visited {
	color: #324479;
}

a:hover {
	color: #0066CC;
	text-decoration:underline;
}

img {
	border:0;
}


/**** top bar ****/

.topwrapper {
	height: 60px;
	background: #000 url(../images/bg-top.png) repeat;
	overflow: hidden;
}

.topbar {
	margin: 0 auto;
	width: 980px;
	height: 60px;
	overflow: hidden;
}

.toplogo {
	width: 350px;
	height: 35px;
	padding-top:12px;
	float: left;
}

.topright {
	height:60px;
	float: right;
	line-height: 60px;
	overflow: hidden;
}

.toplogin {
	line-height: 0px;
	padding-top: 16px;
	float: left;
}

.topsep {
	line-height: 0px;
	padding-top: 16px;
	padding-left: 20px;
	float: left;
}

.topchat {
	line-height: 0px;
	padding-top: 18px;
	padding-left: 20px;
	float: left;
}


/**** menu bar ****/

.menuwrapper {
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.menuwrapper a {
	color: #e3e3e3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-right: 10px;
}

.menuwrapper a:visited {
	color: #e3e3e3;
	text-decoration: none
}

.menuwrapper a:hover {
	color: #e3e3e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #000 url(../images/bg-top.png);
	text-decoration: none
}

.menuwrapper span {
	color: #e3e3e3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000 url(../images/bg-top.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 10px;
}

/**** social icons bar ****/

.currencybar {
	margin: 0 auto;
	width: 980px;
	height: 50px;
	overflow: hidden;
}

.socialicons {
	height: 42px;
	padding-top: 12px;
	line-height: 0;
	padding-left: 10px;
	float: right;
}


/**** logos ****/

.logocontainer {
	width: 980px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 10px;
	background: url(../images/logosshadow.png) no-repeat top;
	line-height: 0;
	overflow: hidden;
}

.logocontainer img {
	margin-right: 48px;
	float: left;
	border: #e4e4e4 solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}


/**** footer ****/

.footer {
	width: 980px;
	margin: 0 auto;
	background: url(../images/logosshadow.png) no-repeat top;
	padding-top: 40px;
	padding-bottom:40px;
	overflow: hidden;
}

.footerleft {
	float: left;
	line-height: 22px;
}

.footerright {
	float: right;
}

.footerright a {
	padding-left: 15px;
}

.footerwrapper {
	font-size: 12px;
	overflow: hidden;
}



