/*   © Seattle Movers   */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	text-align:left;
	font-family:'lucida grande',Helvetica,Arial,sans-serif;
	color:#000;
	font-size:12px;
	background-color:#fff;
}
h2 {
	font-size:14px;
	padding:10px 0 0 0;
}
h3 {
	font-size:12px;
	padding:10px 0 0 0;
}
h3.testimonials {
	font-size:12px;
	padding:0 0 5px 0;
	color:#ff3300;
	line-height:15px;
}
h3 span {
	font-weight:normal;
}
p {
	font-size:12px;
	line-height:17px;
	padding:5px 0;
}
a:link {
   text-decoration:none;
   color:#ff3300;
}
a:visited {
	text-decoration:none;
	color:#ff3300;
}
a:hover {
	text-decoration:underline;
	color:#ff3300;
}
a:active {
	text-decoration:underline;
	color:#ff3300;
}
#wrapper {
	margin:0;
	padding:0 25px 0 0;
	width:983px;
	min-height:100%;
	background-color:#fff;
/*	background-image:url('../_img/body_background.jpg');  */
	background-image:url('../_img/body_background.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
#wrapper #topNav {
	padding:257px 0 0 0;
	font-size:15px;
}
#wrapper #topNav li {
	list-style:none;
	display:inline;
	color:#fac178;
	padding:0 40px;
	border-right:solid 2px #fac178;
}
#wrapper #topNav li.last {
	padding:0 40px;
	border-right:none;
}
#wrapper #topNav li a:link {
   text-decoration:none;
   color:#fac178;
}
#wrapper #topNav li a:visited {
	text-decoration:none;
	color:#fac178;
}
#wrapper #topNav li a:hover {
	text-decoration:none;
	color:#fff;
}
#wrapper #topNav li a:active {
	text-decoration:none;
	color:#fff;
}
/*************************************************
	lowerContent
*************************************************/
#wrapper #lowerContent {
	padding:30px 0 0 40px;
	width:694px;
	position:absolute;
	top:480px;
	left:0;
}
/*************************************************
	estimates
*************************************************/
#wrapper #lowerContent .estimatesForm {
	width:666px;
	margin:20px 0 0 0;
}
#wrapper #lowerContent .estimatesForm .top {
	padding: 0 0 25px 0;
}
#wrapper #lowerContent .estimatesForm .left {
	float:left;
	margin:0 25px 0 0;
	padding:0 22px 20px 0;
	border-right:solid 1px #ccc;
}
#wrapper #lowerContent .estimatesForm .right {
	margin:0 25px 0 380px;
	padding:0 25px 20px 0;
	width:380px;
}
#wrapper #lowerContent .estimatesForm .bottom {
	height:45px;
	clear:both;
}
#wrapper #lowerContent .estimatesForm h3 {
	padding:8px 0 2px 0;
}
#wrapper #lowerContent .estimatesForm label {
	display:block;
	padding:10px 0 3px 0;
}
#wrapper #lowerContent .estimatesForm input {
	width:280px;
	border:solid 1px #999;
	padding:2px;
}
#wrapper #lowerContent .estimatesForm .radio input {
	width:22px;
}
#wrapper #lowerContent .estimatesForm .radio {
	line-height:22px;
}
#wrapper #lowerContent .estimatesForm .radio select {
	width:56px;
}
#wrapper #lowerContent .estimatesForm .radio textarea {
	resize:none;
}
#wrapper #lowerContent .estimatesForm .send input {
	border:none;
	width:74px;
}
/*************************************************
	boxes
*************************************************/
#wrapper #boxes {
	margin:20px 0 0 0;
	padding:10px 0;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

