@charset "UTF-8";

/* CSS Document */
html {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}

/* 
---------------------------------------------------
	Global Styles  
---------------------------------------------------
*/

body {
	font-family: Arial;
	font-size: 12.5px;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	text-transform: uppercase;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

h1, h2 {
	text-indent: -99999px;
	background-repeat: no-repeat;
}

h1 {
	width: 228px;
	height: 575px;
	float: left;
	background-image: url(../img/logo-MechTech.png);
	margin-right: 34px;
}

h2 {
	width: 129px;
	height: 68px;
	text-transform: uppercase;
	background-image: url(../img/header-plumbing-heating-solutions.png);
	margin-bottom: 20px;
}

h3 {
	width: 150px;
	height: 40px;
	background-color: #000;
	margin-bottom: 15px;
}

a:link, a:visited  {
	text-decoration: underline;
	color: #90bd34;
}

img, a {
	border: 0;
	outline: 0;
}

.clear {
	clear: both;
}


/* 
---------------------------------------------------
	Div Positions Etc.
---------------------------------------------------
*/

#layout {
	position: relative;
	width: auto;
	height: 575px;
	padding: 65px 0 80px 83px;
}

#content {
	float: left;
	width: 332px;
	height: 575px;
	position: relative;
}

#main {
	width: 290px;
	height: auto;
	margin-bottom: 40px;
}

#main p {
	font-size: 15.3px;
	line-height: 18.3px;
	margin-bottom: 8px;
}

#infocol {
	width: auto;
	height: auto;
	float: left;
}

#infocol p {
	font-size: 12.5px;
	line-height: 16.3px;
	margin-bottom: 12px;
	letter-spacing: -0.25px;
}

#comingSoon {
	margin: 25px 0;
	text-align: center;
}

#comingSoon img {
	width: 125px;
	height: 126px;
}

#contact {
	position: absolute;
	bottom: 0;
}

#contact p {
	text-transform: uppercase;
	font-size: 8.5px;
	line-height: 11px;
	margin-top: 10px;
}

#partners {
	width: 750px;
	margin-top: 60px;
}

#partners h4 {
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;
}



/* 
---------------------------------------------------
	Form
---------------------------------------------------
*/

#notify_form {
	margin-bottom: 20px;
}

input.text {
	font-size: 12.5px;
	color: #000;
	padding: 3px;
	width: 140px;
	height: auto;
	border: 1px solid #90bd34;
	margin-bottom: 5px;
}

input.submit {
	margin-left: -1px;	
}

.error, .error span {
	color: #ff0000;
}

.error input {
	color: #ff0000;
	border: 1px solid #ff0000;
}

select {
	font-size: 14px;
	color: #666666;
	width: 85px;
	height: 30px;
	margin: 0 10px 0 0;

}