/* ===  CSS Document for xxxxx ============================================= */
* {
	margin			: 0px;
	padding			: 0px;
	border			: none;
}

html, body, #container {
	min-height		: 100%;
	width			: 100%;
	height			: 100%;
}

html {
	overflow		: -moz-scrollbars-vertical;
}

body {
	background		: #9B1500 url(../images/main/bg-gradient.png) repeat-x;
	font			: normal 11px Verdana, Geneva, sans-serif;
}

html>body, html>body #container {
	height			: auto;
}

	a,
	a:link 
	a:active, a:visited {
		color: #000000;
		text-decoration: underline;
	}

	a:hover {
	color: #9B1500;
	text-decoration: underline;
	}

h1 {
	
}

h2 {
	color			: #9B1500;
	font			: bold 11px Verdana, Geneva, sans-serif;
}

p {
	text-align		: justify;
	line-height		: 16px;
}

input, .button {
	background-color: #E8EBEF;
	border: 1px solid #9B1500;
	color: #9B1500;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

td>ul {
list-style		: square inside url("../uploads/images/check.png");
list-style-position:inside;
}

td>ul>li { 	
	padding-left: 2em;
	text-indent: -2em;
}

.sitemap {
list-style-position :inside;
font-size: 13px;
font-weight: bold;
font-variant: small-caps;
}

.sitemap li ul {
padding-left: 25px;
font-size: 13px;
font-weight: normal;
font-variant: normal;
}

.sitemap li ul li ul {
padding-left: 25px;
font-size: 12px;
font-style: italic;
font-weight: normal;
font-variant: normal;
}

.textimage {
float:right;
border-top:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-bottom:1px solid #9B1500;
border-right:1px solid #9B1500;
margin:0px 0px 0px 15px;
}

#container {
	position		: absolute;	
}

#main {
	position		: relative;
	margin			: 0px auto 0px auto;
	width			: 1000px;
}

/**
 * Header
 */
#header {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 100%;
	z-index			: -1;
}

#header .center {
	width			: 1000px;
	height			: 284px;
	margin			: 0px auto 0px auto;	
}

#header .logo {
	float			: left;
	width			: 244px;
}

#header .slideshow {
	float			: left;
	width			: 732px;
}

#header .right {
	float			: left;
	width			: 24px;
}



/**
 * Content
 */
#content-top {
	clear			: both;
	width			: 740px;
	height			: 8px;
	line-height		: 0px;
	font-size		: 0px;
	background		: url(../images/main/content-top.png) no-repeat;	
}

#content {
	position		: relative;
	float			: left;
	margin			: 242px 0px 0px 0px; /* 244 */
	width			: 740px;
}

#shadow-bottom {
	clear			: both;
	width			: 740px;
	height			: 8px;
	background		: url(../images/main/shadow-bottom.png) no-repeat;
}

#breadcrumbs {
	clear			: both;
	background		: #F8F8F8 url(../images/main/shadow-right.png) right repeat-y;
	padding			: 26px 34px 26px 26px;
}

/**
 * Top menu
 */
#menu-top li {
	float			: left;
	padding			: 10px 0px 0px 10px;
	width			: 130px;
	height			: 25px;
	background		: url(../images/menu-top/inactive.png);
	list-style		: none;
}

#menu-top li.current.current {
	background		: url(../images/menu-top/active-first.png);
}

#menu-top li.active.active {
	background		: url(../images/menu-top/active-first.png);
}

#menu-top li.first {
	background		: url(../images/menu-top/inactive-first.png);
	padding			: 10px 0px 0px 26px;
	width			: 114px;
}

#menu-top a, #menu-top a:visited {
	color			: #FFFFFF;
	font-weight		: bold;
	font-size		: 12px;
	text-decoration	: none;
}

#menu-top .current a, #menu-top .active a:visited {
	color			: #9B1500;
}

/**
 * Left Menu
 */
#menu-left {
	display			: inline;
	float			: left;
	width			: 204px;
	margin			: 244px 19px 0px 21px;
}

#menu-left li {
	padding			: 10px 0px 0px 18px;
	width			: 186px;
	height			: 25px;
	background		: url(../images/menu-left/item-bg.png);
	list-style		: none;
}

#menu-left li.current {
	font-weight		: bold;
	font-size		: 12px;
	text-transform	: uppercase;
	text-decoration	: none;
	color			: #FFFFFF;
	background		: url(../images/menu-left/item-first.png);
}

#menu-left li.active {
	font-weight		: bold;
	font-size		: 12px;
	text-transform	: uppercase;
	text-decoration	: none;
	color			: #FFFFFF;
	background		: url(../images/menu-left/item-first.png);
}

#menu-left li.last {
	height			: 30px;
	background		: url(../images/menu-left/item-last.png);
}

#menu-left a {
	color			: #9B1500;
	font-weight		: bold;
	font-size		: 12px;
	text-transform	: uppercase;
	text-decoration	: none;
}

#menu-left a:visited {
	color			: #9B1500;
	font-weight		: bold;
	font-size		: 12px;
	text-transform	: uppercase;
	text-decoration	: none;
}

/**
 * Footer
 */
#footer {
	position		: absolute;
	clear			: both;
	bottom			: 0px;
	width			: 100%;
	height			: 20px;
	padding			: 8px 0px 0px 0px;
	background		: #000000;
	color			: #9B1500;
	font-size		: 9px;
}

#footer a, #footer a:visited {
	font-size		: 9px;
	color			: #FFFFFF;
	text-decoration	: none;
}

#footer .center {
	width			: 956px;	
	margin			: 0px auto 0px auto;
}

#footer .left {
	float			: left;
}

#footer .right {
	float			: right;
	color			: #FFFFFF;
}