@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext,greek-ext,vietnamese,greek,latin-ext,cyrillic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, footer, header, hgroup, menu, nav, output, ruby, section, summary, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
em{ font-style:italic;}
a{ text-decoration:none; color:#555555;
-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover{ color:#ffc200;}
h1, h3{ background:url(../img/heading-bg.jpg) repeat top; font-size:28px; font-weight:300; -webkit-font-smoothing: antialiased; color:#555555; margin:0 0 22px 0;}
h1 span, h3 span{ background:white; display:inline-block; padding:0 10px 0 0; }
h2{ font-weight:400; font-size:16px; margin:0 0 12px 0;}
h3{ font-size:20px; background-repeat:repeat-x; background-position:center;}
h4{ font-weight:bold;}
.formError{ font-size:12px; margin:0 0 0 15px; color:red;}
iframe{ margin:0 0 30px 0;}
.floatingHeader {
      position: fixed;
      top: 0;
      visibility: hidden;
    }
/*form*/
form label{
	font-size: 13px;
    font-weight:600;
	display:block;
}
form label sub{ color:#FF4242;}
form p{ margin:0 0 20px 0;}
form input[type="text"], form textarea{
	width: 250px;
	border: 1px solid #EEE;
	padding: 7px 8px 7px 8px;
	font-size: 13px;
	background: #FBFBFB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
	transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
	-webkit-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
	-moz-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
	outline:none;
}
form input[type="text"]:focus, form textarea:focus{border: 1px solid #ccc !important;}
form textarea{ width:400px; resize:none; height:100px;}
/*form input[type="submit"]{
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#232323');
	background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#232323));
	background: -moz-linear-gradient(top,  #424242,  #232323);
	background-color:#232323;
	color: white;
	font-size: 16px;
	-moz-box-shadow	: inset 0px 1px 0px rgb(176, 176, 176);
	-webkit-box-shadow	: inset 0px 1px 0px rgb(176, 176, 176);
    		box-shadow	: inset 0px 1px 0px rgb(176, 176, 176);
			border:1px solid #979797;
	
	display: inline-block;
	cursor: pointer;
	line-height: normal;
	padding:5px 14px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
form input[type="submit"]:hover{
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed86e', endColorstr='#febb4b');
	background: -webkit-gradient(linear, left top, left bottom, from(#fed86e), to(#febb4b));
	background: -moz-linear-gradient(top,  #fed86e,  #febb4b);
	background-color:#febb4b;
	color: white;
	-moz-box-shadow	: inset 0px 1px 0px rgb(255, 240, 198);
	-webkit-box-shadow	: inset 0px 1px 0px rgb(255, 240, 198);
    		box-shadow	: inset 0px 1px 0px rgb(255, 240, 198);
			border:1px solid #d3a247;
	}*/
address p{ padding:0 0 0 30px; background-repeat:no-repeat; background-position:left center; }
address p.address{ background-image:url(../img/map.png); }
address p.calls{ background-image:url(../img/phone.png); }
address p.mails{ background-image:url(../img/mail.png); }

body{
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:21px;
	color:#555555;
	background:url(../img/bg.png) repeat top #f9f9f9 fixed;
}
input{font-family:'Open Sans', sans-serif; font-size:13px; border:none;}
#wrapper, nav, .featured-serivces li img, #banner h1, #banner h2, form input[type="submit"], section.services-sec img, nav ul li div, #testimonials li blockquote{
	-khtml-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
nav > ul > li > a.first{
	-khtml-border-radius:4px 0 0 4px;
	-ms-border-radius:4px 0 0 4px;
	-o-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	}
#banner img, #prevNext img{
	-khtml-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	}
#footerglobal .copyright{
	-khtml-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
nav > ul > li > div{
	-khtml-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
strong{ font-weight:bold;}
small{ font-size:12px;}
#main-wrapper{ width:950px; margin:auto;}
#wrapper{ padding:0 25px; width:900px; background:white; -moz-border-radius:5px; border-radius:5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 0px 3px;
	float:left;
	margin:20px 0;
}

/*header*/
header{ padding:40px 28px; display:inline-block; width:844px; }
header .logo{ float:left;}
header .uma-contact{ float:right; margin:5px 0 0 0; }
header .uma-contact span a{ margin:0 0 0 26px; background-repeat:no-repeat; background-image:url(../img/contact-icons.jpg);}
header .uma-contact span.email a{ background-position:0 4px; background-size:15px; padding-left:24px; }
header .uma-contact span.call a{ background-position:-3px -16px; padding-left:16px;}

/*navigation*/
nav {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd973), to(#fcbe4c));
	background:-moz-linear-gradient(100% 100% 90deg, #fcbe4c, #ffd973);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd973', EndColorStr='#fcbe4c');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcbe4c', EndColorStr='#ffd973')";
	border:1px solid #e6b550;
	height:36px;
	font-size: 14px;
	margin:0 0 48px 0;
}
nav > ul > li {
	position: relative;
	float: left;
	z-index: 1015;
	padding: 0px 2px 0px 0px;
	background: url('../img/nav-dvider.jpg') right top no-repeat;	
}
#menu > ul > li:hover {
}
nav > ul > li > a {
	line-height:36px;
	text-decoration: none;
	display: block;
	padding: 0px 16px 0px 16px;
	z-index: 6;
	position: relative;
	
	color: #363535;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
nav > ul > li:hover > a, nav ul a.selected {
	background-color: #ffd973;
	color:black;
}
nav > ul > li > a > span {
	padding: 0px 0px 0px 14px;
	background: url('http://www.blueowlcreative.com/themes/aquatheme/images/arrow_down_tiny.png') right center no-repeat;
}

nav ul li div {
	display: none;
	background: #ffd973;
	position: absolute;
	left: -1px;
	z-index: 1020;
	padding:0 7px;
	border:1px solid #e6b550;
}

nav > ul > li > div > ul {
	display: table-cell;
	padding-top: 7px;
}
nav > ul > li ul + ul {
	padding-left: 20px;
}
nav > ul > li ul > li:first-child{ border-top:none;}
nav > ul > li ul > li:last-child{ border-bottom:none;}
nav > ul > li ul > li {
	position:relative;
	border-bottom:1px solid #fbca45;
	border-top:1px solid #fde6a6;
}

nav > ul > li ul > li > a {
	padding: 7px 0px 9px;
	margin: 0 16px;
	display: block;
	white-space: nowrap;
	/*min-width: 160px;*/
	width: 170px;
	font-size: 14px;
	background: url('../images/main_nav_bgr_sep_vertical.png') bottom left repeat-x;	
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav > ul > li ul > li > a:hover{ color:inherit;}
nav > ul > li ul > li > a > span {
	background: url('../img/arrow_left.png') -20px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
nav > ul > li ul > li > a:hover > span {
	background: url('../img/arrow_left.png') left center no-repeat;
	padding-left: 12px;
}
nav > ul > li ul > li > a:hover {
	text-decoration: none;
}
nav > ul > li > div > ul > li > a {
	color: #444;
}
nav .arrow{ background: url(../img/arrow_down.png) no-repeat right; padding-right:30px !important; display:inline-block;}
nav .subsub_menu{ z-index:1; display: none;
	position: absolute;
	top: -3px;
	left:97%; }
/*nav li:hover .subsub_menu{ display:block; position:absolute; float:left;}*/

/*headline*/
#headline{ padding:0 0 40px 0; text-align:center;}
#headline .title{ font-size:30px; color:#444444; font-weight:300; margin:0 0 20px 0;}
#headline .title span{ color:#ffc200; font-weight:400;}
#headline p{ color:#969696; font-size:20px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; line-height:30px;}

/*banner*/
#featured_slide{
	margin:0 0 36px 0;
	display:block;
	width:900px;
	height:400px;
	overflow:hidden;
	}
#featured_slide h1{
	background:none;
	font-size:38px;
	padding:2px 07px;
	background:#f3bc0e;
	display:inline-block;
	text-transform:uppercase;
	line-height:48px;
	font-weight:600;
	margin:0 0 10px 0;
	color:#FFF;
}
#featured_slide h2{ padding:4px 7px; background:#404b50; display: inline-block; line-height:26px; font-size:26px; color:#FFF; text-transform:uppercase;}
.featured_box{
	position:relative;
	display:block;
	width:900px;
	}
.featured_box .floater{
	position:absolute;
	top:111px;
	margin:0 0 0 52px;
	overflow:hidden;
	}
#fsn{ display:none;}

#banner{ height:400px;}
#banner .over{ z-index:100;margin:111px 0 0 52px; width:320px; position:absolute;}
.oneByOne2{ margin:0 0 36px 0;}
#banner h1{
	background:none;
	font-size:38px;
	padding:2px 07px;
	background:#f3bc0e;
	display:inline-block;
	text-transform:uppercase;
	line-height:48px;
	font-weight:600;
	margin:0 0 10px 0;
	color:#FFF;
}
#banner h2{ padding:4px 7px; background:#404b50; display: inline-block; line-height:26px; font-size:26px; color:#FFF; text-transform:uppercase;}
.buttonArea{ display:none;}
#banner p{ font-size:17px; line-height:27px; color:#3c4549; font-weight:400; text-shadow: 0 1px 0 rgba(256, 256, 256, 0.5);}
#banner .oneByOne_item{
	width: 540px;
	height: 270px;
	margin:0 0 0 0;
	
}
/* the css for the animation */
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-ms-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.animate0{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}         

.animate1{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate2{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate3{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}   

.animate4{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .8s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}  

.animate5{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}    
.animate6{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}    
.animate7{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1.4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1.4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1.4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}

/*featured services*/
.featured-serivces{ display:inline-block; }
.featured-serivces li{ float:left; width:210px; margin:0 17px 0 0;}
.featured-serivces li.last{ margin-right:0;}
.featured-serivces li img{ margin:0 0 15px 0;}
/*.featured-serivces li a h2{ color:#444444;}*/
.featured-serivces li a:hover{ text-decoration:none;}
.featured-serivces li a p{ color:#777777;}
.featured-serivces li a:hover h2{ color:#af8337;}

/*home company*/
#why-company{ margin:50px 0 0 0; display:inline-block; width:100%;}
#why-company .work-with{ float:right; width:440px;}
.acc_holder {}
.acc_item {
	padding: 12px 0px;
	margin: 0px 0 0;
	position: relative;
	cursor: pointer;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
	
    background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	    
}
.acc_item:hover {
	background: #f8f8f8;
}
.acc_control {
	float: left;
	background: #778185 url('../img/acc_bgr.png') 0px bottom no-repeat;
	width: 18px;
	height: 18px;
	margin: 0 14px 0px 8px;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    border-radius: 17px; 	
}
.active_acc .acc_control {
	background: #778185 url('../img/acc_bgr.png') 0px bottom no-repeat;
	}
.acc_heading {
	display: block;
	margin-left: 40px;
	font-size:14px;
	font-weight:bold;
}	
	
.accordion {
	padding: 0px;
	margin: 0;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
	
	line-height: 18px;
}

.accordion.active_acc {
	background:url('../img/acc_bgr.png') 0px bottom no-repeat;
}
.accordion_content {
	display: none;
	padding: 10px 10px 0 40px;
	color: #777;
}

#why-company .products{ float:left; width:440px; color:#555555;  margin:0 20px 0 0;}
#why-company .products li{ margin:0 0 8px 0; background:url(../img/tick.jpg) no-repeat left; padding:0 0 0 25px; }

section{ width:560px; float:left;}
section.services-sec{ width:640px; float:right;}
section.services-sec img{ /*width:300px; float:left; margin:0 18px 14px 0;*/ margin:0 0 24px 0;}
section.services-sec h1{ background:none; margin-bottom:12px; font-size:23px; font-weight:400;}
section.services-sec ul{ margin:5px 0 20px 35px;}
section.services-sec ul li{ list-style-type:decimal}

aside{ width:300px; float:right;}
/*services left*/
aside.services-sec{ width:220px; float:left;}
/*aside.services-sec a{ margin:0 0 12px 0; display:block;}
aside.services-sec li ul{margin:0 0 0 17px}*/
.side_bar_menu {
}
.side_bar_menu > li {
	margin: 1px 0px;
}
.side_bar_menu > li + li {
}
.side_bar_menu > li > a {
	display: inline-block;
	color: #444;
	text-decoration: none;
	font-size: 13px;
	border-radius: 3px;
	position: relative;
}
.link_span{
	display: block;
	padding: 4px 10px 4px 19px;
	position: relative;
	z-index: 21;
	text-shadow: 0 1px 0 rgba(256,256,256, 0.7);
	background: url('../img/arrow_left.png') 8px 12px no-repeat;	
}
.side_bar_menu > li ul {
	margin: 1px 0 3px 10px;
}
.side_bar_menu > li a.active {
	background: #f7f7f7;
}
.side_bar_menu > li a:hover {
}
.side_bar_menu > li a.active + ul {
	display: block;
}
.side_bar_menu > li ul > li {
	margin: 1px 0px;
}
.side_bar_menu > li ul > li > a {
	display: inline-block;
	color: #444;
	font-size: 13px;
    text-decoration: none;
	border-radius: 3px;
	text-shadow: 0 0 1px #fff;
	position: relative;
}
.side_bar_menu > li ul > li > a.active {
	background-color: #f5f5f5;
	border-radius: 3px;		
	text-shadow: 0 0 1px #fff;		
}
.hover_span {
	display:block;
	width: 0;
	height: 100%;

	background: #fafafa url('http://www.blueowlcreative.com/themes/aquatheme/images/grad_menu.png') top left repeat-x;
		
	border-radius: 3px;
	position: absolute;
	top:0;
	z-index: 20;
}

/*testimonials*/
aside.testimonials-sec{}
aside.testimonials-sec li{ }
aside.testimonials-sec li blockquote{ padding:14px 14px 16px 46px; margin:0; line-height:20px; color:#777777; font-style:italic; background:url(../img/quote.png) no-repeat 12px 12px #F8F8F8; border:1px solid #E5E5E5;}
aside.testimonials-sec li span{ background:url(../img/quote_arrow.png) no-repeat left top; width:12px; height:7px; display:block; top:-1px; position:relative; left:46px; }
aside.testimonials-sec li .author{
    left: 46px;
    margin-top: 12px;
    position: relative;
}
aside.testimonials-sec li .author .name{ background:url(../img/testimonial-author.png) no-repeat left; font-weight:600; font-size:14px; padding-left:24px;}
aside.testimonials-sec li .author .des{font-size:11px; color:#AAAAAA; line-height:15px;}
/*footer global*/
#footerglobal{ margin:50px 0 0 0; float:left; left:-25px; position:relative; font-size:12px; border-top:4px solid #242628;}
#footerglobal h2{ color:#d1d6d9; font-size:15px; margin:0 0 14px 0}
#footerglobal .company-details{ background:#2d3032; padding:25px; float:left; width:900px; color:#757d82; line-height:18px;}
#footerglobal .company-details a{ color:#949ea3;}
#footerglobal .company-details a:hover{ color:#f3bc0e;}
#footerglobal .company-details .column{ float:left;  width:223px; margin:0 30px 0 0;}
#footerglobal .company-details .column.products{ width:392px;}
#footerglobal .company-details .column.products ul{ float:left;}
#footerglobal .company-details .column.products li{ width:168px; margin:0 15px 8px 0; background:url(../img/arrow-gray.jpg) no-repeat 0 6px; padding-left:12px;  }
#footerglobal .company-details .column.products li:hover{background:url(../img/arrow-hover.jpg) no-repeat 0 6px; }
#footerglobal .company-details .column.products li:hover a{ display:block; }

#footerglobal .company-details .column.get-touch{}
#footerglobal .company-details .column.get-touch a{ background-image:url(../img/footer-icon.jpg); background-repeat:no-repeat; clear:both; margin:0 0 17px 0; display:block; padding:0 0 0 30px; line-height:17px;}
#footerglobal .company-details .column.get-touch a.call{ background-position:0 1px}
#footerglobal .company-details .column.get-touch a.email{ background-position:0 -35px}
#footerglobal .company-details .column.get-touch a.map{ background-position:0 -20px}
#footerglobal .company-details .column.last{ margin-right:0;}
#footerglobal .copyright{ background:#222425; border-top:1px solid #373737; clear:both; color:#757d82; padding:16px 25px; float:left;width:900px;}
#footerglobal .copyright a{ color:#ffc200;}
#footerglobal .copyright:hover a{ text-decoration:underline;}
#footerglobal .copyright p.left{ float:left;}
#footerglobal .copyright p.right{ float:right; }