﻿html,body {
	background-image:url('../images/layout/splashbg.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	height:100%;
	font-family:"Verdana";
	font-size:10px;
	color:#000000;
}

img {
	border: 0;
}

option {
	margin:0;
	padding:0;
}

#container {
	margin:0px auto;
	width:884px;
}

#mainsplash {
	float: left;
	width: 884px;
	height: 548px;
}

#divfirstdd {
	float: left;
	margin-left: 41px;
	margin-top:12px;
	width: 189px;
}

.divdd {
	float: left;
	margin-left: 15px;
	margin-top:12px;
	width: 189px;
}

#divservicesleft {
	background-color: #68696a;
	float: left;
	margin-top:12px;
	margin-bottom:12px;
	margin-left: 41px;
	width: 612px;
	height: 50px;
	text-align: center;
}

#divservicesright {
	background-color: #68696a;
	float: left;
	margin-top:12px;
	margin-bottom:12px;
	margin-right: 41px;
	width: 190px;
	height: 47px;
	padding-top:3px;
	text-align: left;
}

#splashlogo {
	float: left;
	margin-top:12px;
	margin-bottom:12px;
	width: 884px;
	height: 146px;
	text-align: center;
}

#footerleft{
	float: left;
	margin-left: 18px;
	width: 275px;
	height: 53px;
}

#footerright{
	float: right;
	width: 205px;
	height: 53px;
}

.cat1dd {
	width: 190px;
	background: #a2433c;
	color: #FFFFFF;
}

.cat2dd {
	width: 190px;
	background: #32b34c;
	color: #FFFFFF;
}

.cat3dd {
	width: 190px;
	background: #55b6d9;
	color: #FFFFFF;
}

.cat4dd {
	width: 190px;
	background: #f79221;
	color: #FFFFFF;
}

.cat5dd {
	width: 190px;
	background: #68696a;
	color: #FFFFFF;
}

.catnotselected {
	background: #FFFFFF;
	color: #000000;
}

.cat1selected {
	background: #a2433c;
	color: #FFFFFF;
}

.cat2selected {
	background: #32b34c;
	color: #FFFFFF;
}

.cat3selected {
	background: #55b6d9;
	color: #FFFFFF;
}

.cat4selected {
	background: #f79221;
	color: #FFFFFF;
}

.cat5selected {
	background: #68696a;
	color: #FFFFFF;
}