/* main shared css */
body {
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:center;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style: none outside none;
}
.btn {
	background: none;
	border-width: 0;
	cursor: pointer;
	font-weight: bold;
	margin: 0;
	overflow: visible;
}
.btn span {
    display: block;
    padding: 0;
}
.btn span span {
	border-left: medium none;
	border-right: medium none;
	border-width:0;
	padding: 3px;
	position: relative;
	text-transform: none;
}
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
    cursor: pointer;
}
#header-container, #nav-row-container, #wrapper-container, #footer-container {
	margin: 0;
	padding: 0;
}
.header {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 80em;
}
.header div, .header h1, .header p {
	margin-bottom: 0.2em;
}
h1 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight:normal;
}
.header h1 a, h1#logo a {
	display: block;
	float: left;
	height: 75px;
	position: relative;
	text-indent: -9999px;
	width: 275px;
	z-index: 500;
}
.bottom {
	clear: both;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 80em;
}
#categories {
	float: left;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* reset */
div, p {
	margin-bottom: 0;
}
.header h1, #categories ul {
	margin:0;
	padding:0
}
/* styles */
.btn {
	font-size: 1em;
	padding:0;
	display:inline;
	float:left;
	clear:none;
}
.btn span {
	display: block;
	padding: 0;
}
.btn span span {
	padding:3px;
	position: relative;
	text-transform:none;
	border-left:none;
	border-right:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-style:solid;
}
.header {
	height:75px;
	width:80em;
}
.topbuttons {
	width:650px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}
.topbuttons li {
	float:right;
	display:inline;
	margin-right:5px;
}
.topbuttons li a.btn {
	display:inline;
	float:left;
	clear:none;
}
.topbuttons li a.btn span {
	border-top:none;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-size:18px;
	font-weight:normal;
}
.topbuttons li a.btn span span {
	padding:3px 8px 3px 10px;
}
.topbuttons li a:hover span, .topbuttons li.active a.btn span {
	background-image:url(gradient.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#fff;
	text-shadow: 0 1px #333;
}
.wrapper {
	width:100%;
	padding:1em 0 1em 0;
	border-left:none;
	border-right:none;
}
#container {
	text-align: center;
	clear:both;
}
#chatwrap {
	width:80em;
	margin:0 auto;
}
#categories {
	clear: none;
	font-size: 1.4em;
	height: auto;
	position: relative;
	width: 280px;
}
#categories ul li {
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 3px 15px;
	text-align: left;
	height:28px;
	float:left;
	width:100%;
	font-weight:normal;
}
#categories ul li a.btn {
	width:100%;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
}
#categories ul li a.btn:hover span span, a.browse:hover span {
	background-image: url(gradient-bottom-dark.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.container {
	width: 80em;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding-top:10px;
}
div.footer {
	clear: both;
	height: 100px;
	padding: 10px 0;
}
a.browselink, a.browselink:link, a.browselink:visited, a.browselink:hover {
	font-size:2.4em;
	font-weight:bold;
	text-decoration:underline;
}
.browse {
	display:block;
	text-align:center;
	font-size:1.4em;
	color:#fff;
	text-decoration:none;
	width:160px;
	float:left;
	position:relative;
	z-index:100;
	line-height:1.4em;
	top:13px;
	margin-left:10px;
}
a.browser:hover span {
	text-shadow:none;
}
#chat {
	width:662px;
	height:533px;
	background:url(chat-bg.jpg) no-repeat top left;
	position:relative;
	float:left;
}
#flashContent {
	position:absolute;
	top:8px;
	left:10px;
}
a.chatClick {
	position:absolute;
	display:block;
	text-shadow:0px 1px 1px #000;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
a.chatClick:hover {
	color:#fff;
}
.top {
	top:0;
	height:24px;
	text-align:left;
	line-height:24px;
	padding-left:10px;
	font-size:14px;
	width:652px;
}
.bottomlink {
	bottom:13px;
	left:10px;
	height:32px;
	background:#980303 url(gradient.png) repeat-x bottom left;
	line-height:32px;
	font-size:18px;
	width:640px;
}
.bottomlink:hover {
	background-position:top left;
}
