a:link {color:white;}
a:visited {color:white;}
img {border-style: none;}
/*navbar div*/
#button {
margin-top: 40px;
 width: 12em;
 border-right: 1px solid #CCCCCC;
 padding: 0 0 1em 0;
 margin-bottom: 1em;
 font-family: 'Trebuchet MS', 'Lucida Grande',
 Verdana, Lucida, Geneva, Helvetica,
 Arial, sans-serif;
 background-color: #008BCC;
 color: #FFFFFF; /*link off*/
 a:visited {color:white;}
 }

 #button ul {
 list-style: none;
 margin: 0;
 padding: 0;
 border: none;
 a:visited {color:white;}
 }

 #button li {
 border-bottom: 1px solid #CCCCCC; /*thin border*/
 margin: 0;
 }

 #button li a {
 display: block;
 padding: 2.5% 2.5% 2.5% 0.5em;
 border-left: 10px url(navbar_off.gif) repeat-x;	/*left side*/
 border-right: 10px url(navbar_off.gif) repeat-x; /*right side*/
 background: #008BCC url(navbar_off.gif) repeat-x; /*off colour*/
 color: white;
 text-decoration: none;
 width: auto;
 min-width: 100px;
 a:visited {color:white;}

 }

/* #button li a {
 width: auto;
 } */

 #button li a:hover {
 border-left: 10px url(navbar_on.gif) repeat-x;
 border-right: 10px url(navbar_on.gif) repeat-x;
 background: #67C8FF url(navbar_on.gif) repeat-x;
 color: #707070;/*link over colour*/

 }

ul li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	border-right: 1px solid #CCCCCC;
	left: 160px;
	top: 0;
	display: none;
	border-bottom: 1px solid white; /*thin border*/
		margin: 0;
		list-style: none;
	a:visited {color:white;}
	}


li:hover ul, li.over ul { 
	display: block; }
	

/* END OF THE NAV BAR*/

a:visited {color:#707070;}


body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	font-family: "arial";
	font-weight: bold;
	font-size: 10pt;
	color: #555;
	a:hover {color:#008BCC;}

}

#header { 
	background: url(http://www.emporialifeplus.com/images/uksno1matobmobile_blue.gif) no-repeat 5px 0px;
	margin-top: 20px;
	padding: 10px;
	padding-left:400px;
	height: 100px;;
}
#left {
	position: absolute;
	left: 15px;
	top: 113px;
	z-index: 3;
	
}
#center {
	position: relative;
	top: 10px;
	margin-left: 230px;
	margin-right: 200px;
	max-width: 100%;
	min-width: 40%;

}
#center2 {
	color: gray;
	position: relative;
	top: 10px;
	margin-left: 230px;
	margin-right: 200px;
	max-width: 100%;
	min-width: 40%;

}
#content {
	position: static;
	float: left;
	background: white;
	width:100%;
	max-width: 720px;
	min-width: 480px;
}
#collapse {
	position: part-relative;
	padding-left: 65px;
	padding-right: 10px;
	float: right;
}	
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

