@import url("catalogue.css");

html, body{ 
 font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color:#000;
 margin:10px; 
 padding:0; 
 /*text-align:center;*/ 
scrollbar-3dlight-color:#860000;
           scrollbar-arrow-color:#fff;
           scrollbar-base-color:;
           scrollbar-track-color:#fff;
           scrollbar-darkshadow-color:#000;
           scrollbar-face-color:#860000;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:;
		   }

p {
font-size:.8em;
}
h4{
font-weight:300;} 
#pagewidth{ 
 width:727px; 
 text-align:left;  
/*margin-left:auto; 
 margin-right:auto;*/
 }
 .minilogo{
 background-image: url(Resources/mini-logo.jpg);
 background-repeat:no-repeat;
 background-position: 0 0;  
} 
 
#header{
 position:relative; 
 height:70px;
 width:100%;
 margin:10px 0 10px 0;
	font-size:.7em;
 
}

#header ul {
list-style: none;
margin:20px 0 30px 0;
padding: 50px 0 5px 0;
text-align:center;
border-bottom: solid #860000 1px;

}
#header li {
display: inline;
}
#header a:link, #header a:visited {
padding: 3px 8px 2px 8px;
color: #666;
text-decoration: none;

}
#header a:hover {

}

.borderleft {
border-left: 1px solid #666;
} 
.floatleft{
float:left;
clear:right;
padding: 5px 5px 0 0;

}

.floatright {
float:right;
padding: 5px 0 5px 5px;
}
.pos_ab{
font-size:110%;
font-weight:600;
color:#666;
position:absolute;
right:0px;
top:20px;}


#leftnav{
 width:110px;
 height:200px; 
 float:left;
 margin:0px 0 0 0; 
 position:relative;
 top:60px;
 background-image:url(Resources/leftnavbottom.gif);
 background-position:bottom;
 
 }
 
  #leftnav ul {
list-style:none;
margin:0;
padding:0;
background-image:url(Resources/leftnavtop.gif);
background-position:top;
background-repeat:no-repeat;
}
#leftnav a {
padding: 3px 10px 2px 10px;
font-size:.8em;
color:#666;
text-decoration:none;
}
#leftnav a:hover {
color: #860000;
}
 #content{
 margin:20px 0 0 0;}
#maincol{
 float: right; 
 display:inline; 
 position: relative;
 margin-top:30px; 
 width:570px; 
 }
 
#footer{
height:55px; 
 margin:30px 0 100px 0;
  clear:both;
 border-top: solid #860000 1px;
	font-size:.8em;
	text-align:center;
 } 
#footer a {
text-decoration:none;
color:#666;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
