/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/
       /* menu */
    
	
.slideshow {
	display: block;
	position: relative;
	z-index: 10;
	
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
		z-index: 10;

}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 10;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 533px;
	width: 800px;
		z-index: 10;

}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 533px;
	margin: 0 auto;
	width: 800px;
	margin-top: 40px;
		z-index: 10;

}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	height: 42px;
	left: 50%;
	margin: 270px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10;
}
.slideshow-controller * {
	margin-top: 0px;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 1;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	left: 33px;
	width: 0px;
}
.slideshow-controller li.last a {
	left: 186px;
	width: 0px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	left: 109px;
	width: 0px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 101;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 0;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -105px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #ffffff !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #ffffff;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}

#sliderWrap {
margin: 0 auto;
width: 300px;
}
#slider {

position: absolute;
background-image:url(slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 300px;
height: 159px;
margin-top: -141px;
}
#slider img {
border: 0;
}
#sliderContent {
margin: 50px 0 0 50px;
position: absolute;
text-align:center;
background-color:#FFFFCC;
color:#333333;
font-weight:bold;
padding: 10px;
}
#header {
margin: 0 auto;
width: 600px;
background-color: #F0F0F0;
height: 200px;
padding: 10px;
}
#openCloseWrap {
position:absolute;
margin: 143px 0 0 120px;
font-size:12px;
font-weight:bold;
}


.myinputstyle {
		border:1px solid #999999;



	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: Arial;
	font-style: normal;
	font-size: 16px;
	color: #333333;
}

	
.button {
    border: 0px solid #006;
    background: #666666;
	color:#ffffff;
}

.title {
   	font-size: 26px;
		color:#333333;


}


body {
color: #5c5c5c;
font-weight: normal;
font-size: 20px;
	font-family: Perpetua;
margin: 0px;
padding: 0px;
background-color: #ffffff;
}


.menutop a{color:#5c5c5c;text-decoration:none;padding:0px;line-height:14px;z-index:999999;}



	
	
	#container{width:630px;margin:auto;font-size:12pt; z-index:999999;}

#menu{
	position:absolute;
	margin-top:0px;
		margin-left:45px;

	line-height:20px;
	padding-left:0px;
	z-index:999999;
	text-decoration:none;
	top: 28px;
}



#menudrop{
	position:absolute;
	margin-top:0px;
		margin-left:45px;

	line-height:20px;
	padding-left:0px;
	z-index:999999;
	text-decoration:none;
	top: 68px;
}



#menu2{
	position:absolute;
	margin-top:0px;
	margin-left:150px;
	line-height:20px;
	padding-left:0px;
	z-index:999999;
	text-decoration:none;
	top: 28px;
}


#menu3{
	position:absolute;
	margin-top:0px;
		margin-left:220px;

	line-height:20px;
	padding-left:0px;
	z-index:999999;
	text-decoration:none;
	top: 28px;
}


#menudrop2{
	position:absolute;
	margin-top:0px;
		margin-left:220px;

	line-height:20px;
	padding-left:0px;
	z-index:999999;
	text-decoration:none;
	top: 68px;
}



#menu4{
	position:absolute;
	margin-top:0px;
		margin-left:310px;

	line-height:20px;
	padding-left:0px;
	z-index:999999;
	text-decoration:none;
	top: 28px;
}

#menudrop4{
	position:absolute;
	margin-top:0px;
	margin-left:350px;
	line-height:20px;
	padding-left:0px;
	z-index:999999;
	text-decoration:none;
	top: 68px;
}

a img {
	border:0px; 
}

/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
#contactform {
	width:500px;
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
}
#contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:0;
	margin-top:20px;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	background:#fff;
	border:0px solid #ddd;
	-moz-border-radius:5px
}


#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
		border: 0px dashed #666666;

	/** remember to change image path **/
	background: url(none) no-repeat #333333;
	font-family: Arial;
	font-style: normal;
	font-size: 16px;
	color: #d0cdcd;
}

form br {
	clear:left;
}

#contactform input.required {
	background:#f5f5f5 url('images/required.gif') center right no-repeat;
		border: 0px dashed #666666;

	/** remember to change image path **/
	background: url(none) no-repeat #333333;
	font-family: Arial;
	font-style: normal;
	font-size: 16px;
	color: #d0cdcd;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }

