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

html {
	height:100%;
}
body {
	height:100%; 
	margin:0;
	padding:0;
}
/*
#bg {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
	height:100%;
	z-Index: -1;
}
*/
#content, #wrapper{
    background-image: url("../images/background.png");
    background-position: center -40px;
}
#content {
	margin: 0 auto;
	position:relative; 
	width:700px;
}
header{
	padding-top: 32px;
	height: 180px;
}
section{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 120%;
}
.site_home section
{
	font-size: 110%;
}
footer{
	font-size: 80%; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 30px;
}
table{
    margin: 0 auto;
    max-width: 100%;
}
h5{
	margin-top: 0;
}
div.nav_bar{
	margin-top: 7px;
}
nav{
	margin-top: -32px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: white;
	position: relative;
}

#nav a ,#nav span{
	display: block;
	color: white;
	text-decoration:none;
	font-family: arial;
	margin-left: 25px;
	font-size: 0;
}

#nav li {
	z-index: 5;
	float:left;
	width: 8em;
	color: white;
}

#nav ul {
	position: absolute;
	width: 8em;
    opacity:0;
    visibility:hidden;
	background-color: #67044b;
	padding: .2em;
	margin-left: 20px;
}

#nav li ul li a:before{  
  content: " - ";
}
#nav li ul a{
	display: block;
	color: white;
	text-decoration:none;
	font-family: arial;
	margin: 0;
	font-size: 11pt;
}
#nav li:hover > ul {
    opacity:1;
    visibility:visible;
}

#nav li:hover ul li:hover {
   background-color: black;
}

#nav li.item-101 > a{
	background-image: url("../images/home.png");
	height: 17px;
	margin-left: 35px;
	width: 67px;
}

#nav li.item-105 > a{
	background-image: url("../images/catalogue.png");
	height: 20px;
	width: 101px;
}
#nav li.item-106 > a{
	background-image: url("../images/medialink.png");
	height: 17px;
	margin-left: 40px;
	width: 87px;
}
#nav li.item-107 > a{
	background-image: url("../images/brands.png");
	height: 17px;
	width: 83px;
}
#nav li.item-108 > a{
	background-image: url("../images/enquiries.png");
	height: 20px;
	margin-left: 35px;
	width: 98px;
}