/* -----------------------------------------------------------------------
 Blueprint CSS Framework 0.8
 http://varshyltech.com
----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:12px; color:#727171; font-family:Arial, Helvetica, sans-serif; background:url(../images/bodybg.gif) repeat;}
h1, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#444546; font-weight:normal;}
h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#014780; font-weight:bold;}
h3 {font-family:Georgia, "Times New Roman", Times, serif; color:#025fab; font-size:20px; line-height:24px; float:left; width:100%; padding-bottom:10px;}
h4 {font-family:Georgia, "Times New Roman", Times, serif; color:#555; font-size:20px;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.clr{clear:both;}
.bdr{border-top:solid 1px #e8e8e8;}
a, a:visited{color:#7c7c7c; text-decoration:none; font-weight:bold;}
a:hover{color:#7c7c7c; text-decoration:underline; font-weight:bold;}
#wrapper{
	width:964px; 
	background-color:#FFF; 
	margin:0 auto; 
	padding:20px 20px 35px 20px;
	}
#wrap{
	width:auto; 
	}
#header{
	width:938px; 
	margin:15px auto;
	}
#header .pic2{
	background:url(../images/header-pic1.jpg) no-repeat; 
	width:938px; 
	height:255px;
	margin:0 auto;
	}
#header .pic3{
	background:url(../images/header-pic2.jpg) no-repeat; 
	width:938px; 
	height:255px;
	margin:0 auto;
	}		
#header .pic4{
	background:url(../images/header-pic3.jpg) no-repeat; 
	width:938px; 
	height:255px;
	margin:0 auto;
	}
#header .pic5{
	background:url(../images/header-client.jpg) no-repeat; 
	width:938px; 
	height:255px;
	margin:0 auto;
	}
#header .pic6{
	background:url(../images/header-contact.jpg) no-repeat; 
	width:938px; 
	height:255px;
	margin:0 auto;
	}		

#header .logo{
	width:198px;
	height:90px;
	margin-left:10px;
	display:block;
	float:left;
	}

#header .logo a#home {
	display:block;
	width:198px;
	height:90px;
	text-indent:-9999px;
	outline:none;
	}
.navstrip{
	width:698px;
	height:38px;
	float:right;
	margin-top:10px;
	background:url(../images/navbg-strip.gif) no-repeat top;
	}					

ul#nav { 
	position: relative; 
	margin: 4px 0px 0px 10px; 
	width: 484px;
	height: 31px;
	float:left;
	}

ul#nav li { 
	float: right; 
	list-style: none; 
	}

ul#nav li a { 
	position: absolute; 
	text-indent: -9999px; 
	text-decoration: none; 
	border: none !important; 
	top: 0; 
	height: 31px;
	}

ul#nav li#home a { 
	left: 0; 
	width: 75px; 
	background:  url(../images/navigation.gif) 0px 0px no-repeat; 
	outline:none;
	}

ul#nav li#work a { 
	left: 77px; 
	width: 74px; 
	background:  url(../images/navigation.gif) -77px 0 no-repeat; 
	outline:none;
	}

ul#nav li#service a { 
	left:154px; 
	width: 74px; 
	background:  url(../images/navigation.gif) -154px 0 no-repeat; 
	outline:none;
	}

ul#nav li#client a { 
	left: 231px; 
	width: 74px; 
	background:  url(../images/navigation.gif) -231px 0 no-repeat; 
	outline:none;
	}

ul#nav li#contact a { 
	left: 308px; 
	width: 97px; 
	background:  url(../images/navigation.gif) -308px 0 no-repeat; 
	outline:none;
	}
ul#nav li#blog a { 
	left: 408px; 
	width: 74px; 
	background:  url(../images/navigation.gif) -408px 0 no-repeat; 
	outline:none;
	}	


ul#nav li#home a:hover  { background-position:   0px -31px; }

ul#nav li#work a:hover { background-position:	-77px -31px; }

ul#nav li#service a:hover  { background-position: -154px -31px;}

ul#nav li#client a:hover  { background-position: -231px -31px; }

ul#nav li#contact a:hover  { background-position: -308px -31px; }

ul#nav li#blog a:hover  { background-position: -408px -31px; }

ul#nav li#home a.active { background-position:   0px -62px; }

ul#nav li#work a.active { background-position:	-77px -62px; }

ul#nav li#service a.active { background-position: -154px -62px;}

ul#nav li#client a.active  { background-position: -231px -62px; }

ul#nav li#contact a.active  { background-position: -308px -62px; }

ul#nav li#blog a.active  { background-position: -408px -62px; }

.search-container{
	width:192px;
	height:29px;
	float:left;
	padding-top:2px;
	background:url(../images/searchbg.gif) no-repeat;
	margin-top:4px;
	}

.textfield-box{
	width:159px;
	height:20px;
	color:#8a8888; 
	font-size:13px; 
	border:0px;
	padding:2px 0 0 5px;
	margin:1px 0 0 5px;
	float:left;
	}
.go-button{
	width:20px;
	height:18px;
	background:url(../images/searchicon.gif) no-repeat left top;
	border:0px;
	float:left;
	margin-top:1px;					
	}

#contaner{
	color:#727171; 
	font-size:12px; 
	text-align:left; 
	margin:15px auto; 
	width:938px;
	}
#content{
	width:635px;
	float:left;
	text-align:justify;
	}
#inrcontent{
	width:710px;
	min-height:400px;
	float:left;
	text-align:justify;
	}
#inrcontent ul{ 
	list-style:none; 
	margin:0 0 0 10px;
	}
#inrcontent ul li{
	background:url(../images/liimg.gif) no-repeat; 
	padding-left:20px; 
	line-height:12px; 
	margin-top:10px;
	}		
#rightpanel{
	width:280px;
	float:right;
	}
#rightpanel h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#025FAB;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	}
#rightbox{ background:#f2f2f2 url(../images/rightboxbg.gif) repeat-x top;}
#rightbox h1{
	background:url(../images/headbg.png) no-repeat center; 
	width:259px; 
	height:36px; 
	padding:10px 0 0 20px; 
	text-transform:none; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#434546; 
	font-size:20px;
	font-weight:normal;
	clear:both;
	}
	
#rightbox p{
	padding:0; 
	margin:0;
	}
#rightbox h2{
	color:#757575; 
	font-weight:bold;
	}
#rightbox .pro{
	border:solid 1px #e3e3e3; 
	width:244px; 
	height:130px; 
	background-color:#FFF; 
	font-size:10px; 
	color:#535252; 
	padding:8px; 
	margin:10px 0 0 10px;
	}
#rightbox .pro a, #rightbox .pro a:visited{
	font-size:11px; 
	color:#21679a; 
	text-decoration:none;
	}
#rightbox .pro a:hover{
	font-size:11px; 
	color:#21679a; 
	text-decoration:underline;
	}
#rightbox span{
	float:right; 
	margin:8px 20px 0 0;
	}
#rightbox span a, #rightbox span a:visited{
	color:#838282; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:none;
	}
#rightbox span a:hover{
	color:#838282; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:underline;
	}	
#rightbox .pro img{padding:0px 0 0 0px; border:1px solid #e3e3e3;}
#rightbox .boxtop{	
	background:url(../images/rightboxtop.gif) no-repeat; 
	width:280px; 
	height:9px;
	}
#rightbox .boxbot{
	background:url(../images/rightboxbot.gif) no-repeat; 
	width:280px; 
	height:28px; 
	margin-top:15px;
	}
#rightbox .news-boxbg {
	background:url(../images/newsbox-bg.gif) repeat-y top; 
	width:280px;
	}
#rightbox ul{list-style:none;}
#rightbox ul li{
	float:left; 
	width:116px; 
	height:78px; 
	border:solid 1px #e4e2e2; 
	background:url(../images/clientlogo-thumbbg.gif) repeat-x; 
	margin:4px 4px 0 0;
	}

#rightpanel .inrrightbox{
	width:215px;
	height:200px;
	border:solid 1px #e7e7e7;
	background-color:#f2f2f2;
	padding:5px;
	float:right;
	}


#footer{
	width:938px; 
	height:144px; 
	background:url(../images/ftrbg.gif) repeat-x; 
	color:#666;
	float:left;
	}
#footer img {
	margin:-20px 0 0 -10px;
	float:left;
	}	
#footer span{
	float:left;
	padding:20px 0 0 150px;
	padding-top:20px;
	}
#footer a, #footer a:visited{
	outline:none;
	}
#footer a:hover{
	
	}
#footer .fright{
	background:url(../images/ftrright.gif) no-repeat right; 
	width:12px; 
	height:143px;
	float:right;
	}
#footer .fleft{
	background:url(../images/ftrleft.gif) no-repeat left; 
	width:8px; 
	height:142px;
	float:left; 
	}
#footer #service{
	width:330px;
	float:left;
	color:#71befd;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:24px;
	margin-top:10px;
	}
#footer #service ul {margin:5px 0 0 0; list-style:none;padding-left:10px;}	
#footer #service li{font-size:12px; font-family:Arial, Helvetica, sans-serif; float:left; background:url(../images/ftr-bullet.gif) no-repeat left; clear:both;}
#footer #service li a,#footer #service ul li a:visited {color:#949393; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; font-size:11px;}
#footer #service li a:hover {color:#037de0; text-decoration:none; margin:0px;}

#footer #links{
	width:330px;
	float:left;
	color:#71befd;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:24px;
	margin:10px 0 0 100px;
	}	
#footer #links ul {margin:5px 0 0 0; list-style:none;padding-left:10px;}	
#footer #links ul li{font-size:12px; font-family:Arial, Helvetica, sans-serif; float:left; padding:0px; clear:both; background:url(../images/ftr-bullet.gif) no-repeat left;}
#footer #links ul li a,#footer #links ul li a:visited {color:#008dff; text-decoration:none; margin:0px; width:120px;}
#footer #links ul li a:hover {color:#037de0; text-decoration:none; margin:0px; width:120px;}	
.bdr1{border-bottom:solid 1px #000;}
#scroller {
	width:650px;
	height:111px;
	float:left;
	padding-top:10px;
	}
#leftControl {
	float: left;
	width: 35px;
	height: 111px;
	line-height: 178px;
	display: block;
	}
#rightControl {
	float: right;
	width: 35px;
	height: 111px;
	line-height: 233px;
	display: block;
	}
#outerScroller {
	float: left;
	width: 580px;
	height: 107px;
	overflow: hidden;
	display: block;
	position:relative;
	margin-top:1px;
	border-top:solid 1px #e4e3e3; 
	border-bottom:solid 1px #e4e3e3;
	}

#innerScroller {
	width: 5000px;
	position: relative;
	text-align: center;
	float:left;
	}

#innerScroller img{	
	float:left; 
	border:solid 6px #e4e3e3; 
	margin:2px 2px 2px 2px;
	}
#rightpanelnew{
	float:right;
	width:215px;
	margin-right:2px;
	}
#client{ margin:20px 0 40px 0px;}
#client ul{list-style:none; margin:0px;}
#client li{
	background:url(../images/client-thumbbg.gif) no-repeat ; 
	width:180px; 
	height:127px; 
	float:left;
	margin:5px 7px 0 0;
	}
#client li img{width:155px; height:101px; padding:5px; margin:3px 0 0 3px; }	

.seo{
	border:dashed 1px #999; 
	padding:5px;
	margin:10px 0 10px 0;
	}
.seo h1 a, .seo h1 a:visited{
	font-size:18px; 
	color:#444546; 
	font-weight:normal; 
	text-decoration:none;
	}
.seo h1 a:hover{
	font-size:18px; 
	color:#444546; 
	font-weight:normal; 
	text-decoration:underline;
	}	
a#qutebtn {display:block; width:213px; height: 75px; background: url("../images/qutebtn.gif") 0 0 no-repeat; text-decoration: none; outline:none; margin:10px 0 0 2px; padding:0px;}
a:hover#qutebtn {background-position: -213px 00; padding:0px;margin:10px 0 0 2px;}	

#testimonial{ width:214px; background:url(../images/testimonial-bg.gif) repeat-y top;}
#testimonial .ttop{background:url(../images/testimonial-top.gif) no-repeat top left; height:65px;}
#testimonial .tbottom{background:url(../images/testimonial-bottom.gif) no-repeat top left; height:20px;}
#testimonial p{margin:0 10px 0 15px; font-size:11px;}
#testimonial .devider{border-bottom:dotted 1px #999; margin:10px 10px 10px 15px;}
#testimonial h1{
	padding:10px 0 0 20px; 
	text-transform:none; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#434546; 
	font-size:20px;
	font-weight:normal;
	clear:both;
	}		
.colom1 {
	width:235px; float:left; text-align: left; font-weight:bold;
	}
.colom1 a{
	color:#434546; text-decoration:none; 
	}
.colom1 a:hover {
	text-decoration:underline;
	}
.linkexchange{
text-align: center; font-weight:bold; color:#434546;
}

.bootam-content {
	width:100%; float:left; margin:0; padding-bottom:30px;
	}
.bootam-content h2 {
	background:url(../images/news-icon.jpg) no-repeat left 5px; height:40px; padding:0 0 0 42px; color:#37342d; font-size:30px; font-weight:normal;
	}
.bootam-content-detail {
	width:100%; float:left; border-top:1px dotted #b9b9b9; border-bottom:1px dotted #b9b9b9; padding:3px 0 5px 0; margin:5px 0 0 0;
	}
.bootam-content-detail a {
	color:#025fab; text-decoration:none; 
	}
.bootam-content-detail a:hover {
	text-decoration:underline;
	}

.bootam-content-detail h1 {
	margin:0; text-align:justify; color:#656565; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;
	}
.bootam-content h3 {
	background:url(../images/blog-icon.jpg) no-repeat left top; height:34px; padding:0 0 0 42px; color:#37342d; font-size:30px; font-weight:normal; float:left; margin:10px 0 0 0;
	}
.footer-link-left {
	width:149px; float:left; background:url(../images/footer-bdr.png) no-repeat right 23px; height:142px;
	}
.footer-link-left ul {
	list-style:none; margin:20px 0 0 15px;
	}
.footer-link-left li {
	padding:0;
	}
.footer-link-left li a {
	color:#949393; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
	}
.footer-link-left li a:hover {
	text-decoration:underline;
	}
.footer-link-services {
	width:293px; float:left; background:url(../images/footer-bdr.png) no-repeat right 23px; height:142px;
	}
.footer-link-services ul {
	list-style:none; margin:20px 0 0 43px; font-size:11px; font-family:Arial, Helvetica, sans-serif;
	}
.footer-link-services li {
	padding:0;
	}
.footer-link-services li a{
	color:#949393; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;
	}
.footer-link-services li a:hover {
	text-decoration:underline;
	}

.footer-link-right {
	width:200px;float:left; height:142px;
	}
.footer-link-right ul {
	list-style:none;  margin:20px 0 0 37px; font-family:Arial, Helvetica, sans-serif;
	}
.footer-link-right li a {
	font-size:11px;
	}
.footer-link-right li a:hover {
	text-decoration:underline;
	}
.footer-link-community {
	width:254px; float:left; margin:20px 0 0 0;
	}
.linkedin {
	width:100%; float:left; background:url(../images/in-icon.png) no-repeat left top; height:32px; 
	}
.linkedin a {
	 background:url(../images/in-icon.png) no-repeat left top; height:32px; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#8d8d8d; padding:0 0 0 40px;line-height:30px;font-weight:normal; text-decoration:none;
	 }
.linkedin a:hover {
	 background:url(../images/in-icon.png) no-repeat left -32px; height:32px; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#8d8d8d; padding:0 0 0 40px; font-weight:normal;
	 }

.twitter {
	width:100%; float:left; background:url(../images/in-icon.png) no-repeat left top; height:32px; margin:5px 0 0 0;
	}
.twitter a {
	 background:url(../images/twitter-icon.png) no-repeat left top; height:32px; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#8d8d8d; padding:0 0 0 40px;line-height:30px;font-weight:normal;
	 }
.twitter a:hover {
	 background:url(../images/twitter-icon.png) no-repeat left -32px; height:32px; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#8d8d8d; padding:0 0 0 40px; font-weight:normal; text-decoration:none; 
	 }
.facebook {
	width:100%; float:left; background:url(../images/in-icon.png) no-repeat left top; height:32px; margin:5px 0 0 0;
	}
.facebook a {
	 background:url(../images/facebook.png) no-repeat left top; height:32px; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#8d8d8d; padding:0 0 0 40px;line-height:30px; font-weight:normal;
	 }
.facebook a:hover {
	 background:url(../images/facebook.png) no-repeat left -32px; height:32px; display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#8d8d8d; padding:0 0 0 40px; font-weight:normal; text-decoration:none;
	 }
.footer-bottom {
	width:100%; float:left; height:35px; background:#252525; border-top:1px solid #3b3a3a; text-align:center; line-height:35px; color:#666666;
	}
	
