@charset "UTF-8";
/* CSS Document */

/* We define background color, and baody top margin and padding */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif ;
	background-color: #e6e7eB;
	margin-top: 0px;
	padding-top: 0px;
}

p {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
}

H1 {
	color: #222222;
	margin: 0px;
	font-size: 21px;
	padding-top: 0px;
	font-weight: bold;
}

H2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif ;
	font-size: 18px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

H3 {
	font-size: 16px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

H4 {
	font-size: 14px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

H5 {
	font-size: 12px;
	color: #222222;
	margin: 0px;
	padding-bottom: 10px;
}

H6 {
	font-size: 11px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

a {
	color: #cc9933;
}

/* Our wrapper will be 940px wide, fixed and centered */
#wrapper {
	width: 940px;
	height: auto;
	margin: 0 auto;
}

/* This is used to obtain 10px gap between "real content" and footer */

#wrapper-content {
	margin-bottom: 10px;
}

/* These three following classes are used for top text, the one over header */
#top-text-left {
	margin-top: 10px;
	margin-bottom:10px;
	float: left;
	padding-left: 20px;
}

#top-text-right {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-right: 20px;
}

.top-text  {
	font-size: 12px;
	color: #222222;
}

/*******************/
/* START OF HEADER */
/*******************/

/* Rounded corners left */
#header-bg-left {
	background-image: url(../images/bg-header-left.png);
	width: 10px;
	height: 251px;
	float: left;
}

/* Main, 920px wide section of header */
#header-main {
	background-image: url(../images/bg-header-center.png);	width: 920px;
	height: 251px;
	float: left;
}

/* Rounded corners right */
#header-bg-right {
	float: right;
	width: 10px;
	height: 251px;
	background-image: url(../images/bg-header-right.png);
}

/* Image with logo, to change it just open header.psd, change your content and use premade slices */
#header-logo {
	width: 335px;
	height: 251px;
	float: left;
}
.logo {
	margin-left: 0px;
}

/*Slider*/
#header-slides {
	float: left;
}
.aviaslider{ 
	position: relative;
}
.aviaslider li, .aviaslider .featured{
	width:100%;
	height:100%;
	position: absolute;
	top: -16px;
	left:0px;
}
.js_active .aviaslider li, .js_active .aviaslider .featured{
	display:none;
}
.aviaslider img, .aviaslider a img, .aviaslider a{
	border:none;
	text-decoration: none;
}
.slidecontrolls{
	position:relative;
	top: 120px;
	left: 378px;
}
.slidecontrolls a{
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	background-position:-10px 0;
	border:0;
	margin-right:3px;
	float:left;
}
.slidecontrolls a:hover, .slidecontrolls .active_item{
background-position: 0px 0;
}

/**************/
/*NAVIGATION */
/************/

#navigation {
	margin-top: 10px;
	height: 60px;
	margin-bottom: 10px;
}

/* Navigation - rounded corners - left */
#nav-bg-left {
	background-image: url(../images/bg-nav-left.png);
	width: 10px;
	float: left;
	height: 58px;
}

/* Navigation - rounded corners - right */
#nav-bg-right {
	background-image: url(../images/bg-nav-right.png);
	width: 10px;
	float: right;
	height: 58px;
}

/* Main, 920 px wide section ofnavigation with all the links images etc */

#nav-main {
	width: 920px;
	float: left;
	height: 58px;
	background-image:url(../images/bg-nav.png)
}

.menu {}
.menu ul { float:left; padding:0; margin:7px 120px 0 0; list-style:none; border:0;}
.menu ul li { float:left; margin:0; padding:0;}
.menu ul li a { float:left; margin:0 5px 0 0; padding:15px 0; color:#000000; text-decoration:none; font-size: 11px; font-weight:bold;}
.menu ul li a span { padding:15px; margin:0; background:none;}
.menu ul li a:hover { color:#ffffff; background:url(../images/nav-r.png) no-repeat right;}
.menu ul li a:hover span { color:#ffffff; background:url(../images/nav-l.png) no-repeat left;}
.menu ul li a.active { color:#ffffff; background:url(../images/nav-r.png) no-repeat right;}
.menu ul li a.active span {
	color:#ffffff;
	background:url(../images/nav-l.png) no-repeat left;
}

.menu_banner {
	padding-right: 34px;
	float:right;
	}
/*****************************/
/* START OF FEATURED SECTION */
/*****************************/

#featured {
	margin-bottom: 10px;
	overflow: hidden;
}

/* Featured - rounded corners - left */
#featured-bg-left {
	width: 10px;
	height: 200px;
	background-image:url(../images/bg-featured-left.png);
	float: left;
}

/* Featured - rounded corners - right */
#featured-bg-right {
	width: 10px;
	height: 200px;
	background-image:url(../images/bg-featured-right.png);
	float: right;
}

/* Main, 920 px wide section of featured section */
#featured-main {
	width: 920px;
	height: 198px;
	float: left;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
	background-color: #ffffff;
}

/* Box with featured service number 1 */
.featured-left {
	width: 272px;
	float: left;
	padding-left:10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 160px;
	
}

/* Box with featured service number 2 */
.featured-center {
	display: inline;
	width: 272px;
	float: left;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	height: 160px;
	margin-bottom: 20px;
	border-left: 1px solid #A9ABAB;	
}

/* Box with featured service number 3 */
.featured-right {
	width: 272px;
	float: left;
	border-left: 1px solid #A9ABAB;
	padding-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 160px;
}

/* Class that styles icons in featured services boxes */
.featured-icon {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	margin-bottom: 6px;	
	display: inline;
}

/* Class that styles headers in featured services boxes */
.featured-header {
	margin: 0px;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
	float: left;
	line-height: 16px;
	width: 190px;
	margin-bottom: 10px;
	
}

/* Class that styles descriptions in featured services boxes */
.featured-description {
	margin-top: 0px;
	color: #666666;
	font-size: 0.7em;
	line-height: 18px;
	text-align: justify;
	height: 110px;
	display: inline;
	width: 264px;
}


/* LEarn more button background -left rounded corners */
.learn-more-bg-left {
	background-image:url(../images/learn-more-bg-left.png);
	height: 31px;
	width: 10px;
	float: left;
}

/* LEarn more button background -right rounded corners */
.learn-more-bg-right {
	background-image:url(../images/learn-more-bg-right.png);
	height: 31px;
	width: 10px;
	float: right;
}

/* LEarn more button background -center */
.learn-more-main {
	width: 100px;
	height: 29px;
	background-color: #e6e7eb;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
	float: left;
}

/* LEarn more button href styling */
.learn-more-main a{
	color: #222222;
	text-decoration: none;
	line-height: 11px;
	padding-left: 4.5px;
}

.learn-more-main p{
	line-height: 12px;
}


/* LEarn more button href styling on hover */
.learn-more-main a:hover {
	text-decoration: underline;
}

/* Class that styles learn more buttons in  in featured services boxes */
.learn_more {
	width: 120px;
	height: 30px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #222222;
	font-size: 11px;
	text-align: center;
}

/*Learn more button-text styling */
.learn-more-main p {
	margin: 0px;
	margin-top: 7px;
}

/****************/
/* MAINCONTENT */
/**************/

/* Top rounded corners of MainContent */
#maincontent-bg-top {
	width: 940px;
	height: 9px;
	background-image:url(../images/bg-maincontent-top.png);
	background-repeat: no-repeat;
}

/* Lower rounded corners of MainContent */
#maincontent-bg-bottom {
	width: 940px;
	height: 10px;
	background-image: url(../images/bg-maincontent-bottom.png);
	background-repeat: no-repeat;
}

/* Main viewport content, including sidebars */
#maincontent-main {
	border-left: 1px solid #bcbbba;
	border-right: 1px solid #bcbbba;
	background-color: #f5f5f5;
	height: auto;
	width: 938px;
	overflow: hidden;
}

/* maincontent without sidebars */
#maincontent-main-core {
	width: 570px;
	float:left;
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
}

/* sidebar collumn */
#maincontent-main-sidebar {
	margin-top: 10px;
	width: 281px;
	margin-right: 16px;
	float: right;
	margin-left: 10px;
}

/* sidebar element */
.sidebar {
	margin-bottom: 20px;
	height: auto;
	width: 281px;
}

/* Top rounded corners of sidebar element */
.sidebar-bg-top {
	width: 281px;
	height: 10px;
	background-image:url(../images/bg-sidebar-top.png);
	background-repeat: no-repeat;
}

/* Bottom rounded corners of sidebar element */
.sidebar-bg-bottom {
	width: 281px;
	height: 10px;
	background-image: url(../images/bg-sidebar-bottom.png);
	background-repeat: no-repeat;
}


/* Sidebar element main section */
.sidebar-main {
	width: 279px;
	background-color: #e6e7eb;
	border-right: 1px solid #c8c7c6;
	border-left: 1px solid #c8c7c6;
	height: auto;
	padding-bottom: 10px;
}

/* Styling used for image which is used as a header of sidebar elemtn */
.img-sidebar-header {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 8px;
}

/* Small image icons in quick contact sidebar */
.img-sidebar-contact {
	margin-left: 20px;
	float: left;
	margin-right: 20px;
}

/* Every single one line of contact info in quick contact sidebar */
.sidebar-contact-line {
	padding-bottom: 3px;
}

/*Contact info in quick contact sidebar */
.sidebar-contact-info {
	float: left;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-top: 0px;
	line-height: 16px;
}

/* General sidebar text */
.sidebar-text {
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 18px;
	text-align: justify;
	margin-right: 20px;
}

.contact-main-info {
	float: left;
	font-size: 11px;
	color: #222222;
	margin: 0px;
	margin-top: 0px;
	line-height: 16px;
	margin-top: 10px;
}

/* This class is used to style section name of every subpage, eg.: Services, Contact etc */
.section-name {
	color: #222222;
	margin: 0px;
	font-size: 21px;
	padding-top: 0px;
}

/* This class is used to style subheaders , eg.: Service 1 , Service 2 */
.subheading {
	font-size: 16px;
	color: #222222;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* Class used to style general text */
.general-text {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
	
}

/***********/
/* FOOTER */
/*********/

/* toprounded corners footer */
#footer-bg-top {
	width: 940px;
	height: 10px;
	background-image:url(../images/footer-bg-top.png);
}

/* Main section of footer, 920 px wide */
#footer-main {
	width: 938px;
	border-left: 1px solid #bcbbba;
	border-right: 1px solid #bcbbba;
}

/* bottom rounded corners footer */
#footer-bg-bottom {
	height: 10px;
	width: 940px;;
	background-image:url(../images/footer-bg-bottom.png);
}

/* Footer text, left part */
.footer-text-left {
	margin: 0px;

	padding-left: 20px;
	color: #222222;
	font-size: 11px;
	float: left;
}

/* Footer text - right part */
.footer-text-right {
	margin: 0px;
	padding-right: 20px;
	color: #222222;
	font-size: 11px;
	float: right;
}

/* Class used to style image on the left side of mainContent */
.main-image-left {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Class used to style image on the left side of mainContent */
.main-image-right {
	padding: 5px;
	border: 1px solid #bcbbba;
	background-color: #e6e7eb;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Class used to style UL (used in service section */
.list {
	list-style: url(../images/list.png);
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding-left: 20px;
}

/* Class used to every single service (on services page) */
.service {
	border-bottom: 1px dotted #bcbbba;
	padding-bottom: 10px;
	margin-top: 10px;
}
/* Class used style image of team member) */
.icon-team {
	float: left;
}
/* Class used style description of team member) */
.data-team {
	float: left;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	margin-left: 10px;
}

/* This styles every data line in team member description */
.team-member-data-line {
	margin-bottom: 4px;
}

/* class used to clear float */
.clear {
	clear: both;
}



/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */
#contactform {
	-moz-border-radius:5px;
	margin-left:auto;
	margin-right:auto;
}
#contactform form {
	font:normal 11px/18px Verdana,Tahoma;
	margin:0 0;
	padding:0;
	margin-top:20px;
	width:100%;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
	background:#fff;
	border:1px solid #ddd;
	-moz-border-radius:5px
}


#contactform fieldset legend {
	font:normal bold 18px/26px "Trebuchet MS",Verdana,Tahoma;
	padding:3px 25px;
	margin-left:30px;
	text-transform:uppercase;
	border:0px solid #ddd;
}
#contactform fieldset legend span {
	font:normal 10px/18px Arial,Verdana,Tahoma;
	text-transform:uppercase;
	display:block;
}
#contactform form label {
	display:block;
	float:left;
	width:150px;
	padding:6px 10px 0 0;
	margin:0px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width:340px;
	font:normal 11px/18px Verdana,Tahoma;
	padding:5px;
	margin:5px 0 5px 0;
	background:#f5f5f5;
	border:1px solid #ddd;
}

form br {
	clear:left;
}

#contactform input.required {
	background:#f5f5f5 url('../images/required.png') center right no-repeat;
	
}

#contactform .select select:focus {
	border-color: #9b9b9b;
}
#contactform form input.btn
	{
		background:none;
		border:none;
	}

form.c1 input:hover,textarea:hover
	{
		border:1px solid #d8d8d8;
	}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:90%;margin:0 auto; }