@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	text-align: center;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}

#container-home {width: 1000px; height: 550px; border: 2px solid #ffffff; margin: 0 auto; background-color: #000000;}

/* Navigation */
#navspace {float: left; width: 125px; background-color: #111111; height: 550px; display: inline; position: relative;}
#menu {float: left; width: 125px; text-align: left; background-color: #111111; padding-top: 185px; display: inline;}

.nav {font-family: Verdana, Arial; font-size: 11px; color: #ffffff; text-decoration: none;}
.nav:link, .nav:visited {font-family: Verdana, Arial; font-size: 11px; color: #ffffff; text-decoration: none;}
.nav:hover, .nav:active {font-family: Verdana, Arial; font-size: 11px; color: #666666; text-decoration: none;}
.navsel {font-family: Verdana, Arial; font-size: 11px; color: #666666; text-decoration: none;}
.navsel:link, .navsel:visited {font-family: Verdana, Arial; font-size: 11px; color: #666666; text-decoration: none;}
.navsel:hover, .navsel:active {font-family: Verdana, Arial; font-size: 11px; color: #666666; text-decoration: none;}

/* General */
#bigimage {float: left; display: inline;}
.inlineimager {float: right; margin-left: 20px; margin-bottom: 5px; border: 1px solid #ffffff;}
#textcontain {
	float: left;
	width: 485px;
	text-align: center;
	margin-top: 40px;
	height: 510px;
} 
#textarea {float: left; width: 400px; text-align: left; margin-left: 40px;} 
#thumbcontain {float: left; text-align: center; margin-top: 40px; margin-left: 40px;} 

/* Home */
#smallimagecontain {float: left; width: 485px; text-align: center; margin-top: 40px;} 
.smallimage {border: 1px solid #ffffff; margin-left: 20px; margin-right: 20px;}
#logocontain {float: left; width: 485px; text-align: center; margin-top: 85px;} 
#mpalogo {float: left; width: 485px; text-align: center; margin-top: 65px;} 

/* Links */
#linkcontain {float: left; width: 820px; text-align: center; margin-top: 40px;} 
#linkarea {
	float: left;
	width: 740px;
	height: 494px;
	text-align: left;
	margin-left: 70px;
	overflow: auto;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	} 
.linkboxes {width: 120px; height: 190px; padding-top: 10px; padding-bottom: 10px; margin-right: 20px; margin-bottom: 20px; border: 1px solid #666666; float: left; display: inline; text-align: center;}
.linkpage {font-family: Verdana, Arial; font-size: 11px; color: #ffffff; text-decoration: none;}
.linkpage:link, .linkpage:visited, .linkpage:hover, .linkpage:active {font-family: Verdana, Arial; font-size: 11px; color: #ffffff; text-decoration: none;}

/* About */
#logocontain {float: left; width: 485px; text-align: center; margin-top: 85px;} 

/* Style */
.stylethumbs {border: 1px solid #ffffff;}

/* Gallery */
#gallerythumbcontain {width: 150px; float: left; margin-top: 75px; margin-left: 170px; display: inline;} 
.gallerythumbs {float: left; display: inline; width: 50px; height: 50px; display:inline;}

/* Online */
#onlinearea {float: right; display: inline; width: 871px;}

/* Available */
.av-all {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	padding: 2px;
	border: 1px #666666 solid;
	display:inline;
	background-color: #333333;
	margin-bottom: 5px;
	width: 100px; height: 20px;
	vertical-align: middle;
	text-align: center;
}

/* Contact */
.formalign {display:inline;}
.contact-labels {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	display:inline;
}
.contact-all {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	padding: 2px;
	border: 1px #666666 solid;
	display:inline;
	background-color: #333333;
	margin-bottom: 5px;
}
.contact-name {width: 200px; height: 20px;}
.contact-address {width: 200px; height: 75px; overflow: auto;}
.contact-email {width: 200px; height: 20px;}
.contact-telephone {width: 200px; height: 20px;}
.contact-other {width: 300px; height: 75px; overflow: auto;}
.contact-date {width: 130px; height: 20px;}
.contact-venue {width: 130px; height: 20px;}
.contact-howheard {width: 200px; height: 20px;}
.contact-howheardother {width: 200px; height: 20px;}

/* Footer */
#footer {width: 1000px; margin: 10px auto; background-color: #333333;}
.foottext {font-family: Verdana, Arial; font-size: 10px; color: #666666; text-decoration: none;}
.foottext:link, .foottext:visited {font-family: Verdana, Arial; font-size: 10px; color: #666666; text-decoration: none;}
.foottext:hover, .foottext:active {font-family: Verdana, Arial; font-size: 10px; color: #999999; text-decoration: underline;}

#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color: #000000;
	font-size: 11px;	
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

#pricestext {
	float: left;
	width:400px;
	height:494px;
	padding: 0px 20px 0px 0px;
	margin: 30px 0px 0px 40px;
	overflow: auto;
	text-align: left;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
}
.redhigh {color: #CC0000; font-weight: bold;}
.whitehigh {color: #ffffff; font-weight: bold;}

.LinkHeading {
	font-size: 14px;
}
.LinkName {
	color: #FFFF66;
	text-decoration: none;
}
.LinkName:hover {
	text-decoration: underline;
}
#slideshow_area{
	float:left;
	background-color:#000000;
	width:870px;
	border-right:5px solid #000000;
	border-top:5px solid #000000;
	border-bottom:5px solid #000000;
	}
