body {
	background: url(images/bg.png) repeat-x top center;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

#container {
	width: 900px;
	margin: 0 auto;
}

p {
	line-height: 1.7em;
	text-shadow: #fff 1px 1px 1px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

a {
	color: #aa2d2d;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
}

a:hover {
	border-bottom: 1px dotted #aa2d2d;
}

/* Head */
#nav {
	margin: 0;
	padding: 19px 0 0 0;
	height: 36px;
}
#nav li {
	list-style: none;
	display: inline;
	border-right: 1px solid #d59797;
}
#nav li a {
	display: inline;
	color: #d59797;
	text-decoration: none;
	font-weight: bold;
	padding: 19px;
	text-transform: uppercase;
	border-bottom: none;

}
#nav li.home a {
	padding-left: 0;
}
#nav li.contact {
	border-right: none;
}
#nav li a:hover {
	text-shadow: #ff4e4e 0 0 5px;
}
#nav li a:hover, #nav li.current-page-item a {
	color: #fff;
}

#header {
	width: 900px;
	height: 112px;
}

#logo {
	width: 231px;
	height: 76px;
	background: url(images/logo.png) no-repeat top left;
	text-indent: -999px;
	position: relative;
	display: block;
	float: left;
	top: 20px;
	border: none;
}

#logo:hover {
	opacity: .8;
}

#meta {
	width: 300px;
	text-align: right;
	float: right;
	top: 40px;
	position: relative;
}

/* Index */
#front {
	width: 882px;
	height: 72px;
	background: url(images/img.jpg) no-repeat top left;
	border-radius: 5px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 128px 0 0 18px;
	behavior: url(ie-css3.htc);
}

/* Content */
#content {
	width: 900px;
	background: #f7f7f7;
	border-radius: 5px;
	border: 1px solid #bdbdbd;
	box-shadow: 0px 0px 5px #d2d2d2;
	behavior: url(ie-css3.htc);
}

#content h1 {
	border-bottom: 1px solid #bdbdbd;
	background: url(images/h1.png) repeat-x bottom;
	padding: 13px 0 13px 13px;
	color: #aa2d2d;
	font-size: 36px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-shadow: #fff 1px 1px 1px;
	font-family: futura-pt;
	font-weight: 500;
	letter-spacing: -1px;
	behavior: url(ie-css3.htc);
}

#content h2 {
	font-size: 18px;
	color: #aa2d2d;
	text-shadow: #fff 1px 1px 1px;
}

#services {
	margin: 0;
	padding: 15px 0 15px 0;
	width: 900px;
	text-align: center;
	background: url(images/divide.png) no-repeat bottom center;
	margin-bottom: 10px;
}
#services li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #747474;
	border-right: 1px solid #747474;
	padding: 0 5px;
	text-shadow: #fff 1px 1px 1px;
}
#services li:hover {
	cursor: pointer;
	color: #aa2d2d;
}
#services li.last  {
	border: none;
}
#services li.last:after {
	content: "";
}

#body {
	padding: 0 15px;
}

#slideshow {
	width: 352px;
	overflow: hidden;
	height: 262px;
	float: left;
	margin: 0;
	padding: 0;
}
#slideshow li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slideshow li img {
	width:300px;
	margin: 0 15px 15px 15px;
	padding: 10px;
	background: #fff;
	border: 1px solid #afafaf;
	border-radius: 5px;
}

/* Request A Quote */

.left {
	width: 405px;
	float: left;
	margin-right: 15px;
}

.right {
	width: 300px;
	float: left;
}

label {
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 15px;
	padding-top: 7px;
}

input.text {
	float: left;
	width: 300px;
	border-radius: 3px;
	border: 1px solid #afafaf;
	padding: 5px;
	margin-bottom: 5px;
	behavior: url(ie-css3.htc);
}

input:focus {
	outline: none;
	border: 1px solid #aa2d2d;
	box-shadow: 0 0 5px #e25a5a;
}

textarea {
	border: 1px solid #afafaf;
	padding: 5px;
	border-radius: 3px;
	width: 325px;
	height: 75px;
	behavior: url(ie-css3.htc);
}

textarea:focus {
	outline: none;
	border: 1px solid #aa2d2d;
	box-shadow: 0 0 5px #e25a5a;
}

/* Footer */
#footer {
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-size: 12px;
}
