@charset "utf-8";

/*

 *Main CSS Document

 *Created By Jamie Cookson

 *Last edited 25/01/2013

 */





/*********

 * TEXT *

 ********/

@font-face {

    font-family: 'AllerDisplayRegular';

    src: url('../font/allerdisplay.eot');

    src: url('../font/allerdisplay.eot') format('embedded-opentype'),

         url('../font/allerdisplay.woff') format('woff'),

         url('../font/allerdisplay.ttf') format('truetype'),

         url('../font/allerdisplay.svg#AllerDisplayRegular') format('svg');

}

h1{

	font-size: 2em;

	height: 40px;

	line-height: 40px;

	margin-bottom: 20px;

	color: #FFF;

	background: rgb(168,16,15); /* Old browsers */

	background: -moz-linear-gradient(left,  rgba(168,16,15,1) 0%, rgba(234,133,133,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(168,16,15,1)), color-stop(100%,rgba(234,133,133,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* IE10+ */

	background: linear-gradient(to right,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8100f', endColorstr='#ea8585',GradientType=1 ); /* IE6-9 */

	text-align: center;

	text-shadow: 1px 1px 1px #666;

	font-weight: bold;

}

h2, h3{

	font-size: 1.5em;

	margin: 10px 10px 20px 10px;

	height: 40px;

	line-height: 40px;

	color: #FFF;

	background: rgb(168,16,15); /* Old browsers */

	background: -moz-linear-gradient(left,  rgba(168,16,15,1) 0%, rgba(234,133,133,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(168,16,15,1)), color-stop(100%,rgba(234,133,133,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* IE10+ */

	background: linear-gradient(to right,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8100f', endColorstr='#ea8585',GradientType=1 ); /* IE6-9 */

	text-align: center;

	text-shadow: 1px 1px 1px #666;

	font-weight: bold;

}

h3{

	background: none;

	color: #a8100f;

	margin: 0px 0px 10px 0px;

}

p{

	margin-bottom: 20px;

}

p.last{

	margin: 0px;

}

ul.three{

	padding: 0px 0px 0px 20px;

	margin-bottom: 20px;

	float: left;

}

	ul.three li{

		width: 300px;

		float: left;

	}

ul.half, ul.half2{

	width: 447px;

	padding: 0px 0px 0px 20px;

	margin: 0px 0px 20px 0px;

	float: left;

}

ul.half2{

	width: 291px;

}

a{

	color: #a8100f;

	font-weight: bold;

}

	a:hover{

		text-decoration: underline;

	}

.aside_area p{

	margin: 0px 10px 10px 10px;

}

	.aside_area a {

		width: 274px;

		position: absolute;

		bottom: 0px;

		left: 0px;

		height: 35px;

		line-height: 35px;

		padding: 0px 0px;

		background: #008000;

		color: #FFF;

		text-align: center;

		font-weight: bold;

		background: rgb(168,16,15); /* Old browsers */

		background: -moz-linear-gradient(left,  rgba(168,16,15,1) 0%, rgba(234,133,133,1) 100%); /* FF3.6+ */

		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(168,16,15,1)), color-stop(100%,rgba(234,133,133,1))); /* Chrome,Safari4+ */

		background: -webkit-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* Chrome10+,Safari5.1+ */

		background: -o-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* Opera 11.10+ */

		background: -ms-linear-gradient(left,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* IE10+ */

		background: linear-gradient(to right,  rgba(168,16,15,1) 0%,rgba(234,133,133,1) 100%); /* W3C */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8100f', endColorstr='#ea8585',GradientType=1 ); /* IE6-9 */

	}

		.aside_area a:hover{

			text-decoration: none;

			/*background: #02bc02;*/

		}

strong{

	color: #a8100f;

}







/**********

 * IMAGES *

 **********/

.associations {
    text-align: center;
}
.associations img {
    width: 100px;
    display: inline-block;
    margin: 0 1em;
}
.aside_area img{

	width: 274px;

	height: 140px;

	margin-bottom: 20px;

}

img.left{

	width: 180px;

	height: auto;

	float: left;

	box-shadow: 0px 0px 5px #000;

	margin: 0px 10px 10px 0px;

}

img.right{

	width: 180px;

	height: auto;

	float: right;

	box-shadow: 0px 0px 5px #000;

	margin: 0px 0px 10px 10px;

}

img.four{

	width: 213px;

	height: 213px;

	float: left;

	box-shadow: 0px 0px 5px #000;

	margin: 0px 10px 10px;



}

img.paypal{

	display: block;

	width: 150px;

	margin: 0px auto;

}

img.miniLeft{

	float: left;

	margin-top: 3px;

	margin-left: 5px;

}

img.miniRight{

	float: right;

	margin-top: 3px;

	margin-right: 5px;

}

img.port{

	width: 150px;

	float: left;

	margin: 0px 10px 0px 0px;

	border-radius: 5px; 

	box-shadow: 0px 0px 5px #000;

}

img.memberlogo{

	height: 48px;

	float: left;

	margin: 0px 131px 20px;

}

img.testimonials{

	display: block;

	width: 500px;

	margin: 0px auto

}











body{

	background-image: url(../img/bg.jpg);

	background-position: top center;

	background-attachment: fixed;

	background-size: 100% 100%;

}

body.error{

	background-image: url(../img/error_page.png);

	background-position: center top;

}









header{

	width: 940px;

	height: 105px;

	margin: 40px auto 0px;

	background: #FFF;

	padding: 10px;

	background-image: url(../img/header.png);

	box-shadow: 5px 5px 7px rgba(33,33,33,.4);

}

	.logo{

		width: 200px;

		height: 105px;

		line-height: 105px;

		float: left;

	}

	.logo img{

		width: 200px;

		height: 105px;

	}

	.contact{

		width: 100%;

		height: 28px;

		line-height: 28px;

		float: right;

		margin-right: 20px;

	}

		.contact img{

			height: 24px;

			float: right;

			margin-left: 10px;

		}

		#header_right{

			width: 620px;

			height: 150px;

			float: right;

		}

		.tel{
    float: right;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 1.15em;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-align: right;
    font-family: 'AllerDisplayRegular';
    margin: 0 20px 0 0;
		}
			.tel a {
				color: #FFF;
				font-weight: 400;
			}

p.bttm-contact {
    text-align: center;
    margin: 1em 0;
    float: left;
    width: 100%;
    font-size: 1.2em;
}
		 #cssmenu ul,

         #cssmenu li,

         #cssmenu span,

         #cssmenu a {

           margin: 0;

           padding: 0;

           position: relative;

           font-family: 'Noto Sans', sans-serif;

           z-index: 9;

         }

         #cssmenu {

    width: auto;
    height: 50px;
    float: right;
    margin-right: 20px;
    margin-top: 9px;

         }

         #cssmenu:after,

         #cssmenu ul:after {

           content: '';

           display: block;

           clear: both;

         }

         #cssmenu a {

           color: #FFF;

           display: inline-block;

           line-height: 50px;

           text-decoration: none;

           text-align: center;

           font-weight: bold;

         }

          #cssmenu li.top a{

            width: 97px;

            height: 50px;

          }

          #cssmenu li.top ul li a{

            width: 200px;

            height: 30px;

            line-height: 30px;

            padding: 0px;

            text-align: left;

            padding-left: 10px; 

          }

         #cssmenu ul {

           list-style: none;

         }

         #cssmenu > ul {

           float: left;

         }

         #cssmenu > ul > li {

           float: left;

         }

         #cssmenu > ul > li.has-sub:hover:after{

            content: '';

            display: block;

            width: 0;

            height: 0;

            position: absolute;

            left: 50%;

            bottom: 0;

            border-left: 10px solid transparent;

            border-right: 10px solid transparent;

            border-bottom: 10px solid #FFF;

            margin-left: -10px;

         }

         #cssmenu > ul > li:first-child > a {

         }

         #cssmenu > ul > li:last-child > a {

         }

         #cssmenu > ul > li.active > a {

           height: 47px;

           border-bottom: 3px solid #FFF;

         }

         #cssmenu > ul > li:hover > a {

           height: 47px;

           border-bottom: 3px solid #FFF;

           background-image: url(../img/nav-li-hover.png);

           background-repeat: no-repeat;

         }

         #cssmenu .has-sub {

           z-index: 1;

         }

         #cssmenu .has-sub:hover > ul {

           display: block;

         }

         #cssmenu .has-sub ul {

           display: none;

           position: absolute;

           width: 300px;

           top: 100%;

           left: 0;

           top: 77px;

         }

         #cssmenu .has-sub ul li {

           *margin-bottom: -1px;

         }

         #cssmenu .has-sub ul li a {

           background: #008000;

           border-bottom: 1px dotted #FFF;

           filter: none;

           font-size: 11px;

           display: block;

           line-height: 120%;

           padding: 10px;

           color: #FFF;

         }

         #cssmenu .has-sub ul li:hover a {

           background: #00ce00;

         }

         #cssmenu .has-sub .has-sub:hover > ul {

           display: block;

         }

         #cssmenu .has-sub .has-sub ul {

           display: none;

           position: absolute;

           left: 100%;

           top: 0;

         }

         #cssmenu .has-sub .has-sub ul li a {

           background: #0c7fb0;

           border-bottom: 1px dotted #6db2d0;

         }

         #cssmenu .has-sub .has-sub ul li a:hover {

           background: #095c80;

         }



section{

	width: 100%;

	padding-top: 20px;

	float: left;

}

	#slideshow{

		width: 960px;

		height: 360px;

		float: left;

		margin: 20px 0px 40px 0px;

		background: #a8100f;

		box-shadow: 5px 5px 7px rgba(33,33,33,.4);

	}

		#slideshow img{

			width: 940px;

			height: 340px;

			margin: 10px;

		}

		#slideshow iframe{

			margin: 10px;

		}

	#aside_full{

		width: 960px;

		height: auto;

		float: left;

		margin-bottom: 20px;

	}

	aside{

		width: 280px;

		height: auto;

		margin: 0px 0px;

		float: left;

	}

	aside.center{

		margin: 0px 60px;

	}

	.aside_area{

		width: 274px;

		height: 350px;

		float: left;

		margin-bottom: 20px;

		position: relative;

		background: #FFF;

		border: 3px solid #a8100f;

		border-bottom: none;

		box-shadow: 5px 5px 7px rgba(33,33,33,.4);

	}



	article{

		width: 934px;

		padding: 10px;

		margin-bottom: 40px;

		float: left;

		background: #FFF;

		border: 3px solid #a8100f;

		box-shadow: 5px 5px 7px rgba(33,33,33,.4);

		background-image: url(../img/article_bg.png);

		background-position: top center;

	}	

		#Contact_three{

			width: 934px;

			float: left;

		}

			.Contact_three{

				width: 311px;

				float: left;

				text-align: center;

			}

		a.links{

			width: 467px;

			float: left;

			line-height: 100px;

			color: #000;

			font-size: 1.2em;

			margin: 0px 0px 20px 0px;

		}

			a.links img{

				width: 100px;

				height: 100px;

				float: left;

				margin-right: 10px;

			}

footer{

	width: 100%;

	height: 30px;

	line-height: 30px;

	background: #a8100f;

	color: #FFF;

	text-align: center;

	float: left;

}	

	footer a{

		color: #FFF;

	}

		footer a:hover{

			text-decoration: underline;

		}