@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-image: url(../images/body_bg_gradient.jpg);
	color: #cccccc;
	background-color: #151618;
}
body a {
	color: #cccccc;
}
body a:hover, a:active, a:focus {
    color: #ffffff;
}
body a:hover {
	color: white;
}
.container {
	background-color: black;
	color: #cccccc;
}
h1, h2, h3, h4, h5, h6 {font-variant: small-caps;font-weight:normal;color:#ffffff;}
#navigation {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #151618;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(../images/menu_item_gradient.jpg);
	list-style: none;
	display: block;
	overflow: hidden;
}
#navigation li {
	display: inline;
}
#navigation li a {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: black;
	color: white;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(../images/menu_item_gradient.jpg);
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #392b7a;
	color: white;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(../images/menu_item_hover.jpg);
}
#footer {
	padding-top: 20px;
	background-color: black;
	color: #cccccc;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/footer_bg.jpg);
}
#footer ul {
	font-variant: small-caps;
	list-style-position: outside;
	list-style-image: url(../images/footer_list_bullet_img.gif);
	line-height: 1em;
}
#footer li a {
	color: #cccccc;
}
#footer li a:hover {
	color: white;
}
label {  
display: block;
}
hr {background:#151515;color:#cccccc;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
div.colborder {border-right-color: #151515;}
