/*
-------------------------------------------------
Copyright 2009 RAGE Software, www.ragesw.com

Fore more templates visit:
http://www.ragesw.com/templates.php

This template may be used by the purchasing party only.
You may not resell or redistribute this template in any
way shape or form. See the included
terms and conditions read me included with the
downloaded template for more information.
-------------------------------------------------
*/

body {
	background: #080808 url (../images/bodybg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrap {
	width: 785px;
	margin: 0 auto;

}
#header {
	margin:0 0 0 6px;
	padding: 38px 0 0 15px;
	color: white;
	font-size: 2em;
	text-shadow: 1px 1px #000000;
	height: 98px;
}

#main-body {
		background: url(../images/wrapbg.gif) repeat-y top;
		width: 725px;
}
/* ----- =nav ------*/

#nav {
	width: 760px;
	margin: 0 0 0 13px;
	padding:0;
	height: 36px;
	background: none;
	overflow: hidden;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li a {
	padding: 10px 15px 10px 15px;
	display: block;
	font-family: Georgia, arial, sans serif;
	color: #fff;
	font-size: 100%;
	text-decoration: none;
}
#nav li a:hover {
	color: #bf4a25;
}


/* ----- =subnav ------*/
#subnav {
	float: left;
	width: 220px;
	margin: 5px 0 0 10px;
	padding: 0;
}
#subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav li a {
	color: #444;
	font-size: 90%;
	padding: 3px 0 3px 10px;
	display: block;
	height: 15px;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #444;
}
#subnav li a:hover {
	background: #efefef;
}
.clearfix {
	clear: both;
}
li.title {
	color: #444;
	text-transform: uppercase;
	font-size: 110%;
	padding: 3px;
	margin: 0;
}

#content {
	float: left;
	width: 380px;
	padding: 20px 10px 30px 35px;
	margin-left: 15px;
}
#sidebar {
	width: 250px;
	margin: 20px 5px 0 15px;
	float: left;
}
.sideblock {
	width: 235px;
	background:#343434;
	padding: 10px;
	margin-top: 10px;
	font-size:85%;
}
 .sideblock h2 {
	color: #caf868;
	font-size: 100%;
	margin: 0;
	text-transform: uppercase;
}
.clearfix {
	clear: both;
}
p {
	line-height: 1.5em;
	color: #555;
}
h1 {
	color: #bf4a25;
	font-size: 130%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	color: #bf4a25;
	font-size: 110%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;

	margin: 0;
}

h3.logo {
	color: #fff;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
}
#footer {
	text-align: center;
	padding: 20px;
	color: #fff;
}
