body{
	background: #000 url(../images/bg.jpg) center 0 repeat-y;
	color: #eee;
	font-family: courier new;
}

a{
	color: #ff0000;
}

a:hover{
	color: #c41230;
}

a:focus {
  outline: none;
}

#content{
	width: 900px;
	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
}

#header{
	margin-bottom: 10px;
	height: 200px;
	position: relative;
}

h1#logo a{
	display: block;
	width: 266px;
	height: 109px;
	background: url(../images/logo2.png);
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left:0;
}

h2#sublogo{
	width: 650px;
	height: 98px;
	background: url(../images/sublogo.gif);
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right:0;
}

a#levilink{
	position: absolute;
	left: 0;
	top: 160px;	
}

ul.menu{
	width: 650px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 100px;
	cursor: pointer;
}

ul.menu li{
	float: left;
}

ul.menu li a{
	display: block;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/menu.png);
}

ul.menu li#menu3 a{
	width: 135px;
}
ul.menu li#menu3 a:hover, ul.menu li#menu3.active a{
	background-position: 0 -36px;
}

ul.menu li#menu4 a{
	width: 132px;
	background-position: -135px 0;
}
ul.menu li#menu4 a:hover, ul.menu li#menu4.active a{
	background-position: -135px -36px;
}

ul.menu li#menu5 a{
	width: 133px;
	background-position: -267px 0;
}
ul.menu li#menu5 a:hover, ul.menu li#menu5.active a{
	background-position: -267px -36px;
}

ul.menu li#menu6 a{
	width: 131px;
	background-position: -400px 0;
}
ul.menu li#menu6 a:hover, ul.menu li#menu6.active a{
	background-position: -400px -36px;
}

ul.menu li#menu7 a{
	width: 119px;
	background-position: -531px 0;
}
ul.menu li#menu7 a:hover, ul.menu li#menu7.active a{
	background-position: -531px -36px;
}

ul#social{
	position: absolute;
	top: 160px;
	left: 400px;
}

ul#social li{
	float: left;
	margin-right: 5px;
}

form#searchForm{
	position: absolute;
	right: 0;
	top: 160px;
}

form#searchForm input[type=text]{
	background: url(../images/bg_search.png);
	border: none;
	padding-left: 2px;
	width: 228px;
	height: 30px;
	font-size: 12px;
	color: #eee;
	font-family: courier new;
}

form#searchForm input[type=submit]{
	background: url(../images/search.png);
	display: inline-block;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

ul#destacados{
	overflow: hidden;
	/*
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	*/
}

ul#destacados li{
	float: left;	
	margin: 10px;
	position: relative;
	padding: 10px;
}

ul#destacados li#destacado1{
	width: 492px;
	height: 492px;
	background: url(../images/bg_destacado1.png);
	
}

ul#destacados li#destacado2{
	width: 300px;
	height: 220px;
	background: url(../images/bg_destacado2.png);
}

ul#destacados li#destacado3{
	width: 300px;
	height: 220px;
	background: url(../images/bg_destacado3.png);
}

ul#destacados li .caption{
	background: url(../images/bg-trans.png);
	position: absolute;
	bottom: 20px;
	left: 10px;
	padding: 5px;
	color: #fff;
}

ul#destacados li#destacado1 .caption{
	width: 480px;
}

ul#destacados li#destacado2 .caption{
	width: 280px;
}

ul#destacados li#destacado3 .caption{
	width: 280px;
}

ul#destacados li .caption h2{
	font-weight: bold;
	font-variant: small-caps;
	color: #ff0000;
}

ul#destacados li .caption p{
	font-size: 12px;
}

ul#destacados li .caption a{
	color: inherit;
	text-decoration: inherit;
	display: block;
}

#media{
	width: 880px;
	height: 160px;
	background: url(../images/bg_media.png);
	padding: 10px;
}

#media h2{
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

ul#medialist{
	
	
}

ul#medialist li{
	border: 1px dashed #fff;
	width: 160px;
	height: 120px;
	float: left;
	margin: 10px 25px 10px 25px;
}

ul#medialist li:hover{
	border: 1px dashed #990000;
}

#contentArea{
	background: #000;
	padding: 10px;
}

#primary{
	width: 670px;
	float: left;
	margin-right: 10px;
}

ul#bloglist li{
	background: #000;
	margin-bottom: 20px;
	padding: 10px;
	overflow: hidden;
}

ul#bloglist li h2 a{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

ul#bloglist li .date{
	font-family: arial;
	display: block;
	font-size: 12px;
}

ul#bloglist li img{
	float: left;
	margin: 0 10px 10px 0;	
}

#blogContent{
	background: #000;
	padding: 10px;
}

#blogContent h2{
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}

#blogContent .date{
	font-family: arial;
	font-size: 12px;
	margin-bottom: 20px;
	display: block;	
}

#blog #blogContent p{
	font-size: 14px;
	margin-bottom: 10px;
}

#blogComments{
	margin-top: 20px;
}

#blogComments h3{
	background: url(../images/bg_comments.png);
	width: 650px;
	height: 10px;
	padding: 20px 10px 20px 10px;
	font-weight: bold;
	color: #fff;
}

#blogComments li{
	background: #fff;
	margin-top: 10px;
	padding: 10px;
}

#blogComments li h4{
	background: #c41230;
	width: 400px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}

#blogComments li:nth-child(2n) h4{
	background: #9e041e;
}

#blogComments li .date{
	font-family: arial;
	font-size: 12px;
	color: #777;
	display: block;
	margin: 5px 0 10px 0;
}

#blogComments li p{
	color: #333;
}

#commentsForm{
	margin-top: 10px;
	width: 500px;
}

#commentsForm legend{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

#commentsForm label{
	font-size: 12px;
	color: #777;
	font-family: arial;
}

#commentsForm input, #blog #commentsForm textarea{
	margin: 5px 5px 5px 0;
}

#commentsForm textarea{
	display: block;
	border: 1px solid #999;
	width: 100%;
	height: 100px;
	padding: 2px;
}

#commentsForm input[type=text]{
	border: 1px solid #999;
	padding: 2px;
}

#commentsForm input[type=submit]{
	float: right;
	background: #999;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

.downloadsTable{
	/*width: 600px;*/
	margin: 10px;
}

.downloadsTable td{
	padding: 5px;
	vertical-align: middle;
	background: #7f7f7f;
}

.downloadsTable thead th{
	background: #ffffff;
	color: #000000;
	font-size: 16px;
	text-align: center;
	padding: 5px;
}

.downloadsTable tbody th{
	background: #333333;
	color: #CCCCCC;
	font-size: 14px;
	padding: 5px;
}

.downloadsTable .bandaHeadRow img{
	margin: 5px 15px 0 30px;
}

#additional{
	width: 210px;
	float: right;
	

	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
}

#additional li{
	background: #000;
	padding: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}

#additional h2{
	color: #ff0000;
	font-weight: bold;
	border-bottom: 2px solid #ff0000
}

ul#recommended li{
	border: 2px dashed #fff;
	width: 160px;
	height: 120px;
	margin: 10px;
	float: left;
	position: relative;
}

ul#recommended li:hover{
	border: 2px dashed #990000;
}

ul#recommended li .caption{
	background: #000;
	opacity: 0.6;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	width: 150px;
	color: #fff;
}

ul#recommended li .caption h2{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	color: #fff;
	border: none;
	opacity: 1;
}

ul#recommended li .caption a {
	text-decoration: inherit;
	color: inherit;
	display: block;
}

/*
ul#twitter{
	font-size: 12px;
}

ul#twitter li{
	margin-bottom: 10px;
	border-bottom: 1px dashed #fff;
}

.fan_box .full_widget{
	background: none;
	font-family: courier new;
	color: #fff;
	border:none;
}

.fan_box .full_widget .connect_top{
	background: none;	
}

.fan_box h3{
	color: #fff;
}
*/

.slideshow li{
	display: none;
}

.slideshow li.active{
	display: block;
}

.slideshow .slideMenu{
	overflow: hidden;
	background: #181818 url(../images/bg_slideshow.png) repeat-y;
	font-size: 14px;
	color: #E5251D;
}

.slideshow a.nextSlide, .slideshow a.previousSlide{
	float:right;
	margin: 10px;
	
	text-decoration: none;
}

.slideshow a.nextSlide:hover , .slideshow a.previousSlide:hover{
	text-decoration: underline;
}

.slideshow .slideTitle{
	float: left;
	margin: 10px;
	font-weight: bold;
}