@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	text-align:center;
	background-repeat:repeat-x;
	background-color:#FFF;
	color:#000;
	font-size:62.5%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

.bgImage {
	float:left;
	width:100%;
}

a {
	outline:none;
	text-decoration:none;
	color:#F39;
}

img {
	border:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

/** =Resets **/
address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin:0;
	padding:0;
}

.wrapper {
	position:relative;
	width:978px;
	margin:0 auto;
	padding:0 6px 0 6px;
	text-align:left;
}

.wrapper-bg {
	float:left;
	width:978px;
	padding:0 6px 0 6px;
	background-color:#FFF;
}

.grey {
	color:#666;
}

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

.header {
	position:relative;
	width:978px;
	height:112px;
}

.header .logo {
	position:absolute;
	left:0;
	bottom:10px;
	width:235px;
	height:56px;
}

.header .advert {
	position:absolute;
	text-align:right;
	right:2px;
	top:10px;
	width:728px;
	height:90px;
	border:1px solid #333;
	overflow:hidden;
}

.header:after {
	content:' ';
	clear:both;
	display:block;
}

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

.nav {
	position:relative;
	width:978px;
	height:32px;
	font-size:1.2em;
	line-height:20px;
	font-weight:bold;
	margin:0 0 14px 0;
	background:#000 url("../img/nav-bg.gif") top left repeat-x;
}

.nav-left-cap {
	float:left;
	height:32px;
	background:url("../img/nav-bg-left.gif") top left no-repeat;
}

.nav-right-cap {
	float:right;
	width:10px;
	height:32px;
	background:url("../img/nav-bg-right.gif") top right no-repeat;
}

.nav ul {
	list-style-type:none;
}

.nav li {
	float:left;
}

.nav li a {
	float:left; /*required for IE6*/
	color:#FFF;
	height:27px;
	white-space:nowrap;
	display:block;
	padding:5px 15px 0 15px;
	border-right:1px dotted #777;
}

.nav li a:hover {
	color:#F39;
}

.nav li.active a{
	color:#F39;
}

.nav .account {
	float:right;
	color:#FFF;
	padding:5px 5px 0 0;
	font-weight:normal;
}

.nav:after {
	content:' ';
	display:block;
	clear:both;
}

/* ----- TITLES ----- */

h1 {
	font-size:1.6em;
	font-weight:bold;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

/* ----- FOOTER ----- */

.footer {
	float:left;
	width:978px;
	height:1.1em;
	margin-top:10px;
	padding:10px 0 14px 0;
	font-size:1.1em;
	color:#333;
	border-top:1px solid #ffedf7;
}

.footer .footerpages {
	float:left;
	width:64%;
	white-space:nowrap;
}

.footer .owner {
	float:right;
	color:#333;
	text-align:right;
	width:31%;
}

