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

.box1_head{
	width:240px;
	height:45px;
	background:url(../images/box1_head.gif) no-repeat;	
}
.box1_content{
	width:240px;
	height:auto;
	background:url(../images/box1_content.gif) repeat-y;
	padding:10px 0;
}
.box1_footer{
	width:240px;
	height:45px;
	background:url(../images/box1_foot.gif) no-repeat;
	margin-bottom:0px;
}

#middle_content{
	float:left;
	width:450px;
	text-align:left;
	height:auto;
	margin-left:15px;
	color:#000;
}
.box2_head{
	width:450px;
	height:45px;
	background:url(../images/box2_head.gif) no-repeat;
}
#round_head{
	width:450px;
	height:16px;
	background:url(../images/box2_roundhead.png) no-repeat;
}

.box2_content{
	width:420px;
	height:auto;
	background:url(../images/box2_content.gif) repeat-y;
	padding:15px;
	text-align:justify;
}
.box3_content{
	width:420px;
	height:360px;
	background:url(../images/box2_content.gif) repeat-y;
	padding:15px;
	text-align:justify !important;
}
.box3_content a.home_content_link{
	text-decoration:none;
	font-weight:bolder;
	color:#3d72c8;
}
.box3_content img::-moz-selection{
	color:#fff;
	background:#be0e10;
}
.box3_content a.home_content_link::-moz-selection{
	color:#fff;
	background:#be0e10;
}
.box3_content::-moz-selection{
	color:#fff;
	background:#be0e10;
}
.box3_content b::-moz-selection{
	color:#fff;
	background:#be0e10;
}
.box2_footer{
	width:450px;
	height:30px;
	background:url(../images/box2_foot.gif) no-repeat;
	margin-bottom:10px;
}
.sidebar_box{
	width:209px; height:80px; border:thin solid #26748e;
	border-radius:7px; -moz-border-radius:7px;
	-webkit-border-radius:7px; border-top:none; margin-top:8px;
}
.sidebar_box .search{
	padding:12px;
}
#right_content{
	float:left;
	width:240px;
	height:auto;
	margin-left:15px;
	color:#fff;
	text-align:justify;
}
.searchbtn{
	margin-left:2px;
	width:32px;
	height:32px;
	background:url(../images/search.png);
	border:none;
	cursor:pointer;
	cursor:hand;
}

/* Home Footer */

.global-footer{margin:0 auto;}
.global-footer{clear:both;width:960px; height:300px;}
.global-footer #footer{
	width:960px;background:#3494b4;
	color:#000;line-height:normal; 
	height:200px;
}
.global-footer #footer #column1{
	width:150px;
	height:inherit;
	float:left;
	margin-right:5px;
	background:url(../images/line2.png) no-repeat right;
}
.global-footer #footer #column2{
	width:190px;
	height:inherit;
	float:left;
	margin-right:5px;
	background:url(../images/line2.png) no-repeat right;
}
.global-footer #footer #column3{
	width:185px;
	height:inherit;
	float:left;
	margin-right:5px;
	background:url(../images/line2.png) no-repeat right;
}
.global-footer #footer #column4{
	width:190px;
	height:inherit;
	float:left;
	margin-right:5px;
	background:url(../images/line2.png) no-repeat right;
}
.global-footer #footer #column5{
	width:200px;
	height:inherit;
	float:left;
}

.global-footer #footer ul.pr_tier{
	list-style-image:url(../images/bullet2.png);
	padding:15px 20px;
	color:#fff;
}
.global-footer #footer ul.snd_tier{
	list-style-image:url(../images/bullet.png);
	padding-left:10px;
}
.global-footer #footer a{
	color:#fff;
	text-decoration:none;
}
#newsletter_box,
#mail_box{
	width:190px;
	background:#26748e;
	border:1px solid #3ebae3;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	margin-left:5px;	
	padding:5px 5px 0 5px;
	color:#fff;
}
#newsletter_box{height:65px;margin-top:5px;}
#mail_box{height:110px;margin-top:15px;}
.sbmt{
	margin-left:2px;
	width:66px;
	height:25px;
	background:url(../images/submit.png);
	border:none;
	cursor:pointer;
	cursor:hand;
}
.newstext{
	width:110px;
	border:1px solid #3ebae3;
}
#footer_bottom{
	width:960px;
	height:50px;
	margin:0 auto;
	background:url(../images/foot_bottom.png);
}

/* End of footer */ 

	/* Jquery tabs */
ul.tabs {
	margin:0px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height:auto; /*--Set height of tabs--*/
	width:inherit;
	
}
ul.tabs li {
	float: left;
	margin: 0;
	margin-right:3px;
	padding: 0;
	height:34px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 34px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid transparent;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-bottom:none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:url(../images/tab_bg2.png) repeat-x;
}
ul.tabs li a {
	
	color: #fff;
	display: block;
	font-size: 1.3em;
	padding: 0px 15px;
	outline: none;
}
ul.tabs li a.noline{
	text-decoration:none;
}
ul.tabs li a:hover {
	background: #ccc url(../images/tab_bg3.png) repeat-x;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #26748e;
	 /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width:inherit;
	height:auto;
	padding:0px 0;
	background:url(../images/tab_bg.png) no-repeat;
}
.tab_content {
	padding: 1px 3px 1px 1px;
	font-size: 1.2em;
}

#hm_sbmt_req,
#free_seo_serv{
	height:303px;
	padding-left:10px;
	padding-top:20px;
}
#hm_sbmt_req{
	background:url(../images/jer.png) no-repeat;
	background-position:250px 5px;
}
#free_seo_serv{
	background:#d4dcfb url(../images/jer1.png) no-repeat;
	background-position:250px 5px;
}
div.row{
	padding-top:10px;
	clear:both;
}
div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  color:#24687f;
  font-weight:bolder;
  }
 div.row span.forminp {
  float: left;
  width: 120px;
  text-align:center;
  }
  .txtar{
	  height:45px;
	  width:115px;
	  padding:2px 6px;
	  resize:none;
  }
  .tb7 {
	width: 125px;
	color : #747862;
	height:25px;
	background:url(../images/new.png) no-repeat;
	border:0;
	padding:2px 6px;
	margin-bottom:0px;
}

/* End -- of -- tabs */

/* Jquery tab */
ul.tab {
	margin:0px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height:auto; /*--Set height of tabs--*/
	width:inherit;
	
}
ul.tab li {
	float: left;
	margin: 0;
	margin-right:3px;
	padding: 0;
	height:34px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 34px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid transparent;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-bottom:none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:url(../images/tab_bg2.png) repeat-x;
}
ul.tab li a {
	
	color: #fff;
	display: block;
	font-size: 1.3em;
	padding: 0px 15px;
	outline: none;
}
ul.tab li a.noline{
	text-decoration:none;
}
ul.tab li a:hover {
	background: #ccc url(../images/tab_bg3.png) repeat-x;
}
html ul.tab li.active, html ul.tab li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#000;
	 /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container1 {

	overflow: hidden;
	clear: both;
	float: left; 
	width:inherit;
	height:auto;
	padding:10px 0;
	background:#000;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
.tab_content1 {
	padding: 15px 10px 2px 10px;
	font-size: 1.2em;
}

/* End -- of -- tab */

/* Tag cloud */

	.tagcloud ul{
		margin:1em 0;
		padding:.5em 10px;
		text-align:center;		
		}
	.tagcloud li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	.tagcloud li a{
		text-decoration:none;
		color:#fff;
		padding:0 2px;
		font-weight:normal;	
		}
	.tagcloud li a:hover{	
		color:#12d0ff; /* #cff400 */
		}		
	
	.tag10{font-size:100%;}
	.tag20{font-size:120%;}
	.tag30{font-size:140%;}
	.tag40{font-size:160%;}
	.tag50{font-size:180%;}
	
/* End of Tag cloud */

#cover {
		width: 445px;
		margin: 0px auto;
		background: #FFF;	
		border: 1px solid #CCC;
		margin-bottom:10px;
}

ul#middle_tab li h3 {
		margin: 0;	
		padding: 0px 0 0 0;
		font-size: 12px;
		text-transform: uppercase;
}
div#feature_list {
		width: 450px;
		height: 180px;
		overflow: hidden;
		position: relative;
}
div#feature_list ul {
		position: absolute;
		top: 0;
		list-style: none;	
		padding: 0;
		margin: 0;
}
ul#middle_tab {
		left: 0;
		z-index: 2;
		width: 200px;
}
ul#middle_tab li {
		font-size: 12px;
		font-family: Arial;
}		
ul#middle_tab li img {
		padding: 0px;
		border: none;
		float: left;
		margin: 10px 10px 0 0;
}
ul#middle_tab li a {
		color: #222;
		text-decoration: none;	
		display: block;
		padding: 10px;
		height: 40px;
		outline: none;
}
ul#middle_tab li a:hover {
		text-decoration: none;
}
ul#middle_tab li a.current {
		background:url(../images/feature-tab-current.png);
		color: #FFF;
}
ul#middle_tab li a.current:hover {
		text-decoration: none;
		cursor: default;
}
ul#output {
		right: 0;
		width: 463px;
		height: 180px;
		position: relative;
}
ul#output li {
		position: absolute;
		width: 463px;
		height: 180px;
}
ul#output li a {
		position: absolute;
		bottom: 10px;
		right: 10px;
		padding: 8px 12px;
		text-decoration: none;
		font-size: 11px;
		color: #FFF;
		background: #000;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}		
ul#output li a:hover {
		background: #D33431;
}


/* client logo slider for right bar */

.infiniteCarousel_right {
	padding:0;
	height:110px;
	position:relative;
	text-align:left;
	width:240px;
	padding:0px;
	background:url(../images/clients_bg.png) no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.infiniteCarousel_right .wrapper_slider {
	overflow:hidden;
	top:0;
	width:80%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.infiniteCarousel_right .wrapper_slider ul {
	list-style:none;
	display:inline;
	float:left;
	margin:0px;
	padding:0 0 0 0px;	
}
.infiniteCarousel_right ul li {
	display:block;
	float:left;
	width:170px;
	text-align:center;
	margin:0px;
	height: 110px;
	padding:0;
	background-image: none;
	border: none;
}
.infiniteCarousel_right ul li:hover { border:none; background:none; padding:0;}
.infiniteCarousel_right ul li a img {
	display:inline;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.infiniteCarousel_right .arrow {
	cursor:pointer;
	display:block;
	height:108px;
	outline:0;
	position:absolute;
	text-indent:-9999px;
	top:1px;
	width:26px;
}
.infiniteCarousel_right a.forward {
	background:url(../images/right_arrow.png) no-repeat 0px 0px;
	margin-top: 27px;
	padding: 0px;
	right: 5px;
}
.infiniteCarousel_right a.back {
	background:url(../images/left_arrow.png) no-repeat 0px 0;
	margin-top: 27px;
	left:5px;
}
.infiniteCarousel_right a.forward:hover {
	background:url(images/rightArrowHover.png) no-repeat 0px 0px;
	right:0px;
	margin: 0px;
	padding: 0px;
}
.infiniteCarousel_right a.back:hover {
	background:url(images/leftArrowHover.png) no-repeat 0px 0;
	left:5px;
}

.infiniteCarousel_right .wrapper_slider img{
	border:1px solid #bbd5e1;
	padding:2px;
	background:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#quote_callback{
	border:1px solid #fff; border-radius:7px; background:#e4f7ff; width:236px;
}

#quote_callback:hover{
	background:#fff;
}

#seo_work_samples_link{
	display:block;
	width:210px;
	height:20px;
	background:url(../images/seo_work_samples.png) no-repeat;
}

#seo_work_samples_link:hover{
	background:url(../images/seo_work_samples_hover.png) no-repeat;
}

#link_building_work_samples_link{
	display:block;
	width:210px;
	height:20px;
	background:url(../images/link_building.png) no-repeat;
}

#link_building_work_samples_link:hover{
	background:url(../images/link_building_hover.png) no-repeat;
}