/*
===================
Global
===================
*/
html {
	background:#232121;
}
body, input, textarea, select {
	font-family:Arial,Sans-Serif;
	font-size:13px;
	line-height:150%;
	color:#333;
}
body {
	margin-bottom:40px;
}
h1 {
	font:normal 32px/34px "Trebuchet MS",Arial,Sans-Serif;
	color:#333;
	margin-bottom:17px;
	color:#21A6C7;
	letter-spacing:-1px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}
h3, h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:.5em;
}
a {
	color:#21A6C7;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#29c7ea;
}
p, address {
	margin-bottom:1em;
	font-style:normal;
}
ul.bullet {
	padding-left:1.35em;
	margin-bottom:1em;
}
ul.bullet li {
	list-style:disc;
}
strong {
	font-weight:bold;
}
div.clear {
	clear:both;
	height:0;
	line-height:0;
}
#hero {
	display:block;
	margin:-25px;
}

/*
===================
Page Layout
===================
*/
#contentWrap {
	background:#777;
}
#content {
	background:#fff;
	width:846px;
	margin:auto;
	position:relative;
	padding:45px;
}
* html #content {
	height:280px;
}
#header {
	width:936px;
	margin:auto;
	position:relative;
	background:url(/Images/plugs.jpg) 450px top no-repeat;
}
#footer {
	height:44px;
	width:926px;
	color:#fff;
	font-weight:bold;
	line-height:44px;
	background:url(/Images/bg-nav.gif) bottom repeat-x;
	margin:0 auto 0 auto;
	padding-left:12px;
	position:relative;
	font-size:12px;
}
#footer #facebook {
	display:block;
	width:141px;
	height:40px;
	position:absolute;
	top:0; left:397px;
	border:2px solid #aaa;
	opacity:.8;
	filter:alpha(opacity=80);
}
#footer #facebook:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#footer #facebook img {
	display:block;
}
#footer #credit {
	display:block;
	line-height:44px;
	height:44px;
	position:absolute;
	top:0; right:12px;
	color:#666;
}
#footer #credit:hover {
	color:#aaa;
}

/*
===================
Navigation
===================
*/
#logo, #logo img {
	float:left;
}
ul#nav {
	height:62px;
	width:100%;
	clear:left;
	background:url(/Images/bg-nav.gif) top repeat-x;
}
ul#nav li {
	float:left;
	border-left:1px solid #444;
	border-right:1px solid #111;
}
ul#nav li.last {
	border-right:0;
}
ul#nav li a {
	color:#fff;
	float:left;
	height:42px;
	line-height:16px;
	text-decoration:none;
	text-align:center;
	padding:15px 10px 5px 10px;
	width:110px;
	margin-left:1px;
	font-size:13px;
	font-family:Arial,sans-serif;
}
ul#nav li a:hover,
ul#nav li.active a {
	background:url(/Images/bg-nav.gif) bottom repeat-x;
}
ul#nav li.active a, ul#nav li.active a:hover {
	cursor:default;
	background-position:center;
}

/*
===================
Content
===================
*/
#phone {
	position:absolute;
	top:40px;
	right:10px;
	color:#bbb;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:right;
	line-height:110%;
}
#phone span {
	color:#fff;
}
#intro {
	float:left;
	width:220px;
	font-size:11px;
	font-weight:bold;
	color:#777;
	text-align:right;
	margin-right:40px;
	padding-left:20px;
}
#buttons {
	float:left;
	padding-top:15px;
	width:604px;
}
#buttons a {
	float:left;
	margin:0 20px 20px 0;
	width:282px;
	height:122px;
	background:url(/Images/home-button.jpg) no-repeat;
}
#text {
	float:left;
	width:500px;
}
#sidebar {
	float:right;
	width:310px;
}
#sidebar img {
	display:block;
}
#sidebar img.border {
	border:5px solid #ddd;
}
#sidebar a {
	margin:0 5px;
}

/*
===================
home
===================
*/
#home {
	position:relative;
	padding-right:510px;
	margin-bottom:-1em;
}
* html #home {
	height:1%;
}
#video {
	position:absolute;
	top:8px; right:5px;
	background:#111;
	border:8px solid #00cbfc;
}
.moreBtn {
	display:block;
	background: url(/Images/more-button.jpg) no-repeat;
	width:69px;
	height:22px;
	text-indent:-9999px;
	position:relative;
	top: 20px; left:450px;
}
.moreBtn:hover {
	display:block;
	background-position:bottom left;
}

/*
===================
Forms
===================
*/
#contactInfo {
	float:left;
	width:245px;
}
#contactInfo p {
	margin-bottom:20px;
}
#contactForm {
	float:left;
	width:450px;
}
.form p {
	margin-bottom:.7em;
	padding-left:110px;
	position:relative;
}
* html .form p {
	height:1%;
}
.form h2 {
	padding-left:110px;
}
.form label {
	position:absolute;
	top:3px;
	left:0;
	width:100px;
	text-align:right;
}
.form input.text,
.form textarea {
	width:280px;
	padding:4px;
}
* html input.text {
	line-height:120%;
}
.form textarea {
	height:120px;
}
input.button {
	padding:.3em .6em;
}
* html input .button {
	padding:0 .6em;
}
.buttonText {
	margin-left:6px;
}
.success {
	color:#fff;
	font-weight:bold;
	padding:30px;
}
.success h4 {
	font-size:22px;
	font-weight:normal;
}

/*
========================
Validation
========================
*/
.validation-container {
	border:1px solid #d00;
	background:#fcebeb url(/Images/icon-warning.gif) 12px 12px no-repeat;
	color:#d00;
	padding:14px 12px 12px 54px;
	margin:0 0 15px 110px;
	line-height:130%;
	width:223px;
}
.validation-title {
	margin-bottom:4px;
	font-weight:bold;
}