@import url(reset.css);

html {
	background: black url(../images/bg.png) repeat-x;
}

body {
	color: #ccc;
	font: 16px/100% Arial, Helvetica, sans-serif;
}

p, li {
	margin: 10px 0;
	font-size: 13px;
}

a {
	color: #95bee4;
	text-decoration: none;
	border-bottom: dotted 1px #4973ab;
}

a:hover {
	border-bottom: dotted 1px #95bee4;
	color: #cee5fa;
}

.more {
	background: url(../images/icon_arrow_right.png) right 4px no-repeat;
	text-align: right;
	padding-right: 15px;
	clear: both;
}

.modal {
	display: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

.twitter {
	background: url(../images/icon_twitter.png) no-repeat;
}

.delicious {
	background: url(../images/icon_delicious.png) no-repeat;
}

.facebook {
	background: url(../images/icon_facebook.png) no-repeat;
}

.flickr {
	background: url(../images/icon_flickr.png) no-repeat;
}

.linkedin {
	background: url(../images/icon_linkedin.png) no-repeat;
}

.slideshare {
	background: url(../images/icon_slideshare.png) no-repeat;
}

.vimeo {
	background: url(../images/icon_vimeo.png) no-repeat;
}

.youtube {
	background: url(../images/icon_youtube.png) no-repeat;
}

.getsatisfaction {
	background: url(../images/icon_getsatisfaction.png) no-repeat;
}

.plaxo {
	background: url(../images/icon_plaxo.png) no-repeat;
}


#tooltip{
	position: absolute;
	background: #bad3ec;
	padding: 5px 10px;
	color: #000;
	display: none;
	opacity: .9;
	filter: alpha(opacity=90);
} 


/*************/
/*** =Tabs ***/
/*************/

#tabs {
	height: 460px;
	position: relative;
}

#tabs #tabs_nav {
	background: url(../images/tabs_off.png) no-repeat;
	position: absolute;
	bottom: 0;
	height: 52px;
	width: 490px;
	left: 245px;
}

#tabs #tabs_nav li {
	float: left;
	text-indent: -9000px;
	margin: 0 10px 0 0;
}

#tabs #tabs_nav a {
	display: block;
	height: 48px;
	border: none;
	background: url(../images/tabs_on.png) -9000px -9000px no-repeat;
}

#tabs #tabs_nav a:hover {
	
}

#tabs #tabs_tab1 {
	width: 163px;
}

#tabs #tabs_tab2 {
	width: 164px;
}

#tabs #tabs_tab3 {
	width: 133px;
	margin-right: 0;
}

#tabs #tabs_tab1 a {
	width: 163px;
}

#tabs #tabs_tab2 a {
	width: 164px;
}

#tabs #tabs_tab3 a {
	width: 133px;
}

#tabs #tabs_tab1.ui-tabs-selected a {
	background-position: 0 0;
}

#tabs #tabs_tab2.ui-tabs-selected a {
	background-position: -173px 0;
}

#tabs #tabs_tab3.ui-tabs-selected a {
	background-position: -347px 0;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

#tabs_1, #tabs_2, #tabs_3 {
	width: 100%;
	height: 358px;
	top: 25px;
	position: absolute;
	background: url(../images/bg_swirl.png) 265px 40px no-repeat;
}

#tabs h1 {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9000px;
	width: 323px;
	height: 184px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 10;
}

#tabs #tabs_2 h1,
#tabs #tabs_3 h1 {
	background-image: url(../images/logo2.png);
	width: 256px;
	height: 144px;
	top: 250px;
	left: 55px;
}

#tabs h2 {
	text-indent: -9000px;
	position: absolute;
	top: 100px;
	left: 370px;
	width: 547px;
	z-index: 100;
}

#tabs .tabs_text {
	position: absolute;
	top: 180px;
	width: 580px;
	left: 370px;
}

#tabs .tabs_text p {
	font-size: 14px;
	color: white;
}

#tabs_1 {
	
}

#tabs h2 {
	background: url(../images/heading_01.png) no-repeat;
	height: 69px;
}

#tabs .object {
	position: absolute;
	top: 60px;
	left: 10px;
}


/* tab 2 - How we do it */

#logos {
	position: absolute;
	top: 30px;
	left: 210px;
}

#logos li {
	float:left;
	margin: 0 10px 10px 0;
	height: 120px;
}

#logos a {
	border: none;
}

#logos_elect_tile {
	clear: left;
}

#tabs_2 .legend {
	position: absolute;
	bottom: 20px;
	left: 380px;
}

.modal_wrapper_2 img {
	float: left;
	margin-right: 10px;
}

.modal_wrapper_2 p {

}


/* tab 3 - Our work */

#case_studies1 {
	position: absolute;
	top: 60px;
	left: 120px;
	width: 900px;
}

#case_studies2 {
	position: absolute;
	top: 150px;
	left: 120px;
	width: 900px;
}

.case_studies li {
	float:left;
	margin: 0 20px 15px 0;
	width: 100px;
	height: 69px;
	overflow: visible;
}

.case_studies a {
	border: none;
	display: block;
}

.case_studies img {
	width: 100px;
}

.case_studies a:hover img {
	width: 130px;
	margin-left: -15px;
	margin-top: -10px;
	z-index: 1000;
	position: absolute
}

.case_studies span {
	display: none;
	position:  absolute;
	width: 90px;
	height: 53px;
	line-height: 53px;
	margin: 5px 0 0 5px;
}

.case_studies .disabled {
	opacity: .7;
	filter: alpha(opacity=70);
}

.case_studies .disabled a:hover img {
	margin: 0;
	width: 100px;
}

.case_studies .disabled a:hover span {
	display: block;
	color: #666;
	font-weight:  bold;
	background-color: #fff;
	z-index: 2000;
	text-align:  center;
}

.legend {
	position: absolute;
	bottom: 20px;
	left: 380px;
}

.modal_wrapper {
	width: 720px;
	height: 410px;
	overflow: auto;
	padding-bottom: 15px;
	margin: 15px 10px 15px 15px;
	padding-right:  5px;
}

.modal_wrapper_2 {
	width: auto;
	height: auto;
}

.modal_wrapper h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	line-height:  normal;
}

.modal_wrapper h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 10px 0;
}

.modal_wrapper .video {
	float: right;
	margin-left: 10px;
}

.modal_wrapper .image {
	float: right;
	margin: 0 0 10px 15px;
	width: 300px;
}

.modal_wrapper .image img {
	display: block;
	margin: 0 auto 5px auto;
}

/****************/
/*** =Columns ***/
/****************/

#content {
	overflow: hidden;
	margin: 30px 0;
}

#content h3 {
	font-size: 18px;
	color: #95bee4;
	height: 27px;
	line-height: 27px;
	text-indent: 5px;
	margin: 25px 0 15px -5px;
	background: url(../images/section_heading_1.png) no-repeat;
}

#content h3 a {
	border: none;
	display: block;
	margin-right: 10px;
	background-position: right center;
}

#content3 h3 {
	background-image: url(../images/section_heading_2.png);
}

#content h4 {
	color: #95bee4;
	margin: 16px 0 7px 0;
	font-size: 14px;
	font-weight: normal;
}

#content1, #content2, #content3 {
	margin-top: -20px;
}

#content1 {
	float: left;
	width: 347px;
	margin-left: 5px;
}

#content2 {
	float: left;
	width: 347px;
	margin-left: 10px;
	padding: 0 9px 0 18px;
	border-width: 0 1px;
	border-style: dashed;
	border-color: #666;
}

#content3 {
	float: right;
	width: 204px;
}

#content3 p {
	margin: 8px 0;
}

#more_about {
	
}

#more_about li {
	padding-left: 20px;
}

#more_about a {
	
}

.call_us_phone {
	font-size: 24px;
	margin-bottom: 18px;
	color: white;
}

#contact {
	
}

#contact li {
	margin: 6px 0;
}

#contact label {
	display: block;
	margin-bottom: 2px;
}

#contact .form_text {
	width: 100%;
}

#contact .phone .form_text {
	width: 110px;
}

#contact .form_textarea {
	width: 100%;
	height: 100px;
}





/* Delicious */

.delicious-link {
	font-weight: bold !important;
}

.delicious-extended {
	font-size: 12px !important;
}



/* Flickr */

#flickr_badge_wrapper {
	overflow: hidden;
}

#flickr_badge_wrapper a {
	background-color: #95bee4;
	overflow: hidden;
	padding: 3px;
	display: block;
	float: left;
	margin-right: 3px;
	line-height: 0;
}


.form_text, .form_textarea {
	background-color: #2f5c9a;
	border-width: 1px;
	border-style: solid;
	border-color:#21416d #4f6e95 #4f6e95 #21416d;
	padding: 2px;
	color: white;
	font: 14px Arial, Helvetica, sans-serif;
}

button {
	background-color: #052c61;
	border-width: 1px;
	border-style: solid;
	border-color:#264876 #041f44 #041f44 #264876;
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 13px;
}



#footer {
	text-align: center;
	font-size: 12px;
	color: #ccc;
	padding-bottom: 30px;
}