/*/////////////////////////////////////////////////////////////// Main Body Properties //////////////////////////////////////////////////////////////////*/

* {
	padding: 0em;
	margin: 0em;
}

body {
	margin: 0 auto;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: medium; font-weight: normal; color: #000;
	background: #fff;
	text-align: center;
}

#outer {
	margin: 0 auto;
	min-height: 565px;
	width: 975px;
	background-color: #fff;
	z-index: 4;
	background: url(images/side-lines.png) repeat-y 50% 0%;
	text-align: left;
}

/*//////////////////////////////////////////////////////////////// Splash Properties ////////////////////////////////////////////////////////////////////*/

#outer-splash {
	margin: 0 auto;
	min-height: 580px;
	width: 975px;
	background-color: #fff;
	background: url(images/max-splash.jpg) no-repeat 50% 0%;
	text-align: center;
}

#header-box-splash {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 176px;
	margin-bottom: 10px;
}

#banner-splash {
	margin: 0 auto;
	width: 767px;
	height: 130px;
	position: relative;
	top: 38px;
	left: -15px;
	text-align: center;
	float: right;
}

#sidebox-splash {
	width: 150px;
	min-height: 380px;
	position: relative;
	left: 20px;
	top: -190px;
	float: left;
	padding-top: 10px;
}

#sidebox-splash img {
	border: none;
}

#strapline {
	margin: 0 auto;
	text-align: center;
	width: 600px;
	height: 35px;
	float: right;
	position: relative;
	top: 360px;
	right: 170px;
	color: #fff;
}

#infobox-left {
	width: 184px;
	height: 149px;
	background: transparent;
	float: right;
	clear: both;
	position: relative;
	top: 75px;
	left: -170px;
	z-index: 8;
}

#infobox-left img {
	border: none;
	outline: none;
}

#infobox-left a {
	border: none;
	outline: none;
}

#infobox-right {
	width: 235px;
	height: 200px;
	background: transparent;
	float: right;
	clear: both;
	position: relative;
	top: 120px;
	right: 650px;
	z-index: 8;
}

#infobox-right img, #infobox-right a {
	border: none;
	outline: none;
}

#hosttag p {
	color: #0099cc ;
	font-size: 9pt;
	font-weight: regular;
}

/*//////////////////////////////////////////////////////////////// Header Properties ////////////////////////////////////////////////////////////////////*/

#header-box {
	margin: 0 auto;
	position: relative;
	width: 975px;
	height: 176px;
	background: url(images/stitch.gif) 50% 100% repeat-x;
	margin-bottom: 10px;
}

#label {
	width: 144px;
	height: 175px;
	float: left;
	position: relative;
	top: 0;
	left: 20px;
	border: none;
}

#banner {
	margin: 0 auto;
	width: 768px;
	height: 130px;
	position: relative;
	top: 38px;
	left: 47px;
}


/*/////////////////////////////////////////////////////////////// Main Menu Properties /////////////////////////////////////////////////////////////////*/

#menu {
	width: 770px;
	height: 34px;
	position: absolute;
	top: 5px;
	left: 190px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 110px;
	height: 34px;
}

#menu a {
	display: block;
	width: 110px;
	height: 34px;
	background: url(images/button.png) 50% 0% no-repeat;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 0 0;
	color: #fe5586;
	outline: none;
	border: none;
}

#menu a:link, #menu a:visited, #menu a:active  {
	text-decoration: none;
	border: none;
	outline: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background-image: url(images/button-on.png);
	color: #fff;
}


/*////////////////////////////////////////////////////////////////// Side Bar Properties //////////////////////////////////////////////////////////////*/

#sidebox {
	width: 150px;
	min-height: 365px;
	position: relative;
	left: 30px;
	padding: 5px 0 0 0;
	z-index: 3;
}

#sidebox p {
	font-size: 9pt;
}

#sidebox p span {
	font-weight: bold;
	color: #000;
}

#maximg {
	position: relative;
	left: -10px;
	margin-top: 20px;
}

/*////////////////////////////////////////////////////////////// Main Content Area Properties //////////////////////////////////////////////////////////*/

#main {
	width: 765px;
	min-height: 360px;
	position: relative;
	left: -15px;
	float: right;
}

#main-img {
	margin: 0 auto;
	text-align: center;
	width: 290px;
	height: 350px;
	float: right;
	position: relative;
	top: 25px;
	padding-right: 10px;
}

#linkbox {
	width: 154px;
	height: 398px;
	float: right;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 10px;
}

#findusimg{
	float: right;
	margin: 20px 15px 10px 10px;
	text-align: center;
}

#findusimg iframe{
	border: 2px solid #fe5586;
}

#findusimg a {
	font-weight: bold;
	font-size: 10pt;
	color: #fe5586;
	text-decoration: none;
}

#findusimg a:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////////////////// Gallery Properties ///////////////////////////////////////////////////////////////*/

.gallery-thumb, .gallery-active, gallery-blank {
	width: 224px; height: 64px;
	margin: 20px 0 15px 0px;
}

.gallery-thumb {
	background: url(images/gallery-off.jpg) 50% 50% no-repeat;
}

.gallery-active {
	background: url(images/gallery-on.jpg) 50% 50% no-repeat;
}

.gallery-blank {
	background: #fff;
}

.gallery-thumb img, .gallery-active img {
	width: 50px;
	height: 50px;
	margin: 7px;
	float: left;
	border: none;
}

.gallery-thumb h4, .gallery-active h4 {
	font-size: 9pt;
	font-weight: bold;
	line-height: 200%;
}

.gallery-thumb a:link, .gallery-active a:link, .gallery-thumb a:visited, .gallery-active a:visited {
	display: block;
	width: 224px;
	height: 64px;
	outline: none;
	border: none;
}

.galtext {
	position: relative;
	top: -60px;
	left: 64px;
}

.galtext a:link, .galtext a:visited, .galtext a:active {
	text-decoration: none;
	color: #000;
}

#gallery {
	margin: 0 auto;
	text-align: center;
	width: 427px;
	height: 350px;
	float: right;
	position: relative;
	top: 15px;
	right: 40px;
}

#galleryimg {
	width: 427px;
	height: 320px;
}

.previous {
	position: relative;
	left: -12px;
	top: 10px;
	cursor: pointer;
}

.next {
	position: relative;
	left: 12px;
	top: 10px;
	cursor: pointer;
}

/*////////////////////////////////////////////////////////////// General Text Properties //////////////////////////////////////////////////////////*/

p span, a span {
	font-weight: bold;
	color: #fe5586;
}

h2 {
	padding-top: 20px;
	color: #fe5586;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////////////////// Footer Properties ///////////////////////////////////////////////////////////////*/

#footer {
	margin: 0 auto;
	width: 975px;
	height: 25px;
	background: url(images/bottom-line.png) no-repeat 50% 100%;
	z-index: 2;
}