/**********************************
 
 NOTES:
 
 -Author: Bret Glassett
          Post_Interaktive
          www.post-interaktive.com
 
***********************************/



/**********************************
 
 GLOBAL
 
***********************************/

html,body {
	background: url(../images/bg2.png) top repeat-x #000;
	margin: 0px;
	height: 100%;
}

a:active, a:focus, a:hover {
	outline: none;
}

a img {
	border:0;
}

p {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
	line-height: 18px;
}

.jFlowSelected {
	background: url(../images/arrow.png) top left no-repeat;
}

h1 {
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	color: #52d1d8;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0 0 8px 0;
}

h3 {
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #52d1d8;
	margin: 0 0 10px 0;
	padding: 0px;
}

h4 {
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 8px 0;
	color: #fdfdfd;
	margin: 0px;
}

a {
	color: #50d2da;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	margin-bottom: 5px;
	line-height: 18px;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
	color: #818787;
}

/**********************************
 
 WRAPS
 
***********************************/

#wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto -25px;
	min-height: 100%;
	height: auto !important;
}

#whiteSpan {
	background: url(../images/bg_content.png) repeat-x;
	height: 432px;
}

#wrapContent {	
	width: 964px;
	margin: 0px auto;
	height: 100%;
}

/**********************************
 
 HEADER & NAVIGATION
 
***********************************/

#wrapHeader {
	background: url(../images/lights.png) no-repeat;
	height: 113px;
	width: 964px;
}

#nav {
	width: 245px;
	height: 30px;
	margin-top: -2px;
	float: right;
}

/**********************************
 
 MAIN
 
***********************************/

#content {
	background: url(../images/logo.png) bottom left no-repeat;
	padding: 20px 0 20px 0px;
	height: 370px;
	width: 964px;
	margin-top: -100px;
	z-index: 100;
}

#touch {
	float: left;
	width: 105px;
	height: 31px;
	margin-right: 265px;
	padding-top: 360px;
	cursor: pointer;
}

#innerContent {
	margin-left: 60px;
}

/************
 
 HOME

************/

#home {
	padding-top: 221px;
}

/************
 
 WORK

************/

#work {
	background: url(../images/title_work.png) bottom left no-repeat;
	height: 270px;
	padding-top: 100px;
}

.workItem1 {
	float: left;
	margin: 0 50px 30px 0;
}

.workItem2 {
	float: left;
	margin-bottom: 30px;
}

.viewSite {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

/************
 
 POPUPS

************/

#backgroundPopup{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1;
	background:#000000;
}

#popupContact {
	background: url(../images/contact.png) no-repeat;
 	opacity:0.90;   /* CSS3 standard */
	display:none;
	position:fixed;
	top: -50px;
	height:312px;
	width:724px;
	padding: 50px;
	z-index:2;
	color: #ffffff;
	margin-left: 75px;
}


#popupContactClose{
	position: relative;
	float: right;
	cursor: pointer;
	margin: -10px -10px 0 0;
}

/************
 
 BUBBLES

************/

.bubbleInfo {
	position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    background: url(../images/bg_bubbles.gif) no-repeat; 
    width: 141px;
    height: 102px;
    margin-top: 10px;
    margin-left: 60px;
	padding: 20px 15px 20px 20px;
}

.popup p {
	color: #fdfdfd;
	margin: 0px;
	line-height: 12px;
}

.popup a {
	color: #50d2da;
	font-weight: bold;
}

.popup a:hover {
	color: #fdfdfd;
	font-weight: bold;
}

/************
 
 CAPABILTIES

************/

#capabilites {
	background: url(../images/title_capabilites.png) bottom left no-repeat;
	height: 270px;
	margin-top: 100px;
}

.ddi {
	margin-bottom: 20px;
}

#capColumn1 {
	position: relative;
	float: left;
	width: 176px;
	height: 178px;
	margin-right: 20px;
}

#capColumn1 p, #capColumn1 h2 {
	color: #675a43;
}

#capColumn2 {
	position: relative;
	float: left;
	width: 176px;
	height: 178px;
	margin-right: 20px;
}

#capColumn2 p, #capColumn2 h2 {
	color: #8c8371;
}

#capColumn3 {
	position: relative;
	float: left;
	width: 176px;
	height: 178px;
}

#capColumn3 p, #capColumn3 h2 {
	color: #bbb6ac;
}

.learnMore {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	font-size: 11px;
}

.learnMore2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	font-size: 11px;
}

/************
 
 CONTACT FORM

************/

#column1 {
	float: left;
	height:312px;
	margin-right: 20px;
	width: 228px;
}

#column2 {
	float: left;
	height:312px;
	margin-right: 20px;
	width: 228px;
}

#column3 {
	float: left;
	height:312px;
	width: 228px;
}

input.left_form {
	background: #ffffff;
	width: 218px;
	border: 1px solid #e6e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2b2b2;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

input.alert {
	background: #ffffff;
	width: 218px;
	border: 1px solid #054988;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054988;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

textarea {
	background: #ffffff;
	width: 218px;
	height: 100px;
	border: 1px solid #e6e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2b2b2;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

textarea.alert {
	background: #ffffff;
	width: 218px;
	height: 100px;
	border: 1px solid #054988;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054988;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

.alt_button_format {
	float: left;
	background: #ffffff;
	border: 1px solid #e6e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2b2b2;
	padding: 4px 4px 4px 4px;
	margin: 0px 5px 0px 0px;
}

.alert_text {
	color: #054988;
} 

select {
	background: #ffffff;
	border: 1px solid #e6e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	color: #b2b2b2;
	width: 228px;
}

/**********************************
 
 FOOTER
 
***********************************/

#footer {
	height: 25px;
	width: 964px;
	margin: 0px auto;
	text-align: center;
}

#footer p {
	color: #2d2d2d;
}

.push {
	height: 25px;
}

/**********************************
 
 VARIOUS RULES
 
***********************************/

.clear {
	clear: both;
}

.img {
	border: 1px solid #f2f2f2;
}

/**********************************
 
 SLIDER
 
***********************************/

.jFlowControl {
	float: left;
}

.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover {
	cursor: pointer;
	background: url(../images/arrow.png) top left no-repeat;
}

.jflow-content-slider {
	float: right;
	z-index: 0;
	width: 597px;
	margin-top: -390px;
}

	*:first-child+html .jflow-content-slider {
		margin-top: -410px;
	}