@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Jura:400,600);

body {
	font-family: 'Jura', Helvetica, Arial, sans-serif;
	
	background-image: url(body/main_bg_top.jpg), url(body/main_bg.jpg);
	background-position: center top, center top;
	background-repeat: repeat-x, repeat;
	margin: 0;
	padding-bottom: 20px;
}
a{
	text-decoration: none;
	color: #C90;
}
a img{
	border: none;
}
a:hover,
a:active,
a:focus{
	color: #F90;
}
.clear{
	clear: both;
	float: none;
}
#container{
	position: relative;
	
	width: 800px;
	margin: 0 auto;
}
#header_top{
	height: 186px;
	width: inherit;
	background-image: url(body/header_top.jpg);
	
	z-index: 999;
}
#main_container{
	width: inherit;
	
	padding-bottom: 1px;
	
	background: rgb(96,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(96,0,0,1) 0px, rgba(225,0,25,1) 270px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(96,0,0,1)), color-stop(270px,rgba(225,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(96,0,0,1) 0px,rgba(225,0,25,1) 270px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(96,0,0,1) 0px,rgba(225,0,25,1) 270px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(96,0,0,1) 0px,rgba(225,0,25,1) 270px); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(96,0,0,1) 0px,rgba(225,0,25,1) 270px); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600000', endColorstr='#e10019',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 10px;
    border-radius: 10px;
	
	-webkit-box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .7);
			box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, .7);
			
	z-index: 1;
}
#header_middle{
	width: inherit;
	height: 30px;
	
	background-image: url(body/header_middle_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#header_menu{
	height: 48px;
	

	padding-left: 1px;
	padding-right: 1px;
	
	background-image: url(body/header_menu_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#main{
	color: white;
	
	min-height: 300px;
	
	margin-left: 1px;
	margin-right: 1px;
	
	
	background: rgb(15,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(15,0,0,1) 48px, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48px,rgba(15,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(15,0,0,1) 48px,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(15,0,0,1) 48px,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(15,0,0,1) 48px,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(15,0,0,1) 48px,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: inherit;
    border-radius: inherit;
}
#main #content{
	padding: 5px;
	
	font-size: 13px;
	
	background-image: url(body/header_bottom_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#header_menu ul{
	list-style: none inside;
	list-style-type: none;
	
	padding: 0;
	margin: 0;
}
#header_menu ul li{
	display: inline-block;
	float: left;
	
	width: 104px;
	height: 48px;
	
	padding: 0px;
	margin: 0px;	
}
#header_menu ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
#header_menu #m1 { background-image: url(body/header_menu/header_menu_item1.png); }
#header_menu #m2 { background-image: url(body/header_menu/header_menu_item2.png); }
#header_menu #m3 { background-image: url(body/header_menu/header_menu_item3.png); }
#header_menu #m4 { background-image: url(body/header_menu/header_menu_item4.png); }
#header_menu #m5 { background-image: url(body/header_menu/header_menu_item5.png); }
#header_menu #m6 { background-image: url(body/header_menu/header_menu_item6.png); }

#header_menu #m1:hover { background-image: url(body/header_menu/header_menu_item1_hover.png); }
#header_menu #m2:hover { background-image: url(body/header_menu/header_menu_item2_hover.png); }
#header_menu #m3:hover { background-image: url(body/header_menu/header_menu_item3_hover.png); }
#header_menu #m4:hover { background-image: url(body/header_menu/header_menu_item4_hover.png); }
#header_menu #m5:hover { background-image: url(body/header_menu/header_menu_item5_hover.png); }
#header_menu #m6:hover { background-image: url(body/header_menu/header_menu_item6_hover.png); }
#header_menu #right{
	position: absolute;
	display: inline-block;
	float: left;
	right: 2px;
}

.merch_item{
	border-top: solid 1px #900;
	padding-top: 10px;
	padding-bottom: 10px;
	
	margin-bottom: 20px;
	text-align: center;
}

.free_dl_covers{
	display: inline-block;
	position: relative;

	padding: 0;
	margin: 0 auto;
	
	list-style-type: none;
	list-position: inside;
	list-style-image: none;
}
.free_dl_covers li{
	display: inline-block;
	width: 250px;
	margin-left: 20px;
	maring-right: 20px;
	
	float: left;
	
	text-align: center;
}

#xport{
	padding-top: 10px;
	text-align: right;
}