

.gray_top_box{
	clear: both;
	background: url(images/grey_top_box.jpg) no-repeat bottom;
	height: 10px;
	padding-top: 20px;
}

.gray_bg_box{
	background: url(images/grey_bot_bg.jpg) left repeat-y;
}

.grey_box_left{
	width: 487px;
	padding: 10px 10px 0px 10px;
	float:left;
}

.grey_box_right{
	margin-left: 10px;
	width: 487px;
	padding: 10px 10px 0px 10px;
	float: right;
}

.gray_bot_box{
	clear: both;
	background: url(images/grey_bot_box.jpg) no-repeat;
	height: 10px;
}


.main {width:900px;padding:0;margin:0 auto;font-size: 12px; line-height: 18px}
.wrapper {width:100%;overflow:hidden}
.box-1 {width:177px;padding:12px 32px 20px 0;text-align:center;background:url(images/pic-1.gif) right top repeat-y}
.box-2 {width:241px;padding:12px 0 20px 0;text-align:center;background:url(images/pic-1.gif) right top repeat-y}
.box-3 {width:175px;padding:12px 0 20px 32px;text-align:center}
.fleft {float:left}
.title-1 {display:block;font-size:22px;line-height:1.2em;margin-bottom:-5px;color:#AD4E00}
.title-2 {display:block;font-size:22px;line-height:1.2em;margin-bottom:17px;color:#AD4E00}
.title-3 {display:block;font-size:22px;line-height:1.217em;margin-bottom:10px;color:#AD4E00}
.img-indent-bot {margin-bottom:25px}
.indent-bot {margin-bottom:20px}
.img-indent {float:left;margin:0 32px 0px 0}
.img-indent2 {float:left;margin:0 28px 0px 0}
.img-indent3 {float:left;margin:0 18px 0px 0}
.img-indent4 {float:left;margin:0 20px 0px 0}
.bg-2 {width:100%;padding:37px 0 46px;background:#fff}
.col-1, .col-2 {float:left}
.col-1 {width:545px; margin-right:65px}
.col-2 {width:288px}
.button {display:inline-block;font-size:11px;line-height:15px;min-width:71px;padding:7px 5px;color:#ffffff;text-align:center;border:1px solid #AD4E00;background:url(images/button-tail.gif) 0 0 repeat-x #eee;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px; text-transform: uppercase}
.extra-wrap {overflow:hidden}

 

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
    background:url(images/top.jpg) no-repeat;
    width: 770px;
    height: 284px;
	border: 3px solid #ffffff;
    margin:0 auto;
}

#slider {
	position:relative;
    width: 770px;
    height: 284px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
	display: none;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}