@font-face {
	font-family: FuturaHeavy;
	src: url('../fonts/FuturaStd-Heavy.woff');
}

body {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.pageWrap {
	width: 100%;
}

.innerWrap {
	width: 957px;
	margin: 20px auto 0 auto;
}

.headContainer {
	min-height: 150px;
	position: relative;
}

.headline {
	color: #373737;
	display: block;
	float: right;
	font-family: FuturaHeavy, sans-serif;
	font-size: 30px;
	text-align: right;
	text-transform: uppercase;
	width: 291px;
}

.logoHead {
	display: block;
	float: left;
}

.contentShadowTop {
	width: 100%;
	height: 25px;
	background: url('../img/content_shadow_top.png') no-repeat;
	position: absolute;
	bottom: 0;
}

.contentShadowBottom {
	width: 100%;
	height: 25px;
	background: url('../img/content_shadow_bottom.png') no-repeat;
}

.contentWrap {
	background-color: #f8f8f8;
	width: 100%;
	height: 250px;
}

.mapContainer {
	height: 700px !important;
}

.formRow {
	margin-top: 15px;
}

.formContainer label, .formRow label {
	color: #373737;
	display: block;
	font-family: FuturaHeavy, sans-serif;
	font-size: 16px;
}

.formContainer input, .formRow input {
	width: 250px;
	height: 20px;
}

.formRow input[type="text"],
.formRow input[type="password"],
.formRow select,
.formContainer input[type="text"],
.formContainer input[type="password"]
{
	-webkit-box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	background: none;
}

.legend {
	width: 100%;
	height: 50px;
}

.legend div {
	float: left;
	margin-right: 35px;
}

.resultListContaier {
	margin: 50px 0;
}

.resultRow {
	clear: both;
	height: 60px;
	width: 100%;
}

.resultRow div {
	float: left;
	width: 29%;
	height: 60px;
	background-color: #f8f8f8;
	line-height: 60px;
	border: 2px solid #fff;
	padding-left: 10px;
}

input[type="submit"] {
	margin-top: 15px;
	width: 200px;
	height: 30px;
	border: none;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px #adadad;
	font-family: FuturaHeavy, sans-serif;
	font-size: 16px;
	cursor: pointer;

	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);

	background: #d2d3d4;
	background: -moz-linear-gradient(top, #d2d3d4 0%, #d2d3d4 50%, #c7c8c9 50%, #bebfc0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d3d4), color-stop(50%, #d2d3d4), color-stop(50%, #c7c8c9), color-stop(100%, #bebfc0));
	background: -webkit-linear-gradient(top, #d2d3d4 0%, #d2d3d4 50%, #c7c8c9 50%, #bebfc0 100%);
	background: -o-linear-gradient(top, #d2d3d4 0%, #d2d3d4 50%, #c7c8c9 50%, #bebfc0 100%);
	background: -ms-linear-gradient(top, #d2d3d4 0%, #d2d3d4 50%, #c7c8c9 50%, #bebfc0 100%);
	background: linear-gradient(to bottom, #d2d3d4 0%, #d2d3d4 50%, #c7c8c9 50%, #bebfc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d3d4', endColorstr='#bebfc0', GradientType=0);
}

.formContainer:nth-child(2) {
	margin-top: 10px;
}

.formWrap {
	height: 155px;
	position: relative;
	top: 52px;
}

.whiteBorder {
	width: 100%;
	height: 1px;
	background-color: #fff;
	clear: both;
}

.greyBorder {
	width: 100%;
	height: 1px;
	background-color: #c3c3c3;
}

.footerWarp {
	height: 200px;
	margin-top: 45px;
	width: 100%;
	position: relative;
}

.borderFooter {
	width: 100%;
	height: 1px;
	background: url('../img/border_footer.png') no-repeat;
	clear: both;
}

.copartsLogo {
	width: 175px;
	height: 40px;
	margin: 30px auto;
}

.copartsAdress {
	text-align: center;
	color: #777;
	font-size: 10px;
}

.searchContainer {
	clear: both;
	position: relative;
	top: 30px;
}

.searchContainer h2 {
	color: #373737;
	font-family: FuturaHeavy, sans-serif;
	font-size: 16px;
}

.msg {
	margin: 20px 0;
	color: red;
	font-size: 16px;
}
