.image-center{
				margin: 0 auto;
				width:690px;
				position: absolute;
				margin-left:125px;
}

	.image-center img {
		width:700px;
	}

.image-left{
				margin-left:-354px;
				position:absolute;
				float:left;
				margin-top:19px;
	
}
.image-right{
				float:right;
				margin-right:-250px;
				margin-top:19px;
	
}

.image-right img, .image-left img {
	height:420px;
}

.varpos{
				overflow:hidden;
				position:relative!important;
	
}

.topimgs {
	height:439px;
}


/*

IMAGE STACKED

.image-center, .image-left, .image-right {
	position: absolute;
}

.image-center {
	z-index: 3;
}

	.image-center img {
		height:439px;
	}

.image-left {
	margin-left:170px;
	margin-top:19px;
	z-index: 2;
}

	.image-left img {
		height:420px;
	}
	
.image-right {
	margin-left:340px;
	margin-top:39px;
	z-index:1;
}

	.image-right img {
		height:400px;
	}

*/
.bigcontent{
				margin-top:20px;
	
	
}

.bigcontent .text{
					margin:30px 0px;
}


.overlay{
				background-image:url(../img/overlay_bg.png);
				background-repeat: repeat; 
				position:fixed;	
				height:100%;
				width:100%;
				bottom:0px;
				z-index: 999;
				display:none;
}

.contact{
				margin-top:20px;
				margin:0px auto;
				padding:30px 0px;
				position: fixed;
				bottom:-502px;
				background:#fff;
				width:500px;
				margin-left:280px;
}
	.contact a{
				text-decoration:none;
				color:#5E625D;
	}		


.input{
				height:20px;
				margin-right:10px;
				width:265px;
				padding:8px;
				border:solid 1px #EAEAEA;
				font-size:16px; 
				box-shadow:none;
				color:#8F8F8F;
				float:left;
				
}
.input:focus{
				border:solid 1px #00AEEF;			
	
}
.btn_big {
			    background: none repeat scroll 0 0 #00AEEF;
			    color: #FFFFFF!important;
			    width:100px!important;
			    display: block;
			    border:none;
			    height:37px;
			    font-size: 12px;
			    float:left;
			    font-weight: normal!important;
			    padding: 11px;
			    text-shadow: 0 1px 1px #007FAF;
			    margin-top:0px!important;
}
	.btn_big:hover{
				background: #00a3e0;
	}
 

.info{

}



.contact-left{
				padding:0 30px;
				width: 100%;
				margin-bottom:20px;
				
	
}
	.contact-left h3{
				margin-bottom:0px;
	}
.front{
				width:85px;
				display:inline-block;
	
}
.subscription{
			    float: left;
			    font-size: 12px;
			    margin-bottom: 10px;
			    position: relative;
}

.close{
				float:right;
				margin-right: 10px;
				margin-top: -20px;

}