body {
  font: 100% Arial, Helvetica, sans-serif;
  background: #9a9a9a;
  background-image: url(../img/abf-bg.png);
  background-repeat: repeat-x;
  margin: 0 auto;
  padding: 0 auto;
  text-align: left;
  color: #333;
  font-size: 12px;
}


.slideshow { height: 276px; width: 620px; }

/*--------------------------------
body
--------------------------------*/
ul {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	list-style: none;
	line-height: 17px;
	margin: 0 auto;
	padding: 0 auto;
}
.cil {
	float: left;
	width: 200px;

}
.cir {
	float: right;
	width: 300px;

}
img {
	border:0;
}
div {
	margin:0;
	padding:0;
}

#abf-home {
	z-index: 999;
	background-image: url(../img/abf-home.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 280px;
	height: 152px;
	display: block;
	position: absolute;
	top: 38px;
	left: 76px;
	z-index: 999;
}
#mb {
	background-image: url(../img/abf-body.png);
	background-repeat: no-repeat;
	width:1050px;
	height: 820px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 9;

}
#mh {
	background-image: url(../img/abf-head.png);
	background-repeat: no-repeat;
	width:1050px;
	height: 150px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 99;
	overflow: visible;

}
#mc {
	width:950px;
	height:276px;
	display:block;
	position: inherit;
	overflow:hidden;
	margin: 0 auto;
	top: 89px;
}
#bc {
	width:950px;
	height:310px;
	display:block;
	position: inherit;
	overflow:hidden;
	margin: 0 auto;
	top: 90px;
}
#bc-l {
	width:300px;
	height:310px;
	display:block;
	position: inherit;
	overflow:hidden;
	float: left;
	top: 4px;

}
#bc-r {
	width:600px;
	height:310px;
	display:block;
	position: inherit;
	overflow: auto;
	margin: 0 auto;
	float: right;
	top: 4px;


}
#bc-l-contact {
	width:425px;
	height:310px;
	display:block;
	position: inherit;
	overflow:hidden;
	float: left;
	top: 4px;

}
#bc-r-contact {
	width:475px;
	height:310px;
	display:block;
	position: inherit;
	overflow: auto;
	margin: 0 auto;
	float: right;
	top: 4px;
	border: 0px solid red;


}
#mc-area {
	width:620px;
	height:276px;
	display:block;
	position: inherit;
	margin: 0 auto;
	top: 0;
	float: right;
	margin-right: 10px;
	margin-top:0;
}
#footer {
	width:990px;
	height:120px;
	display:block;
	position: inherit;
	overflow:hidden;
	margin: 0 auto;
	top: 100px;
}
#gnav {
	margin-top:12px;
	width:960px;
	height:190px;
	margin-bottom:0;
	float:left;
	display:block;
	overflow:visible;
}

#gnav-r {
	margin-top:5px;
	width:780px;
	height:200px;
	margin-bottom:0;
	float:right;
	display:block;
	overflow:hidden;
}
#home {
	margin-top:5px;
	width:179px;
	height:190px;
	margin-bottom:0;
	float:left;
	display:block;
	background-image: url(../img/home-buttons.png);
	overflow:hidden;
}
#home:hover{ 
	background-position: -179px 0;
	-webkit-transition: background .25s linear;
	-moz-transition: background .25s linear;
	transition: background .25s linear;

}
#home span{
  display: none;
}
#contact-info {
	width:600px;
	height:100px;
	display:block;
	overflow:hidden;
	margin: 0 auto;
	margin-top: 0;
	margin-left: 0;
	text-align: left;
}
/* ----------------------------------------------------
	Navi
-----------------------------------------------------*/
#gnav-h {
	margin-left:0;
	margin-top:22px;
	width:320px;
	height:240px;
	margin-bottom:0;
	float:left;
	display:block;
	overflow:hidden;
}
.gnav-b {
    display: inline-block;
    position: relative;
    text-indent: 40px;
    width: 290px;
    height: 24px;
	line-height: 10px;
	margin-bottom: 2px;

}
.gnav-b span {
		background: url(../img/gnav-b.png) no-repeat;
        background-position: -0 0;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        padding-top: 8px;
 }
.gnav-b:hover span {
		background: url(../img/gnav-b.png) no-repeat;
        background-position: 0 -29px;
}


/*--------------------------------
Text
--------------------------------*/
a {
  color: #000;
  font-family: Futura, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #e51937;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
a.ftr-link {
  color: #333;
  font-family: Futura, sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 10px;
}
a.ftr-link:visited {
  color: #333;
  text-decoration: none;
}
a.ftr-link:hover {
  color: #eee;
  text-decoration: none;
}
a.ftr-link:active {
  color: #333;
  text-decoration: none;
}
.sub {
  font-size: 10px;
  color: #dd5555;
  font-family: Futura, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  font-stretch: ultra-condensed;
  letter-spacing: 0;

}
.sub:visited {
  color: #dd5555;
  text-decoration: none;
}
.sub:hover {
  color: #eee;
  text-decoration: none;
}
.sub:active {
  color: #dd5555;
  text-decoration: none;
}
.sec {
  color: #dd5555;
  line-height: 20px;
  padding: 0;
  font-size: 11px;
  font-family: Futura, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.sec:visited {
  color: #dd5555;
  text-decoration: none;
}
.sec:hover {
  color: #777;
  text-decoration: none;
}
.sec:active {
  color: #dd5555;
  text-decoration: none;
}
#footlink {
	width:700px;
	height:35px;
	display:block;
	overflow:hidden;
	margin: 0 auto;
	margin-top: 7px;
	margin-right: 20px;
	text-align: right;
}
.footlinks {
  font-size: 10px;
  color: #451210;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
  font-stretch: ultra-condensed;
  letter-spacing: 0;
  word-spacing: 15px;

}
.footlinks:visited {
  color: #451210;
  text-decoration: none;
}
.footlinks:hover {
  color: #dd5555;
  text-decoration: none;
}
.footlinks:active {
  color: #451210;
  text-decoration: none;
}
.copy {
  	font-family: Helvetica, sans-serif;
  	font-size: 12px;
  	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-decoration: none;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0
}
.copyright {
  font-family: Futura, sans-serif;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #252525;
  line-height: 20px;
}










/** Contact Form **/

form {
  padding: 0;
  margin: 0 0 20px;
}
table {
  margin: 0 auto;
}
tr, td, input, textarea {
  margin: 0;
  padding: 0;
}
td {
  padding: 0;
}
tr td:first-child {
  padding-right: 10px;
  padding-top: 11px;
  text-align: right;
  vertical-align: top;
}
.error[generated=true] {
  color: #dc0000;
  font-size: 12px;
  padding: 5px 0 2px 5px;
}
tr.error td {
  padding: 0;
}
input, textarea {
  background: #FFF;
  border: 1px solid #7a91a1;
  font: inherit;
  font-size: 12px;
  line-height: 16px;
  min-height: 18px;
  padding: 4px 6px;
  margin: 6px 0 0 0;
  width: 300px;
}
label {
  padding: 0px 0px 4px 0px;
}
input:focus, textarea:focus {
  border-color: #b0c3d0;
  outline: none;
}
textarea {
  height: 140px;
  resize: vertical;
}
input[type=submit] {
  background: #24333d;
  color: #FFF;
  font: inherit;
  padding: 7px 20px;
  width: auto;
}
 
#response {
  margin-bottom: 20px;
  text-align: center;
}
#response .success {
  color: #08a300;
}
#response .failure {
  color: #dc0000;
}