@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("lightbox.css");
body {
	text-algin: center;
	background: #57c6f0;
}
.background {
	display: block;
	background: url(../images/bg.jpg) top center repeat-x ;
	overflow:hidden;
	_height: 800px;
	min-height: 800px;

}
.header {
background: url(../images/header-bg.jpg) top center no-repeat;
display: block;
width: 942px;
min-width: 942px;
height: 170px;
padding: 0 0 0 0;
margin:0 auto;

}
.home-link {
display: block;
position: relative;
float:left;
width: 240px;
height: 100px;
text-indent: -9000px;
margin: 0 0 10px 50px;
}
.contact-link {
display:block;
position: relative;
float:left;
width: 380px;
height: 100px;
text-indent: -9000px;
margin: 0 0 10px 0px;
}

.footer {
background: url(../images/footer-bg.jpg) top center no-repeat;
display: block;
width: 780px;
min-width: 780px;
height: 36px;
padding: 15px 40px;
margin:0 auto;
font: 0.8em Georgia, "Times New Roman", Times, serif;
color: #ffffff;
}
.footer a, .footer p {
	color: #ffffff;
	margin:0;
}
/*------------------------------------------------------------
     Navigation
------------------------------------------------------------*/
ul.nav {
	display:block;
	width: 840px;
	height: 40px;
	position: relative; 
	background: url(../images/menu-bg.jpg) repeat top;
	margin: 0 auto;
	padding: 0; 
	list-style: none;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	clear: both;}
ul.nav li.left {
	background: url(../images/menu-left.jpg) no-repeat left top;

}
ul.nav li.right {
	background: url(../images/menu-right.jpg) no-repeat right top;
}
ul.nav li {
	position: relative;
	display: block;
	float: left;
	height: 40px;
	z-index:5;

	}
ul.nav li a{
	color: #ffffff; 
	padding:  12px 31px 11px 30px; 
	display:block; 
	text-decoration: none; 
	posistion: relative;
	z-index:5;
	background: url(../images/devider.gif) no-repeat  right 1px ;
	}
ul.nav li.active {
	display:block; 
	position:relative;
	background: url(../images/pointer.png) no-repeat 50% 100% ;
	color: #ffffff;
	padding:  12px 31px 11px 30px;  
	font-weight: bold;
}

ul.nav li a:hover, ul.nav li a.active, ul.nav li a:focus  {
	margin: 1px 0;
	background: url(../images/devider.gif) no-repeat  right 0px #eb871f;
	display:block;
	padding:  12px 31px 9px 30px; 
	} 

/*------------------------------------------------------------
     Formating
------------------------------------------------------------*/
a.homebanner {
	display:block;
	position: relative;
	width: 820px;
	height: 248px;
	margin: 0 20px;
	background: url(../images/home-banner.jpg) no-repeat  right 0px #eb871f;
	text-indent: -9000px;
	clear: both;
	}
	.flashbanner {
	display:block;
	position: relative;
	width: 820px;
	height: 267px;
	margin: 0 20px;
	clear: both;
	}
.left_content {
	display: block;
	width: 50%;
	margin: 0;
	display:block;
	float: left;
}
.right_content {
	display: block;
	width: 50%;
	margin: 0;
	display:block;
	float: left;
}
.margin {
	margin: 5px 5px 5px 20px;
}
h1 {
	display:block;
	font: 1.5em bold Georgia, "Times New Roman", Times, serif;
	color: #569fe1;
	margin: 5px 40px;
position: relative;
	}
h2 {
	font: 1.3em bold Georgia, "Times New Roman", Times, serif;
	color: #569fe1;
	margin: 0px 40px;
	padding: 0 0 0 0;
	}


p {
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #7f8080;
	margin: 5px 40px;
}

address {
	display:block;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #7f8080;
	width:200px;
	margin: 5px 40px;
	padding: 10px;
}
.wrap ul li, ol li{
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #7f8080;
	margin: 5px 40px;
}
.gallery { 
display: block;
float: left;
width:172px;
height: 206px;
text-align:center;
padding: 10px 2px 0 0;
margin: 0 20px;
}

a:hover{
	color: #b7d260;
}
 a:focus  {
	color: #569fe1;
}
/*------------------------------------------------------------
     Contact form
------------------------------------------------------------*/
#contactFormArea{margin-left: 40px;
}
	.contactform  {
	display: block;
	float: left;
	width: 50%;

}
fieldset { 
	border:0;
	margin:0;
	padding:0; 
	}
label { 
	display:block;
	float: left;
	font-size: 0.9em; 
	font-weight: bold;
		color: #569fe1;
	width: 70px;
	
	padding: 5px;
	.padding: 3px;
	margin:4px 0;
	.margin:4px 0;
	_margin: 0px 0;	}
input.text,textarea { 
	width:250px;
	color: #7f8080;
	padding:6px; 
	margin:5px 0;
	_margin:0px 0;
	.margin:3px 0;
	border:1px solid #ccc; 
	font-size: 0.9em;
	}
input.submit { 
	padding:2px 5px; 
	color: #7f8080;
	font-weight: bold;
	}
label.copytoself, label.send {
	width: 190px;
	.width: 187px;
	_width: 190px;
	line-height: 28px;
	padding: 5px 0 5px 5px;
	.padding: 0px 0 0px 5px;
	color: #569fe1;
}
label.copytoself {font-size: 0.7em;}
