@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;	
	overflow: -moz-scrollbars-vertical; 
	min-height: 100%;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #a9b2b3 url(../_img/solaris.jpg) no-repeat bottom center;
	background-attachment: fixed;
}
a, a:visited {
	color: #4e382a;	
}
a:hover, a:visited:hover {
	color: #a38c5c;	
}
p {
	margin-bottom: 1.4em;
	line-height: 1.2em;
}
#content {
	width: 860px;
	margin: 0px auto;
}
#offset {
	margin-left: 290px;	
}
#header {
	padding-top:25px;	
}
#header {
	width: 396px;
	margin: 0px auto;
}
#header h1 a {
	display: block;
	background: url(../_img/heartbeater.png) no-repeat;
	width: 396px;
	height: 135px;
	text-indent: -9999px;
}
#header ul {
	margin-left: 1px;	
	margin-top: 10px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	background: url(../_img/navigation.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	float: left;
}
#header ul li.news a {
	width: 60px;
	background-position: 0px 0px;
}
#header ul li.news a:hover,
body.news #header ul li.news a {
	background-position: 0px -40px;	
}
#header ul li.shows a {
	width: 80px;
	background-position: -60px 0px;
}
#header ul li.shows a:hover,
body.shows #header ul li.shows a {
	background-position: -60px -40px;	
}
#header ul li.media a {
	width: 70px;
	background-position: -140px 0px;
}
#header ul li.media a:hover,
body.media #header ul li.media a {
	background-position: -140px -40px;	
}
#header ul li.contact a {
	width: 92px;
	background-position: -210px 0px;
}
#header ul li.contact a:hover,
body.contact #header ul li.contact a {
	background-position: -210px -40px;	
}
#header ul li.asterik {
	display: block;
	width: 18px;
	height: 40px;
	margin-left: 7px;
	margin-right: 6px;
	background: url(../_img/navigation.png) no-repeat -302px 0px;
	text-indent: -9999px;
	float: left;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#footer {
	text-align: left;
	width: 100%;
    height: 177px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #000;
	background: url(../_img/martian_base.png) no-repeat bottom center;
}
#footer .container {
	width: 860px;
	margin: 0px auto;
}
#footer .copy {
	text-indent: -9999px;	
}
#footer #spire {
	width: 59px;
	height: 163px;
	position: relative;
	left: 172px;
	top: -163px;
	background: url(../_img/martian_spire.png) no-repeat;
}
#goods {

}
#goods .inner {
	width: 390px;	
	margin: 20px auto 220px auto;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
h3 {
	font-size: 12px;	
	color: #7b7978;
	font-weight: normal;
	padding-bottom: 10px;
}
.item {
	padding-bottom: 22px;	

}
dl.showList {
	line-height: 1.2em;	
	margin-left: 100px;
}
dl.showList dt {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
dl.showList dd {
	margin-bottom: 22px;	
}

dl.showList dd .location {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 8px;
}
dl.contactList {
	z-index: 999;	
}
dl.contactList dt {
	font-weight: bold;
	width: 90px;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	margin-bottom: 10px;
	padding-top: 3px;
}
dl.contactList dd {
	margin-bottom: 10px;	
}
ul#subnav {
	margin-left: 122px;	
}
ul#subnav li a {
	padding-right: 20px;
	background: url(../_img/asterik.png) no-repeat center right;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	text-decoration: none;
}
ul#subnav li:last-child a {
	background: none;	
}
h4.title {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;	
	color: #4c4c4c;
	font-size: 13px;
}
div.hr {
	background: url(../_img/hr.png) no-repeat;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
body.media div.item {
	margin-top: 10px;	
}
body.media div.item .cover {
	width: 95px;
	float: left;
	margin-right: 15px;
}
body.media div.item .mediaContent {
	width: 270px;	
	overflow: hidden;
	float: left;
}
div.spacer {
	height: 12px;	
}
ul.videoList {
	margin-top: 11px;
}
ul.videoList li div.img {
	
}
ul.videoList li div.img img {
	width: 120px;
	height: 90px;
}
ul.videoList li div.img a {
	display: block;
	width: 120px;
	height: 90px;
	float: left;
	margin-right: 11px;
	border-right: 2px solid #4e382a;
}
ul.videoList li div.desc {
	padding-top: 7px;
	margin-left: 130px;
	line-height: 1.2em;
}
ul.videoList .watch {
	margin-top: 12px;	
}
ul.videoList .watch a {
	padding: 2px 5px;
	background-color: #7d8384;
	color: #a9b2b3;
	text-decoration: none;
	font-size: 12px;
}
ul.videoList .watch a:hover {
	color: #FFF;	
}
ul.photoList {
	margin-top: 11px;	
}
ul.photoList li {
	display: inline;
}
ul.photoList li a {
	display: block;
	width: 120px;
	height: 120px;
	text-indent: -30px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #828180;
}
ul.photoList li a img {
	max-width: 180px;
	height: auto;
}
a.credit {
	font-size: 11px;
	float: right;
	padding-right: 12px;
}
#contentnews .item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
