/**
***
***
***		Reset Code
***
***
**/

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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x #000000;
}

ol, ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/**
***
***
***		General
***
***
**/

h1 {
	margin-bottom: 15px;
	color: #edeab5;
	font-size: 22px;
	font-family: Trebuchet MS;
}

h2 {
	margin-bottom: 15px;
	color: #edeab5;
	font-size: 16px;
	font-family: Trebuchet MS;
}

p {
	margin-bottom: 20px;
}

a {
	color: #edeab5;
	text-decoration: underline;
}

a:hover {
	color: #fffee7;
}

.clear {
	clear: both;
}

/**
***
***
***		Layout
***
***
**/

#border {
	position: relative;
	margin: 0 auto;
	width: 977px;
	background: url(../images/border.gif) repeat-y left #000000;
}

#main {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 945px;
	background: url(../images/bodybg.jpg) no-repeat #000000;
	overflow: hidden;
	clear: both;
}

.side-left {
	position: absolute;
	top: 0;
	left: -82px;
	width: 98px;
	height: 459px;
	background: url(../images/side-left.jpg) no-repeat top right;
}

.side-right {
	position: absolute;
	top: 0;
	right: -82px;
	width: 98px;
	height: 459px;
	background: url(../images/side-right.jpg) no-repeat top left;
}

.topborder {
	width: 100%;
	height: 26px;
	background: url(../images/woodbeam.gif) no-repeat top;
	clear: both;
}

.logo-banner {
	position: absolute;
	top: 0;
	left: 435px;
	width: 108px;
	height: 211px;
	background: url(../images/logo-banner.gif) no-repeat top;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 48px;
	left: 257px;
	z-index: 2;
}

/**
***
***
***		Navigation
***
***
**/

#navleft {
	margin-top: 70px;
	width: 435px;
	float: left;
}

#navright {
	margin-top: 70px;
	width: 435px;
	float: right;
}

#navright .nav {
	float: left;
}

.nav {
	position: relative;
	padding: 0 12px;
	background: url(../images/navbg.gif);
	border: 1px solid #444e55;
	z-index: 1;
	float: right;
}

.nav li {
	float: left;
}

.nav li a {
	padding: 10px 12px 12px 12px;
	color: #ffffff;
	font-size: 15px;
	font-family: Trebuchet MS;
	text-decoration: none;
	float: left;
}

.nav li a:hover {
	color: #edeab5;
	text-decoration: underline;
}

.nav .ctl {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 3px;
	height: 3px;
	background: url(../images/corner.gif) 0 0;
}

.nav .ctr {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 3px;
	height: 3px;
	background: url(../images/corner.gif) 9px 0;
}

.nav .cbl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 3px;
	height: 3px;
	background: url(../images/corner.gif) 6px 0;
}

.nav .cbr {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 3px;
	height: 3px;
	background: url(../images/corner.gif) 3px 0;
}

/**
***
***
***		Content
***
***
**/

#info {
	margin: 80px 0 0 40px;
	width: 450px;
	color: #e9e9e9;
	line-height: 20px;
	float: left;
}

#promo {
	position: relative;
	margin: 101px 40px 0 0;
	width: 380px;
	color: #e9e9e9;
	line-height: 20px;
	float: right;
}

.feature {
	margin: 5px 18px 20px 0;
	width: 132px;
	float: left;
}

.feature .img {
	margin-top: 8px;
}

.img {
	padding: 10px;
	background: #000000;
	border: 1px solid #444e55;
}

.argent {
	position: absolute;
	bottom: -11px;
	right: -28px;
	width: 229px;
	height: 317px;
	background: url(../images/home/horse.gif) no-repeat;
}

/**
***
***
***		Reset Code
***
***
**/

#footer {
	position: relative;
	margin: 0 auto;
	width: 977px;
	height: 82px;
	background: url(../images/footerbg.jpg) repeat-x top;
}

#footer a {
	color: #57626f;
	font-size: 10px;
}

#footer a:hover {
	color: #edeab5;
}

.return {
	margin: 0 auto;
	padding: 27px 0 0 50px;
	width: 40%;
	height: 57px;
	background: url(../images/weight-left.jpg) no-repeat top left;
	float: left;
}

.return a {
	padding-left: 12px;
	background: url(../images/returnarrow.gif) no-repeat 0 4px;
}

.return a:hover {
	background: url(../images/returnarrow.gif) no-repeat 0 -9px;
}

.blizzard {
	position: absolute;
	top: -14px;
	left: 437px;
}

.copyright {
	margin: 0 auto;
	padding: 27px 50px 0 0;
	width: 40%;
	height: 57px;
	text-align: right;
	background: url(../images/weight-right.jpg) no-repeat top right;
	float: right;
}