/* CSS Document */

@font-face {
    font-family: 'BonvenoCFLight';
    src: url('./fonts/BonvenoCF-Light-webfont.eot');
    src: url('../fonts/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BonvenoCF-Light-webfont.woff') format('woff'),
         url('../fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('../fonts/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
    font-weight: normal;
    font-style: normal;

}





body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#1d1d25;
	font-family: 'BonvenoCFLight', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1{
	color:#851c00;
	font-size:25px;
	font-weight:700;
	margin:0;
	padding-top:0;
	padding-bottom:0;
	padding-left:15px;
}

h2{
	color:#851c00;
	font-size:20px;
	font-weight:700;
	margin:0;
	padding-left:15px;
}

h3{
	color:#851c00
	font-size:17px;
	font-weight:700;
	margin:0;
	padding-left:15px;
}

#holder{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ecc93e;
}

#header{
	width:900px;
	height:150px;
}

#header img, a{
	border:0;
}

#header .headertxt{
	float:right;
	width:700px;
	height:150px;
	text-align:center;
	text-transform:uppercase;
}

.top_text{
	width:700px;
	height:15px;
	font-size:11px;
	font-weight:700;
}

.logo_text{
	margin-top:10px;
	width:700px;
	height:100px;
}

.logo_title{
	font-weight:700;
}

.logo_title a{
	font-size:32px;
	font-weight:700;
	color:#151515;
	text-decoration:none;
}

.logo_text2{
	font-size:17px;
	font-weight:700;
}
.logo_text3{
	font-size:13px;
	font-weight:700;
}
.logo_text4{
	font-size:23px;
	font-weight:700;
}

#header_holder{
	background-image:url(../images/banner_bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:332px;
}

#header p{
	color:#151515;
	padding:0;
	margin:0;
}

#banner{
	width:900px;
	height:182px;
}

#navigation {
	width:900px;
	height:42px;
	background-image:url(../images/navigation.jpg);
	background-repeat:repeat-x;
	margin-bottom:5px;
}

#navigation td{
	width:150px;
	height:40;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
}

#navigation td a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#navigation td a:visited{
	color:#000000;
	text-decoration:none;
}

#navigation td a:hover{
	color:#851c00;
	text-decoration:none;
}

#navigation td #active{
	color:#851c00;
	text-decoration:none;
	font-weight:bold;
}


#content{
	width:900px;
	margin-top:5px;
}

#content .cleft{
	float: left;
	width:280px;
	margin-top:10px;
	text-align:center;
}

#content .cright{
	float: right;
	width:610px;
	padding:0;
	margin:0;
}


#content .cleft img{
	margin-top:5px;
}


.callus{
	width:262px;
	height:153px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/sidebar_call.jpg);
	background-repeat:no-repeat;
}

.callus p{
	color:#851c00;
	font-size:21px;
	font-weight:700;
	text-align:right;
	padding-top:55px;
	padding-right:8px;
	margin:0;
	/*ext-shadow: 0 0 0.2em #098bfa, 0 0 0.2em #098bfa, 0 0 0.2em #098bfa;*/
}

.content_top{
	width:610px;
	height:16px;
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
}

.content_middle{
	width:600px;
	background-color:#eff0f0;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content_middle p{
	margin:0;
	padding-left:14px;
	padding-right:14px;
	padding-top:10px;
	text-align:justify;
	text-indent:20px;
	color:#292935;
}

.content_bottom{
	width:610px;
	height:19px;
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
}

.clear{
	clear:both;
}


#form{
	width:256px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-top:0;
	margin-bottom:0;
}

.form_top{
	width:256px;
	height:15px;
	background-image:url(../images/form_top.png);
	background-repeat:no-repeat;
}
.form_middle{
	width:256px;
	background-image:url(../images/form_middle.png);
	background-repeat:repeat-y;
}
.form_bottom{
	width:256px;
	height:16px;
	background-image:url(../images/form_bottom.png);
	background-repeat:no-repeat;
}



input, textarea{
	width:140px;
	background-color:#dbf0ff;
	border:#82cbff  1px inset;
	color:#0095ff;
}

input.sub{
	width:203px;
	height:39px;
	background:url(../images/submit.png) no-repeat;
	border:0;
	margin-right:10px;
	cursor:pointer;
}

td{
	padding:5px;
	color:#dbf0ff;
	font-size:12px;
}

#bottom_links{
	width:900px;
	height:35px;
	margin-top:5px;
	text-align:center;
	color:#851c00;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	font-weight:600;
}

#bottom_links a{
	color:#851c00;
	text-decoration:none;
}

#bottom_links a:visited{
	color:#851c00;
	text-decoration:none;
}

#bottom_links a:hover{
	color:#1b1b1b;
	text-decoration:underline;
}


#footer{
	width:900px;
	height:85px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}

#footer p{
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight:700;
	margin:0;
	padding-top:12px;
}

#footerlink{
	width:860px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

#footerlink p{
	margin:0;
	text-align:center;
	font-size:12px;
	color:#3f3f3f;
	text-decoration:none;
}

#footerlink a{
	text-align:center;
	font-size:12px;
	color:#3f3f3f;
	text-decoration:none;
}

#footerlink a:hover{
	text-align:center;
	font-size:12px;
	color:#3f3f3f;
	text-decoration:underline;
}

/* ------------------------------------------------------------ */
#services3b{
	text-align:center;
	width:540px;
	color:#333333;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}

#services3b p{
	font-size:16px;
	color:#333333;
	margin:0;
	padding:0;
	font-weight:bold;
}

.servicetitleb{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background-color:#851c00;
	padding: 5px 0 5px 0;
}

#services3b_lefttitle{
	float: left;
	width:180px;
	font-size:12px;
}

#services3b_middletitle{
	margin-left: auto;
    margin-right: auto;
	max-width:180px;
	font-size:12px;
}

#services3b_righttitle{
	float: right;
	width:180px;
	font-size:12px;
}

#services3b_left{
	float: left;
	width:180px;
	padding-bottom:5px;
}

#services3b_middle{
	margin-left: auto;
    margin-right: auto;
	max-width:180px;
	padding-bottom:5px;
}

#services3b_right{
	float: right;
	width:180px;
	padding-bottom:5px;
}
/* ------------------------------------------------------------ */


