html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
height:100%; 
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
border:0;
background-color:#000000;	
font-family:"Times New Roman", Times, serif;
font-size:13px;
color:#FFFFFF;
}

body.background{
	/*background-color:#000000;*/
	height:100%; 
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
border:0;
	background:url("errance/BackPage2.jpg");
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
}

.nobackground {
}

#head, #head2 {
position:fixed; 
margin:0; 
top:0; 
right:18px; 
display:block; 
width:100%; 
height:100px; 
z-index:5; 
background-color:#000000;
}

#content {
display:block; 
height:100%; 
max-height:100%; 
overflow:auto; 
padding-right:200px; 
padding-left:200px;
position:relative; 
z-index:3;
}

#foot {
position:fixed; 
margin:0; 
bottom:-1px; 
right:18px; 
display:block; 
width:100%; 
height:50px; 
z-index:4;
}

#right {
position:fixed; 
right:18px; 
top:0; 
height:100%; 
width:200px; 
z-index:4;
filter:alpha(opacity=60);
-moz-opacity:0.6;
}

#left {
position:fixed;  
top:0; 
height:100%; 
width:200px; 
z-index:4;
}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:150px;}
#catalog {display:block; height:350px;}

* html #head, * html #head2, * html #foot,* html #right, * html #left {
position:absolute;
}

#head ul {
	list-style:none;
	text-align:center;	
	margin:0 auto
}

#head  li {
	float:left;
}

/*#head  a {
	cursor:pointer;	
	text-decoration:none;
	color:#999999;
	font-size:14px
}

#head  a:hover {
	color:white;
}*/

#right ul {
	list-style:none;
}

#right a {
	cursor:pointer;
	display:block;	
	width:10px;
	height:11px;
	text-decoration:none;
	color:#999999;	
	background-image:url("images/sphere.jpg");
	background-repeat:no-repeat;
}

#right a:hover {
	color:white;
	font-size: larger;
	background-image:url("images/sphereover.jpg");
	background-repeat:no-repeat
}

#right a span {
	margin-left:25px;
	font-size:12px;
	font-family:Sylfaen;	
}

a#submenuselected {
	cursor:default;
	color:white;
}

a#selected {
	cursor:default;
	display:block;	
	width:10px;
	height:11px;
	text-decoration:none;
	color:white;	
	background-image:url("images/sphereover.jpg");
	background-repeat:no-repeat;
}


a {
	cursor:pointer;
}

#images-wrapper {
        text-align: center;
}

#images {
        /* text-align is inherited; reset it */        
        margin-left: auto;
        margin-right: auto;
}

div#column a {
  margin-left:auto;
  margin-right:auto;  
}

a.borderimg {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

a.noborderimg {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

#backmenu {
  position: absolute; right: 50px; top: 10px;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#prices {
	visibility:visible;
	width:320px;
	height:350px;
	overflow:auto;
	position:absolute;
	top:130px;
	right:50px;
	z-index:25;
	background-color:#666666;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	border-style:groove;
	border-width:thin;
}
#prices fieldset {
    margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
}

#p {
  	visibility:hidden;
	width:320px;
	height:170px;
	overflow:auto;	
	z-index:25;
	background-image:url(images/catalog-font.jpg);
	filter:alpha(opacity=60);	
	-moz-opacity:0.6;		
}

#p fieldset {
    margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
}

.iprices {
   
	width:320px;
	height:260px;
	overflow:hidden;
	position:absolute;
	top:200px;
	right:40px;	
	border:none;
	z-index:25;
}

#catalog a.showcat {
	background:url(images/catalogue.jpg);
	width:106px;
	height:34px;
	display:block;
}

#catalog a.hidecat {
	background:url(images/close.jpg);
	width:106px;
	height:34px;
	display:block;
}


#menu {   
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu li {
   float:left;  
}
            
#menu li a {    
	display:block;
	width:16px;
	height:16px;
    text-decoration: none;	
	border:none;
	outline:none;
    background-image: url("images/ess-sphere.jpg");
	background-repeat: no-repeat;
}
             
#menu li a:hover {   
    background-image: url("images/ess-sphereover.jpg");
}

ul.submenu {   
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.submenu li {
   float:left;  
}
            
ul.submenu li a {    
	display:block;
	width:11px;
	height:11px;
    text-decoration: none;	
	border:none;
	outline:none;
    background-image: url("images/ess-sphere2.jpg");
	background-repeat: no-repeat;
}
             
ul.submenu li a:hover {   
    background-image: url("images/ess-sphereover2.jpg");
}

ul#links {
	list-style:square;
}

ul#links li {    
	color:#999999
}

ul#links a {
	text-decoration: none;
	outline:none;
	color:#999999;
	cursor:pointer;
}

ul#links a:hover {
	text-decoration: none;
	outline:none;
	color:#CCCCCC;
	cursor:pointer;
}