@import url(./undohtml.css);
@import url(./menu.css);
@import url(./forms.css);
@import url(./catalogue.css);

body {
 	font-family: verdana, arial, sans-serif;
 	font-size:12px;
	line-height:21px;
 	margin:0;
 	padding:0;
 	background-color: #B6B9CA;
}
#wrapper{
	width:800px;
	margin:0 auto;
}
#right{
	background-color: #fff;
	padding:20px;
}
#right ol li {
	padding-left:15px;
	padding-top:5px;
}
#footer{
	position: relative;
	width: 800px; height:15px;
	text-align: center;
	background-color: #fff;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footercontent{
	border-top: solid 2px #ccc;
	margin: 10px;
	padding: 20px 0 20px 0;

}
#header{
	height: 273px;
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#top{
	height: 130px;
	padding-top: 120px;
	width: 370px;
	margin-left: 280px;
	color: #fff;
}
#checkout{
	position:absolute;
	top:280px;
	right: 20px;
	z-index: 90;
}
#main{
	padding:20px;
	text-align: left;
}
/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.nav {
  z-index: 95;
  position: relative;
  text-transform: uppercase;
  padding-left:20px;
  top: 40px;
}
.nav li {
  float: left;
  margin: 0;
  position: relative;
  
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited  {
  color: #fff;
  display: block;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align:left;
}
.nav li a:hover {
  color: #000;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #27314A;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #B6B9CA;
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover  {
  color: #27314A;	
}
.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 16px;
  left: 6px;
}
.nav ul li {
  border: 0;
  float: none;
  top:5px;
}
.nav ul a {
  border:0;
  padding-right: 20px;
  white-space: nowrap;
}
.nav ul a:hover {
  color: #27314A;
}
.nav ul li {
	border-bottom: solid 1px #000;
	}
	

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
