@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/splash_bgtop.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}
.preload {
	display: none;
}
#barbg {
	background-image: url(images/splash_barbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 88px;
	position: absolute;
	top: 206px;
	width: 100%;
	z-index: 5;
}
#mainimage {
	background-image: url(images/splash_mainimage.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0px;
	width: 502px;
	z-index: 10;
}
#content {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 15;
}
#wrapper {
	margin: auto;
	width: 1004px;
}
#logo {
	background-image: url(images/splash_logo.jpg);
	background-position: left 21px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 174px;
	width: 546px;
}
a.contactbutton:link, a.contactbutton:visited {
	background-image: url(images/splash_contactbutt.jpg);
	display: block;
	float: right;
	height: 31px;
	width: 186px;
}
a.contactbutton:hover, a.contactbutton:active {
	background-image: url(images/splash_contactbutt_over.jpg);
}
.contactbutton span {
	display: none;
}
a.franchisebutton:link, a.franchisebutton:visited {
	background-image: url(images/splash_franchisebutt.jpg);
	display: block;
	float: right;
	height: 32px;
	margin: 39px 12px 0px 0px;
	width: 173px;
}
a.franchisebutton:hover, a.franchisebutton:active {
	background-image: url(images/splash_franchisebutt_over.jpg);
}
.franchisebutton span {
	display: none;
}
#menu {
	display: block;
	float: left;
	height: 32px;
	width: 546px;
}
#flash {
	display: block;
	float: left;
	height: 88px;
	text-align: center;	
	width: 546px;
}
#welcome {
	color: #333333;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 26px 26px 41px 6px;
	text-align: justify;
	width: 514px;
}
#buttons {
	display: block;
	float: left;
	margin: 0px 26px 45px 6px;
	text-align: left;
	width: 514px;
}
#footerblock {
	background-image: url(images/splash_designations.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 35px;
	margin: 0px 26px 10px 6px;
	text-align: right;
	width: 514px;
}
#footerblocktext {
	display: block;
	float: right;
	height: 35px;
	margin-right: 75px;
	padding-top: 3px;
	text-align: right;
	width: 325px;
}
