/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, input, 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 {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
}
ul { list-style: none; }
:focus { outline: 0; }

/* Globals */
html {
    height: 100%;
}
body {
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height: 100%;
	background: url(/img/bg.png) #bcd3df repeat-x;
}

a {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #3281a7;
}


/* TEXT STYLES */
h1 {
	text-transform: uppercase;
	margin: 20px 0 12px;
	font-size: 18px;
	font-weight: lighter;
}

h2 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

p, .copy {
	margin-bottom: 15px;
	line-height: 18px;
	color: #515151;
	font-size: 14px;
	text-align: justify;	
}

strong { font-weight: normal; }
a, h2, strong, h1, .featured_projects, #footer { color: #006699; }

/* LAYOUT */
#container {
	width: 952px;
	min-height: 675px;
	margin: 0 auto;
	position: relative;
}
#logo {
	margin: 20px 0 65px;
	float: left;
}
#nav {
	margin-top: 78px;
	float: right;
}
#nav a {
	margin-left: 30px;
}
#nav .active, nav .active:hover {
	color: #999999;
}
#footer {
	width: 952px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	font-size: 12px;
	text-align: center;
	clear: both;
}
#footer_left {
	margin-left: 15px;
	float: left;
}
#footer_right {
	float: right;
	margin-right: 15px;
}
#footer_nav {
	margin: 0 auto;
}
#footer_nav a {
	margin: 0 5px;
}

#work-right {
	position: relative;
	float: right;
	
}

/* HOME PAGE */
#home-top, #work-top {
	clear: both;
}

#home-top p {
	width: 725px;
}
#home-bottom p {
	width: 725px;
	float: right;
	margin-bottom: 40px;
}

#home-center {
	width: 938px;
	height: 346px;
	padding: 6px;
	margin: 25px 0;
	border: 1px solid #006699;
	background: #f4f5f6;
}
#home-center #left {
	width: 316px;
	float: left;
}

#home-center #left a {
	width: 268px;
	height: 108px;
	
	background-repeat: no-repeat;
	display: block;
	color: #fff;
	border: 1px solid #626262;
}
.hero-title {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: lighter;
	height: 18px;
	
	padding-right: 18px;
	background: url(/img/arrow-right-big.png) right no-repeat;
}
.hero-copy {
	display: block;
	font-size: 16px;
}

#home-center #left a#demo-link {
	padding: 30px 24px 30px;
	margin-bottom: 6px;
	background: url(/img/btn-demo-bg.jpg) repeat-x;
	background-image: -moz-linear-gradient(100% 100% 90deg, #027399, #0099cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0099cc), to(#027399));
}

#home-center #left a#qq-link {
	padding: 50px 24px 10px;
	background: url(/img/btn-qq-bg.jpg) repeat-x;
	background-image: -moz-linear-gradient(100% 100% 90deg, #626262, #999999);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#626262));
	
}
#home-center #left a#demo-link:hover {
	background-image: -moz-linear-gradient(100% 100% 90deg, #027399, #0099cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00aae2), to(#027da6));
}

#home-center #left a#qq-link:hover {
	background-image: -moz-linear-gradient(100% 100% 90deg, #626262, #999999);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8a8a8), to(#747474));
}
#home-center #right {
	float: right;
	width: 612px;
	height: 344px;
	overflow: hidden;
	position: relative;
	border: 1px solid #626262;
}

#video-wrapper, #demo-player {
	width: 612px;
	height: 344px;
	background: #000;
	display: block;
}

#video-wrapper {
	position: absolute;
	z-index: 1;
}


#demo-title {
	margin: 110px 0 0 0;
	text-transform: uppercase;
	
	font-size: 16px;
	font-weight: lighter;
}
#demo-copy {
	width: 640px;
	margin: 12px 0 20px;
	min-height: 250px;
	clear: both;
	font-size: 17px;
	line-height: 22px;
}

#demo-wrapper {
	width: 640px;
	height: 400px;
	margin: 30px 0 0;
	position: relative;
}

#demo-player-wrapper {
	width: 640px;
	height: 360px;
	margin: 0 auto;
}

#demo-player {
	width: 640px;
	height: 360px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px #0b0b0b;
	-moz-box-shadow: 0 0 20px #0b0b0b;
	box-shadow: 0 0 20px #0b0b0b;
}


/* QUICK QUOTE */
#quickquotes_wrapper {
	width: 582px;
	height: 275px;
	padding: 70px 15px 0;
	position: absolute;
	z-index: 4;
	margin-top: -354px;
	background: url(/img/qq-bg.png);
	background: rgba(0,0,0,0.65);
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

#quickquotes_wrapper h2 {
	font-size: 18px;
	color: #bcd3df;
}

#quickquotes_form {
	color: #fff;
	font-weight: bold;
}
.quickquotes_form_txt {
	width: 260px;
	text-align: right;
	float: left;
}
.quickquotes_form_txt li {
	margin-bottom: 4px;
}
.quickquotes_form_select {
	font-size: 11px;
	float: right;
}
.quickquotes_form_select li {
	margin-bottom: 2px;
	clear: both;
}
#quickquotes_form label {
	margin-right:20px;
	margin-bottom:10px;
	float: right;
}
#quickquotes_form .center {
	margin-top: 30px;
	margin-right: 15px;
	text-align: right;
	clear: both;
}

#quickquotes_thanks {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 300px;

}

.txtbox {
	width: 150px;
	padding: 1px 4px;
	color: #333;
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.txtbox:hover, .txtbox:focus {
	border: 1px solid #666;
}
.btn {
	padding: 2px 5px 3px;
	background: #3281a7;
	border: 1px solid #3281a7;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 0 4px #888;
	-moz-box-shadow: 0 0 4px #888;
}
.btn:hover {
	background: #006699;
}

#side_nav {
		position: absolute; 
		top: 180px;
		left: 0;
	}
	#side_nav li a {
		margin-bottom: 10px;
		display: block;
		font-size: 13px;
	}
	#side_nav li a:hover, .navigation .selected { color: #00b5ed; }
	
	.content {
		margin-top: 32px;
		margin-left: 200px;
		margin-bottom: 40px;
		float: right;
	}
	
	#content_full { width: 900px; }
	#content_half { width: 700px; }
	.wide .copy { width: 650px; }

/* Services */

#services_overview ul {
	text-align:left;
	padding-left: 20px;
	list-style: disc;
}
.services_thumbs_wrapper {
	height: 206px;
	float: right;
} 
.services_thumbs_border {
	width: 477px;
	height: 206px;
	position: absolute;
	right: 0;
	z-index: 100;
	background: url(../img/services_thumbs.png) no-repeat;
}
.services_thumbs {
	width: 416px;
	height: 206px;
	float: right;
}
.services_thumbs img {
	margin-left: 104px;
	margin-top: 15px;
}

.panel a {
	font-weight: bold;
}

/* coda slider */
#content_half .scrollContainer div.panel {
	width: 700px; height: 480px;
	overflow: hidden;
}
.scroll {
	height: 480px;
    overflow: hidden;
    position: relative;
    clear: left;
}
.hide {
    display: none;
}

/* Contact Us */

#map{
	-moz-box-shadow:0 0 12px #4e5050;
	-webkit-box-shadow:0 0 12px #4e5050;
	box-shadow:0 0 12px #4e5050;
	border:2px solid #069;
	float:right;
	height:350px;
	margin-right:65px;
	margin-top:20px;
	width:450px;
}

#map .shadow img {
	height:66px;
	margin-left:-62px;
	width:580px;
}


/* SLIDER */
#carousel {
	margin-top: 0;
	position: absolute;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
}
.infiniteCarousel {
  width: 612px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 612px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 344px;
  overflow: auto;
  position: absolute;
  top: 0;
  z-index: 3;
}


.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  height: 344px;
  width: 612px;
  position: relative;
}

.infiniteCarousel ul li a img {
  display:block;
  position: absolute;
}

.infiniteCarousel ul li .project-info {
	width: 306px;
	height: 24px;
	padding: 5px 10px 14px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	bottom: 0;
	right: 0;
	margin: 0;
	position: absolute;
	z-index: 4;
	border-top: 1px solid #626262;
	border-left: 1px solid #626262;
	background: url(/img/btn-qq-bg.jpg) repeat-x;
	background-image: -moz-linear-gradient(100% 100% 90deg, #626262, #999999);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#626262));
	-moz-box-shadow: -1px -1px 8px #000;
	-webkit-box-shadow: -1px -1px 8px #000;
	box-shadow: -1px -1px 8px #000;
}

.infiniteCarousel .arrow {
  display: block;
  height: 30px;
  width: 25px;
  text-indent: -999px;
  position: absolute;
  top: 155px;
  cursor: pointer;
  background-image: url(/img/arrows.png);
  z-index: 3;
  display: none;
}

.infiniteCarousel .forward {
  background-position: right top;
  right: 10px;
}

.infiniteCarousel .back {
  background-position: left top;
  left: 10px;
}

.infiniteCarousel .forward:hover {
  background-position: right bottom;
}

.infiniteCarousel .back:hover {
  background-position: left bottom;
}






/* DEMO SLIDER */
#carousel-demo {
	top: 450px;
	left: 4px;
	position: absolute;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
}
.demoCarousel {
  width: 612px;
  position: relative;
}

.demoCarousel .wrapper {
  width: 612px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height: 344px;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 3;
}


.demoCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.demoCarousel ul li {
  display:block;
  float:left;
  height: 344px;
  width: 612px;
  position: relative;
}

.demoCarousel ul li a img {
  width: 130px;
  margin: 0 5px;
  border: 1px solid #555;
}



.demoCarousel ul l a.selected-demo img, .demoCarousel img:hover {
	border: 1px solid #999;
}

.demoCarousel .arrow {
  display: block;
  height: 30px;
  width: 25px;
  text-indent: -999px;
  position: absolute;
  overflow: hidden;
  top: 35px;
  cursor: pointer;
  background-image: url(/img/arrows.png);
  z-index: 3;
}

.demoCarousel .forward {
  background-position: right top;
  right: -25px;
}

.demoCarousel .back {
  background-position: left top;
  left: 0;
}

.demoCarousel .forward:hover {
  background-position: right bottom;
}

.demoCarousel .back:hover {
  background-position: left bottom;
}









/* JQuery Uniform */
.selector select:focus,.radio input:focus,.checker input:focus,uploader input:focus{outline:0;}
.selector,.radio,.selector *,.radio *{margin:0;padding:0;}
div.radio{float:left;height:18px;margin-right:2px;position:relative;width:18px;}
div.radio input{background:none;display:inline-block;height:18px;opacity:0;text-align:center;width:18px;}
div.radio span{background-position:0 -279px;display:block;float:left;height:18px;text-align:center;width:18px;}
div.radio span.checked{background-position:-72px -279px;}
div.radio.disabled span,div.radio.disabled:active span,div.radio.disabled.active span{background-position:-144px -279px;}
div.radio.disabled span.checked,div.radio.disabled:active span.checked,div.radio.disabled.active span.checked{background-position:-162px -279px;}
div.radio.focus span,div.radio:hover span{background-position:-36px -279px;}
div.radio.focus span.checked,div.radio:hover span.checked{background-position:-108px -279px;}
div.radio.focus:active span,div.radio:active:hover span,div.radio.active:hover span,div.radio.active.focus span{background-position:-54px -279px;}
div.radio.focus:active span.checked,div.radio:hover:active span.checked,div.radio.focus.active span.checked,div.radio.active:hover span.checked{background-position:-126px -279px;}
div.radio:active span,div.radio.active span{background-position:-18px -279px;}
div.radio:active span.checked,div.radio.active span.checked{background-position:-90px -279px;}
div.selector{background-position:-483px -130px;float:right;font-size:12px;height:26px;line-height:26px;margin-bottom:20px;overflow:hidden;padding-left:10px;position:relative;width:190px;}
div.selector select{background:none;border:none;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:12px;height:25px;left:0;opacity:0;position:absolute;top:0;width:190px;}
div.selector span{background-position:right 0;color:#666;cursor:pointer;display:block;float:left;height:26px;line-height:26px;overflow:hidden;padding:0 25px 0 2px;text-overflow:ellipsis;text-shadow:0 1px 0 #fff;white-space:nowrap;width:158px;}
div.selector,div.selector span,div.radio span{background-image:url(../img/sprite.png);background-repeat:no-repeat;}
div.selector.disabled{background-position:-483px -234px;}
div.selector.disabled span{background-position:right -104px;color:#bbb;}
div.selector.focus span,div.selector.hover span,div.selector:hover span{background-position:right -52px;}
div.selector.focus,div.selector.hover,div.selector:hover{background-position:-483px -182px;}
div.selector.focus:active span,div.selector:hover:active span,div.selector.active:hover span,div.selector.focus.active span{background-position:right -78px;}
div.selector.focus:active,div.selector.focus.active,div.selector:hover:active,div.selector.active:hover{background-position:-483px -208px;}
div.selector:active span,div.selector.active span{background-position:right -26px;}
div.selector:active,div.selector.active{background-position:-483px -156px;}

