body, html {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;/*** Centers the design in old IE versions ***/
	height: 100%;
}


/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	height:90px;
	vertical-align: bottom ;
}



/* ----------container to center the layout-------------- */
#container {
	background-image: url(/images/line-background.gif); background-repeat:repeat-y; background-position:center;
	width: 990px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}



/* ----------banner for links-------------- */
#links {
	padding: 0px;
	margin: 0px;
	background-color: #999999;
	height:23px;
}

/* -----------------content--------------------- */

#content {
 
	float: left;
	text-align:left;
	margin: 0px;
	padding: 15px;
	width: 505px;
 width/**/:/**/ 475px; /*** This is for IE 6 and above and FF ***/  
}


/* --------------left navi------------- */
#rightcol {
	float: left;
	padding: 0px;
	margin-right: 0px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height:18px;
	background-color:#FFFFFF;

}



/* -----------box outer--------------------------- */
.box_outer {
	
	width: 483px; 
	border-bottom:#CCCCCC 2px solid; 
	overflow: hidden;
}



/* -----------box text--------------------------- */
.box_outer .text {
	float:left; 
	width:210px; 
    width/**/:/**/ 210px; /*** This is for IE 6 and above and FF ***/  
	padding: 15px; 
	align:right;
	font-size: 10px;
	
}

/* -----------box pic--------------------------- */
.box_outer .pic {
	float:left; 
	width:240px; 
	float:right; 
	text-align: right;
}


.pic_hover:hover {
	
	background:transparent; z-index:1;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
 	-moz-opacity: 0.50; opacity:0.5;	
}



#linksMain {
	 padding: 0px;
	 margin: 0px;
	 height:37px; 
	 
	 background-position:top; 
	 background-repeat:repeat-x;
}

#enq_pos{float:right; height:20px; margin-top:60px; margin-right:0px; padding:0 9px 0 0}
#enq_pos a {color:#FFFFFF; font-size:12px; font-weight:bold;}



#keyfeatures {
	float: left;
	padding: 15px;
	margin-right: 0px;
	width:430px;

}


input { background-color: #F5F5F5; }

textarea { background-color: #F5F5F5; font-family: Arial, Helvetica, sans-serif;}

label{width: 165px; float: left; text-align: right; margin-right: 10px; display: block; border: solid #000000 0px; }

.text {width:450px;  width/**/:/**/ 450px; /*** This is for IE 6 and above and FF ***/  padding: 15px; align:right;font-size: 10px;}


.formButtonInline {
	border-style: double; 
	border-color: rgb(204, 204, 204) rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204); 
	border-width: 3px; 
	width: auto; 
	background-color: rgb(238, 238, 238); 
	background-image: url(http://www.macromedia.com/images/master/background_form_element.gif); 
	background-repeat: repeat-x; 
	color: rgb(51, 51, 51); 
	font-size:10px; 
	font-weight: bold; 
	font-family: Verdana,Helvetica,Arial,sans-serif;
	display:inline;
	margin-left:10px;
	border:
}



#SearchBox { font-size:10px; width:125px; height:12px; margin-bottom:3px; background-color:#CCCCCC;}


.groupCellWrapper {float:left; width:180px;}


.groupCell {padding:5px 10px 10px 10px; height:87px;}


.groupLinks {float:left; width:75px; font-size:11px; text-decoration:none; color:#999999; margin:0; padding:0;}
.groupLinks:hover {color:#000000;}
.groupLinksLong {float:left; width:150px; font-size:11px; text-decoration:none; color:#999999; margin:0; padding:0;}
.groupLinksLong:hover {color:#000000;}
.groupCellDiv { height:3px; background-color:#CCCCCC;}


#imageContainer {
	z-index:0; 
	margin: auto;
	overflow:hidden;
	position:relative;
}

#imageContainer img {
	display:none; 
	float:left;
	top:0; left:0;
	z-index:0; 
	position:absolute;
}





.widthfull { width:100%;}





