@charset "utf-8";
/* CSS Document */
body
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3c2c19;
	background:url(../images/body-bg.gif) repeat-x #dad8d2;
	margin:0px;
}
.clearboth
{
	clear:both;
}
img
{
	border:none;
}
a
{
	outline:none;
	color:#3c2c19;
	text-decoration:none;
}
h1
{
	font-size:24px;
	font-weight:normal;
	color:#3c2c19;
	margin:0px;
	padding:0px;
}
#outer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#links
{
	height:39px;
	color:#ffffff;
	width:500px;
	float:right;
}
#links ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#links ul li
{
	float:left;
	margin-right:1px;
	
}
#links ul li:hover
{
	float:left;
	margin-right:1px;
}
#links A 
{
	color:#ffffff;
	font-weight:bold;
	display:block;
	padding:10px 15px 15px 15px;
}
#links A:hover
{
	background:url(../images/links-bg.gif) repeat-x;
}
#logo
{
	margin-top:6px;
	margin-bottom:15px;
	width:483px;
	height:54px;
	float:left;
}
#phone
{
	float:right;
	text-align:right;
	width:300px;
	margin-top:20px;
}
#banner
{
	width:980px;
}
.banner-top
{
	width:980px;
	height:8px;
	background:url(../images/banner-top.gif) no-repeat;
}
.banner-bottom
{
	width:960px;
	height:372px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/banner.jpg) no-repeat;
	color:#ffffff;
	font-size:14px;
	line-height:25px;
}
.banner-text
{
	width:250px;
/*	left: 205px;
	top: 230px; */
	padding-top: 100px;
	margin-left: 16px;
}
#content
{
	background:url(../images/content-bg.gif) repeat-y;
	width:940px;
	padding:15px 20px 15px 20px;
}
.left
{
	width:710px;
	float:left;
	text-align:justify
}
.right
{
	width:216px;
	float:right;
	text-align:justify;
}
.box
{
	width:170px;
	height:170px;
	float:left;
}
.marright
{
	margin-right:10px;
	*margin-right:9px;
}
.hr
{
	margin-top:15px;
	margin-bottom:15px;
	background:#e9e5db;
	height:1px;
}
#footer
{
	background:url(../images/footer-bg.gif) repeat-x;
	height:34px;
	color:#ffffff;
	font-size:11px;
}
#footer a
{
	color:#ffffff;
	font-size:11px;
}
#footer a:hover
{
	text-decoration:underline;
}
.footer-inner
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.footer-left
{
	width:500px;
	float:left;
	margin-top:10px;
}
.footer-right
{
	width:440px;
	float:right;
	text-align:right;
	margin-top:10px;
}
