@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	
	background:url('images/bg1.png') #834323;
	
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:20px;
}
	#wrapper, .wrapper{
		margin:auto;
		width:1039px;
		/*padding-bottom:20px;*/
	}
#header{
	width:1039px;
	background:url('images/light1.png') repeat-x;
	position:absolute;
	/*margin-top:20px;*/
}
	#header #logo{
		cursor:pointer;
		margin:auto;
		margin-top:10px;
		margin-left:-20px;
	}
	
	#header .right{
		width:617px;
		margin-right:20px;	
	}
	
#nav{
	text-align:center;
	padding-top:35px;
	/*margin-top:10px;*/
}
	#nav ul{
		list-style:none;
		padding:0px;
		text-align:center;
	}
	#nav ul li.sep1{
		padding:0 40px;
	}
	#nav ul li{
		color:#FFF;
		margin:0;
		padding:0;
	}
	#nav ul li a{
		text-decoration:none;
		color:#FFF;
		font-size:20px;
		text-shadow:-1px -1px 0 #000;
		font-family:"Arial Black", Gadget, sans-serif;
		text-transform:uppercase;
		font-weight:bolder;
		letter-spacing:0px;
		/*line-height:12px;*/
	}
	#nav ul li a:hover{
		color:#ffc39a;
		text-shadow:1px 1px 2px #000;
		text-decoration:none;
	}
#banner{
	height:453px;
	background:url('images/banner1.png') bottom no-repeat;
	text-align:center;
	padding-top:110px;
}

#body{
	margin:auto;
}
	#body #body_body{
		background:url('images/body_body1.png');	
	}
	#body #body_header{
		/*
		height:29px;
		background:url('images/body_header1.png') no-repeat top;
		*/
	}
	#body #body_footer{
		height:59px;
		background:url('images/body_footer1.png') no-repeat bottom;
	}

	#body #body_body{
		padding-top:10px;
		padding-bottom:20px;
	}
	
	#body #body_body > .left{
		width:660px;
	}
	
	
		#body #body_body > .left > .padding{
			padding:0px;
			padding-left:40px;
		}
	
	#body #body_body > .right{
		width:350px;
	}
		#body #body_body > .right > .padding{
			padding:0px;
			padding-right:40px;
		}
	
#footer{
	margin:auto;
	/*background:url('images/bg1.png') repeat-x top;*/
	color:#999;
	font-size:12px;
	line-height:14px;
	
	border-radius:5px;
	margin-bottom:5px;
	/*margin-top:-15px;*/
	border-top:1px solid transparent;
	margin-top:-1px;
	

}
#footer .left{
	padding-left:30px;
	padding-top:5px;
}
#footer .right{
	padding-right:25px;
	padding-top:6px;	
}

	#footer ul{
		padding-top:10px;
	}
	#footer a{
		font-size:12px;
		color:#FFF;
		text-decoration:none;
	}
	#footer a:hover{
		color:#FFF;
		text-decoration:underline;
	}	
		
		
.block1{
	/*width:280px;*/
	background:#6c351a;
	border-radius:10px;
	margin-bottom:10px;
	color:#FFF;
}	
	.block1 .padding{
		padding:10px;	
	}
	.block1 strong,
	.block1 h2{
		color:#FFF;	
	}
	.block1.blue,
	.block1.red{
		color:#FFF;
	}
	.block1.yellow{
		background:#ffc307;
		color:#333;
	}
		.block1.yellow h2{
			color:#000;	
		}
	.block1.blue{
		background:#223e6b;
		padding:0;
	}
		.block1.blue ul{
			margin-right:0;
			margin:0;
			padding-right:0px;
		}
		#body > #body_body > .right .block1.blue > .padding{
			padding-right:0px;
			padding-left:5px;
		}
	.block1.red{
		background:#a20000;
	}
	.block1.lightgray{
		border:1px solid #AAA;
		background:#FFF;
	}
.line{
	height:6px;
	background:url('images/line.png');	
	margin-bottom:10px;
}

h1.bg{
	height:30px;
	line-height:28px;
	background:url('images/headline1.png') no-repeat left;
	padding-left:20px;
	margin-left:-20px;
	text-shadow:0 0 5px #FFF;
}
h1.cool{
	display:block;
	color:#6c351a;
	font-size:30px;
	line-height:30px;
	margin-top:0;
	padding-top:0;
	border-bottom:4px solid #6c351a;
	margin-bottom:10px;
}

.icon_facebook{
	height:25px;
	width:25px;
	background:url('images/icon_facebook.png') top;
	cursor:pointer;
}
.icon_facebook:hover{
	background-position:bottom;
}
.icon_twitter{
	height:25px;
	width:25px;
	background:url('images/icon_twitter.png') top;
	cursor:pointer;
}
.icon_twitter:hover{
	background-position:bottom;
}
/********************************************************************************************************/
a{
	/*text-decoration:none;	*/
	color:#6c351a;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;	
}
h1{
	margin:0;
	padding:0;
	font-size:25px;
	line-height:20px;
	color:#6c351a;
	margin-bottom:10px;
}
	h1 span{
		color:#d20808;	
	}
	h1.alt span{
		font-size:18px;
	}
h2{
	margin:0;
	padding:0;
	font-size:15px;
	/*color:#ffc307;*/
	color:#333;
	margin-bottom:10px;
}	

p{
	font-size:16px;	
	margin:0;
	margin-bottom:10px;
}
em{
	color:#AAA;	
}

ul{
	margin:0;
	padding-left:20px;
}

strong{
	color:#000;
	font-weight:bolder;
}

hr{
	border:0;
	border-top:1px dashed #999;
	
	/*border-bottom:1px dashed #666;	*/
	margin:10px 0px;
}

.left{
	float:left;	
}
.right{
	float:right;	
}
.clear{
	clear:both;	
}
.list1, ul.list2{
	margin:0;
	padding:0;	
}
.list1 li, .list2 li{
	display:inline;
}
ul.list2{
	text-align:justify;	
}
ul.list2 .sep1{
	/*display:none;	*/
	padding:0;
	margin:0;
}
.padding{
	padding:20px;	
}

.thumb1{
	border:3px solid #6c351a;
}

.thumb1.right{
	margin-left:10px;	
}
.thumb1.left{
	margin-right:10px;
}

.list2{
	margin:0 auto;
	padding:0 25px;
}
.list2.num{
	list-style:decimal;	
}

.minheight1{
	min-height:472px;
}
.minheight3{
	min-height:411px;
}
.minheight2{
	min-height:190px;
}

input, textarea{
	border:1px solid #999;	
	width:100%;
}

.image1{
	background:url('images/noimage1.png') center no-repeat;	
	border:3px solid #999;
	height:100px;
	
}

.block2{
	border-radius:5px;
	border:1px dashed #333;
	padding:10px;
	
	font-weight:bolder;
	font-size:16px;
}
	.block2 p{
		margin:0;
	}


/********************************************************************************************************/


#services1{
	padding:5px;width:200px;margin-right:10px;padding-left:10px;	
}

.googleplus {
    background: url('images/social_googleplus_mini.png') top;
    background-size: 32px 64px;
	display: inline-table;
	margin: 0 5px;
	width: 32px;
	height: 32px;
}
.googleplus:hover {
	background-position:bottom;
}#body{position:relative;z-index:1; }#req1{position:relative !important;top:0 !important;}
