*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*PNG Fix*/
img, div  { 
	behavior: url(../script/iepngfix.htc) 
}

body{
	background-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}

#fullpage{
	margin:0 auto;
	height: auto !important;
	min-height:100%;
	display: block;
	width: 1000px;
}

#main{
	margin: 50px 0px 0px 0px; 
	width: 1000px;
	height: 627px;
	background-image:url(../images/background.jpg);
}

#scroll_back{
	position: absolute;
	margin: 105px 0px 0px 160px;
	width: 496px;
	height: 281px;
	background-image:url(../images/scroll_back.png);
}

#scroll_front{
	position: absolute;
	margin: 145px 0px 0px 90px;
	width: 564px;
	height: 404px;
	background-image:url(../images/scroll_front.png);	
}

.menubutton{
	margin: 15px 0px 0px 40px;
	display: block;
	float: left;
}

.menubutton a{
	display: block;
	cursor: pointer;
}

.menubutton a img{
	border: none;
	cursor: pointer;
}

#flashcontent{
	position: absolute;
	margin: 61px 0px 0px 663px;
	width: 251px;
	height: 499px;
}

.fade{
	margin: 35px 0px 0px 45px;
	position: absolute;
	display: none;
}

.content{
	margin: 15px 0px 0px 5px;
	width: 475px;
	height: 265px;
}

#content_3 img {
	margin: 0px 10px 10px 0px;
	border: none;
}

/* form elements*/

#contactform p{
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#contactform input{
	margin: 0px 0px 15px 5px;
	padding: 3px 3px 3px 3px;
	font-family: Tahoma;
	font-size: 11px;
	width: 175px;
	border: 1px solid #000000;
}

#contactform input:Hover, #contactform input:Focus, #contactform textarea:Hover, #contactform textarea:Focus {
	background-color: #E7FEEA;
}


#contactform textarea{
	margin: 0px 0px 5px 5px;
	padding: 3px 3px 3px 3px;
	font-family: Tahoma;
	font-size: 11px;
	width: 310px;
	height: 60px;
	border: 1px solid #000000;
	overflow: auto;
}

img#sendtheform{	
	margin: 0px 0px 0px 55px;
	padding: 3px 3px 3px 3px;
	width: 192px;
	height: 37px;
	border: none;
	cursor: pointer;
}

img#sendtheform:Focus{
	margin: 0px 0px 0px 55px;
	padding: 3px 3px 3px 3px;
	width: 192px;
	height: 37px;
	border: none;
}

/* end form */

/**
 * jQuery lightBox plugin
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none; 
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;

}
#lightbox-container-image { 
	padding: 10px; 
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
}

#lightbox-nav a { 
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	height: 55px;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { 
	font-weight: bold; 
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 99px; 
	float: right;
	/*padding-bottom: 0.7em;	*/
}

/* end of lightbox*/

