@charset "UTF-8";
/* CSS Document: POP MORTEM */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-color:#FFF;
background-color:#FFF;
background-image:url("images/dot.gif");
margin:auto;
width:832px;
}
img{
	border:none;
	margin: 0px;
	padding: 0px;
}


h1 {
font-weight:normal;
font-size:12px;
}
h2 {
font-weight:Bold;
font-size:12px;
}

p {
font-size:11px;
font-color:#FFF;
}

#header {
width:900px;


}
#nav{
	
	padding:5px 0px 0px 0px;
	margin: 0px;
}
#nav li{
	float: left;
	padding:0px;
	margin: 0px 5px 0px 5px;
	list-style-type: none;
}

li#navfix{
	
	padding:25px 0px 0px 0px;
}

#blackbox {
width:848px;
height:620px;
color: #FFF;
margin-bottom:20px;
background-image:url("images/blackbox.png");
}

#mainbox{
	width:630px;
	margin-left:115px;
	margin-top:120px;
}
#art-mainbox{
	width:680px;
	background-color:#666;
	margin-left:115px;
	margin-top:75px;
}

#infobox{
	width:590px;
	float:left;
	margin-top:250px;
	margin-right:20px;
	padding-left: 10px;
	padding-right: 10px;
}

#about-mainbox{
	width:650px;
	height:408;
	background-color:#333;
	margin-left:115px;
	margin-top:120px;	
}
#shop-mainbox{
	width:650px;
	height:408;
	margin-left:115px;
	margin-top:120px;
	padding-left: 10px;
	padding-right: 10px;
}
#aboutbox{
	width:550px;
	background-color:none;
	margin-left:40px;
	margin-top:20px;
	margin-right:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}

#footer {
width:814px;
background-color:#fff;
margin-top: 0px;
margin-left: 20px;
clear:both;
}

em {
font-style:normal;
background-color:#33FFFF;
}

strong {
font-weight:normal;
color:#000000;
}

.address {
background-color:#00FF00;
font-weight:bold;
}

/* Link States*/
a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #999F;
}
a:active {
	color: #C00;
}


span i{display: none;}

#home{  
	display: block;
	background: url('images/nav-logo.png'); 
	width: 107px;
	height: 289px;
}


#works{  
	display: block;
	background: url('images/nav-works.png'); 
	width: 38px;
	height: 38px;

}

#about{  
	display: block;
	background: url('images/nav-about.png');
	width: 38px;
	height: 38px;
}

#shop{  
	display: block;
	background: url('images/nav-shop.png');
	width: 38px;
	height: 38px;
}

#friend{  
	display: block;
	background: url('images/nav-friends.png');
	width: 38px;
	height: 38px;
}

#contact{ 
	display: block; 
		width: 38px;
		height: 38px;
		background: url('images/nav-contacts.png');

}

#site{ 
	display: block; 
	background: url('images/nav-im.png');
	width: 38px;
	height: 38px;
}


#site:hover,#contact:hover,#friend:hover,#shop:hover,#about:hover,#works:hover,#home:hover
 { background-position: 50% 100%; }



