body{
	background: #010101;
	margin: 0px; padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #A7A7A7;
	font-size: 12px;
}

div.cleaner{
	clear: both;
	visibility: hidden;
	height: 1px;
	border: none;
	margin: -1px 0 0 0; padding: 0px;
}

p{ margin: 0px; }

a {	color: #FC0129; }
a:hover{ text-decoration: none; }

.hide{ display: none; }

#header, #banner-env, #main-env, #footer{
	width: 958px;
	margin: 0 auto;
	text-align: left;
}

#header-env{
	width: 100%;
	height: 219px;
	background: white url('../img/layout/header-env.png') repeat-x;
}

#header{
	width: 968px;
	height: 219px;
	background: white url('../img/layout/header.png') no-repeat;
	position: relative;
}

#logo a{
	width: 230px; height: 120px;
	display: block;
	position: absolute; left: 40px; top: 60px;
}

#search{
	padding: 7px 45px;
	_padding-top: 5px;
	width: 300px;
}

#search form{
	margin: 0px; padding: 0px;
	height: 30px;
}

#search form table td{
	padding: 0px;
}

input#search-text{
	height: 16px;
	border: 1px solid white;
	background: #FEFEFE url('../img/layout/search-text.png') repeat-x bottom;
	color: #636363;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}

input#search-submit{
	height: 24px;
	border: 0px;
	background: #CCCCCC;
	font-weight: bold;
	color: white;
	padding: 0px 5px;
	cursor: pointer;
	_cursor: hand;
}

#menu-env{
	margin-left: 300px;
	width: 650px;
	height: 170px;
	position: absolute;
	top: 17px;
}

.menu-item-env{
	width: 210px;
	height: 170px;
	/* border-left: 1px dotted black; */
	background: url('../img/layout/menu-item.gif') repeat-y;
	float: left;
}

.menu-item{
	padding: 0px 10px;
	position: relative;
}

.menu-image{ height: 99px; }
.menu-image-right, .menu-image-center-env, .menu-image-left{ float: left; height: 100%; }

.menu-image-left{ width: 4px; background: url('../img/layout/menu-image-left.png') no-repeat;}
.menu-image-center-env{ width: auto; background: url('../img/layout/menu-image-center.png') repeat-x;}
.menu-image-center{ padding: 5px; padding-top: 8px; }
.menu-image-right{ width: 4px; background: url('../img/layout/menu-image-right.png') no-repeat; }

.menu-text{
	padding-left: 5px;
}

.menu-text h3{
	font-size: 13px;
	margin: 5px 0px;
}

.menu-text h3 a{
	color: #222222;
	font-size: 13px;
	text-decoration: none;
}
.menu-text h3 a:hover{
	text-decoration: underline;
}

.menu-text p{
	font-size: 11px;
	line-height: 1.4em;
	color: #C1011F;
}

.menu-arrow{
	width: 8px;
	height: 13px;
	background: white;
	position: absolute;
	right: 10px;
	bottom: 0px;
}

.menu-arrow a img{
	border: 0px;
}

#banner-env{
	height: 234px;
	background: #C1011F url('../img/layout/banner-env.png') repeat-x;
}

#navigation-env{
	width: 295px;
	height: 234px;
	float: left;
	_margin-right: -3px;
}

#navigation{
	padding: 10px 40px;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li{
	height: 25px;
	/* border-bottom: 1px dotted black; */
	background: url('../img/layout/navigation.png') repeat-x bottom;
}

#navigation ul li.end{
	background: transparent;
}

#navigation ul li a{
	line-height: 24px;
	padding-left: 24px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	background: url('../img/layout/navigation-point.png') no-repeat 2px 4px;
}

#banner-01{
	width: 663px;
	height: 219px;
	margin-left: 295px;
	_margin-left: 292px;
	background: silver;
}

.banner_default {
	width: 663px;
	height: 219px;
}

#main-background{
	width: 100%;
	background: #010101 url('../img/layout/main-background2.png') repeat-x bottom;
}

#main-shadows{
	width: 964px;
	background: #010101;
	margin: 0px auto;
}

#main-env{
	background: #222222;
}

#news-env{
	width: 295px;
	float: left;
	_margin-right: -3px;
}

#news{
	padding: 15px 40px;
	
}

#news h2{
	color: red;
	margin: 0px; margin-bottom: 20px;
	font-size: 14px;
}

.news-item{
	padding-bottom: 5px;
	/* border-bottom: 1px dotted white; */
	background: url('../img/layout/news-item.png') repeat-x bottom;
}

.news-item h3{
	color: white;
	margin: 20px 0px 10px;
	font-size: 14px;
}

.news-item h3 a{
	color: white;
	font-size: 14px;
	text-decoration: none;
}
.news-item h3 a:hover{
	text-decoration: underline;
}

.news-item p{
	color: #A7A7A7;
	font-size: 11px;
	line-height: 1.5em;
}

.news-item p a{
	color: #A7A7A7;
	font-size: 11px;
	text-decoration: none;
}
.news-item p a:hover{
	text-decoration: underline;
}

p.much-more{
	background: #222222;
	width: 23px;
	text-align: right;
	position: relative;
	bottom: -14px;
	left: 200px;
}

p.much-more a{
	color: #FF2A01;
	text-decoration: none;
	font-size: 13px;
}

.news-banner{
	margin: 20px;
	margin-left: 40px;
	padding: 0px;
	width: 219px;
	height: 132px;
	background: white;
}

.news-banner p{
	margin: 0px; padding: 0px;
}

.news-banner p a img{
	border: 0px !important;
}

#content-env{
	width: 663px;
	margin-left: 295px;
	_margin-left: 292px;
}

#content{
	padding: 15px 20px;
}

#content p{
	color: #A7A7A7;
	font-size: 12px;
	line-height: 1.6em;
}

#content ul{
	margin: 0px; padding: 0px;
	list-style: none;
}

#content ul li{
	color: #A7A7A7;
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 6px;
	padding-left: 20px;
	background: url('../img/layout/content-point.png') no-repeat left center;
}


#content p a, #content ul li a{
	color: #FC0129;
}

#footer-env{
	width: 100%;
	height: 151px;
	background: white url('../img/layout/footer-env.png') repeat-x;
}

#footer{
	height: 100px;
	background: url('../img/layout/footer.png') repeat-x;);
	padding-top: 25px;
	font-size: 11px;
}

#ticket-env{
	width: 450px;
	height: 100px;
	float: left;
	_margin-right: -3px;
}

#ticket{
	padding-top: 25px;
	padding-left: 35px;
}

#ticket p{
	margin-bottom: 10px;
}

#footer-text{
	height: 100px;
	margin-left: 450px;
	_margin-left: 447px;
}

#footer-text p{
	text-align: right;
	padding-top: 65px;
	padding-right: 40px;
	color: #222222;
}

#footer-text p a.netnews{
	padding-left: 30px;
	color: #222222;
	background: url('../img/layout/netnews.png') no-repeat 5px 0px;
}