@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000000;
	margin-bottom: 0px;
}

h1 {
	font-size: 22px;
	color: #5ab5e4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font-size: 18px;
	color: #5ab5e4;
}
h3 {
	font-size: 16px;
	color: #5AB5E4;
}

ul {
	list-style-image: url(images/bullet.gif);
}
#wrap {
	width: 950px;
	margin: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #2C2C2C;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#left
{
	width: 241px;
	float: left;
	padding-top: 10px;
}
#navbar {
	margin-top: 20px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 230px;
	position: relative;
	left: 11px;
}
#navbar a {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}
#topbar {
	background-color: #2c2c2c;
	width: 696px;
	margin-left: 12px;
	float: left;
	margin-top: 50px;
}
#loginbar {
	width: 50%;
	float: left;
	padding: 6px;
}
#searchbar {
	text-align: right;
	float: right;
	width: 40%;
	padding: 6px;
	height: 15px;
}
#banner {
	float: left;
	margin-left: 12px;
	width: 696px;
	background-image: url(images/page_bg.jpg);
}
#content {
	padding: 6px;
	float: left;
	margin-left: 12px;
	width: 684px;
	background-image: url(images/page_bg.jpg);
}
#categories {
	float: left;
	width: 668px;
	background-color: #000000;
	padding: 8px;
	margin-bottom: 6px;
}
#categories a {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}
#footer {
	padding: 10px;
	clear: both;
	width: 677px;
	background-color: #2C2C2C;
	margin-left: 253px;
	text-align: center;
}
div.menuitem {
	font-size: 16px;
	height: 41px;
	vertical-align: middle;
}

         div.menuitem:hover {
	background-image: url(images/menu_hover_bg.jpg);
}
span.menuitem {
	display:block;
	width: 85%;
	height:30px;
	vertical-align:middle;
	margin:auto;
	padding-top:9px;
	padding-left: 10px;
}
div.menuitemsub {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.category {
	float: left;
	width: 161px;
	background-image: url(images/category_bg.jpg);
	height: 120px;
	text-align: center;
}
div.category:hover {
	background-image: url(images/category_bg_hover.jpg);
}

input.textbox {
	border:1px;
	border-style:solid;
	height: 13px;
	border-color:#5ab5e4;
	font-size: 11px;
	width: 140px;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #C5201D;
	height: 15px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p.bodytext {
	margin-top:5px;
	margin-bottom:5px;
}
h1.bodytext {
	margin-top:5px;
	margin-bottom:5px;
}
td.bodytext {
	padding: 7px;
}
span.categorytitle {
	display:block;
	width:140px;
	height:30px;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 18px;
	padding-top: 6px;
}
span.categorylist {
	display:block;
	width:140px;
	margin:auto;
	text-align:left;
	font-size:10px;
	border-top:1px solid #666666;
	padding-top: 7px;
}
ul.category {
	position: relative;
	left: -23px;
	width: 120px;
	margin-top: 0px;
}

.emphasis {
	font-size: 13px;
	font-weight: bold;
}


.pagelink {
	color: #5ab5e4;
	text-decoration: none;
}
.pagelink:hover {
	color: #5ab5e4;
	text-decoration: underline;
}
