/*
*	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, 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%;
	font-family: inherit;
}

html, body {
	font: normal 12px Arial;	
}

body {
	background: #7e0800 url('/images/web/bg.gif') top left repeat-x;
	line-height: 1.2;
	color: #6f0000;
}

.right {
	float: right;	
}

.left {
	float: left;	
}

.w425 {
	width: 425px;	
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.clear {
	clear: both;	
}

a {
	color: #6f0000;	
}

a:hover {
	text-decoration: underline;	
}

/*
*	Layout
*/

#wrap {
	width: 948px;
	margin: 0 auto;
	background: url('/images/web/page_middle.png') bottom left no-repeat;
	position: relative;
}

#page {
	background: url('/images/web/page_top.gif') top left no-repeat; 
	padding-bottom: 140px;
}

#col_left {
	float: left;
	width: 230px;	
	color: #ffe901;
}

#col_right {
	float: right;
	width: 713px;	
	padding-top: 69px;
}

#page.home #col_right  {
	height: 500px;
}

#copy {
	position: absolute;	
	bottom: 50px;
	right: 100px;
	color: #ff0014;
	font-size: 10px;
}

#twitter {
	position: absolute;	
	bottom: 120px;
	left: 260px;
}

#twitter a {
	color: #ef0013;
	text-decoration: none;
	font-size: 14px;
}

#twitter img {
	vertical-align: top;	
}

/*
*	Left
*/

#logo {
	text-indent: -9999px;
	width: 220px;
	height: 200px;
	margin: 0;
}

#logo a {
	display: block;	
	width: 220px;
	height: 200px;
	background: url('/images/web/logo.gif') top left no-repeat;
}

#col_left .content {
	padding: 10px 18px;	
}

#col_left a {
	color: #ffe901;	
}

#col_left ul {
	list-style: none;	
	margin-bottom: 10px;
}

#col_left ul li {
	border-top: 1px dashed #f54e13;	
	padding: 10px 0;
}

#col_left ul li.first {
	border: none;	
}

.btn {
	background: url('/images/web/btn.gif') no-repeat left top;
	border: none;
	padding: 0 5px 0 20px;
	height: 28px;
	min-width: 70px; width: auto !important; width: 70px;
	color: #6a050e;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	overflow: visible;
	position: relative;
}

.btn_large {
	min-width: 100px; width: auto !important; width: 100px;
}

a.btn {
	display: inline-block;
	line-height: 24px;
	text-decoration: none;
}

a.btn:hover {
	text-decoration: none;	
}

.btn_holder {
	clear: both;
	padding-right: 5px;
	margin-bottom: 2px;
}

.btn_end {
	background: url('/images/web/btn.gif') no-repeat scroll right top transparent;
	display: inline;
	height: 28px;
	margin-left: -2px;
	position: absolute;
	width: 13px;
}

.btn_red .btn, .btn_red .btn_end {
	background-image: url('/images/web/btn_red.gif');
	color: #ffe900 !important;
}

#col_left ol {
	list-style: none;	
	padding-bottom: 10px;
	border-bottom: 1px dashed #f54e13;	
}

#col_left ol li {
	font-size: 16px;
	padding: 2px 0 2px 25px;
}

#col_left ol li.active {
	/*padding: 12px 0 12px 25px;	*/
}

#col_left ol li.active a {
	text-decoration: none;
}

#col_left a.btn {
	color: #6a050e;
}

.cmp p {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 25px;
}

.cmp p a {
	text-decoration: none;	
}

.cmp p img {
	margin: 0 auto;	
}
	
/*
*	Right
*/

#lng {
	height: 30px;
	margin-left: 10px;
}

#lng li {
	display: inline;	
}

#lng li a {
	text-decoration: none;	
	font-weight: 500;
}

#lng li a.active {
	font-weight: 400;
}

#menu {
	list-style: none;
	clear: both;
	margin-left: -1px;
	float: left;
}

#menu li {
	float: left;
	position: relative;
}

#menu li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	z-index: 1;
}

#menu li a {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
	padding: 0 20px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: -0.05em;
}

#col_right .content {
	padding: 25px 25px 40px 25px;	
	position: relative;
	height: 1%;
}

h1 {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 15px;
}

h2 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}

h1 a, h2 a {
	text-decoration: none;	
}

.menu {
	float: left;
	width: 210px;
	margin-right: 5px;
	margin-bottom: 20px;
}

.menu p {
	padding-right: 20px;
	font-size: 16px;
}


.list {
	margin-right: 20px;
}

.meta {
	font-size: 14px;
	line-height: 23px;
	margin: 0px 0 10px 0;
}

.list .meta {
	float: left;	
	width: 100px;
	clear: both;
	margin: 0;
}

.list .entry {
	margin-left: 100px;	
	padding-bottom: 27px;
}

.list .title {
	font-size: 18px;
	margin-bottom: 5px;
}

.list .more {
	text-align: right;
	padding-left: 11px;
}

.more a {
	background: url('/images/web/arrow.gif') no-repeat center left;
}

#navigation a {
	margin-right: 20px;	
}

#free h2 {
	margin: 15px 0 5px 0;	
}

#free p {
	padding: 7px 0;	
}

#poster {
	position: relative;
	width: 713px;	
	height: 348px;
}

#poster div {
	position: absolute;	
	top: 0;
	left: 0;
	z-index: 1;
}

#poster_nav {
	position: absolute;
	bottom: -40px;
	right: 20px;	
	z-index: 2;
}

#poster_nav a {
	float: left;
	text-align: center;
	width: 22px;
	line-height: 20px;
	background: #FA1202;	
	color: #FFD715;
	text-decoration: none;
	margin-left: 2px;
}

#poster_nav a.current {
	font-weight: bold;	
	background: #FFD715;	
	color: #FA1202;
}
