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


/* Background-Styles */
body {
	margin:0px;
	padding:0px;
	background: #190808;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ececec;
	font-size:14px;
	line-height:19px;
	letter-spacing:0px;
}



#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	width: 960px;
	height: 240px;
	
	
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1, small{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-indent:-9999px;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header2
{
width: 960px;
margin-left:0px;
height: 50px;
background: #000 url(../images/bggradient.jpg) repeat-x;
}


#contentwrap{
	position: relative;
	width: 960px;
	min-height: 400px;
	margin-top: 0px;
		padding-top: 20px;
	
	}
#rightcol {
	float: right; /* since this element is floated, a width must be given */
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#leftcol { 
	margin: 0 750px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rightcol div contains, the column space will remain. You can remove this margin if you want the #leftcol div's text to fill the #rightcol space when the content in #rightcol ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
Footer-Styles
*/


#footer p {
font-size: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer
{
  width: 960px;
  border-top: 2px solid #ffffff;
  overflow: hidden;
  position: relative;

}

#col1
{
float: left;
width: 50%;
margin-left: 3%;
display: inline;
}



#col2
{
float: right;
width: 30%;
margin-right: 3%;
}

/*
nav style
*/
#nav-bar
{width: 960px;
height: 30px;
margin: 0px;
background: #000;
float: right;
}

ul#menu {
margin:0px; 
padding: 0px;
position:absolute;
left:20px;
}
ul#menu li {
display:inline;
margin-left:12px;
}
ul#menu li a {
text-decoration:none;
color:#e1a55c;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
color:#990000;
}

hr{
	margin: 0px 15px 15px 10px;
}

.spacer{
padding-top:15px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*
Text-Styles
*/
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:22px;
	margin-top:0px;
	padding: 10px;
	text-align: left;

}

h2 {
margin:0px 0px 10px 15px;
font-size:18px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#ffffff;
}

h3 {
margin:0px 0px 10px 15px;
font-size:14px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#ffffff;
}

h4 {
margin:0px 0px 10px 0px;
font-size:14px;
font-family: Georgia, "Times New Roman", Times, serif;
color:#ffffff;
}

small {
color:#595856;
font-weight:bold;
font-size:11px;
display:block;
margin-bottom:15px;
}

p.qoute {

font-style: italic;
}



a {
color: #cc6600;
text-decoration: none;
}

a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 15px; }

#sidebar1 p
{margin: 0px 20px 15px 0px; }

a.button {
background:#32312f url(images/button_bg.jpg) repeat-x;
padding:5px 10px 5px 10px;
color: #ffffff;
text-decoration: none;
border:1px solid #32312f;
text-transform:uppercase;
font-size:9px;
line-height:25px;
}
a.button:hover {
background:#007de2 url(images/button_bg_o.jpg) repeat-x;
border-color:#007de2;
}


/*
image-Styles
*/

/*#mainContent img {
border:1px solid #b5b5b5;
margin: 0px 15px 15px 0px;
float: left;
}*/


div.leftcol img{
margin: 15px 0px 0px 0px;
border: 2px solid #663333;
}
div.leftcol p
{
font-size: 10px;
font-colour: #000000;
line-height:15px;
margin-left: 0px;
}

#footer img {

margin: 0px 15px 0px 0px;
float: left;
}

.floatright
{
float: right;
margin: 0px 15px 15px 15px;

}

div.floatright img
{
border: 2px solid #663333;
}
div.floatright p
{
font-size: 10px;
font-colour: #000000;
line-height:15px;
margin-left: 0px;
}


.floatleft
{

margin: 0px 15px 0px 15px;
float: left;
}

div.floatleft img
{
border:2px solid #663333;
}

div.floatleft p
{
font-size: 10px;
font-colour: #000000;
line-height:15px;
margin-left: 0px;
}

/* thums for light box style*/


	
	.thumbnail{
	
	background-color: #222;
	border: 1px solid #333333;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
