html, body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 20px; 
}
body { display: none; }
#bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#nav {
	position: absolute;
	left: 50%;
	top: 70px;
	margin: 0px 0px 0px -255px;
	padding: 0px 0px 0px 0px;
	width: 235px;
	height: 200px;
	text-align:right;
}
#nav ul { 
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav li  { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#nav li a {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
}
#nav li a.im {
	display: block;
	margin: 0px -4px 0px 0px;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
}
#nav li a.im img {
	display: block;
	margin-top: -1px;
}
#nav li a.imon { 
	margin-bottom: 0px;
	color: #000000;
}
#nav li a:hover {
	color: #000000;
}
#mainbuttons_container { 
	position: absolute; 
	left: 50%;
	margin-left: -255px;
	width: 235px;
	height: 200px;
	bottom: 0px; 
}
#mainbuttons {
	position: absolute;
	bottom: 10px;
	text-align:right;
	color: #FFFFFF;
	width: 235px;
}
#contactconfirmation {
	margin-top: 5px;
	display: block;
	height: 30px;
	overflow: hidden;
	color: #FFFFFF;
	text-align:left;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
}
#contactform {
	margin-top: 5px;
	display: block;
	height: 0px;
	overflow: hidden;
	color: #FFFFFF;
	text-align:left;
	line-height: 30px;
	opacity: 0.0;
}
.strike {
text-decoration: line-through;
}
label { color:#99CC00; }
#mainbuttons a { color: #FFFFFF; text-decoration: none; }
#mainbuttons a:hover { color: #000000;}
input.form, textarea.form { display: block; width: 235px; border:1px solid #99CC00;}
input.formcaptcha { display:inline;}
img.form { display: block; border:1px solid #99CC00;}

.formrule { height: 20px;}
input.formcaptcha { width:150px; }
.formcaptcha { height: 20px; }
.formsubmit { height: 20px; color: #FFFFFF; background-color: #99CC00; margin-top: 10px;}
.formsubmit:hover { color: #000000;}
.formarea { height: 50px;}
form {
	border-top: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#pageflip {
	position: relative;
	float:right;
}
#pageflip img {
	width: 25px; height: 26px;
	z-index: 25;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 25px; height: 25px;
	position: absolute;
	z-index: 24;
	right: 0; top: 0;
	background: url('../images/pageflip_106.jpg') no-repeat right top;
	text-indent: -9999px;
}
#webcontent {
	position: absolute;
	left: 50%;
	width: 450px;
	top: 70px;
	min-height: 200px;
}
#webcontent h1 {
	display:block;
	overflow: hidden;
	font-size: 68px;
	margin: 0px 20px 0px;
	width: 450px;
}
#webcontent p {
	margin: 25px 20px 0px;
}

label {
	float:left;
	width: 150px;
}

#webcontent p label a,#webcontent p a {
	color: #99CC00;
	text-decoration: none;
}
#webcontent p label a:hover,#webcontent p a:hover {
	color: #000000;
}
#webcontent p label a[href^="http:"] {
	display:inline-block;
	padding-right: 20px;
	background: transparent url('../images/ext_link.gif') center right no-repeat;
}

#slideshow {
	position: relative;
	width: 450px;
	height: 300px;
	background-image: url('../images/slideshow_bg.jpg');
	background-position: 50px 0px ;
	background-repeat: no-repeat; 

}
#slideleft {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
}
#slideright {
	position: absolute;
	left: 385px;
	top: 0px;
	z-index: 200;
}
#slides {
	position: absolute;
	left: 75px;
	top: 20px;
	width: 300px;
	height: 270px;
}
.slideimages img { width: 300px; height: 190px; border:none; background-image: url('../images/ajax-loader.gif'); background-repeat: no-repeat; background-position: center center; }
.slidetext {
	margin-top: 37px;
}

/* Easy Slider */

	#slides ul, #slides li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slides li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
		height:300px;
		margin-right: 10px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 20;
		width: 65px;
		height: 300px;
		}	
	#prevBtn:focus, #nextBtn:focus {
		outline: none;
	}
	#nextBtn{ 
		left:385px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:65px;
		height:300px;
		background:url('../images/slide_left.png') no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url('../images/slide_right.png') no-repeat 0 0;	
		}												

/* // Easy Slider */

.weblink {
	display: block;
	padding-right: 10px;
	text-align:right;
}
.weblink a {
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}
.weblink a:hover {
	color: #000000;
}

