
/* main-style.css */

/* ---[Continut]---

clear fix 
focus: none
center - margin left/right auto
left   - float left
right  - floar right

-----------------*/



a:focus {
	
	outline:none;
	
}

* {
	margin:0;
	padding:0;
}

.clearfix:after {
	
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	
 }
 
.clearfix {
	
	display: inline-block;
	
}

* html .clearfix{
	
	height: 1%;
	
}

.clearfix {
	
	display: block;
	
}

.center{

	margin-left: auto;
	margin-right: auto;

}

.bold {
	
	font-weight: bold;
}

.left{
	
	float: left;
	
}

.right{
	
	float: right;
	
}

body{
	
	font-family:arial;
	
}

#top-section{
	
	width: 900px;
	height: 261px;
	background-image: url(../img/top-section-bg.jpg);
	background-repeat: repeat-x;
	
	margin-top: 20px;
	margin-bottom: 2px;
	
}

#main-menu{
	
	padding-top: 12px;
	
	width: 900px;
	height: 32px;
	background-image: url(../img/main-menu-bg.jpg);
	background-repeat: repeat-x;
	
	margin-top: 2px;
	margin-bottom: 2px;	
	
}

#main-menu a{
	
	font-size: 16px;
	font-weight: bold;
	
	color: #ffffff;
	text-decoration: none;
	height: 43px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 12px;
	padding-top: 13px;
	padding-bottom: 12px;
	
}

#main-menu a:hover{
	
	font-size: 16px;
	font-weight: bold;
	
	color: #e5efff;
	text-decoration: none;
	height: 43px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 12px;
	padding-top: 13px;
	padding-bottom: 12px;
	
	background-image: url(../img/main-menu-bg-hover.jpg);
	background-repeat: repeat-x;
	
	
}

#main-container{
	
	width: 880px;
	
	background-image: url(../img/main-container-bg.jpg);
	background-repeat: repeat-x;
	
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#right-container{
	
	float: right;
	width: 196px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
}

#right-container h1{
	
	font-size: 14px;
	color: #62aa0d;
	display: block;
	
	height: 22px;
	padding-top: 8px;
	padding-left: 10px;
	
	background-image: url(../img/menu-h1-bg.jpg);
	background-repeat: repeat-x;
	
}

#right-container p{
	
	font-size: 12px;
	
	background-image: url(../img/right-section-p-bg.jpg);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	
	margin-top: 2px;
	
}	

#middle-container{
	
	font-size: 12px;
	
	float: left;
	float: right;

	margin-left: auto;
	margin-right: auto;
	
	width: 440px;
	
	margin-left: 20px;
	margin-right: 20px;
	
}

#middle-container h1{
	
	color: #2c4c7d;
	font-size: 18px;
	font-weight: bold;
	
	margin-bottom: 20px;
}

#middle-container p{
	
	margin-top:5px;
	margin-bottom:5px;
	
}

#middle-container .img-margin-right{

	margin-right: 10px;
	
}

#left-container{
	
	float: left;
	width: 196px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
}

#left-container h1{
	
	font-size: 14px;
	color: #62aa0d;
	display: block;
	
	height: 22px;
	padding-top: 8px;
	padding-left: 10px;
	
	background-image: url(../img/menu-h1-bg.jpg);
	background-repeat: repeat-x;
	
}

#left-container a{
	
	color: #173f77;
	font-size: 14px;
	text-decoration: none;
	
	display: block;
	height: 20px;
	
	background-image: url(../img/side-menu-a-bg.jpg);
	background-repeat: repeat-x;
	
	margin-top:2px;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 10px;
	
}

#left-container a:hover{
	
	color: #42600f;
	font-size: 14px;
	text-decoration: none;
	
	display: block;
	height: 20px;
	
	background-image: url(../img/side-menu-a-bg-hover.jpg);
	background-repeat: repeat-x;
	
	margin-top:2px;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 10px;
	
}

#bottom-menu{
	
	color: #10438b;
	font-size: 14px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	padding-top: 12px;
	
	width: 880px;
	height: 38px;
	
	background-image: url(../img/bottom-menu-bg.jpg);
	background-repeat: repeat-x;	
	
}

#bottom-menu a{
	
	margin-left: 10px;
	margin-right: 10px;
	
	color: #10438b;
	text-decoration: none;
	font-size: 14px;

}

#bottom-menu a:hover{
	
	color: #3a9b18;
	text-decoration: underline;
	font-size: 14px;

}

.contact-field{
	
	width: 250px;
	background-color: #ffffff;
	
	border-style: solid;
	border-width: 1px;
	border-color: #bcd8ff;
	
	margin-bottom: 3px;
	
	padding: 1px;
	
}

.contact-field:focus{
	
	width: 250px;
	background-color: #f1f1f1;
	
	border-style: solid;
	border-width: 1px;
	border-color: #7eb3fe;
	
	margin-bottom: 3px;
	
	padding: 1px;
	
}

.contact-field2{
	
	width: 250px;
	height: 75px;
	background-color: #ffffff;
	
	border-style: solid;
	border-width: 1px;
	border-color: #bcd8ff;
	
	margin-bottom: 3px;
	
	padding: 1px;
	
}

.contact-field2:focus{
	
	width: 250px;
	height: 75px;	
	background-color: #f1f1f1;
	
	border-style: solid;
	border-width: 1px;
	border-color: #7eb3fe;
	
	margin-bottom: 3px;
	
	padding: 1px;
	
}

.buton{
	
	background-color: #4684db;
	color: #ffffff;
	
	border-color: #4a67f9;
	border-style: solid;
	border-width: 1px;	
	
}

.buton:hover{
	
	background-color: #afbcfe;
	color: #ffffff;
	
	border-color: #4a67f9;
	border-style: solid;
	border-width: 1px;	
	
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

 

#dropmenudiv{
	position:absolute;
	border:1px solid #85c6e5;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #85c6e5;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0f3870;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #5b7fb1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}




