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

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}
#container {
	width: 980px;
	height: 100%;
	margin: auto;
}
/* Standard Link Attributs */
a:link {
	text-decoration: none;
	color: #A61323;
}
a:visited {
	text-decoration: none;
	color: #A61323;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #A61323;
}
/* -- */
/* Banner login text at top of every page */
#bannerlogin {
	color: #FFF;
	float: right;
}

#bannerlogin a:link {
	text-decoration: none;
	color: #FBF524;
}
#bannerlogin a:visited {
	text-decoration: none;
	color: #FBF524;
}
#bannerlogin a:hover {
	text-decoration: none;
	color: #F30;
}
#bannerlogin a:active {
	text-decoration: none;
	color: #A61323;
}
/* -- */
/* Contents of title banner W/ navigation */
#banner {
	background-image: url(../_common/images/banner_arc.jpg);
	background-position: center bottom;
	width: 980px;
	height: 66px;
	margin: 0px;
	padding: 0px;
}
#banner_searchbox {
	position: relative;
	top: 40%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 125px;
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.searchbox {
	background-attachment: scroll;
	background-image: url(../_common/images/banner_search.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	width: 175px;
	border: 1px inset #CCC;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.searchbutton {
	background-color: #672927;
	border: thin solid #FFF;
	height: 20px;
	padding: 0px;
	color: #FFF;
	margin: 0px;
	width: 52px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	line-height: 9px;
	font-weight: bold;
}
/* -- */
#containerSidebarLayout {
	background-color: #FFF;
}
/* Sidebar Elements */
#sidebar {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
}
.sidebar_content {
	padding: 20px;
	margin: 0px;
}
.searchboxSub {
	background-attachment: scroll;
	background-image: url(../_common/images/banner_search.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	width: 112px;
	border: 1px inset #CCC;
	background-color: #FFF;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#categorylist {
	line-height: 150%;
	list-style-image: none;
	list-style-type: none;
	left: 0px;
	padding: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.subcategorylist {
	padding-left: 4em;
	margin-left: 0em;
	display: block;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
}
/* -- */
#contentContainer {
	width: 739px;
	float: right;
}
.content {
	padding: 10px;
	margin: 0px;
	min-height:500px;

}
/* Category/Subcategory Boxes */
.categoryselector {
	float: left;
	list-style-type: none;
	border: thin solid #E8E8E8;
	margin: 4px;
	padding: 4px;
	width: 205px;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.categoryselectortext {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* -- */
/* footer elements */
#footer {
	clear: both;
	text-align: center;
	color: #FFF;
	padding: 10px;
	background-color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a:link {
	text-decoration: none;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #F30;
}
#footer a:active {
	text-decoration: none;
	color: #A61323;
}
/* -- */
.subtitle {
	color: #666666;
	font-style: italic;
}
/* HTML Element Formatting */
h1 {
	color: #F30;
	font-size: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: lighter;
}
h2 {
	color: #585858;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}
h3 {
	color: #585858;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: normal;
}
th {
	background-color: #E8E8E8;
}
/* -- */
.error {
	color: #F30;
}
.clear {
	clear: both;
}
.listNoBullet {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}