html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/bg3_new.gif);
	}
	
	
	
	
	#containerenquiry {
	position: relative;
	width: 430px;
	height: 425px;
	margin:0 auto;
	background-image:url(../images/bg-enquiry.gif);
	}
	
	
	
	
#container {
	min-height:100%;
	position:relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #6A6A6A;
	background-color: #363636;
	overflow: hidden;
	}
#menu {
	margin: 0px;
	padding: 0px;
	background-color: #393937;
	height: 47px;
	width: 960px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #484847;
	border-bottom-color: #484847;
}
#header {
	height: 73px;
	width: 960px;
	background-image: url(../images/slices/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#content {
	padding-bottom:100px;
	width: 960px;
	background-color: #333333;

}
#footer {
	position:absolute;
	bottom:-5px;
	width:100%;
	height:50px;
	background-repeat: no-repeat;
	background-color: #333333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4f4f4f;
	clear: both;
	left: -2px;
}
.clear {
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
	background-color: #333333;
}
.firstletter {
	color: #669999;
	font-weight: bold;
}

.miniheader-glow {
	color: #669999;
	font-weight: bold;
}


#footerhome {
	position:absolute;
	width:100%;
	height:117px;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4f4f4f;
	background-image: url(../images/slices/footer.gif);
	background-position: bottom;
	margin-top: 10px;
}
.menuhighlite {

	color: #669999;
	font-weight: normal;
}
.highlite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	padding-right: 15px;
	padding-left: 15px;
}
