/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
background:#0291BF;
margin:0px;
}
#container {
width:850px;
background:#ffffff;
margin:auto;
}
#header{
height:120px;
}
#contents{
clear:both;
}
h3{
font-size:14px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#2B7EAC;
}
.bimg{
border:1px solid #666666;
padding:3px;
margin-bottom:5px;
}
.bimg1{
border:1px solid #0080C0;
padding:3px;
}
#footer{
height:40px;
background:#0291BF;
border-top:4px solid #4B727E;
font-size:10px;
color:#666666;
}
#footer a{
color:#e2e2e2;
text-decoration:none;
font-size:10px;

}
.brclear{
clear:both;
}
#stockists{
width:400px;
float:right;
padding:5px;
min-height:300px;
}
a{
text-decoration:none;
color:#E17100;
}
a:hover{
color:#999999;
}
.frmtxt{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #000000;
}
.sideLinks{
border-left:3px solid #eeeeee;
width:160px;
text-align:left;
padding-left:5px;
margin-bottom:8px;
}
.sml{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:14px;
}
/**************** menu coding *****************/
#menu {
width: 850px;
background: #efefef;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 106px;
float: left;
}

#menu a{
font: 10px arial, helvetica, sans-serif;
text-transform:uppercase;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

