




body, table {
	padding:0;
	margin:0;
	font-family:mainfont, Open Sans, arial;
	font-size:16px;
}

body {
	background:#fff;
}








.cl, .clear {
	clear:both;
}	

.container {
	position:relative;
	min-width:1000px;
	max-width:1400px;
	margin:0 auto;
	padding:0 1%;
}

.p50 {
	width:50%;
	float:left;
}

.p33 {
	width:33.3%;
	float:left;
}

.p66 {
	width:66.6%;
	float:left;
}

.p30 {
	width:30%;
	float:left;
}

.p70 {
	width:70%;
	float:left;
}

.p25 {
	width:25%;
	float:left;
}

.p75 {
	width:75%;
	float:left;
}







a {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}





.blackandwhite {
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.blackandwhite:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}




#site {

}







.headbar {
	padding:10px 0;
}

.headbar .logo {

}

.headbar .logo a {
	display:table;
	width:160px;
	height:90px;
	border:0;
	background:url('images/logo.png');
}

.headbar .logo a:hover {
	opacity:0.5;
}

.headbar .info {
	margin:2px 0 0 0;
	line-height:22px;
	text-align:right;
}

.headbar .info b {
	margin:0 3px 0 20px;
	font-family:icons;
	color:#e60000;
}







.menubar {
	margin:5px 0 0 0;
	border-top:		1px solid #dcdcdc;
	border-bottom:	1px solid #dcdcdc;
	height: 50px;
	line-height: 50px;
}

.menubar .container {

}

.menubar .container a {
	font-family:menufont, Open Sans, arial;
	font-size:16px;
	color:#2e2e2e;
	display:table;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	text-decoration:none;
	float:left;
	
	border-left:	1px solid #dcdcdc;
	
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.menubar .container a:hover {
	color:#fff;
	background:#e60000;
	text-shadow:1px 1px 0px #333;
}

.menubar .container .active {
	color:#fff;
	background:#e60000;
	text-shadow:1px 1px 0px #333;
}












.footbar {
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	
	margin:0;
	padding:20px 0;
}

.footbar {
	line-height:170%;
}

.footbar .icon {
	font-family:icons;
	padding:0 10px 0 0;
}

.footbar .p50-1 .line1 {
	color:#ccc;
	font-weight:bold;
	padding:0 0 50px 0;
}

.footbar .p50-1 .line2 {
	color:#000;
	font-weight:bold;
	font-size:12px;
	padding:0px 0 50px 0;
}

.footbar .p50-1 .line2 a {
	color:#000;
	text-decoration:none;
}

.footbar .p50-1 .line2 a:hover {
	color:#e60000;
}

.footbar .p50-1 .line3 {
	font-family:socicons;
	font-size:80px;
	padding:0 0 30px 0;
}

.footbar .p50-1 .line3 a {
	color:#ccc;
	text-decoration:none;
	padding:0;
	margin:0;
	text-shadow:1px 2px 0px #efefef;
}

.footbar .p50-1 .line3 a:hover {
	color:#333;
}

.footbar .p50-1 .line3 .fb:hover {
	color:#3b5998;
}

.footbar .p50-1 .line3 .gp:hover {
	color:#de4b39;
}

.footbar .p50-2 b {
	font-family:extrabold, Open Sans, Arial;
	line-height:300%;
}



.footbar .p50-1 {
	width:48%;
	padding:0 0 0 0;
}

.footbar .p50-2 {
	padding:0 0 0 2%;
	width:49%;
	border-left:1px solid #dcdcdc;
}
























.body input[type=text], .body input[type=password], .body textarea {
	font-family:verdana;
	font-size:14px;
	color:#666;
	padding:5px;
	border:1px solid #ccc;
	outline:none;
}

.body input[type=text]:focus, .body input[type=password]:focus, .body textarea:focus {
	border:1px solid #e60000;
}

.body input[type=submit], .body input[type=button] {
	padding:10px 20px;
	color:#fff;
	background:#e60000;
	border:none;
	font-weight:bold;
	outline:none;
}








.body {
	margin:20px 0;
	padding:20px 0;
	background:#fff;
	color:#000;
}

.redbody {
	padding:20px 0;
	background:#e60000;
	color:#fff;
}


.body h1, .body h2, .body h3 {
	margin:0;
	font-weight:normal;
	padding:10px 0;
}

.body .bold {
	font-weight:bold;
	padding:10px 0;
}

.body .text { 
	padding:10px 0;
}




.body .icons {
	padding:30px 0 0 0;
	height:150px;
}

.body .icons .vr {
	float:left;
	height:130px;
	width:1px;
	background:#ff1800;
	border-left:1px solid #b40000;
}

.body .icons .vr-height {
	height:290px;
}

.body .icons .vr-extraheight {
	height:360px;
}

.body .icons .icon {
	width:19.5%;
	float:left;
	text-align:center;
}

.body .icons .icon25 {
	width:24.5%;
	float:left;
	text-align:center;
}

.body .icons .icon33 {
	width:33.1%;
	float:left;
	text-align:center;
}

.body .icons .icon .ico {
	font-family:icons;
	font-size:70px;
}

.body .icons .icon .icoleft {
	text-align:left;
	padding:0 5%;
	margin:0 0 20px 0;
}

.body .icons .icon .icofull {
	font-family:opensans, Open Sans, Arial;
	font-size:40px;
	width:65px;
	height:65px;
	line-height:65px;
	text-align:center;
	display:table;
	background-image:url('images/circle_white.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	color:#e60000;
	font-weight:bold;
	padding:0; 
	margin: 3px 0 20px 5%;
}

.body .icons .icon .title {
	height:50px;
	line-height:25px;
	font-weight:bold;
	vertical-align: middle;
}

.body .icons .icon .titleleftbold {
	text-align:left;
	font-weight:bold;
	font-size:20px;
	font-family:extrabold, Open Sans, Arial;
	
	padding:0 5%;
	margin:0 0 20px 0;
}

.body .icons .icon .text {
	padding:0 5%;
	text-align:left;
	margin:0 0 20px 0;
}

.body .icons .icon .more-white {
	margin:0 5% ;
	text-align:right;
}

.body .icons .icon .more-white a {
	float:right;
	display:table;
	width:30px;
	height:30px;
	background:url('images/more_white.png');
	opacity:0.5;
}

.body .icons .icon .more-white a:hover {
	opacity:1;
}










.mainpageInfobox .cont {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden; 
	
	border:1px solid #dcdcdc;
}






.mainpageInfobox .cont .boxes {
	border-bottom:1px solid #dcdcdc;
	margin:0;
}

.mainpageInfobox .cont .boxes .leftborder {
	border-left:1px solid #dcdcdc;
}

.mainpageInfobox .cont .boxes .p33 {
	width:30.9%;
	padding:1% 1%;
	margin:0;
}

.mainpageInfobox .cont .boxes .p33imaged {
	width:30.9%;
	padding:0 0% 1% 0%;
	margin:0;
	width:32.9%;
}

.mainpageInfobox .cont .boxes .p33imaged div {
	padding:1%; 
}

.mainpageInfobox .cont .boxes .p33 .picture {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#efefef;
	min-height:250px;
}

.mainpageInfobox .cont .boxes .p33 h1 {
	color:#e60000;
	font-size:34px;
}

.mainpageInfobox .cont .boxes .p33 .content {
	height:125px;
	line-height:25px;
	text-align:justify;
}

.mainpageInfobox .cont .boxes .p33 .more {
	height:30px;
	line-height:30px;
	text-align:right;
}

.mainpageInfobox .cont .boxes .p33 .more a {
	display:table;
	width:30px;
	height:30px;
	background:url('images/more.png');
	opacity:0.3;
	float:right;
}

.mainpageInfobox .cont .boxes .p33 .more a:hover {
	opacity:1;
}






.mainpageInfobox .cont .backgrounded {
	padding:0;
	margin:0;
	min-height:280px;
	background-image:url('images/rope.jpg');
	background-size:100%;
	background-position:center center;
	background-repeat:no-repeat;
	
	text-shadow:0px 0px 5px #999;
}

.mainpageInfobox .cont .backgrounded h1 {
	padding:100px 0 0 0;
	text-align:center;
	color:#e60000;
	font-size:34px;
}

.mainpageInfobox .cont .options {
	color:#fff;
	font-family:extrabold, Open Sans, Arial;
	text-align:center;
}

.mainpageInfobox .cont .options b {
	color:#e60000;
	font-family:icons;
}

.mainpageInfobox .cont .options a {
	text-decoration:none;
	color:#fff;
	margin:0 20px 0 0;
}

.mainpageInfobox .cont .options a:hover {
	color:#e60000;
}













.contentdiv {
}

.contentdiv_inner {
	border:1px solid #dcdcdc;
	padding:1%;
}

.contentdiv h1 {
	color:#e60000;
}

.contentdiv img {
	border:1px solid #dcdcdc;
	margin:0 1% 1% 0;
}















.mapbody {
	margin:-20px 0 0 0;
	padding:0;
}

.mapbody .map iframe {
	width:100%;
	height:500px;
}

.mapbody .contact {
	padding:1%;
	line-height:130%;
}

.mapbody .contact h3 {
	color:#e60000;
}

.mapbody .contact input[type=text], .mapbody .contact textarea {
	width:80%;
}













.reference {

}

.reference .refboxes {

}

.reference .refboxes a {
	color:#e60000;
	text-decoration:none;
}

.reference .refboxes .box {
	float:left;
	width:30%;
	margin:1%;
	border:1px solid #dcdcdc;
	text-decoration:none;
	
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.reference .refboxes .box:hover {
	box-shadow:0px 0px 20px #ffafaf;
}

.reference .refboxes .box .picture {
	background:#efefef;
	min-height:240px;
	background-position:top center;
	background-size:100%;
	background-repeat:no-repeat;
	border-bottom:1px solid #dcdcdc;
}

.reference .refboxes .box .desc {
	color:#e60000;
	padding:5% 10% 5% 5%;
	height:60px;
	line-height:20px;
	overflow:hidden;
}

.reference .refboxes .box .more a {
	float:right;
	width:30px;
	height:30px;
	background-image:url('images/more.png');
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.3;
	margin:-35px 5px 0 0;
}

.reference .refboxes .box .more a:hover {
	opacity:1;
}































