/* CSS RESET */
body, img, div, p{margin:0px; padding:0px;font-family:Arial;}
body{font-family:Arial, Sans-Serif, "Times New Roman"; font-size:12px; color:black; text-align:left; margin:0 0 0 0;}
h1, h2, h3, h4, ul{padding:0px;margin:0;}
h1{
	font-size:50px;
	color:#DFC436;
	margin:0;
	font-family: "Times New Roman", Times, serif;
}
h2{
	font-size:18px;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
}
h3{font-size:19px;color:black;}
img{border:0px;}
a{color:#000; text-decoration:none; outline-style:none;}
a:hover{text-decoration:underline;cursor:pointer;}
table{margin:0px; padding:0px; border-collapse:collapse;}
td{vertical-align:top; padding:0px; border-collapse:collapse;}
.cl{clear:left; font-size:0px; line-height:0px;}
form{display:inline;}
.cr{clear:right; font-size:0px; line-height:0px;}
.cb{clear:both; font-size:0px; line-height:0px;}
.left{float:left;}
.right{float:right;}
ul li{list-style:none;}
body{background:#3c1b1b url('../images/bg.png');}
.hide{display:none;}
.block{display:block;}
.italic{
	font-style:italic;
}

p{
	color:#745454;
	padding-top:5px;
	line-height:16px;
}

#wrapper{
	margin: 38px auto 0 auto;
	width:880px;
}
#header{
	padding:0 20px;
}
#logo{
	float:left;
	width:150px;
	height:62px;
	display:block;
	text-indent:-9999px;
	font-family: "Times New Roman", Times, serif;
	background-color: #3c1b1b;
	background-image: url(../images/bg.png);
	color: #FFF;
}
.logofooter{
	float:left;
	background:url('../images/logofooter.png');
	width:91px;
	height:27px;
	display:block;
	text-indent:-9999px;
	margin:25px;
}
#menu{
	margin:10px 0 0 0;
	float:right;
}
#menu li{
	display:inline-block;
	margin-left:8px;
	padding:10px;
}
#menu li:hover, #menu li.active{
	background:rgba(0,0,0, 0.2);
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}

#menu li a{
	display:inline-block;
	color:#fff;
	font-size:15px;
	font-family: 'AllerRegular';
	text-transform:uppercase;
}

#main{
	margin:42px 0 10px 0;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	background:#ccbfbf;
	padding:15px 0 0 0;
}
#main .content{
	background:#fff;
	padding:15px;
}
.slider{
	margin:-15px -15px 0 -15px;
}
.slider p{
	color:#fff;
}
.slider h3{
	color:#fff;
	font-size:30px;
	font-family: 'AllerBold';
	text-transform:uppercase;
}

.slider .yellow{background:#DFC463;}
.slider .orange{background:#085706;}
.slider .red{background:#C0C0C0;}

.slider .items{
	width:300px;
}
.slider .item{
	padding:25px 0 0 16px;
}
.slider .opened{
	height:165px;
}
.slider .item p{
	padding-right:10px;
}
.slider .closed{
	height:55px;
	cursor:pointer;
}
.slider .closed p{
	display:none;
}
.slider .opened p{
	display:block;
}

.services{
	margin:33px 0 27px 0;
}
.services .service{
	width:875px;
	}
.services .service h2{
	font-size:25px;
	font-family: 'AllerBold';
	text-transform:uppercase;
	text-align:center;
	color:black;
	line-height:26px;
	}
.service .spacer{
	width:850px;
	height:25px;
	}
.service .contact {
	float: right;
	width: 625px;
	height: 285px;
	margin: 5px;
	}
.services p{
	margin:15px 0 20px 0;
	text-align:center;
	display:inline-block;
	padding-right:10px;
}
.services .more{
	display:inline-block;
	background:url('../images/more-left.png') top left no-repeat;
	height:33px;
	padding-left:8px;
}
.services .more:hover span{
	text-decoration:underline;
}
.services .more span{
	display:inline-block;
	background:url('../images/more-right.png') top right no-repeat;
	height:31px;
	font-size:19px;
	font-family: 'AllerBold';
	text-transform:lowercase;
	color:#fff;
	padding:4px 8px 0 0;
}
.service .img{
	width:203px;
	float:left;
	padding:4px;
	}
.separator{
	background:#f8f8f8;
	height:6px;
	line-height:0;
	font-size:0;
}
div.small{
	height:2px;
}

.details{
	margin-top:25px;
	width:432px;
	float:left;
}
.details h1{
	color:black;
	font-size:25px;
	font-family: 'AllerBold';
	text-transform:uppercase;
	margin:15px 0 ;
	line-height:26px;
}
.details .image{
	border:1px solid #000;
}
.details .blackitalic{
	font-size:13px;
	color:black;
	font-style:italic;
	padding-bottom:10px;
}
.details .gray{
	font-size:12px;
	color:#888888;
}

.blog li{
	margin-bottom:19px;
	color:#a2a2a2;
}
.blog li .link{
	font-size:14px;
	color:black;
}
.blog li .date{
	font-size:11px;
	color:#a2a2a2;
}

.fbbox{
	width:350px;
	overflow:hidden;
}
.fbbox iframe{
	margin-left:-10px;
}

.footer{
	height:75px;
	padding-right:25px;
}

.footer .intouch span{
	display:inline-block;
	padding:7px 10px 0 0;
	font-size:14px;
	float:left;
}
.footer .intouch{
	padding-top:23px;
}


