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

/* ----------------
GENERAL AND TYPOGRAPHY
---------------- */

body{
	background-repeat:repeat-x;
	background-color:#F9F9F9;
	font-family:Arial, Helvetica, sans-serif;
}

button:active, button:focus {outline:0;}
img:active, img:focus {outline:0;}
:active, :focus {outline:0;}

h1{
	margin:30px 0 35px 0;
	font-weight:normal;
	font-family:'Yanone Kaffeesatz', sans-serif;
	font-size:48px;
	line-height:34px;
	color:#636363;
}

h1#testimonials {
	text-align:center;
}
h2{
	margin-top:20px;
	margin-bottom:15px;
	font-family:'Yanone Kaffeesatz', sans-serif;
	font-size:25px;
	font-weight:normal;
	line-height:26px;
	height:44px;
	color:#FFF;
	background-image:url(../images/bg_headline.png);
	background-repeat:no-repeat;
	margin-left:-20px;
	padding-left:20px;
	padding-top:3px;
}
h3{
	margin-bottom:15px;
	font-family:'Yanone Kaffeesatz', sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:22px;
	color:#000000;
}
h4{
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#FFFFFF;
}
p{
	font-size:14px;
	line-height:20px;
	color:#222;
	margin-bottom:20px;
}

p.strapline {
	font-size:40px;
	line-height:50px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-align: center;
}
strong {
	font-weight:700;
}

em {
	font-style:italic;
}

a:link, a:visited{
	color:#3791CF;
	text-decoration:none;
}
a:hover{
	color:#3791CF;
	text-decoration:underline;
}
img{
	vertical-align:middle;
}

.inner_content ul li {
	font-size:14px;
	margin-bottom:10px;
	list-style:disc;
	list-style-position: inside;
}

/* ----------------
HEADER
---------------- */

#header{
	padding:20px 0;
	margin-bottom:80px;
	height:40px;
}
#logo{
	 margin-top:25px;
}

#tel {
	font-size:30px;
	font-weight:700;
	float:right;
	margin-top:20px;
}

#navigation img{
	float:right;
}
#navigation ul{
	float:right;
	margin-top:35px;
}
#navigation ul li{
	display:inline;
	margin-left:20px;
}
#navigation ul li a:link, #navigation ul li a:visited{
	font-size:20px;
	color:#3791CF;
	text-decoration:none;
}
#navigation ul li a:hover{
	font-size:20px;
	text-decoration:underline;
}

/* ----------------
CAROUSEL
---------------- */

#carouselWrapper{
	text-align:center;
	margin-left:52px;
	height:186px;
	width:960px;
	padding-top:32px;
	margin-bottom:40px;
}
*:first-child+html #carouselWrapper{ /* for IE7 */
	margin-left:0px;
}
#carousel li{
	width:143px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}
#carousel img{
	margin-bottom:15px;
}

/* ----------------
IMAGE SLIDER
---------------- */

#sliderWrapper{
	height:320px;
	padding-top:30px;
	padding-bottom:30px;
	
}
#sliderText a:link, #sliderText a:visited{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#sliderText a:hover{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#sliderPar{
	margin-bottom:10px;
}

/* ----------------
BOXES
---------------- */

#boxes{
	margin-bottom:40px;
	background-color:#EEE;
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}
.boxImage{
	padding:5px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:15px;
}

/* ----------------
BUTTONS
---------------- */

#buttons{
	margin-bottom:40px;
}

/* ----------------
COMMENTS
---------------- */

#strip{
	margin-bottom:40px;
	margin-top:20px;
	padding-top:30px;
	padding-bottom:30px;
	height:70px;
	border:1px solid #CCC;
	text-align:center;
	background-color:#EEEEEE;
}
#users{
	margin-top:-52px;
	margin-bottom:12px;
}
#comments{
	padding-left:100px;
	padding-right:100px;
}
#comments li{
	font-size:16px;
	line-height:22px;
	font-style:italic;
	color:#999;
}
#comments li span.signature{
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#000;
}

/* ----------------
VIDEO & FEATURES
---------------- */
#video_features {
	background-color: #efefef;
}


#features{
	margin-top:18px;
	margin-bottom:18px;
}
#features li{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
}
#video{
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:40px;
}


/*-----------------
WELCOME MESSAGE
--------------------*/

.welcome {
	background-color:white;
	padding:20px;
}

/* ----------------
FOOTER
---------------- */

#footer{
	background-color:#1C1C1C;
	padding-top:40px;
	padding-bottom:40px;
}
*:first-child+html #footer{ /* for IE7 */
	margin-top:40px;
}
#footer p{
	color:#999999;
}
#areas{
	background-color:#232323;
	background-image:url(../images/bg_social.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:15px;
	padding-top:25px;
}
#areaText{
	border-bottom:1px solid #666;
	padding-bottom:15px;
}
.socialIcon{
	margin-top:15px;
	margin-left:5px;
	margin-right:5px;
}
#map{
	padding:4px;
	border:1px dotted #EEEEEE;
	margin-bottom:10px;
}
#newsletter .input{
	border:none;
	background-color:#FFFFFF;
	padding:7px;
	width:220px;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
}
.inputActive{
	background-color:#FFC;
}
#newsletter .submit{
	border:none;
	background-color:#3791CF;
	color:#FFF;
	padding:5px;
	font-size:11px;
	margin-right:10px;
	cursor:pointer;
}






/*-------------------
Quote Form
----------------*/

.wpcf7-text {
	height:20px;
}

#quote-side {
	padding:10px;
	background-color:white;
}

#quote-side .wpcf7-textarea {
	width:95%;
}

#sidebar {
	float:right;
	margin-bottom:20px;
	margin-top:20px;
}



