/* RESET
--------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
margin: 0; 
padding: 0; 
border: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit; 
vertical-align: baseline; 
}

body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* FIX
--------------------------------------------------------- */

.clearfix:after 
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix 
{
  	height: 1%;
}
  
.clearfix
{
 	zoom: 1;
}

/* GENERAL
--------------------------------------------------------- */

body
{
	background: #4d3c1a url(../img/bg.jpg) top center repeat-y;
	color: #382c14;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 81.25%;
}

a, a:link
{
	color: #382c14;
}

a:hover
{
	color: #fff;
	text-decoration: none;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	/*line-height: 0.5em;*/
	line-height: 1.2em;
	color: #fff;
}

img
{
	vertical-align: bottom;
}

strong
{
	font-weight: bold;
}

/* STRUCTURE
--------------------------------------------------------- */

#wrapper
{
	width: 800px;
	margin: 0 auto;
}

#coins
{
	/*width: 1024px;*/
	width: 100%;
	height: 45px;
	background: transparent url(../img/coin.png) top left repeat-x;
	margin: 40px auto 20px auto;
}

#front_coins
{
	width: 1024px;
	height: 45px;
	margin: 40px auto 20px auto;
}

/* HEADER
--------------------------------------------------------- */

#header
{
	width: 100%;
	margin: 0 0 60px 0;
}

#logo
{
	float: left;
	width: 345px;
	background: transparent url(../img/logo_bg.png) bottom left no-repeat;
	padding: 65px 0 25px 0;
}

#logo img
{
	height: 0;
}

#logo span
{
	display: block;
	margin: 0 0 0 35px;
	width: 274px;
	height: 49px;
	background: transparent url(../img/logo.jpg) top left no-repeat;
}

/* NAVIGATION
--------------------------------------------------------- */

#nav
{
	float: left;
	margin: 93px 0 0 30px;
	padding: 10px 0 0 0;
}

#nav li
{
	display: inline;
	margin: 0 10px 0 0;
}

#nav li a
{
	color: #382c14;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover, #nav li a.active
{
	color: #fff;
}

/* SUB NAVIGATION
--------------------------------------------------------- */

#sub_nav
{
	float: left;
}

#sub_nav li
{
	margin: 0 0 5px 0;
	line-height: 1.2308em;
}

#sub_nav li a
{
	text-decoration: none;
}

#sub_nav li a.active
{
	color: #fff;
}

/* CONTENT
--------------------------------------------------------- */

.inside
{
	padding: 0 0 0 30px;
}

#title
{
	width: 640px;
	margin: 0 0 20px 0;
}

#content
{
	float: left;
	width: 315px;
	min-height: 200px;
}

#content p
{
	margin: 0 0 10px 0;
	line-height: 1.2308em;
}

#content ul
{
	list-style: disc;
	margin: 5px 0 15px 20px;
}

#content ul li
{
	margin: 0 0 5px 0;
	line-height: 1.2308em;
}

/* -- Sidebar -- */

#sidebar
{
	float: left;
	width: 340px;
	margin: 0 0 0 30px;
}

#sidebar img
{
	float: left;
	background-color: #fff;
	padding: 10px;
	margin: 0 5px 5px 0;
}

