html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body {
	color: #000;
	font-size: 13px;
	background-color: #323232;
	line-height: 1.3;
}

a {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container {
	width: 1000px;
	background-color: #fff;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
}

#header {
	position: relative;
	height: 150px;
}

#logo {
	position: absolute;
	height: 100px;
	width: 180px;
	background: url(img/logo.gif) no-repeat;
	left: 0;
	top: -9px;
}

#region {
	position: absolute;
	color: #3b546f;
	left: 170px;
	padding-top: 70px;
	width: 300px;
}

#user {
	position: absolute;
	top: 15px;
	right: 10px;
	text-align: right;
	width: 500px;
	height: 75px;
	overflow: hidden;
}

#user a {
	color: #323232;
	padding: 1px 0;
}

#user ul li {
	float: right;
	padding: 0 5px;
}

#user ul a#login {	
	padding-left: 20px;
	background: url('img/login16x16.gif') no-repeat;
}

#user a#register {	
	padding-left: 20px;
	background: url('img/register16x16.gif') no-repeat;
}

#user a#logout {	
	padding-left: 20px;
	background: url('img/logout16x16.gif') no-repeat;
	background-position: left bottom;
}


#top_menu {
	position: absolute;
	top: 100px;
	height: 28px;
	width: 1000px;
	background-color: #b0d2f6;
	border-top: 1px solid #58697b;
	border-bottom: 1px solid #58697b;
}

#top_menu ul {
	height: 20px;
	list-style-type: none;
	white-space:nowrap;
	margin: 0 auto;
	margin-left: 20px;	
}

#top_menu li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#top_menu li a{
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 28px !important;
	margin: 0 !important;
	padding: 0 20px;
}

#top_menu li:hover a , #top_menu li:hover {
	color: #FFF;
	background-color: #d43e2b;
}

table#add {
	position: absolute;
	top: 94px;
	right: 0px;
	text-transform: uppercase;
	border-color: #d43e2b;
}

table#add #tc, table#add #tr, table#add #cl, table#add #cr, table#add #bc, table#add #br {
	background-color: #d43e2b;
}
table#add td#tl {
	background: url('img/add_tl.gif') no-repeat;
	height: 5px;
	width: 5px;
}
table#add #tr {
	width: 10px;
}

table#add td#cc {
	height: 32px;
	background: #d43e2b url('img/add32x32.gif') no-repeat;
	padding-left: 10px;
	font-weight: bold;
	line-height: 32px;
}

table#add td#cc a{
	font-size: 14px;
	padding-left: 25px;
	display: block;
	color: #fff;
}

table#add tr td#bl {
	background: url('img/add_bl.gif') no-repeat;
	height: 5px;
	width: 5px;
}

#sidebar {
	float: right;
	width: 250px;
	margin-bottom: 30px;
}

#sidebar div.box {
	margin: 0 15px 20px 0;
	border: 1px solid #ccc;
	line-height: 20px;
}

#sidebar div.box div.title {
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	background-color: #f7f7f7;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5px;
}

#sidebar div.box div.body {
	padding: 5px 10px;
	overflow: hidden;
}

#widebar {
	float: left;
	width: 750px;
	margin-bottom: 30px;
} 

#breadcrumbs {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding: 3px 10px 3px 25px;
	margin: 0 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}

#breadcrumbs a#home {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 1px;
	left: 5px;
	background: url('img/home24x24.gif') no-repeat;
}

.delimiter {
	padding: 8px;
	color: #ccc;
}

#content {
	margin: 0 10px;
	padding: 10px;
	overflow: hidden;
	white-space: normal;
}

ul li:hover small {
	visibility: visible;
}

small {
	visibility: hidden;
}

ol li {
	list-style: inside;
}

#sitemap ul {
	margin-left: 20px;
}

#sitemap li {
	padding: 3px 0;
}

.pagination {
	text-align: center;
	padding: 5px;
}

a:link, a:visited {
	color:#490000;
	text-decoration:none;
}

a:hover, a:active {
	color:#0489B7;
}

img {
	border: none;
	vertical-align: text-bottom;
}

input[type=text], input[type=password], input[type=file], select, textarea {
	background:#FFF none repeat scroll 0 0;
	border: 1px solid #999999;
	color:#000;
	margin:3px;
	padding:3px;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, select:focus, textarea:focus{
	background: #F6F6F6 none repeat scroll 0 0;
	border: 1px solid #563E23;
}

input[type=button], input[type=submit], input[type=reset] {
	background: #F6F6F6;
	cursor: pointer;
	border-top: 1px #999 solid;
	border-right: 1px #323232 solid;
	border-bottom: 1px #323232 solid;
	border-left: 1px #999 solid;
	color: #323232;
	font-weight: bold;
	padding: 2px 5px;
}


.info, .success, .warning, .error, .required {
	margin: 5px 0;
}

.info {
	color: #00529B;
}
.success {
	color: #4F8A10;
}
.warning {
	color: #9F6000;
}
.error {
	color: #D8000C;
}
.required {
	color: red;
}

.no_IE {
	border: 1px solid #090;
	margin: 8px auto;
	padding: 5px;
	background: #FFF;
	color: #000;
	width: 900px;
}

.no_IE a {
	color:  #0000FF;
}

kbd {
	font-weight:bold;
	text-transform: uppercase;
}

.page_title {
	text-align: center;
	text-transform: uppercase;
	font-size: 110%;
	padding-bottom: 5px;
}

.item_title {
	font-size: 110%;
	padding-bottom: 3px;
}

p.item_meta {
	font-size: 90%;
	margin: 5px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 5px;
}

p.item_body {
	margin: 10px 0;
}

.item_list, .subcat_list {
	padding-bottom: 10px;
}

.item_list li, .subcat_list li {
	padding: 2px 0;
}

.back_to {
	padding: 5px 0;
	display: block;
	font-style: italic;
	font-weight: bold;
}

optgroup {
	margin-bottom: 10px;
}

option {
	padding-left: 10px;
}

.intro:first-letter {
	color: #ff0000;
	font-size: 150%;
	font-weight: bold;
}

#search_form {
	padding-bottom: 10px;
}

#search_results {
	padding: 10px 0;
}

table th {
	text-align: center;
}

table#cats td {
	vertical-align: top;
	width: 25%;
	border: 1px #ccc solid;
}

table#cats li.cat {
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	background-color: #f7f7f7;
	border-bottom: 1px #ccc solid;
}

#billboard {
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

#intro {
	width: 50%;
	vertical-align: middle;
	padding: 10px;
}

#intro h1 {
	font-size: 20px;
	padding: 10px;
	color: #910000;
}

#intro p {
	text-align: center;
	padding: 10px;
}

#regions {
	padding: 10px 0;
	width: 40%;
}

#regions a {
	color: #323232;
	font-weight: bold;
	line-height: 20px;
}

#features {
	margin: 20px auto;
	height: 150px;
	width: 900px;
}

#features .box {
	width: 254px;
	height: 100px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 10px;
	margin: 0 10px;
	text-align: center;
	float: left;
}

#features h2 {
	margin: 5px 0;
	font-size: 120%;
}

#footer { 
	clear: both;
	margin-top: 10px;
	padding: 5px;
	color: #777;
	height: 35px;
	text-align: center;
	line-height: 30px;
	background-color: #ddd8c4;
} 

#footer img{
	border: 1px solid #AAA;
}

#footer ul {
	display:inline;
	text-decoration:none;
}

#footer li {
	display:inline;
	padding: 0 5px;
}

