@charset "utf-8";

body {
	background: #1D1D1D;
	margin: 0;
	padding: 0;
	color: #999;
	font: normal 100%/1.375 Arial,Helvetica,sans-serif;
	line-height: 1em;
}

/* -------------------element/tag selectors------------------- */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	font-size : 1em;
	font-weight : bold;
}

h2, h3, h4, h5, h6 {
	padding-right: 15px;
	padding-left: 0px; 
	font-size: 1.2em;
}

/* -------------------links------------------- */
a:link {
	color: #999; 
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color:#7e2a06;
}

/* -------------------text/fonts------------------- */
p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 5px; 
	font-size: 1em;
}

p.contenttext {
	margin-top: -5px;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-size: 0.875em;
}

p.copyright {
	margin-top: 0px;	
	padding-right: 15px;
	padding-left: 15px; 
	font-size: 0.875em;
}

p.designed {
	font-size: 0.65em;
	margin-top: -15px;
}

.style-1em-bold {
	font-size : 1em;
	font-weight : bold;
}

.style-1em-regular {
	font-size : 1em;
	font-weight : normal;
}

.style-1em-bold-orange {
	font-size : 1em;
	font-weight : bold;
	color: #e9a51c;
	padding-left: 10px;
}

.style-1-5em-bold-orange {
	font-size : 1.2em;
	font-weight : bold;
	color: #e9a51c;
}

.red {
	color:red;
}

/* -------------------images------------------- */
a img { 
	border: none;
}

img.contentimages {
	border: 2px ridge #CCC;
	margin-left: 18px;
	margin-top: 10px;
}

img.titleimages { 
	border: none;
	margin-bottom: 10px;
}

img.titlecategory {
	border: none;
	margin-left: 15px;
	margin-bottom: 10px;
}

img.titlenewcategory { 
	border: none;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 40px;
}

img.gotoseries { 
	border: none;
	margin-top: 15px;
	text-align:right;
}

/* -------------------body------------------- */
#wrapper {
	width: 960px;
	background: #1D1D1D;
	margin: 0 auto;
}

#header {
	background: #1D1D1D;
	margin-top: 25px;
	height: 180px;
}

#sidebar {
	float: left;
	width: 180px;
	background: #1D1D1D;
	padding-bottom: 10px;
}

#content {
	width: 760px;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	height: 100%;
	margin-top: 10px;
	color: #999;
	font-size: 0.875em;
}

#pages {
	width: 760px;
	float: left;
	height: 100%;
	color: #fff;
}

#footer {
	padding: 20px 0;
	background: #1D1D1D;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	text-align: center;
}

/* -------------------other classes/divs------------------- */
.download {
	float: left;
	height: 300px;
	width: 380px;
}

.contact {
	float: left;
	height: 33px;
	margin-top: 10px;
	width: 700px;
}

.contact a:link, a:visited {
	color:#e9a51c;
	text-decoration: none;
}

.contact a:hover, a:active, a:focus { 
	text-decoration: none;
}

.s-10 {
	height: 10px;
	width: 100%;
}

.s-20 {
	height: 20px;
	width: 100%;
}

.box-10 {
	height: 10px;
	width: 10px;
	float: left;
}
/* -------------------side-bar navigation------------------- */
#navigation-block {
	position:relative;
	top:200px;
	left:200px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation {
	list-style: none;
	font-size: 0.75em;
	margin: 10px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 140px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3 {
	color: #e9a51c;
	background:#333 url(images/sidebar/heading_bg.jpg) repeat-y; 
}

ul#sliding-navigation li.sliding-element a {
	color: #999;
	background:#222 url(images/sidebar/tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover {
	color: #7e2a06;
}

/* -------------------slideshow------------------- */

#slideshow {
	width: 760px; /* important to be same as image width */
	height: 1040px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
}

#slideshowBackground {
	background-color: #1D1D1D;
	width: 100%;
	height: 100%;
}

#slideshowContent {
	width: 760px; /* important */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
	text-align: center;
}

.slideshowImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slideshowImage span {
	position: absolute; /* important */
	left: 0;
	width: 725px;
	font-weight:bold;
	background-color: #000;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.9; 
	color: #e9a51c;
	display: none; /* important */
	top: 0px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;   
	margin-top: 5px;
}

.clear {
   clear: both;
}

/* -------------------navigation------------------- */

#nav-top {
	height: 40px;
	background-image: url(images/a_bg.gif);
	margin-top: 20px;
}

ul#nav-top {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
}

ul#nav-top li {
	margin: 0;
	margin-left:37px;
	padding: 0;
	overflow: hidden;  /* important */
	float: left;
	height:40px;
}

ul#nav-top a, ul#nav-top span { 
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; 
}

ul#nav-top a { /*--hover state--*/
	color: #7e2a06;
	background-position: left bottom;
}

ul#nav-top span { /*--default state--*/
	background-position: left top;
}

#nav-bottom {
	height: 40px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

ul#nav-bottom {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1em;
}

ul#nav-bottom  li {
	margin: 0;
	padding-left:45px;
	overflow: hidden;  /* important */
	float: left;
	height:40px;
}

ul#nav-bottom  a, ul#nav-bottom  span { 
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #999;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

ul#nav-bottom  a { /*--hover state--*/
	color: #7e2a06;
	background-position: left bottom;
	font-family: Verdana, Geneva, sans-serif;
}

ul#nav-bottom  span { /*--default state--*/
	background-position: left top;
}
