a:link {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*/
 }

 #button ul {
 list-style: none;
 margin: 0;
 padding: 0;
 border: none;
 }

 #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;
 }

/* #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: #008BCC url(navbar_on.gif) repeat-x;
 color: #ffffff;/*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;
	
	}


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

/* END OF THE NAV BAR*/

a:hover {color:white;}
a:visited {color:white}


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;
}

#header { 
	background: url(http://www.matobmobile.co.uk/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: 555555;
	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;
}

button.send-btn {
width: 200px;
height: 25px;
color: #000000;
font-size:14pt;
background: #008BCC url(navbar_off.gif) repeat-x;

outline: none;
}
button.send-btn:hover {
background: #008BCC url(navbar_on.gif) no-repeat 0 -25px;
 color: #ffffff;
}
