@charset "utf-8";
/* 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;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;

}
ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #424242;
	background: #000 url(../images/body_back.jpg) center 0 no-repeat;
	line-height: 22px;
}

#master {
	width: 1014px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}

#layoutTop {
	background: url(../images/layout_top.png) center 0 no-repeat;
	width: 970px;
	height: 32px;
	padding: 0 22px;
	line-height: 0;
	font-size: 0;
}

#layoutBot {
	background: url(../images/layout_bot.png) center 0 no-repeat;
	width: 970px;
	height: 32px;
	padding: 0 22px;
	text-align: center;
	font-size: 11px;
}

#layout {
	background: url(../images/layout_center.png) center 0 repeat-y;
	padding-top: 38px;
	min-height: 500px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2001;
}

#mainMenu {
	background: url(../images/menu_back.png) 0 0 no-repeat;
	width: 1014px;
	height: 66px;
	margin-bottom: 31px;
	position: relative;
	z-index: 2000;
}

#mainMenu ul {
	padding-left: 240px;
}

#mainMenu ul ul {
	padding-left: 0;
}

#mainMenu ul li {
	float: left;
	margin-right: 8px;
	position: relative;
	display: inline-block;
}

#mainMenu ul li {
	display: inline;
}

#mainMenu li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	float: left;
	padding: 21px 5px 18px 5px;
	position: relative;
}

#mainMenu ul li.active a, #mainMenu ul li a:hover, #mainMenu ul li:hover a, #mainMenu ul li.hover a, #mainMenu ul li.active ul li.active a, #mainMenu ul li.active ul li a:hover, #mainMenu ul li.hover ul li a:hover {
	color: #fff;
}

#mainMenu ul ul {
	left: -9999px;
	position: absolute;
	top: 63px;
	width: 203px;
	background: url(../images/submenu_back.png) 0 bottom no-repeat;
	z-index: 2000;
}

#mainMenu ul li:hover ul, #mainMenu ul li.hover ul {
	left: 0;
}

#mainMenu ul li ul li {
	display: block;
	width: 100%;
}

#mainMenu ul li ul li a, #mainMenu ul li.active ul li a, #mainMenu ul li.hover ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	float: left;
	padding: 3px 12px;
}

#slideshowContainer {
	height: 303px;
	padding: 0 59px 20px 59px;
	width: 896px;
	position: relative;
}

#slideshow {
	width: 896px;
	height: 303px;
	overflow: hidden;
}

#slideshowOverlay {
	background: url(../images/slideshow_overlay.png) 0 0 no-repeat;
	width: 896px;
	height: 303px;
	position: absolute;
	left: 59;
	top: 0;
	z-index: 100;
}

#content {
	padding: 0 59px 10px 59px;
}

#content h1 {
	color: #be1f1f;
	font-size: 18px;
	padding-bottom: 15px;
}

#content p, #content ul, #content ol {
	padding-bottom: 15px;
}

#content a, #layoutBot a {
	color: #be1f1f;
}

#content a:hover, #layoutBot a:hover {
	text-decoration: none;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}
