/* =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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

legend {
	display: none;
}

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;
}

address {
	font-style: normal;
}

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

button, input, select, textarea {
	font: inherit;
}


/* =main
************************************************************** */

body {
	font-family: Tahoma, Geneva, sans-serif; /* 10px */
	font-size: 62.5%;
	line-height: normal;
	background: #2a2a2a url("../images/bg/body.gif") repeat-x left -320px;
	color: #fff;
}

a {
	color: #e80e43;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	font-size: 1.4em;
}

#branding {
	background: url("../images/bg/branding.png") no-repeat left top;
	height: 129px;
	overflow: hidden;
}

.logo {
	float: left;
	display: block;
	height: 129px;
}


/* =menu
************************************************************** */

#menu {
	float: left;
	margin-left: 40px;
	padding-top: 74px;
}

#menu li {
	float: left;
	margin-right: 11px;
}

#menu li a {
	background: #161616 url("../images/bg/menu_left.gif") no-repeat scroll 0 0;
	display: block;
	padding: 0 0 0 16px;
	text-decoration: none;
	color: #aaa;
}

#menu li a span {
	background: #161616 url("../images/bg/menu_right.gif") no-repeat scroll 100% 0;
	display: block;
	padding: 5px 16px 6px 0;
}

#menu li a:hover,
#menu li.active a {
	background-position: 0 -28px;
	background-color: #111;
	color: #e3e3e3;
}
#menu li.active a {
	color: #e0315e;
}
#menu li a:hover span,
#menu li.active a span {
	background-position: 100% -28px;
	background-color: #111;
}


/* =promo
************************************************************** */

#promo {
	background: url("../images/bg/middle.jpg") no-repeat left top;
	height: 320px;
	position: relative;
}

#promo .slider {
	width: 472px;
	height: 205px;
	position: absolute;
	top: 60px;
	right: 80px;
	overflow: hidden;
}
#promo .next,
#promo .prev {
	display: block;
	width: 40px;
	height: 40px;

	position: absolute;
	top: 139px;
	right: 31px;
}

#promo .prev {
	right: 560px;
}


/* =content
************************************************************** */

#content {
	background: #303030 url("../images/bg/content.jpg") no-repeat left top;
	padding: 42px 76px 42px 81px;
}

#content h1 {
	background: url("../images/bg/arrow.gif") no-repeat left top;
	padding-left: 60px;
	padding-top: 4px;
	font-size: 2.14em;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-shadow: #000 2px 2px 2px;
	line-height: 26px;
	margin-bottom: 26px;
}
#content h1 span {
	display: block;
	color: #868686;
	font-weight: normal;
	font-size: 0.47em;
	text-shadow: #000 1px 1px 1px;
}

#content .section {
	background-color: #262626;
	border: 1px solid #292929;
	padding: 28px 27px;
	color: #8a8a8a;
}

#content .section img {
	border: 1px solid #424241;
	margin: 5px;
}

#content .section p {
	margin-bottom: 1em;
}

#content .section h2 {
	color: #e80e43;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 1.71em;
	margin-bottom: 18px;
}


/* =footer
************************************************************** */

.footer {
	background: #222 url("../images/bg/footer.gif") repeat-x left top;
	padding-top: 1px;
}
.footer .wrap {
	background: url("../images/bg/footer_inf.jpg") no-repeat left top;
	height: 153px;
}

