@charset "UTF-8";
/* CSS Document */

@import "buttons/buttons.css";
@import "navigation/navigation.css";
@import "forms/forms.css";
@import "lightbox/lightbox.css";


/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	height: 100%;
	background: #281405 url(images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}

img {
	border: 0;
	}
	
.hide, hr {
	display: none;
	}

p, ul, h1, h2, h3, h4, h5, h6	{
	margin: 0; padding: 0; font-weight: normal; list-style: none
	}

ol {
	margin: 0;
	padding: 0;
	}
	
	
/*--------------------typography--------------------*/
	
p {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	margin: 0 0 10px;
	}
	
.strong {
	font-weight: bold;
	}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	}
	
h1 .strong {
	font-weight: bold;
	}
	
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	margin: 20px 0 10px;
	line-height: 24px;
	}

a {
	color: #aaaaaa;
	}
	
a:hover {
	color: #783c0f;
	}
	
	
/*--------------------layout--------------------*/
	
#bg_wrapper {
	background: url(images/wrapper_bg.gif) repeat-y;
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	}
	
#bg_wrapper_top {
	background: url(images/bg_top.gif) no-repeat;
	width: 800px;
	height: 300px;
	position: relative;
	}



/*--------------------header--------------------*/

#header {
	width: 780px;
	height: 115px;
	margin: 0 10px;
	position: relative;
	}
	
#header_border {
	background: url(images/header_border.gif) repeat-x;
	width: 780px;
	height: 5px;
	margin: 0 10px;
	position: relative;
	}
	


/*--------------------flash--------------------*/

#flash_wrapper {
	background: url(images/flash_wrapper_bg.gif) no-repeat;
	width: 800px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	}
	
#flash_header {
	background: #ccc;
	width: 780px;
	height: 180px;
	margin: 0 10px;
	position: relative;
	}



/*--------------------content--------------------*/
	
	
.title {
	display: block;
	position: relative;
	margin: 0px 0 20px 70px;
	}
	
#content {
	display: inline;
	width: 660px;
	height: auto;
	margin: 0px 40px 30px 70px;
	position: relative;
	float: left;
	}
	
#content_sb {
	display: inline;
	width: 470px;
	height: auto;
	margin: 0px 40px 30px 70px;
	position: relative;
	float: left;
	}
	
#content_sb ul {
	line-height: 20px;
	list-style: none;
	}
	
#details {
	width: 250px;
	position: relative;
	float: left;
	}

#content_logo {
	width: 60px;
	position: relative;
	float: right;
	}
	
	
/*--------------------sidebar--------------------*/

	
#sidebar {
	display: inline;
	width: 150px;
	height: auto;
	margin: 0px 70px 30px 0px;
	float: right;
	position: relative;
	}
	
#sidebar .img {
	width: 150px;
	height: 80px;
	display: block;
	position: relative;
	margin-bottom: 20px;
	}
	

	

/*--------------------footer--------------------*/
	

#footer {
	width: 660px;
	height: 120px;
	margin: 0 70px;
	position: relative;
	clear: both;
	}
	
#logo {
	margin-bottom: 10px;
	position: relative;
	}
	
#footer_details {
	display: block;
	border-top: solid #FFFFFF 2px;
	padding-top: 8px;
	margin-bottom: 5px;
	position: relative;
	}

#footer_info .copy {
	color: #783c0f;
	font-size: 11px;
	float: left;
	}
	
#footer_info .credit {
	font-size: 11px;
	color: #783c0f;
	float: right;
	}
	
#footer_info a {
	color: #783c0f;
	text-decoration: none;
	}
	
#footer_info a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	

