/* 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
legend {
	display: none;
}



/* Global Styles
------------------------------ */

body {
	background-color: #595855;
	color: #222;
	font: normal 1em/1.6 Verdana, Arial, Helvetica, sans-serif;
}

a:link    { color: #900; }
a:visited { color: #555; }
a:hover,
a:active  { color: #000; }

h2 {
	margin: 1.2em 0 .8em;
	color: #A00;
	font: bold 1.5em 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
	h2 .meta {
		font-weight: normal;
	}
	h2 strong {
		color: #000;
	}
h3 {
	margin: 1.5em 0 .5em;
	font-size: 1.1em;
}
p {
	margin: .2em 0 1.2em;
}
ul, ol {
	margin: .2em 0 1.2em 2.1em;
}
	ul li,
	ol li {
		margin-bottom: .5em;
	}
	ul li { list-style: disc; }
	ol li { list-style-type: decimal; }

table {
	width: 100%;
	margin: 1.5em 0;
	border-top: 1px solid #DDD;
}
	table th,
	table td {
		border-bottom: 1px solid #DDD;
		padding: .75em .5em;
		text-align: left;
	}
	table td {
		text-align: right;
	}
	table thead th,
	table thead td {
		background-color: #DDD;
		color: #666;
		font-weight: normal;
	}
	table tbody th {
		font-weight: normal;
	}
	table tbody td {
		
	}


/* Misc
------------------------------ */

.meta {
	font-size: .8em;
}


/* Header
------------------------------ */

.header {
	background: url(../img/bg-header.gif) repeat-x 0 0;
}
	.header .wrap {
		position: relative;
		width: 980px;
		height: 219px;
		margin: 0 auto;
		overflow: hidden;
	}

	/* Logotype */

	.header h1 {
		position: absolute;
		top: 65px; left: 6px;
		width: 275px;
		height: 92px;
		color: #FFF;
		background: url(../img/logo.gif) no-repeat 0 0;
		text-indent: -9999px;
		overflow: hidden;
	}
		.header h1 a {
			display: block;
			height: 92px;
		}


	/* Navigation */

	ul.nav {
		float: right;
		width: 320px;
		margin: 0 10px;
		font-size: .7em;
	}
		ul.nav li {
			height: 43px;
			margin: 0;
			border-bottom: 1px solid #999;
			color: #FFF;
			list-style: none;
		}
		ul.nav li a,
		ul.nav li strong {
			display: block;
			height: 30px;
			padding: 13px 10px 0;
			color: #FFF !important;
			text-decoration: none;
		}
		ul.nav li a:hover {
			background-color: rgba(255, 255, 255, .1);
		}
		ul.nav li strong {
			background-color: #B00;
			font-weight: normal;
		}



/* Layout
------------------------------ */

.page {
	padding: 10px 0 40px;
	background-color: #F0F0F0;
	font-size: .75em;
}
	.page .wrap {
		width: 940px;
		margin: 0 auto;
		overflow: hidden;
	}
		.content {
			float: left;
			width: 620px;
		}
		.sidebar {
			float: right;
			width: 300px;
		}

.footer {
	width: 940px;
	margin: 20px auto;
	color: #AAA;
	font-size: .7em;
}
	.footer a {
		color: #CCC;
	}



/* Special page
------------------------------ */

#special .header h1 {
	left: 352px;
}
#special .page .wrap,
#special .footer {
	width: 728px;
}
#special .page .wrap .content {
	float: none;
	width: auto;
}
#special .page .wrap .ad {
	margin-top: 40px;
}