@charset "utf-8";
/* Screen Styles by David Martinez @ futurefront.com*/
body {
	background: #3c3e4a;
	font-family: sans-serif;
	height:100%;
}
#all {
	height: 100%;
	width: 100%;
}
#page {
	width: 980px;
	height: auto;
	color: #355875;
	/*centers page*/
	margin-left: auto;
	margin-right: auto;
	/*renders bg vertically for page design*/
	background: #FFF url(../images/page_bg.gif) repeat-y;
}
#contact {
	text-align: right;
	padding-right: 25px;
	font-size: 0.7em;
	padding-top: 10px;
	padding-bottom: 0px;
	vertical-align: middle;
}
#contact  img{
	vertical-align: middle;
}
#corp-id {
	background: url(../images/logo_tagline.gif) no-repeat;
	height: 70px;
	width: 980px;
}
#left-column{
	float: left;
	height: 350px;
	width: 164px;
	margin-top:  40px;
	margin-left: 17px;
}
/* css roll over effect  - left hand nav */
/*home*/
#left-column a.rolloverhome{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_home.gif);
	}
/* this makes the graphic link stay in the active state*/
#left-column a.rolloverhomeactive{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_home.gif);
	background-position: -164px 0;
	}
#left-column a.rolloverhome:hover{
	background-position: -164px 0;
	}
/*work*/
#left-column a.rolloverwork{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_work.gif);
	}
/* this makes the graphic link stay in the active state*/
#left-column a.rolloverworkactive{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_work.gif);
	background-position: -164px 0;
	}
#left-column a.rolloverwork:hover{
	background-position: -164px 0;
	}
/*services*/
#left-column a.rolloverservices{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_services.gif);
	}
/* this makes the graphic link stay in the active state*/
#left-column a.rolloverservicesactive{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_services.gif);
	background-position: -164px 0;
	}
#left-column a.rolloverservices:hover{
	background-position: -164px 0;
	}
/*mobile app*/
#left-column a.rollovermobile{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_mobile.gif);
	}
/* this makes the graphic link stay in the active state*/
#left-column a.rollovermobileactive{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_mobile.gif);
	background-position: -164px 0;
	}
#left-column a.rollovermobile:hover{
	background-position: -164px 0;
	}
/*process*/
#left-column a.rolloverprocess{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_process.gif);
	}
/* this makes the graphic link stay in the active state*/
#left-column a.rolloverprocessactive{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_process.gif);
	background-position: -164px 0;
	}
#left-column a.rolloverprocess:hover{
	background-position: -164px 0;
	}
/*about us*/
#left-column a.rolloveraboutus{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_aboutus.gif);
	}
/* this makes the graphic link stay in the active state*/
#left-column a.rolloveraboutusactive{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_aboutus.gif);
	background-position: -164px 0;
	}
#left-column a.rolloveraboutus:hover{
	background-position: -164px 0;
	}
/*contact*/
#left-column a.rollovercontact{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_contact.gif);
	}
/* this makes the graphic link stay in the active state*/
#left-column a.rollovercontactactive{
	display: block;
	width: 164px;
	height: 28px;
	text-decoration: none;
	background: url(../images/button_contact.gif);
	background-position: -164px 0;
	}
#left-column a.rollovercontact:hover{
	background-position: -164px 0;
	}
#content {
	float: right;
	width: 725px;
	margin-right: 30px;
	margin-top: 40px;
}
img.flushright {
	margin-left: 15px;
}
img.flushleft{
	margin-right: 12px;
}

#footer {
	text-align: right;
	padding-right: 27px;
	font-size: 0.7em;
	padding-top: 35px;
	padding-bottom: 5px;
	color: #9AA8B8;
	clear: both;
}
#footer  img{
	vertical-align: middle;
}
#footer  a{
	vertical-align: middle;
	color: #949494;
}
#page-cap {
	height: 30px;
	width: 980px;
	margin-bottom:50px;
	background: url(../images/page_cap.gif);
}
.third_holder {
	display: block;
	float:left;
	width: 200px;
	margin-right: 50px;
}
p.portfolio_thumbs{
	width: 660px;
	padding-right: 20px;
}
