/* global css - this should be applied to all pages */

/* basic styles */
body {
	margin: 0px;
	padding: 0;
	color: #d7d7d7;
	background-color:#151515;
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	}
/* links */
a:link, a:visited {
	text-decoration: none;
	color: #fff;
	}
a:hover {
	color: #c2c2c2;
	}
a {
	outline: none;
	}
/* headings and lists and such */
h1 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 30px;
	}
h2 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 27px;
	}
h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 24px;
}
ul {
	line-height: 22px;
	list-style-image: url(images/bullet.gif);
	}


/* header stuff */
#header {
	width: 100%;
	margin: 0px;
	height: 88px;
	background-image: url(images/nav_bg.gif);
	background-position: bottom;
        background-repeat: repeat-x;
	}
#pages {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}
.logo {
	float: left;
    border: 0px;
    margin-top: 15px; 
	}
/* header nav */
#pages ul {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	margin-top: 27px;
	}
#pages ul li {
	float: left;
	display: block;
	height: 33px;
	padding: 0px;
	}
#pages ul li a:link, #pages ul li a:visited, #pages ul li a:active {
	float: left; color: #fff; display: block; height: 23px; font-size: 11px; padding: 5px 10px 5px 10px; margin: 0px;
	}
#pages ul li a:hover {
	background-image: url(images/nav_hover_right.gif);
	background-repeat: no-repeat;
	color: #a7a7a7;
	background-position: right;
	}
#pages ul li:hover a {
	background-image: url(images/nav_hover_right.gif);
	background-repeat: no-repeat;
	color: #a7a7a7;
	background-position: right;
	}
#pages ul li:hover ul li a {
	background-image: none;
	}
#pages ul li:hover {
	background-image: url(images/nav_hover_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #1f2121;
	}
/* search */
.search_bg {
	height:35px; width:200px; float: right; margin-top: 25px; margin-left: 10px;
	}
#search {
	color:#FFFFFF; padding:0;
	}
#search input {
	background: #3c3c3c; font-size:11px; color:#fff; font-family:Tahoma, arial, verdana, courier; width:100px; height:11px; vertical-align:middle; padding:10px; border: 1px solid #636363;
	}
#search .input {
	width:56px; height:32px; background:none; border:none; vertical-align:middle; margin:0; padding:0; margin-left: 7px;
	}
/* button menu thing type deal */
#mbtn_tb {
	background-image: url(images/btn_bg.png);
        background-repeat: repeat-x;
	margin: auto;
        }