@charset "UTF-8";
/* CSS Document */

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, 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: middle;
	background: transparent;
	list-style:none;
}
body {
	background:#D1F6F9;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	min-width: 960px;
	font-family: Helvetica, sans-serif;
	color: #666;
}
.container {
	margin:0 auto;
	width:960px;
	text-align: middle;
	position: relative;
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	clear: none;
	flaot: left;
	z-index:10;
}
a, a:visited {
	color: #F47621;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
a:hover {
	color: #999;
}
/* Main Elements */

.tab {
	float: right;
	background-image:url(images/tab.png);
	background-repeat:no-repeat;
	padding: 10px;
	padding-top: 12px;
	padding-left: 15px;
	width: 123px;
	height: 20px;
	font-size: 12px;
	color: #666;
	line-height:150%;
	z-index:15;
	position:absolute;
	top: 10px;
	right: 0px;
}
.tab img {
	margin-top: -6px;
	margin-left: 3px;
}
.crest {
	position: relative;
	padding-top:70px;
	width: 240px;
	margin:0 auto;
	text-align: middle;
}
.tagLine {
	padding: 30px;
}
.clients {
	width: 866px;
	height: 90px;
	background-image: url(images/project_background.png);
	background-repeat: no-repeat;
	position: relative;
	left: 47px;
	margin-bottom: 30px;
}
.introText {
	font-size: 11px;
	color:#666;
	float: left;
	clear:none;
	width: 95px;
	padding:20px;
	text-align:left;
	margin-top: 12px;
}
.client {
	float: left;
	padding: 20px;
}
.products {
	width: 866px;
	position: relative;
	left: 47px;
}
.productBox {
	float: right;
	width:720px;
	margin-bottom: 20px;
}
.product {
	float: left;
	padding: 10px;
	height: 70px;
	margin-top: 8px;
	width: 330px;
	text-align:left;
	margin-right: 8px;
	/* border: 1px dotted #cccccc; */
}
.prodLogo {
	float: left;
	width: 100px;
	text-align:center;
}
.prodDesc {
	float: right;
	font-size: 11px;
	padding: 10px;
	line-height:130%;
	width: 200px;
}
.products .introText {
	margin-right: 10px;
}
.whatWeDo, .contact {
	font-size: 13px;
	margin-bottom: 20px;
	font-weight: bold;
}
.footer {
	margin-top: 10px;
	background: #fff;
	border-top: #cecece solid 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	
}
/* More Info Box */


/* trigger button */

/* tooltip styling */
.tooltip {
	display:none;
	background:url(images/white_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:12px;
	color:#666;
	line-height:150%;
}
.top .tooltip {
	display:none;
	background:url(images/tweetBox.png);
	height:123px;
	padding:20px 60px 10px 25px;
	width:180px;
	font-size:12px;
	color:#666;
	line-height:150%;
	background-repeat:no-repeat;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:#FFF;
	width:35px;
}
.tooltip a {
	color: #F47621;
	font-weight:bold;
}


/* Twitter box */

.twitter_feed {
	width: 216px;
	float: left;
	padding-left:30px;
	margin-top: 20px;
	font-size: 12px;
	line-height:120%;
	text-align:left;
	clear: none;
}
.twitter_feed li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #E3E9EC;
}
