@import url("../styles/nav.css");
html, body{
	font-family: Arial, Verdana, Helvetica;
	font-size:13px;
	line-height:17px;
	text-align:left;
	color:#555;
	margin:0;
	border:0;
	padding:0;
	background:url(../images/bg.gif) repeat-x #eeeeef;
}
img{
	margin:0;
	border:0;
	padding:0;
	display:block;
}
p{
	margin:0;
	border:0;
	padding:0 10px 0 0;
}
a{
	color:#c24a4a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	margin:0;
	border:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
}
ul{
	margin:0;
	border:0;
	padding:10px 10px 10px 20px;
}
li{
	list-style-image:url(../images/li.gif);
	margin:0;
	border:0;
	padding:0;
}
#logoheader{
	padding:10px 0 10px 15px;
}
#container{
	width:759px;
	margin:auto;
	padding:0 0 59px 0;
}
#shadow{
	width:759px;
	background:url(../images/bg_shadow.gif) no-repeat;
	height:73px;
}
#content_top{
	width:759px;
	height:11px;
}

#content{
	height:477px;
	width:757px;
	background:#FFFFFF;
	border-left:1px solid #d2d3e0;
	border-right:1px solid #d2d3e0;	
}

#content_bottom{
	width:759px;
	height:11px;
}

#main{
	float:left;
	width:435px;
	padding:0 0 0 11px;
}

#header{
	height:115px;
}

#title{
	padding:8px 0 5px 0;
}

#scrolling_area{
	width:425px;
	height:329px;
	overflow:auto;
	padding:0 10px 5px 0;
}

#copyright{
	text-align:center;
	font-size:11px;
	color:#CCCCCC;
	padding:20px 0 0 0;
}
#copyright a{
	color:#CCCCCC;
	text-decoration:underline;
}

#copyright a:hover{
	color:#999999;
}

/* the team */

h2{
	font-size:14px;
	font-weight:bold;
	background:#ededed;
	padding:3px 0;
	margin:0 0 5px 0;
	clear:both;
}

span.titles{
	font-size:10px;
	font-weight:normal;
}

.teamtext{
	
}

.teamtext img{
	float:right;
	padding:0 0 0 5px;
}

a.backtotop{
	display:block;
	float:right;
	margin:10px;
}

.line{
	border-top:1px solid #e1e1e8;
	margin:10px 0 10px 0
}

.testd{
	color:#72718d;
}

a.maplink{
	display:block;
	float:right;
	width:250px;
	border:2px solid #e4e8f4;
	margin:0 1px 20px 0;
}
a.maplink:hover{
	border:2px solid #cbd1e2;
	text-decoration:none;
}

span.enlarge{
	display:block;
	position:absolute;
	background:#FFFFFF;
	margin:141px 0 0 0;
	width:248px;
	padding:1px;
	text-align:center;
	color:#000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

a.maplink:hover span.enlarge{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

a.enquirylink{
	font-size:14px;
	font-weight:bold;
	color:#616076;
}

input{
	font-size: 10px;/*	width:250px;
*/}
.enquiry_width {
	width: 250px;
	background-attachment: scroll;
	background-image: url(../images/white.gif);
	background-repeat: repeat;
}
.enquiry_width_req {
	width: 250px;
	background-attachment: scroll;
	background-image: url(../images/yellow.gif);
	background-repeat: repeat;
}
.efgbutton{
	width:70px;
}

.invalid{
	background:#e4e8f4;
}

.service_tbl {
	border-collapse:collapse;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-image: url(../images/table-bg.gif);
	background-repeat: repeat-y;
}
.service_tbl  td {
	margin: 0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.service_tbl .heading {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.service_tbl .heading-right {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

.service_tbl .label {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.service_tbl .price {
	text-align: center;
	width:60px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
