
/*--------------------------------------------------------------------- */
/* General Styles */
/*--------------------------------------------------------------------- */

body {
	background: #ccc url(../images/body-gradient.png) repeat-x 0 0;
	font-family: 'Ubuntu', Helvetica, sans-serif;
	color: #595959;
	font-size: 13px;
	line-height: 1.5em;
	position: relative;
}

h1 {
	font-size: 24px;
	line-height: 25px;
	margin: 0 0 15px 0;
}
	
h2 {
	font-size: 22px;
	line-height: 25px;
	margin: 25px 0 15px;
}
	
h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 25px 0 15px;
}
	
h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 20px 0 10px;
}
	
h5 {
	font-size: 16px;
	font-weight: normal;	
	line-height: 18px;
	margin: 20px 0 10px;
}
	
h6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 20px 0 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: #223657;
}

div .first{
	margin-left: 0px;
	clear: left;
}

.one-half,
.one-third,
.two-third,
.one-fourth {
	float: left;
	margin-left: 4%;
	display: block;
	position: relative;
}

.one-half {
	width: 48%;
}

.one-third {
	width:30.65%;
}

.two-third {
	width: 65.35%;
}

.one-fourth {
	width: 22%;
}


.button {
	display: inline-block;
	cursor: pointer;
	background: #223657 url(../images/wt-overlay.png) repeat-x 0 0;
	border: 1px solid #223657;
	padding: 6px 20px;
	font-size: 14px;
	color: #e1eaf8;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.button:hover {
	background: #223657 url(../images/tw-overlay.png) repeat-x 0 0px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
}

.button:active {
	position: relative;
	outline: none;
	top: 1px;
	background: #223657 url(../images/tw-overlay.png) repeat-x 0 10px;
	color: #aec4e7;
}



/* Image Styles
======================================================== */


.img-border {
	border-top: 2px solid #223657;
	border-bottom: 2px solid #e7c867;
}

.page-image {
	margin-top: 15px;	
}



/* Email Styles
======================================================== */


.mailto1 {
	text-decoration: none;
	color: #595959;
}

.mailto1:hover{
	color: #223657;
	text-decoration: underline;
}

.mailto2 {
	text-decoration: none;
	color: #223657;
}

.mailto2:hover{
	text-decoration: underline;
}

.mailto-footer {
	text-decoration: none;
	font-size: 14px;
	color: #697386;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mailto-footer:hover{
	color: #e7c867;
}



/* Profil Pic Styles
======================================================== */


.profil-pic {
	display: inline-block;
	background: #E6E6E6;
	border-top: 2px solid #223657;
	border-bottom: 2px solid #e7c867;
	text-align: center;
	max-width: 100%;
	margin: 0 0 30px 15px;	
}

.profil-pic p {
	display: block;
	font-size: 15px;
	padding: 7px 0 3px 0;	
}

.profil-pic a {
	display: block;
	font-size: 13px;
	margin: 0 0 5px 0;	
}




/* Horizontal Line Styles
======================================================== */


.h-line {
	background: #e7c867;
	height: 1px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}



/* List Styles
======================================================== */


.list-2 {
	padding: 0px 0 0 0;	
}

.list-2 li {
	padding-top: 6px;
}

.list-2 li a {
	background: url(../images/list-1-marker.gif) no-repeat 0 5px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left: 13px;
	color: #697386;
	font-size: 14px;	
}

.list-2 li a:hover {
	color: #e7c867;
}

.list-2 li a.current {
	color: #ccc;
}


#wrapper {
	background: #f1f1f1 url(../images/bg-main.png) repeat 0 0;
	width: 960px;
	margin: 0 auto;
}

#header-wrap {
	width: 870px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}




/* Logo Styles
======================================================== */


#logo {
	float: left;
	clear: both;
	margin-bottom: 10px;		
}

#logo a {
	display: block;
	width: 258px;
	height: 50px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
}



/* Social Styles
======================================================== */


#social {
	float: right;
	margin-top: 7px;
}

#social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/soc1.png) no-repeat 0 0;
	margin-left: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px #949494;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#social a+a {
	background-image:url(../images/soc2.png);
}

#social a+a+a {
	background-image:url(../images/soc3.png);
}

#social a:hover {
	background-position: 0 -30px;
}



/* Navigation Styles
======================================================== */


#navigation-bar {
	clear: both;
	overflow: hidden;
	background: #223657 url(../images/wt-overlay.png) repeat-x 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 2px #949494;
	margin: 20px 0 10px 0;
}

#navigation {

}

#top-nav {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 14px;
}

#top-nav li {
	float: left;
	position: relative;
	border-right: 1px solid #16243c;
}

#top-nav li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	display: block;
	border-right: 1px solid #2c4061;
}

#top-nav li a {
	display: block;
	position: relative;
	padding: 12px 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #f1f1f1;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#top-nav li a:hover, #top-nav li a.current {
	background: #223657;
	color: #d3dae7;

}

#top-nav li.first a:hover, #top-nav li.first a.current {
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#search {
	float: right;
	margin: 7px 20px 0 0;
}

#search-form {
	float: left;
	overflow: hidden;
	background: #223657;
	border-bottom: 1px solid #3e4a5e;
	border-right: 1px solid #243b63;
	border-left: 1px solid #14223a;
	border-top: 1px solid #192a46;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0px 1px 1px #1b2d4b;
	-moz-box-shadow: inset 0px 1px 1px #1b2d4b;
	-webkit-box-shadow: inset 0px 1px 1px #1b2d4b;
}

#search-form input {
	display: block;
	float: left;
	background: none;
	border: none;
	outline: none;
	width: 170px;
	font-size: 14px;
	color: #707885;
	padding: 5px 0 3px 10px;
}

#search-form input:focus {
	color: #eee;
}

#search-form button {
	background: url(../images/button-search.png) no-repeat center 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	width: 35px;
	height: 26px;
}

#search-form button:hover {
	background: url(../images/button-search.png) no-repeat center -26px;
}

#left-nav {
	width: 275px;	
}

#left-nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 14px;	
}

#left-nav li {
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

#left-nav li a {
	display: block;
	position: relative;
	background: #f3f3f3 url(../images/left-nav-owerlay.png) repeat-y 35px 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #c5c5c5;
	color: #7c7c7c;
	font-size: 16px;	
	padding: 15px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#left-nav li a:hover {
	background: #eaeaea url(../images/left-nav-owerlay.png) repeat-y 35px 0;
	color: #223657;	
}

#left-nav li a.current {
	background: transparent;
	border-left: 7px solid #e7c867;
	border-bottom: none;
	border-top: none;
	color: #223657;
	text-align: center;
	padding: 20px 12px;
}


/* Slider Styles
======================================================== */


#slider-wrap {
	width: 870px;
	margin: 20px auto;
	position: relative;
}

.top_slider {
	width: 870px;
	height: 447px;
	position: relative;
}

.top_slider .slides_container {
	width: 870px;
	height: 440px;
	overflow: hidden;
	position: relative;
}

.top_slider .slide {
	width: 870px;
	height: 440px;
	display: block;
}

.top_slider .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 34px 0;
	background: #000;
	background: url(images/opacity-blue.png);
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

.caption p {
	padding: 0 25px;
	margin: 0;
	text-align: right;
	text-shadow: 0 1px 1px #000;
}

.caption p span {
	float: left;
	text-transform: uppercase;
	font-size: 22px;
}

.top_slider .prev,
.top_slider .next {
	width: 56px; 
	height: 52px; 
	margin: 0; 
	display: block; 
	background: #e6e6e6 url(images/slider_direction_nav.png) no-repeat 0 0; 
	position: absolute; 
	bottom: 0; 
	cursor: pointer; 
	text-indent: -9999px;  
	right: -57px;
}

.top_slider .prev {
	background-position: 0 0;
}

.top_slider .next {
	background-position: -56px 0; 
	bottom: 53px;
}

.top_slider .prev:hover {
	background-position: 0 -52px;
	background-color: #223657;
}
.top_slider .next:hover {
	background-position: -56px -52px;
	background-color: #223657;
}

.top_slider .prev:active {
	background-position: 0 -51px;
}

.top_slider .next:active {
	background-position: -56px -51px;
}

.top_slider .pagination {
	height:7px;
	background: #999;
	width: 100%;
}

.top_slider .pagination li{
	display: inline-block;
	float: left;
}

.top_slider .pagination li a {
	display: block;
	height: 7px;
	overflow: hidden;
	text-indent: -9999px;
}
	
.top_slider .pagination li.current a {
	background: #e7c867;
}

.top_slider .caption .link-more {
	float: right;
	display: block;
	line-height: 22px;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}

.top_slider .caption a.link-more:hover {
	color: #e7c867;
}



/* Page Title Styles
======================================================== */


#page-title {
	overflow: hidden;
}

#page-title h1 {
	text-align: left;
}

#sitemap {
	float: right;
	display: block;
	margin-top: 6px;
}

#sitemap ul{
	background: url(../images/sitemap.png) no-repeat 0 1px;
	overflow: hidden;
	padding-left: 20px;
}

#sitemap li {
	float: left;
	display: inline-block;
	background: url(../images/sitemap-arrow.png) no-repeat 0 1px;
	padding: 0 15px 0 20px;
}

#sitemap li:first-child {
	background: none;
}

#sitemap li a,
#sitemap li span {
	font-size: 10px;
	text-transform: uppercase;
	color: #4c4c4c;
}

#sitemap li a:hover,
#sitemap li span.current {
	color: #aaa;
}




/* Main styles
======================================================== */


#main-wrap {
	overflow: hidden;
	width: 870px;
	margin: 0 auto;
	margin-top: 30px;
}

#main-top-wrap {
	
}

#main-top {
	overflow: hidden;
	color: #4c4c4c;
	text-align: center;
	padding: 15px 0 5px 0;
}

#main-middle {
	overflow: hidden;
	padding-bottom: 10px;	
}

#main-middle .section {
	height: 380px;
}

#main-middle .section img:hover {
	opacity: 0.8;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#main-middle p {
	margin-top: 20px;
}

#main-left {
	margin: 30px 0;	
}

#main-right {
	margin: 30px 0;
	padding: 0px 0px 0px 0px;
}

#main-right ul {
	padding-left: 14px;
	list-style: circle;
}

#main-right li {
	padding: 0 0 10px 0;
}

#main-right h5 {
	margin: 0;
}

#main-bottom-wrap {
	margin: 25px 0 40px 0;
}

#main-bottom {
	display: block;
	position: relative;
	background: url(../images/bg-main-bottom.jpg) repeat 0 0;
	padding: 20px 0;
}

#phone-number {
	overflow: hidden;
	width: 590px;
	margin: 0 auto;
}

#phone-icon {
	display: block;
	float: left;
	background: #223657 url(../images/wt-overlay.png) repeat-x 0 0px;
	border: 1px solid #223657;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	width: 50px;
	height: 50px;
}

#phone-icon img {
	padding-top: 8px;
}

#phone-text {
	float:left;
	font-size: 26px;
	padding: 15px 0 15px 25px;
}

#phone-text span {
	margin: 0 0 0 10px;
	color: #4c4c4c;
}



/* Google Map styles
======================================================== */


#google-map {
	margin-top: 15px;
}

#map_canvas {
	width: 870px;
	height: 350px;
}

#firstHeading {
	font-family: 'Ubuntu', Helvetica, sans-serif;
	margin: 0;
	padding: 0 15px 5px 0;	
}



/* Contact Form styles
======================================================== */


fieldset {
	display: inline-block;
}

fieldset p {
	font-size: 14px;
}
	
.field input,
.field textarea {
	outline: none;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #6d6d6d;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	margin: 0px 5px 5px 0;
	padding: 6px 10px;
}

.field input:hover,
.field textarea:hover {
	border: 1px solid;
	border-color: #a0a0a0 #b9b9b9 #b9b9b9;
}

#submit {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

input.button {
	float: right;
}

.asterisk {
	font-size: 16px;
	color: #223657;
}



/* Sidebar styles
======================================================== */


#sidebar-left {
	margin: 30px 0;	
}

#sidebar-right {
	margin: 30px 0 30px 0;
	border-left: 1px solid #e4dfd6;
	padding: 0px 0px 0px 30px;
}


#contact-details {
	padding-top: 20px;
}

#contact-details h5 {
	margin: 0;
	padding-bottom: 10px;
}

#contact-details p {
	padding-bottom: 2px;
}	

.thumb-img {
	float: left;
	margin: 3px 15px 0px 0px;
}

.description {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}



/* Footer styles
======================================================== */


#footer-wrap {
	border-bottom: 1px solid #111;
	clear: both;
}

#footer-top-container {
	background: url(../images/bg-footer.png) repeat-x center top;
	border-top: 1px solid #111;
	padding: 5px 0 25px 0;
}

#footer-top {
	overflow: hidden;
	width: 870px;
	margin: 0 auto;
	color: #ccc;	
}

#footer-top h3 {
	color: #ccc;
}

#footer-contact {
	display: block;
	background: url(../images/v-line-footer.gif) repeat-y 0 0;
	position: relative;
	padding:0 0 5px 30px;
}

#footer-contact p {
	padding-top: 6px;	
}

#footer-contact p span {
	display: inline-block;
	width: 52px;
	padding-bottom: 6px;
}

#footer-bottom {
	position: relative;
	background: url(../images/bg-footer-bottom.png) repeat-x center top;
	text-align: center;
	height: 57px;
}

#footer-bottom-content {
	color: #697386;
	padding: 20px 0;
}

#link-footer {
	font-size: 13px;
	color: #697386;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#link-footer:hover{
	color: #e7c867;
}

#leadit-logo-footer { 
	display: inline-block;
	background: url(../images/leadit-logo-footer-sprite.png) no-repeat 0 0;
	width: 44px;
	height: 13px;
	margin-left: 1px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	
#leadit-logo-footer:hover {
	background: url(../images/leadit-logo-footer-sprite.png) no-repeat 0 -13px;
}



/* To Top styles
======================================================== */


#toTop {
	display: none;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	background: #2e2e2e url(../images/to-top.png) no-repeat center center;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#toTopHover {
	float: left;
	overflow: hidden;
	display: block;
	background: #223657 url(../images/to-top.png) no-repeat center center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	width: 40px;
	height: 40px;
}

#toTop:active, #toTop:focus {
	outline: none;
}




/* Dropcaps styles
======================================================== */

.dropcap1 {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 34px;
	margin: 1px 8px 0 0;
	font-family: ;
	text-shadow: 1px 1px 0 #EDEDED;
	color: #223657;
}

.dropcap2 {
	background: #223657;
	color: white;
	border-radius: 55px 55px 55px 55px;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 47px;
	margin: 6px 8px 0 0;
	text-align: center;
	width: 47px;
	font-family: ;
}

.dropcap3 {
	background: #223657;
	color: white;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 40px;
	width: 47px;
	height: 40px;
	text-align: center;
	margin: 6px 8px 0 0;
	padding: 5px 0;
	font-family: ;
}

#powered_by_sphider {padding: 10px 0 10px 0; text-align: center;}
#powered_by_sphider a{margin-left: 10px;}


