@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg);
	font: 16px Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
	}
p{
		margin:0px;
		padding:0px;
		}
		.clear{
			clear:both;
			}
#wrapper {
	width:985px;
	margin:auto;
}
#header {
}
#logo {
	width:385px;
	height:59px;
	background:url(../images/logo-bg.png) no-repeat;
	text-align:center;
	padding-top:20px;
	float:left;
}
#logo a {
	font-size:30px;
	color:#f4e1b8;
	
}

.menu{
	float:right;
	display:inline;
	margin:10px 5px 0 0;
	padding:0 13px;
	list-style:none;
	overflow:hidden;
	background:url(../images/transparent.png);
}
.menu li{
  display:inline;
  height:35px;
  line-height:35px;
  padding:0 16px;
}
.menu a{
  color:#fff;
  text-decoration:none;
  text-transform: uppercase;
}
.menu a:hover{
	color:#f4e1b8;
}
.menu .active a{
	text-decoration: underline;
	color:#F00;
	}
#content{
	}
#slideshow{
	height:306px;
	width:985px;
	background:url(../images/slide-show-bg.png) no-repeat;
	}
.slideshow-image{
	padding-left:10px;
	padding-top:10px;
	width:960px;
	height:280px;
	}
#slideshow2{
	height:226px;
	width:985px;
	background:url(../images/slide-show-bg2.png) no-repeat;
	}
.slideshow-image2{
	padding-left:10px;
	padding-top:10px;
	width:960px;
	height:200px;
	}
#info h2{
	font-size:18px;
	padding:0px;
	margin:0px;
	color:#be1405;
	}
#footer {
	height:100px;
	background:#413c2d;
	border-top:5px solid #322E22;
	text-align: center;
	padding-top:25px;
	color:#f4e1b8;
	}
#footer a {
	color:#f4e1b8;
	}
#footer a:hover {
	text-decoration: underline;
	}
	#info{
	width:985px;
	}
#info-top{
	height:10px;
	background:url(../images/info-box_01.png) no-repeat;
	}
#info-bottom{
	height:15px;
	background:url(../images/info-box_05.png) no-repeat;

	}
#info-center{
	background:url(../images/info-box_02.png) repeat-y;
	}
#info-center li{
	list-style: url(../images/tribullet.gif);
	padding-bottom: 5px;
	}
#callme{
	width:266px;
	height:33px;
	background:url(../images/call-me.png) no-repeat;
	float:right;
	text-align:center;
	padding-top:15px;
	color: #59361E;
	font-weight: bold;
	}
#box { float:left; width:100%;}
form { margin:15px 0; padding:0; width:100%; float:left;  }
fieldset { margin:0; padding:0; border:none;}
legend { padding-bottom:5px; font-size:14px; margin-left:30%; color:#FFCC00; }

form div {
	padding:1px 0;
}
