@charset "utf-8";
body{
	background:url(images/color_swatch.jpg) repeat;
	margin:0;
}
#wrapper{
	margin:0;
	background:url(images/smith_wrapper.jpg) repeat-x;
	height:auto;
	height:100%;
	overflow:hidden;
}
#header{
	margin:0 auto;
	width:960px;
	height:250px;
}
#content{
	margin:0 auto;
	width:960px;
	clear:both;
}
.right{
	width:360px;
	float:right;
	margin-top:10px;
	background:url(images/divider_line.png) no-repeat top left;
	overflow:hidden;
}
.left{
	width:360px;
	float:left;
	margin-top:10px;
	background:url(images/divider_line.png) no-repeat top right;
	overflow:hidden;
}
.center{
	width:220px;
	float:left;
	margin-top:10px;
}
#footer{
	margin:0 auto;
	width:960px;
	clear:both;
	background:url(images/color_swatch.jpg) repeat;
}
#footer ul li {
	display:inline;
	float:left;
	padding:10px 80px;
}
.phone{
	float:right;
	top:0;
	right:0;
}
#contactform {
	width:250px;
	margin-right:20px;
	float:left;
}
#contactform p {
	margin:0 7px;
	display:block;
	font-size:14px;
	padding-bottom:6px;
	padding-left:65px;
}
#contactform p input, #contactform p textarea {
	width:240px;
	font-size:13px;
	color:#333;
	background-color:#fff;
	border:none;
	padding:3px;
	border-radius:10px;
}
.error {
	float:right;
	background-color:#FFF;
	margin-right:30px;
	color:#900;
	font-weight:bold;
}
.good {
	float:right;
	background-color:#FFF;
	margin-right:30px;
	color:#090;
	font-weight:bold;
}
img{
	border:none;
}

