html * {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
body {background:#eeeeee;}
#logo {
	background-image: url(menu/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 169px;
	width: 750px;
	margin: 0px;
	padding: 0px;
}

#logo span {display:none;}

#page {background:white;}

#nav1 {width:72px; height:25px; background:url(menu/nav_1.gif) top left no-repeat; display:block;}
#home {width:86px; height:25px; background:url(menu/mnu_1_home.gif) top left no-repeat; display:block;}
#profile {width:148px; height:25px; background:url(menu/mnu_2_profile.gif) top left no-repeat; display:block;}
#services {width:103px; height:25px; background:url(menu/mnu_3_services.gif) top left no-repeat; display:block; position:relative;}
#enquiry {width:130px; height:25px; background:url(menu/mnu_4_enquiry.gif) top left no-repeat; display:block;}
#contact {width:142px; height:25px; background:url(menu/mnu_5_contact.gif) top left no-repeat; display:block;}
#nav2 {width:69px; height:25px; background:url(menu/nav_2.gif) top left no-repeat; display:block;}

a span {display:none;}

#servicesmenu {
left:0;
top:25px;
	display:block;
	border:1px solid black;
	padding:5px;
	width:175px;
	position:absolute;
	background:white;
	z-index:10;
	visibility: hidden;
}
.serviceslink {display:block; border-bottom:1px dotted black; background:#f6f6f6; padding:4px; margin:0px; font-weight:bold; text-decoration:none;color:#005fd4}
.serviceslink:hover {background:white; color:black; text-decoration:underline;}

.pad5 {padding:15px;}

#footer {width:750px; height:25px; display:block; background:url(menu/copy.gif) top left no-repeat;}
#footer span {display:none;}

.leftimage {float:left; padding:3px; border:1px solid silver;}
.rightimage {float:right; padding:3px; border:1px solid silver;}

.blue {color:#005fd4;}

#bottomlist {width:650px; display:block; padding:10px; background-color:#f6f6f6; border:2px dotted silver; text-align:center; margin:0 auto 0 auto;margin-bottom:15px;}

h1 {font-size:12px; color:#005fd4;}