/*	reset
*************************************************/
html, body, div, span, 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, samp,
small, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #bad6f9;
	font-size: 75%;
	line-height: 1.5;
	text-align: center;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

hr {
	display: none;
}

/*	typography
*************************************************/
body {
	color: #0a1d14;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color: #b6390a;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	font-size: 1.3333em;
	line-height: 1.125;
	margin-bottom: 1.125em;
}

h2 {
	font-size: 1.1667em;
	line-height: 1.2857;
	margin-bottom: 1.2857em;
}

h3 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

p {
	margin: 0 0 1.5em;
}

a {
	color: #b6390a;
}

a:focus, a:hover {
	background: #b6390a;
	color: #fff;
	text-decoration: none;
}

/*	layout
*************************************************/
#container {
	margin: 50px auto;
	text-align: left;
	width: 1010px;
}

#header {
	background: url(../images/header.png) no-repeat;
	padding: 30px 35px 0 35px;
	height: 150px;
}

#main {
	background: url(../images/main.png) repeat-y;
	padding: 25px 35px;
}
#content {
	float: left;
	width: 700px;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	color: #fff;
	font-size: .8333em;
	line-height: 55px;
	padding: 0 50px 30px 50px;
}

/*	logo
*************************************************/
h1#logo {
	float: left;
	margin: 0 0 0 24px;
}

h1#logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 150px;
	overflow: hidden;
	text-indent: -999em;
	width: 436px;
}

/*	menu
*************************************************/
#menu {
	float: left;
	color: #000;
	line-height: 2.5;
	margin-right: 20px;
	padding: 0 15px;
	text-align: right;
	width: 190px;
}

#menu li a {
	color: #000;
	text-decoration: none;
}

#menu li a:focus, #menu li a:hover {
	background: none;
	color: #b6390a;
	
}

#menu li.current {
	color: #b6390a;
}

#menu li li {
	background: url(../images/square.gif) center right no-repeat;
	padding-right: 15px;
}

/*	info
*************************************************/
#info {
	float: right;
}

#info li {
	display: inline;
	margin-left: 10px;
}

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

#info li a:focus, #info li a:hover {
	background: none;
	color: #bad6f9;
}

#info li.current {
	color: #bad6f9;
}

/*	content elements
*************************************************/
#content ul li {
	background: url(../images/square.gif) 0 6px no-repeat;
	padding-left: 12px;
}

/*	clearing without extra markup
*************************************************/
.clear, #container, #head, #main, #footer {
	display: inline-block;
}

.clear:after, #container:after, #head:after, #main:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clear, * html #container, * html #head, * html #main, * html #footer {
	height: 1%;
}

.clear, #container, #head, #main, #footer {
	display: block;
}