/* Author: Mobius New Media */
@charset "UTF-8";
/* CSS RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} 
img { border: none; }
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #f7aa91; margin:2em 0; padding:0; }
input, select { vertical-align:middle; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body, select, input, textarea { color:#444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; color: #f26522;}
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
::-moz-selection{ background: #ffc; color:#000; text-shadow: none; }
::selection { background:#ffc; color:#000; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #ffc; } 
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #e38310;
}
a:hover, a:active {
	text-decoration: underline;
	color: #faa61a;
}
a:focus {
	outline: none;
}
/* LAYOUT */
body {
	font-size: 62.5%;/* 62.5% sets the default font size 16px to 10px, 1.4em is a 14px line height. use em's for variable font sizes like this: 14px = 1.4em */
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
#container { /* main container to hold all divs */
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	background: #4a6ea7 url(../images/main/mainbg.jpg) no-repeat;
	background-position:top center;
}
#mainContent {
	width: 92%; /*854px;*/
	border: 3px solid #e6e7e8;
	background: #ffffff;
	margin: 0 auto;
	padding: 20px;
	-moz-border-radius-topleft: 30px;
	-webkit-border-top-left-radius: 30px;
    border-top-left-radius:30px;
}
#headerWrap { /* header should include logo and navigation */
	width: 100%;
	height: 108px;
	background: #f7f4ee url(../images/main/headerWrapbg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#header { /* header should include logo and navigation */
	width: 900px;
	height: 108px;
	background: url(../images/main/headerbg.png) no-repeat;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
/* NAVIGATION */
/* basic structure for image replacement menu */
#nav {
	margin: 0 auto;
	padding: 0;
	width: 590px;
	height: 30px;
	position: absolute;
	right:0px;
	top:55px;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	font-family: 'PT Sans Narrow', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 21px;
	color: #58595b;
	margin: 0 30px 0 0;
	padding: 0;
	display: block;
	height: 30px;
	z-index: 3;
	cursor: pointer;
	text-decoration: none;
	float: left;
}
#nav li a:hover {
	color: #faa61a;
	}
#nav li a:active {
	color: #e38310;
	}
#body_home li#nav_home a{
	color: #e38310;
}
#body_home #footer_home a{
	color: #58595b;
}
#body_about li#nav_about a{
	color: #e38310;
}
#body_about #footer_about a{
	color: #58595b;
}
#body_tech li#nav_tech a{
	color: #e38310;
}
#body_tech #footer_tech a{
	color: #58595b;
}
#body_product li#nav_product a{
	color: #e38310;
}
#body_product #footer_product a{
	color: #58595b;
}
#body_apps li#nav_apps a{
	color: #e38310;
}
#body_apps #footer_apps a{
	color: #58595b;
}
#body_contact li#nav_contact a{
	color: #e38310;
}
#body_contact #footer_contact a{
	color: #58595b;
}
#footernav {
	margin: 0 auto;
	padding: 0;
	width: 500px;
	height: 30px;
	position: absolute;
	right:0px;
	top:20px;
	list-style: none;
}
#footernav li {
	float: left;
}
#footernav li a {
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #e38310;
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	height: 30px;
	z-index: 3;
	cursor: pointer;
	text-decoration: none;
	float: left;
}
#footernav li a:hover {
	color: #faa61a;
	}

	
/* positioning for each and default state style */
li#nav_whoWeAre a {
	left: 0;
	width: 88px;
	background-position: 0 0;
}
/* hover state style */
li#nav_whoWeAre a:hover {
	background-position: 0 -80px;
}
/* current state style using body id's */
#body_whoWeAre li#nav_whoWeAre a {
	background-position: 0 -160px;
}
/* back to layout */

#intro {
	height: 263px;
	width: 854px;
	background:url(../images/homepage.jpg) no-repeat;
	padding: 20px;
	}		
.introText {
	margin: 0 0 0 550px;
	width: 255px;
	}
.introText p {
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #58595b;
	}	
#leftSide {
	float: left;
	width:550px;
	margin: 0;
	padding: 0;
} 
#leftSide ul {
	width: 550px;
	list-style: none;
	list-style-type: none;
	}
#leftSide ul li {
	width: 255px;
	float: left;
	}	
#frontLeft {
	border-right: solid 1px #CCC;
	padding: 0 15px 0 0;
	}
#frontLeft h3 {
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 17px;
	color: #f7941d;
	}	
.leftMore a {
	font-size: 13px;
	font-weight:bold;
	color: #f7941d;
	float:right;
	}	
#frontRight {
	padding: 0 0 0 15px;
	}	
#frontRight h3 {
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 17px;
	color: #f26522;
	}
.rightMore a {
	font-size: 13px;
	font-weight:bold;
	color: #f26522;
	float:right;
	margin-top: 15px;
	}			
#rightSide {
	float: right;
	width: 285px;
	margin: 0;
	padding: 0;
}
#contactleftSide {
	float: left;
	width:620px;
	margin: 0;
	padding: 0;
} 
#contactrightSide {
	float: right;
	width: 205px;
	margin: 0;
	padding: 0;
}
#subleftSide {
	float: left;
	width:305px;
	margin: 0;
	padding: 0;
} 
#subrightSide {
	float: right;
	width: 518px;
	margin: 0;
	padding: 0;
}
#subrightSide ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
#subrightSide ul li{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 22px;
	color: #58595b;
	font-weight:bold;
	margin: 0;
	padding: 0 0 5px 0x;
}
.orange {
	color: #f26522;
}
.imgBorder {
	border: 2px solid #ffc20e;
	-moz-border-radius-topleft: 30px;
	-webkit-border-top-left-radius: 30px;
    border-top-left-radius:30px;
	padding: 15px;
	}	
.quoteFont {
	font-family: 'PT Sans Narrow', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 21px;
	font-style:italic;
	color: #58595b;
	line-height: 26px;
	font-weight:bold;
	margin: 0 auto;
	padding: 5px 10px;
	text-align:center;
	}	
.topQ {
	background:url(../images/topq.png) #ffffff no-repeat;
	margin: 0;
	padding: 0;
	height: 6px;
	width: 305px;
	}
.bottomQ{
	background:url(../images/bottomq.png) #ffffff no-repeat;
	margin: 0;
	padding: 0;
	height: 6px;
	width: 305px;
	}	
.middleQ{
	border-left: solid 3px #ffc20e;
	border-right: solid 3px #ffc20e;
	padding: 5px;
	}		
#footer {
	width: 860px;
	height: 206px;
	background: url(../images/main/footerbg.png) no-repeat;
	margin: 0 auto;
	padding: 20px;
	position:relative;
}
#footerWrap {
	width: 100%;
	height: 206px;
	background: #ffffff url(../images/main/footerWrapbg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#footer strong {
	color: #58595b;
	}
/* FONTS */
p, q, li, td, blockquote {
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #58595b;
}
h1 {
	font-size: 2.4em;
	color: #000;
	margin-bottom: 10px;
	line-height: 1em;
}
h2 {
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	color: #f26522;
	line-height: 24px;
	margin-bottom: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#f7941d), to(#f26522));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
h3 {
	font-size: 1.8em;
	color: #000;
	margin-bottom: 10px;
	line-height: 1em;
}
h4 {
	font-size: 1.6em;
	color: #000;
	margin-bottom: 10px;
	line-height: 1em;
}
h5 {
	font-size: 1.4em;
	color: #000;
	margin-bottom: 10px;
	line-height: 1em;
}
h6 {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 10px;
	line-height: 1em;
}
.imageReplace {  /* add class to hide text */
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
#logo {
	height: 63px;
	width: 205px;
	position:absolute;
	top:25px;
	left: 20px;
	}
#logo a { /*easy image replacement for headers*/
	width: 205px;
	height: 63px;
	background: url(../images/main/logo.png) no-repeat 0 0;
	display: block;
	text-indent: -9999em;
	z-index: 3;
	cursor: pointer;
}
#logo a:hover { /*link for image replacement*/
	width: 205px;
	background-position: 0 -65px;
}


/* LISTS */
ul.basicList {
	margin: 0;
	padding: 0;
	list-style: circle;
}
ul.basicList li {
	margin: 0;
	list-style: circle;
}
/* TABLES */
table.basicTable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.basicTable td {
	margin: 0;
	padding: 0;
}
/* FORMS */

/* MISC. STYLING CLASSES */

/* ULTILITIES */
.clearfloat { /* use <br class="clearfloat" /> before close of </div> to contain all floated divs inside of it */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.imgRight {
	margin: 0 0 20px 20px;
	float: right;
}
.imgLeft {
	margin: 0 20px 20px 0;
	float: left;
}
.floatright { 
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}


#contactForm legend {
	padding: 0 0 10px 0;
}


