.fullContainer{
	position:relative;
	width:100%;
}

.centerContainer{
	position:relative;
	margin:0px auto;
	width:1200px;
}
/**************************top*************************************/
.top{
	
	position:relative;
	width:1200px;
	margin:0px auto;
	padding:40px 0px;
	padding-bottom:10px;
}

.logo{
	width:300px;
	margin:0px auto;
	margin-left:50px;
	margin-right:50px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-50px;
	
}

.socialIcons{
	position:relative;
	width:405px;
	float:left;
	margin-top:10px;
}

.searchBar{
	float:right;
	margin-top:10px;
	border-bottom:1px solid black;
	line-height:25px;
}
.searchBar #search{
	border:0px;
	color:black;
}



/**************************bottom*************************************/

.subscribe{
	width:400px;
	margin-top:10px;
	color:black;
	border:0px;
	border-bottom:1px solid black;
	line-height:25px;
}

.subscribe1{
	width:250px;
	margin-top:10px;
	color:black;
	border:0px;
	border-bottom:1px solid black;
	line-height:25px;
}

#contactForm textarea{
	width:370px;
	height:100px;
	padding:10px 0px;
	outline:none;
	resize:none;
	color:black;
	border:0px;
	border-bottom:1px solid black;
}

#map {
	height: 180px;
	width: 500px;
	margin-top:15px;

}


.topSlider{
	position:relative;
	margin:0px auto;
	margin-top:60px;
	margin-bottom:40px;
	width:100%;
	height:450px;
	overflow:hidden;
}

.topSlider .slides{
	position:relative;
}

.topSlider .slides .slide{
	position:relative;
	height:450px;
}
.selectType select{
	width:230px;	
	padding:7px 10px;
	outline:none;
	text-align:left;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ie-appearance:none;
	background:url(../images/dpd-arrow-down.png) 95% no-repeat;
	background-repeat:no-repeat;
	border:1px solid #000;
	background-color:rgba(255,255,255,0.1);
}

.link:hover{
	
	background:#818285;
	color:white;
}

.link1:hover{
	color:#818285;
	border:1px solid #818285;
	
}
