/**
 =UNDO HTML
 ---------------------------------------------------------------------------- */
:link,
:visited { text-decoration: none }

ul { list-style: none }

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code { font-size: 1em; }

hr,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input { margin:0; padding:0 }
a img,
:link img,
:visited img { border:none }

address { font-style:normal }
div.line{
clear: both;
margin-top: 10px;
background: url(img/line.gif) no-repeat;
line-height: 1px;
font-size: 1px;
height: 1px;
border: 0;
width: 840px;
}
/**
 =GENERAL
 -----------------------------------------------------------------------------*/
a, a:link, a:visited, a:active, a:hover{
	color: #3b91b2;
	text-decoration: none;
}
a:hover{
color: #67bbdc;
text-decoration: underline;
}

h1{ 
font-size: 14px;
margin-bottom: 10px; 
}
h2{
margin-bottom: 10px;
}
p{
padding-bottom: 10px;
}
/**
 =BODY
 -----------------------------------------------------------------------------*/
body{
	font: 12px normal, Arial,"Trebuchet MS", Verdana, Tahoma, sans-serif;
	color: #e6e5e5;
	background: #070707 url(img/bg.jpg) center top repeat-y fixed;
}

/**
 =WRAPPER
 -----------------------------------------------------------------------------*/
#wrapper{
	width: 840px;
	padding: 5px 60px 40px 60px;
	margin: 0 auto;
	background: url(img/margin.png) repeat-y;
	min-height: 1000px !important;	
}
#logo{
float: right;
width: 182px;
height: 29px;
background: url(img/logo.gif) no-repeat;
text-indent: -5000px;
}
#logo a{
display: block;
width: 182px;
height: 29px;
 }
ul#nav{
clear: right;
margin-left: 10px;
padding-top: 10px;
width: 860px;
height: 25px;
}

ul#nav li {
float: left;
width: auto;
height: 25px;
margin-right: 5px;
}

ul#nav li a{
display: block;
width: auto;
padding-left: 10px;
padding-right: 10px;
cursor: pointer;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
}
ul#nav li.active{
background: url(img/button.gif) bottom repeat-x;
border: 1px solid #383838;
}
ul#nav li a:hover{
color: #e6e5e5;
}
ul#nav li.active,
ul#nav li.active a,
ul#nav li.active a:hover {
text-decoration: none;
color: #fff;
}
/**
 =CONTENT
 -----------------------------------------------------------------------------*/
#content{
padding: 10px;
min-height: 500px;
}
#content .left{
float: left;
width: 380px;
padding-right: 20px;
}
ul.list{}
ul.list li{
background: url(img/tick.gif) left no-repeat;
padding-left: 12px;
margin-bottom: 5px;
font-weight: bold;
}
/**
 =FOOTER
 -----------------------------------------------------------------------------*/
#footer{
width: 800px;
}
#footer ul{
width: 800px;
padding-top: 20px;
text-align: center;
}
#footer ul li{
display: inline;
margin-right: 10px;
}
#footer ul li.active a{
color: #fff;
}
#copyright{
width: 840px;
font-size: 10px;
}
#copyright .left{
float: left;
padding-left: 0px;
}
#copyright .right{
float: right;
padding-right: 0px;
}
