@charset "utf-8";
/* CSS Document */
body
{
	background:#eee9e0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1f2120;
	margin:0px;
}
img
{
	border:none;
}
a
{
	color:#1f2120;
	outline:none;
	text-decoration:none;
}
.clearboth
{
	clear:both;
}
h1
{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#5e5143;
	font-weight:normal;
}
#outer
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
#header
{
	height:69px;
}
.logo
{
	width:341px;
	height:51px;
	margin-top:10px;
	float:left;
}
.phone
{
	width:300px;
	float:right;
	color:#332e28;
	font-size:18px;
	font-weight:normal;
	margin-top:23px;
}
.phone h1
{
	margin:0px;
	padding:0px;
	color:#332e28;
	font-size:30px;
	font-weight:normal;
}
#banner
{
	width:980px;
	height:140px;
	background:url(../images/banner-bg.jpg) no-repeat;
	position:relative;
	padding-top:316px;
}
.links
{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width:150px;
	position:absolute;
	left: 797px;
	top: 57px;
}
.links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.links li {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #a9a8a0;
}
.links li a{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.links li a:hover{
	color:#a9a8a0;
}
.banner-boxes
{
	width:800px;
	height:120px;
	margin-left:35px;
}
.banner-box
{
	float:left;
	width:180px;
	height:120px;
	margin-right:15px;
}
#content
{
	width:950px;
	background:#ffffff;
	padding:15px;
}
.left
{
	float:left;
	width:725px;
	text-align:justify;
}
.right
{
	float:right;
	width:200px;
	background:url(../images/view-gallery-bg.gif) no-repeat;
	padding:8px;
	padding-top:160px;
	text-align:center;
	height:60px;
}
#footer
{
	height:27px;
	border-top:1px solid #d1cec8;
	padding-left:20px;
	padding-right:20px;
	padding-top:13px;
	font-size:11px;
	color:#1f2120;
	background:#ffffff;
	margin-bottom:20px;
}
#footer a
{
	color:#1f2120;
}
#footer a:hover
{
	text-decoration:underline;
}
.footer-left
{
	float:left;
}
.footer-right
{
	float:right;
}
.aletrnate
{
background-color:#F7F5F2;
}
