
.feature {
	width:1024px;
	margin:0 auto;
}

.feature img {
	width:100%;
	height:auto;
}

#contactPage {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:122px;
}

#container {
	position:relative;
	height:auto;
	overflow:hidden;
	width:100%;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	padding:35px 0;
	background:url(../images/paper.png) repeat;
}

#contactArea {
	width:100%;
	max-width:1024px !important;
	margin:0 auto;
}

#contactArea h1 {
	font-family:'Sorts Mill Goudy', serif;
	font-style:italic;
	color:#006940;
	cursor:default;
	float:left;
	width:100%;
	font-size:28px;
	margin:25px 0 5px 0;
}

#contactArea h2 {
	font-family:'Sorts Mill Goudy', serif;
	margin:0;
	padding:15px 0 0 0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	color:#006940;
	width:100%;
	cursor:default;
}

#contactArea p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3b2b1b;
	line-height:24px;
	cursor:default;
}

#contactArea ul {
	font-size:15px;
	color:#3b2b1b;
	line-height:24px;
	padding:0 25px 15px 0;
	margin:0;
	cursor:default;
}

#contactArea ul li {
	text-indent:inherit;
	list-style-type:none;
}

#contactArea a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#contactArea a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#contactLeft {
	width:45%;
	float:left;
	overflow:hidden;
}

#contactRight {
	width:50%;
	float:right;
}

#contactRight p {
	text-align:left;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#3b2b1b;
	line-height:24px;
	cursor:default;
}

.freecontactform {
	padding:10px;
	width:100%;
	color:#3b2b1b;
}

.freecontactformmessage {
	padding-bottom:10px;
	width:15%;
}

.freecontactform td {
	padding:4px 4px 4px 0;
	font-size:13px;
}

.formText {
	width:120px;
}

input {
	padding:7px;
	width:94%;
	background-color:#ded2b8;
	border-color:#999;
	border-style:solid;
	border-width:1px;
	height:30px;
	-webkit-box-shadow: inset 0px 2px 3px #333333;
	-moz-box-shadow: inset 0px 2px 3px #333333;
	box-shadow: inset 0px 2px 3px #333333;
	float:right;
}

input:focus {
	-webkit-box-shadow: inset 0px 2px 3px #333333;
	-moz-box-shadow: inset 0px 2px 3px #333333;
	box-shadow: inset 0px 2px 3px #333333;
	background-color:#FFF;
}

textarea {
	padding:7px;
	resize:vertical;
	background-color:#ded2b8;
	border-color:#999;
	border-style:solid;
	border-width:1px;
	height:120px;
	width:94%;
	-webkit-box-shadow: inset 0px 2px 3px #333333;
	-moz-box-shadow: inset 0px 2px 3px #333333;
	box-shadow: inset 0px 2px 3px #333333;
	float:right;
}

textarea:focus {
	-webkit-box-shadow: inset 0px 2px 3px #333333;
	-moz-box-shadow: inset 0px 2px 3px #333333;
	box-shadow: inset 0px 2px 3px #333333;
	background-color:#FFF;
}

.required_star {
	font-weight:bold;
	color:#006940;
}

.antispammessage {
	padding-top:15px;
	color:#666;
	cursor:default;
}

.antispamquestion {
	font-weight:normal;
	width:100%;
	color:#000;
}

.spamField {
	width:150px;
	height:30px;
	float:right;
	margin-right:0;
}

.formBtn {
	float:left;
	color:#3b2b1b;
	background-color:#ded2b8;
	font-family: 'Open Sans', sans-serif;
	padding:4px;
	margin-bottom:35px;
	height:32px;
	width:120px;
	font-size:13px;
	text-transform:capitalize;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.formBtn:hover {
	color:#ded2b8;
	background-color:#3b2b1b;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.distributor {
	width:100%;
	padding:1% 0;
	background-color:#006940;
}

.distributor p {
	font-family:'Sorts Mill Goudy', serif;
	font-size:36px;
	text-align:center;
	color:#c8b37c;
	cursor:default;
}

.distributor p a {
	font-family:'Sorts Mill Goudy', serif;
	font-size:22px;
	text-align:center;
	text-decoration:none;
	color:#c8b37c;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.distributor p a:hover {
	color:#F3E7CF;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#dealers {
	width:1024px;
	height:auto;
	overflow:hidden;
	margin:0 auto 5px auto;
	z-index:200;
	position:relative;
	cursor:default;
	display:block;
}

#dealers h1 {
	font-family:'Sorts Mill Goudy', serif;
	font-style:italic;
	color:#006940;
	cursor:default;
	float:left;
	width:100%;
	font-size:28px;
	margin:35px 0 5px 0;
}

#dealers h2 {
	font-family:'Sorts Mill Goudy', serif;
	margin:0;
	padding:25px 0 15px 0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	color:#006940;
	width:100%;
	cursor:default;
}

.dealer h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding:0;
	font-weight:normal;
	margin:0;
	cursor:default;
	color:#3b2b1b;
}

.dealer {
	width:33%;
	height:220px;
	float:left;
	padding:20px 15px 0 0;
}

.dealer h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding:0;
	font-weight:bold;
	margin:0;
	cursor:default;
	color:#3b2b1b;
}

.dealer p {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#757575;
	cursor:default;
	font-weight:normal;
	padding:10px 0 0 0;
	margin:0;
}

.dealer a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.dealer a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.region {
	width:100%;
	display:inline-block;
	margin:0;
}

/*Set the menu behaviour for all screens smaller than 1200px */
@media all and (max-width:1200px) {
	
	#contactArea {
		padding:2% 35px 0 35px;
	}
	
	#dealers {
		padding:2% 35px 0 35px;
		width:100%;
	}
}

/*Set the menu behaviour for all screens smaller than 1024px */
@media all and (max-width:1024px) {
	
	.feature {
		width:100%;
	}
	
	input {
		width:95%;
	}
	
	textarea {
		width:95%;
	}
	
	.spamField {
		width:50px;
		margin-right:4%;
	}
	
	.distributor {
		width:100%;
	}
	
	.distributor p {
		font-size:32px;
	}
}

/*Set the menu behaviour for all screens smaller than 950px */
@media all and (max-width:950px) {
	
	#contactPage {
		margin: 0 auto;
	}
	
	.contacts {
		margin:0 auto;
	}
}

/*Set the menu behaviour for all screens smaller than 850px */
@media all and (max-width:850px) {
		
	.contacts {
		width:100%;
		overflow:hidden;
	}
	
	#contactLeft {
		width:100%;
	}
	
	#contactRight {
		width:100%;
		float:left;
	}
			
	.freecontactform {
		width:90%;
	}
	
	textarea {
		width:95%;
	}
	
	.spamField {
		width:120px;
		margin-right:0;
	}
	
	.dealer {
		width:50%;
	}
}

/*Set the menu behaviour for all screens smaller than 650px */
@media all and (max-width:650px) {
	
	#contactArea {
		padding:2% 25px 0 25px;
	}
				
	.spamField {
		width:50px;
		margin-left:0;
	}
	
	.distributor {
		display:none;
	}
	
	#dealers {
		padding:2% 25px 0 25px;
	}
}

/*Set the menu behaviour for all screens smaller than 480px */
@media all and (max-width:480px) {
			
	#contactArea h1 {
		font-size:22px;
		margin: 0.4em 0 !important;
	}
	
	#contactArea h2 {
		font-size:16px;
		margin: 0.4em 0 !important;
	}
	
	#contactArea p {
		font-size:13px;
	}
	
	#contactArea ul {
		font-size:13px;
	}
	
	#contactRight {
		display:none;
	}
	
	#dealers h1 {
		font-size:22px;
		margin: 0.4em 0 !important;
	}
	
	#dealers h2 {
		font-size:16px;
		margin: 0.4em 0 !important;
	}
	
	.dealer {
		width:100%;
		height:auto;
	}
}