﻿@charset "utf-8";
/* CSS Reset browsers */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }

h1 { font: 27px/35px normal; padding: 2px 0 10px 0; color: #A22525;  }

h2 { font: 18px/35px normal; color: #A22525; }

p  { padding: 5px 10px 7px 0; text-align: justify; }

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

a:hover { text-decoration: underline; }

ul { list-style: circle; padding: 10px 0 10px 40px; }

span.txt { color: #A22525; text-decoration: underline; }

div.clearer { clear: both; }

body {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Verdana;
	font-weight: normal;
	color: #d3d0cb;
	text-decoration: none;
	background: #343434 url(../img/bg2.jpg) no-repeat top center fixed;
	background-size: 100%;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

header {
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(../img/bg3.png) repeat-y top left;
}

img#logo {
	position: relative;
	/*top: 20px;*/
	top: -1px;
	left: 200px;
}

nav {
	height: 40px;
	width: 900px;
	background: #272727;
	overflow: hidden;
	border-top: 1px solid #969082;
	border-bottom: 1px solid #969082;
	background: url(../img/bg3.png) repeat-y top left;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	padding: 0;
	font: 13px/40px normal;
	text-transform: uppercase;
}

nav ul li a {
	color: #a5a29d;
	text-decoration: none;
	height: 40px;
	display: block;
	padding: 0 20px;
}

nav ul li a.active { background: #862626; color: #d3d0cb; }

nav ul li a:hover {
	background: #862626;
	color: #d3d0cb;
	text-decoration: none;
}

div.divider {
	width: 1px;
	height: 40px;
	background: url(../img/divider.jpg) no-repeat center center;
	float: left;
}

section#slider {
	background: url(../img/bg3.png) repeat-y top left;
	border-bottom: 1px solid #969082;
}

section#content {
	width: 900px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(../img/bg3.png) repeat-y top left;
}

section#left-box {
	width: 630px;
	height: auto;
	float: left;
	margin: 0 13px 0 7px;
	padding: 0;
	border-right: 1px dashed #969082;
}

section#right-box {
	width: 240px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

footer {
	height: 58px;
	background: url(../img/bg3.png) repeat-y top left;
	border-top: 1px solid #969082;
}

footer p.copy {
	line-height: 50px;
	color: #686868;
	text-align: center;
}

div#toTop {
	width: 51px;
	height: 102px;
	background: url(../img/ui.totop.png) no-repeat;
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}


