/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li, legend, caption{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}
strong{font-weight:bold;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a{outline:none;}

body{
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	font-family: Arial,Helvetica, sans-serif;
	color:#7f7f7f;
	background:url(/assets/images/htmlbg.jpg) top left repeat-x #1684c5;
	line-height: 1.5;
}

/*-------------------
Main Text Formating
---------------------*/

h1{
	font-size:24px;
	font-weight:bolder;
	color:#343434;
}

h2{
	font-size:18px;
	color:#535353;
}

h3{
	font-size:18px;
	color:#343434;
	margin-top:10px;
}

p{
	font-size:13px;
	line-height:16px;
	margin:0 0 12px 0;
}

p a{
	color:#0c65af;
	background:#FFFFCC;
	text-decoration:none;
}
	p a:hover{
		color:#0c65af;
		background:#FFFF99;
		border-bottom:1px solid #0c65af;
		text-decoration:none;
	}
	
ul{
	list-style:none;
	margin-left:10px;
}

li{
	font-size:13px;
	line-height:15px;
	margin:0 0 6px;
	padding:0 0 0 20px;
	background:url(/assets/images/li.jpg) no-repeat;
	background-position:0 3px;
}

/*-------------------
Quick Classes
---------------------*/

.fleft{float:left; display:inline;}
.fright{float:right; display:inline;}
.clear{clear:both;}
.twitterDate{font-size:11px;}
.blue{color:#0c65af;}
.smaller{font-size:11px;}

.blueBtn{
	background:url(/assets/images/blueBtnLeft.jpg) top left no-repeat;
	text-decoration:none;
	border:none;
	height:29px;
	display:inline-block;
	padding:0;
}
.blueBtn span{
	background:url(/assets/images/blueBtnRight.jpg) top right no-repeat;
	padding:6px 15px;
	font-size:14px;
	line-height:19px;
	color:#FFFFFF;
	text-shadow: 0px -1px #000;
	text-decoration:none;
	border:none;
	float:left;
}


.blueBtn:hover span{
	color:#b2d5eb;
}

.imgborder{border:1px solid #cecece; padding:2px; background:#f2f2f2;}
	

/*-------------------
Header
---------------------*/

#wrap{
	margin:0 auto;
	width:980px;
	text-align:left;
	background:url(/assets/images/wrapBg.jpg) repeat-y top left;
}

#wrapTop{
	width:980px;
	background:url(/assets/images/wrapTop.jpg) top left no-repeat;
}

#content{
	width:980px;
	padding:0 10px 20px 10px;
	background:url(/assets/images/wrapContentBottom.jpg) no-repeat bottom left;
}

#header{
	height:112px;
}

#qdiWebSolutions{
	float:left;
	margin:25px 0 0 20px;
}

#navigation{
	list-style:none;
	display:inline;
	float:right;
	margin-right:20px;
}

#navigation li{
	list-style:none;
	display:inline;
	float:left;
	padding:0;
	float:left;
	margin:50px 12px 0 0;
	background:none;
}

#navigation li a.blueBtn{
	background:none;
	text-decoration:none;
	border:none;
	display:inline-block;
	padding:0;
}
#navigation li a.blueBtn span{
	background:none;
	padding:6px 15px;
	font-size:14px;
	line-height:19px;
	color:#343434;
	text-shadow:none;
	text-decoration:none;
	border:none;
	float:left;
}

#navigation li a.blueBtn:hover{
	background:url(/assets/images/blueBtnLeft.jpg) top left no-repeat;
}
#header #navigation li a.blueBtn:hover span{
	background:url(/assets/images/blueBtnRight.jpg) top right no-repeat;
	color:#FFFFFF;
	text-shadow: 0px -1px #000;
}

body.welcome #navigation li a.blueBtn.welcome,
body.portfolio #navigation li a.blueBtn.portfolio,
body.solutions #navigation li a.blueBtn.solutions,
body.aboutus #navigation li a.blueBtn.aboutus,
body.clients #navigation li a.blueBtn.ourClients,
body.contactus #navigation li a.blueBtn.contactus{
	background:url(/assets/images/blueBtnLeft.jpg) top left no-repeat;
}
body.welcome #navigation li a.blueBtn.welcome span,
body.portfolio #navigation li a.blueBtn.portfolio span,
body.solutions #navigation li a.blueBtn.solutions span,
body.aboutus #navigation li a.blueBtn.aboutus span,
body.clients #navigation li a.blueBtn.ourClients span,
body.contactus #navigation li a.blueBtn.contactus span{
	background:url(/assets/images/blueBtnRight.jpg) top right no-repeat;
	color:#FFFFFF;
	text-shadow: 0px -1px #000;
}


#navigation li a.blueBtn:hover span{
	color:#b2d5eb;
}
	

#featuredArea{
	width:958px;
	background:url(/assets/images/featuredBg.jpg) repeat-x top left;
	height:250px;
	margin:0 1px;
}

.nonFlashFeature {
	width: 958px;
	height: 250px;
	background: none;
	padding-left: 25px;
}

.featureLeft {
	position: relative;
	float: left;
	width: 325px;
	height: auto;
}

.nonFlashFeature h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	padding-top: 35px;
}	

.nonFlashFeature h2 {
	width: 325px;
	font-size: 20px;
	color: #fff;
}

.nonFlashFeature h3 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px #000;
}

.nonFlashFeaturedWrap {
	position: relative;
	float: left;
	width: 608px;
	height: auto;
	background: none;
	padding-top: 25px;
	padding-right: 25px;
}

.nonFlashFeaturedLeft {
	position: relative;
	float: left;
	width: 300px;
	height: auto;
}

.nonFlashFeaturedRight {
	position: relative;
	float: left;
	width: 300px;
	height: auto;
}

#titleArea{
	width:958px;
	background:url(/assets/images/titleBg.jpg) no-repeat top left;
	height:88px;
	
}
#titleArea p{
	padding:8px 0px 0px 50px;
}



#titleArea h1{
	font-size:30px;
	color:#fff;
	display:inline;
	margin:0px 10px 0 30px;
	text-shadow:#334d10 1px 1px 1px;
	letter-spacing:-1px;
	font-weight:700;
	
}

#titleArea h2{
	font-size:16px;
	color:#fff;
	display:inline;
	margin:0;
	text-shadow:#334d10 1px 1px 1px;
	opacity:.75;
	
}

#mainContent{
	background:url(/assets/images/contentTop.jpg) top left no-repeat;
	width:958px;
	padding:30px 20px 0px 20px;
}

#contentLine{
	background:url(/assets/images/line.gif) top center repeat-y;
	padding-top: 20px;
}

#leftColumn{
	float:left;
	display:inline;
	width:580px;
	padding-right:22px;
	margin-right:11px;
}

/*body.welcome #leftColumn{
	background:url(/assets/images/iphones.jpg) top right no-repeat;
}*/

#leftText{
	float: left;
	width:200px;
	position: relative;

}
#leftAd{
	float: left;
	width:280px;
	position: relative;
	height: 200px;
}
#leftWho{
	float: left;
	width:540px;
	position: relative;

}

#rightColumn{
	float:left;
	display:inline;
	width:300px;
	margin-left:12px;
}

.divisionsWrap {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.divisionsLeft {
	position: relative;
	float: left;
	width: 50%;
	heigh: auto;
}

.divisionsRight {
	position: relative;
	float: left;
	width: 50%;
	height: auto;
}

.divisionsRow {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.portfolioPost{
	margin-top:15px;
	padding-top:15px;
	border-top:1px dashed #999999;
}

.portfolioPost img{
	margin-right:10px;
}

.portfolioPost p{
	font-size:12px;
}

#footer{
	width:980px;
	
	background:url(/assets/images/wrapBottom.jpg) bottom left no-repeat;
	margin:0 auto;
	margin-bottom:20px;
}

#footer p{
	font-size:11px;
	line-height:14px;
	color:#74a5c1;
	text-shadow: 0px -1px #0a4060;
	text-align:center;
	margin:0;
	padding:0;
	padding:10px 50px 20px 30px;
}

#footer p.fleft{ text-align:left;

padding:10px 50px 20px 30px;}

#footer p.fright{ text-align:left;

padding:10px 50px 20px 30px;}

#footer p a{
	background:none;
	text-decoration:underline;
	color:#74a5c1;
	
}

#footer p a:hover{
	color:#fff;
}

.contactForm{
	font-size:13px;
}

.contactForm label{
	line-height:40px;
}

#recaptcha label{
	line-height: normal;
}

input.textbox{
	background:url(../images/textboxBg.jpg) repeat-x top left;
	border:1px solid #d9d9d9;
	color:#999999;
	padding:8px 10px;
	font-size:14px;
	width:300px;
}

input.textbox:focus{
	background:url(../images/textboxBg.jpg) repeat-x top left;
	border:1px solid #d9d9d9;
	color:#333333;
	padding:8px 10px;
	font-size:14px;
	width:300px;
}

textarea.textbox{
	background:url(../images/textboxBg.jpg) repeat-x top left;
	border:1px solid #d9d9d9;
	color:#999999;
	padding:8px 10px;
	font-size:12px;
	width:300px;
	font-family: Arial,Helvetica, sans-serif;
}

textarea.textbox:focus{
	background:url(../images/textboxBg.jpg) repeat-x top left;
	border:1px solid #d9d9d9;
	color:#333333;
	padding:8px 10px;
	font-size:12px;
	width:300px;
}

#wrap #tweet ul{
	list-style:none;
	margin-left:0px;
}

#wrap #tweet li{
	font-size:13px;
	line-height:15px;
	margin:0 0 6px;
	padding:0 0 0 0px;
	background:none;
}

.thickbox{
	
color:#0c65af;
		background:#FFFF99;
		border-bottom:1px solid #0c65af;
		text-decoration:none;

}

.thickbox a:hover{
	
color:#000;
		background:#FFFF99;
		border-bottom:1px solid #0c65af;
		text-decoration:none;

}

.clientWrap {
	position: relative;
	float: left;
	width: 700px;
}

.clientLeft {
	position: relative;
	float: left;
	width: 30%;
}

.clientMid {
	position: relative;
	float: left;
	width: 30%;
}

.clientRight {
	position: relative;
	float: left;
	width: 40%;
}


#client1, #client2, #client3{
float: left;
position: relative;
width: 300px; 
}

#client1 ul li, #client2 ul li, #client3 ul li {
	font-size: 12px;
}

 
#client1 li, #client2 li, #client3 li{
font-size: 10px;
}


