
html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	font: normal 12px Arial, Helvetica, Tahoma, sans-serif;
	color: #555555;
	line-height: 140%;
	background: repeat-x left top #000000;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, table, pre {
	margin: 0;
	padding: 0;
}

ul { list-style: none;}

form, fieldset { border: none;}

a, a:active {
	color: #C96625;
	outline: none;
	text-decoration: underline;
}

a:hover { text-decoration: none;}

a img { border: none;}

.photo{
	background-color:#5B5B5B;
	border:2px solid #808080;
	float:left;
	margin:0 15px 5px 2px;
}

blockquote {
	font-size:15px;
	padding:20px 20px 5px 30px;
	font-style:italic;
	/*border-left:4px #CAE8D1 solid;
	background:#ECFFE7; */
	margin:10px 10px 15px 0;
	line-height:25px;
	background: url(../images/quotes.png) top left no-repeat;
} 

.blockquote_attribution, cite {
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-align:right;
	margin-top:-19px;
}


.case-study-short {
	border-top:3px #cccccc solid;
	margin-top:35px;
	margin-bottom:30px;
	
	padding:20px 20px 15px 20px;
	background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#FAFAFA), to(#ebebeb));
	background: -moz-linear-gradient(0% 60% 90deg,#ebebeb, #FAFAFA); 
	background-color:#ebebeb;
}

.case-study-short h2 { 
	font-size:25px;
}

.case-study-short h2 a {
	color:#00448c;
}

.case-study-short #case-study-arrows {
	
	margin-top:-10px;
	margin-right:5px;
	float:right;

}

.screen_cover {
	position:fixed;
	height:100%;
	width:100%;
	background:black;
	opacity:0;
	z-index:99999991;
}

.efriend {
	position:fixed;
	top:40%;
	left:50%;
	margin-left:-245px;
	margin-top:-180px;
	width:450px;
	height:400px;
	-moz-box-shadow:1px 1px 6px #333333;
	-webkit-box-shadow:1px 1px 6px #333333;
	background:white;
	z-index:99999999;
	padding:25px;
	display:none;
	-moz-border-radius:3px;
	border-radius: 3px;
	border-top:5px solid #8f8f8f;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dedede));
	background: -moz-linear-gradient(0% 100% 90deg,#dedede, #ffffff); 
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
}

#shadowbg {
	width: 100%;
	background:black repeat-y center top;
}

#container {
	width: 992px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	position: relative;
}

li.widget {
	list-style:none;
}
/* header area */

#header {
	width: 992px;
	height: 148px;
	overflow: hidden;
	background: url(../images/all_sprite_bg.png) repeat-x left top;
}

#header_damnBtns {
	width: 992px;
	height: 90px;
	overflow: hidden;
	background: url(http://www.seo.com/wp-content/themes/seo-v2/images/header_test_bg_small.jpg) repeat-x;
}

.header_top {
	width: 992px;
	overflow: hidden;
}

#logo {
	float: left;
	display: inline;
	width: 209px;
	height: 43px;
	margin: 24px 100px 0 22px;
	background: url(../images/seo_logo.png) no-repeat left top;
}

#logo a {
	display: block;
	width: 209px;
	height: 43px;
	text-indent: -10000px;
}

#topnav {
	float: left;
	width: 519px;
	height: 35px;
	display: inline;
	overflow: hidden;
	margin: 30px 15px 0 0;
}

#topnav li {
	float: left;
	height: 34px;
	display: inline;
	margin-left: 3px;
}

#topnav li a {
	display: block;
	height: 26px;
	color: #cccccc;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin:0 10px;
	
}

#topnav li a:hover, #topnav li a.active {
	border-bottom:3px solid;
}

#about a { width: 37px;}
#services a { width: 53px;}
#cstudies a { width: 85px;}
#contact a { width: 71px;}
#blog a { width: 37px; }
#rproposal a { width: 121px;}

.services-dropdown {
	
}

.services-dropdown:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#010101), to(#4a4a4a));
	background: -moz-linear-gradient(0% 100% 90deg,#4a4a4a, #010101);
	background-color:#626262;
	z-index:9999999;
	
	
	
}

.services-dropdown a:hover {
	border-bottom:none !important;
	
}
	
.services-dropdown ul li a:hover {
	color:black !important;
}

.services-dropdown ul li {
	float:none !important;
	display:block !important;
	height:25px !important;
}

.services-dropdown ul li a {
	color:#444444 !important;
	text-shadow:#FFFFFF 0 1px 0;
	width:200px !important;
	text-align:left !important;
	font-size:12px !important;
	
	
}

#services-dropbox {
	display:none; 
	position:absolute;
	background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#dbdbdb), to(#ffffff));
	background: -moz-linear-gradient(0% 60% 90deg,#ffffff, #dbdbdb); 
	background-color:#dbdbdb;
	height:155px;
	-moz-border-radius: 2px 2px 5px 5px;
	border-radius:2px 2px 5px 5px;
	width:200px;
	z-index:9999998;
	-moz-box-shadow:2px 4px 6px #333333;
	-webkit-box-shadow:2px 4px 6px #333333;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-top:10px solid #c3c3c3;
	margin-top:7px;
	
	padding-top:0px;
}

#phone {
	float: left;
	width: 120px;
	color: #ffffff;
	font-size: 18px;
	margin-top: 18px; 
}

#intro {
	clear: both;
	width: 920px;
	margin: 35px 0 0 32px;
	color: #999999;
	font-size: 20px;
	line-height: 24px !important;
}

#intro .light { color: #ffffff;}

#intro a img { margin: 0 0 -8px 4px;}

#intro .arrow {
	display: block;
	width: 25px;
	height: 24px;
	text-indent: -10000px;
	/* background: url(../images/header_arrow.png) no-repeat left top; */
}

/* banner - see slider.css */

/* sub navigation */

#button-top, #button-top2 {
	width:271px;
	height:25px;
	background:#666666 url(../images/button-top.png) no-repeat left top;
	float:left;
	margin:13px 11px;
	_margin:13px 11px 13px 7px;
	display:block;
	text-decoration:none;
	color:white;
	font-size:18px;
	padding:22px 16px 8px 21px;
		/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow:2px 2px 6px #1f1f1f;
	-moz-box-shadow:2px 2px 6px #1f1f1f;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#515151), to(#434343)) ;
	background:-moz-linear-gradient(0% 100% 90deg,#515151, #434343);
	#background:#333333;
	width:300px; 
	height:43px; */
}

#button-top span, #button-top2 span {
	float:left;
}

#button-top img, #button-top2 img {
	float:right;
}

#button-top:hover, #button-top2:hover {
	background:#666666 url(../images/button-top.png) no-repeat 0 -55px;
}
	
#three-buttons {
	margin-top:20px;
}

#three-buttons a {
	width:312px;
	display:block;
	float:left;
	height:26px;
	color:#cccccc;
	text-decoration:none;
	padding:31px 0 0 17px;
	font-size:17px;
	
	
}

#three-buttons a.a {
	background:transparent url(../images/three-buttons.png) no-repeat bottom left; 
}

#three-buttons a.b {
	background:transparent url(../images/three-buttons.png) no-repeat -329px -57px;
	width:318px;
}

#three-buttons a.c {
	background:transparent url(../images/three-buttons.png) repeat-x -669px -57px;
	width:311px;
}

#three-buttons a.a:hover {
	background:transparent url(../images/three-buttons.png) no-repeat top left;
}

#three-buttons a.b:hover {
	background:transparent url(../images/three-buttons.png) no-repeat -329px 0px;
	width:318px;
}

#three-buttons a.c:hover {
	background:transparent url(../images/three-buttons.png) repeat-x -669px 0px;
	width:311px;
}


#subnav {
	width: 992px;
	/*height: 99px;*/
	height:91px;
	overflow: hidden;
	
	background: url(../images/all_sprite_bg.png) repeat-x 0 -148px;
}

#subnav li {
	float: left;
	/*width: 198px;*/
	width:198px;
	/*height: 100px;*/
	height:90px;
	line-height: 1.5em;
	border-bottom:1px solid #dedede;
	background: url(../images/all_sprite_bg.png) no-repeat right -248px;
}

#subnav li.last { width: 200px; background: none;}

#subnav li a.top {
	display: block;
	/*height: 100px;*/
	height:90px;
	_height:90px;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

#subnav li span.btm {
	display: block;
	margin-top: -30px;
	text-decoration: none;
	color:#333;
	_color:black;
}
/*
#subnav li a.top:hover { 
	background: url(../images/subnav_arrow.png) no-repeat 95% 21px;	
} */

#subnav li a .ttop {
	display: block;
	padding: 16px 0 0 20px;
	color: #ffffff;
	font-size:17px;
}

#subnav li span .ftr {
	display: block;
	height: 16px;
	padding: 0 0 0 20px;
	color: #666666;
}

/* main content area */

#content {
	width: 992px;
	overflow: hidden;
}

#content.home {
	padding: 20px 0 0px 0;
	background:white url(../images/all_sprite_bg.png) repeat-x scroll 0 -459px;
}

.column_left {
	float: left;
	width: 350px;
	display: inline;
	font-size:13px;
	line-height:18px;
	padding:10px 10px 10px 32px;
	background:white;
}

.column_left h1, .column_left h2 {
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

.column_left p { margin-bottom: 18px;}

.column_left p.link { margin-bottom: 0; color: #C96625; /* color: #fbb200; */}

.column_middle {
	float: left;
	width: 364px;
	#width:364px;
	_width:345px; 
	display: inline;
	padding:0px 3px 10px 32px;
	background:white;
	
}

.column_middle h2 {
	color: #4e5f5f;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 18px;
}

.column_middle h3 {
	color: #C96625;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}

.column_middle h3 a {
	color: #C96625;
	text-decoration: none;
	font-weight:bold;
}

.column_middle h3 a:hover { text-decoration: underline;}

.column_middle a {
	color: #C96625;
	text-decoration: underline;
}

.column_middle a:hover { text-decoration: none;}

.column_middle .subtitle { margin-bottom: 6px;}

.column_middle .last { margin-bottom: 20px;}

.column_middle .link { margin-top: 12px; color: #C96625; }
.column_middle .link a { color: #C96625;  text-decoration: underline;}
.column_middle .link a:hover { color: #C96625; text-decoration: none;}

.column_middle .pic { float: right; margin: 7px 14px 20px 6px; }

.column_middle .blog-posts-home {
	width:340px;
	#width:340px;
	_width:335px;
	float:left;
	margin-right:20px;
	_margin_bottom:0;
}

.column_middle .blog-posts-home h3 {
	font-size:16px;
	_margin-top:0px;
}

.column_right {
	float: left;
	width: 161px;
	#width:161px;
	_width:150px;
	display: inline;
	margin-top:-19px;
	padding:20px;
	background:url(../images/all_sprite_bg.png) repeat-x scroll 0 -480px #EFEFEF;
	min-height:900px;

}

.column_right h2 {
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 18px;
}

.column_right h3 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.column_right h3 a {
	text-decoration:none;
}

.column_right h3 a:hover {
	text-decoration:underline;
}

.column_right .last { }

.column_right .link { margin-top: 12px; color: #C96625;}
.column_right .link  a { text-decoration: underline;}

.column_right form { margin-top: 9px;}

.column_right form p { margin-bottom: 4px;}

.column_right form input.txt {
	width: 172px;
	font: 12px normal Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #666666;
	padding: 2px;
	border: 1px solid #999999;
}

.column_right form input.btn {
	color: #C96625;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
	background: #e8e8e8;
}

.column_right .marketing-tour-button {
	margin-left:-3px;
	margin-bottom:5px;
	width:160px;
	_width:150px;
}

/* a.tour-button {
	height:126px;
	width:160px;
	background:transparent url(../images/tour.png) no-repeat top;
	display:block;
	margin: 10px 0 25px 0px;
	color:white;
	text-decoration:none;
	border:1px solid #999999;
}

a.tour-button:hover {
	background:transparent url(../images/tour.png) no-repeat -4px -126px ; 
}

.tour-button .tour-top {
	display:block;
	padding:19px 0 0 60px;
	font-size:14px;
}

.tour-button .tour-bot {
	font-size:18px;
	padding:24px 0 0 21px;
	display:block;
}

*/
h3.about-sectionheader, h3.services-sectionheader, h2.about-sectionheader, h2.services-sectionheader {
	font-size: 16px !important;
}
h3.services-sectionheader {
}

/* footer area */

#footertop {
	width: 992px;
	overflow: hidden;
	background: url(../images/all_sprite_bg.png) repeat-x 0 -348px #dedede;
}

.clients p {
	height: 70px;
	margin:25px 0 16px 0;
	padding: 0 12px 0 12px;
	float:left;
}

.clients p a {
	display:block;
	height:61px;
	text-indent:-1000px;
	margin:0 0px 10px 0;
	overflow:hidden;
}

.clients p a.ldell {width:61px;background:url(../images/logos_sprite.png) no-repeat 0 0px transparent; }
.clients p a.lcontacts {width:97px;background:url(../images/logos_sprite.png) no-repeat -61px  0 transparent; }
.clients p a.lmrsfields {width:99px;background:url(../images/logos_sprite.png) no-repeat -158px 0  transparent; }
.clients p a.lhugoboss {width:100px;background:url(../images/logos_sprite.png) no-repeat -257px 0 transparent; }
.clients p a.lhrblock {width:103px;background:url(../images/logos_sprite.png) no-repeat -357px 0 transparent; }
.clients p a.lalphagraphics {width:96px;background:url(../images/logos_sprite.png) no-repeat -460px 0 transparent; }
.clients p a.hotels {width:96px;background:url(../images/logos_sprite.png) no-repeat -763px 0 transparent; }
.clients p a.lmikemann {width:103px;background:url(../images/logos_sprite.png) no-repeat -556px 0 transparent; } 
.clients p a.lgrassroots {width:104px;background:url(../images/logos_sprite.png) no-repeat -659px 0 transparent; } 

.clients.cs p a.ldell {width:61px;background:url(../images/logos_sprite_whitebg.png) no-repeat 0 0px transparent; }
.clients.cs p a.lcontacts {width:97px;background:url(../images/logos_sprite_whitebg.png) no-repeat -61px  0 transparent; }
.clients.cs p a.lmrsfields {width:99px;background:url(../images/logos_sprite_whitebg.png) no-repeat -158px 0  transparent; }
.clients.cs p a.lhugoboss {width:100px;background:url(../images/logos_sprite_whitebg.png) no-repeat -257px 0 transparent; }
.clients.cs p a.lhrblock {width:103px;background:url(../images/logos_sprite_whitebg.png) no-repeat -357px 0 transparent; }
.clients.cs p a.lalphagraphics {width:96px;background:url(../images/logos_sprite_whitebg.png) no-repeat -460px 0 transparent; }
.clients.cs p a.lmikemann {width:103px;background:url(../images/logos_sprite_whitebg.png) no-repeat -556px 0 transparent; } 
.clients.cs p a.lgrassroots {width:104px;background:url(../images/logos_sprite_whitebg.png) no-repeat -659px 0 transparent; } 
.clients.cs p a.lcitypass {width:89px;background:url(../images/logos_sprite_whitebg.png) no-repeat -764px 0 transparent; }
.clients.cs p a.lquadrino {width:91px;background:url(../images/logos_sprite_whitebg.png) no-repeat -853px 0 transparent; } 
.clients.cs p a.linside {width:79px;background:url(../images/logos_sprite_whitebg.png) no-repeat -948px 0 transparent; } 
.clients.cs p a.lnovell {width:112px;background:url(../images/logos_sprite_whitebg.png) no-repeat -1032px 0 transparent; } 
.clients.cs p a.lzagg {width:84px;background:url(../images/logos_sprite_whitebg.png) no-repeat -1148px 0 transparent; } 
.clients.cs p a.lnuskin {width:161px;background:url(../images/logos_sprite_whitebg.png) no-repeat -1234px 0 transparent; } 

.clients img {
	vertical-align: middle;
}

#footer {
	width: 992px;
	overflow: hidden;
	background: #1b1b1b;
	padding-bottom: 6px;
	color:#CCCCCC;
}

#ftrnav {
	float: left;
	/* width: 520px; */
	overflow: hidden;
	margin-top: 15px;
	padding-left: 10px;
}

#ftrnav li {
	float: left;
	line-height: 14px;
	border-right: 1px solid #cccccc;
}

#ftrnav li a {
	color: #cccccc;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#ftrnav li a:hover {
	text-decoration:underline;
}

.social {
	float: right;
	display: inline;
	margin: 10px 10px 0 5px;
	padding: 0px 5px 0px 5px;
	color: #cccccc;
	font-size: 12px;
	height:27px;
}

.social a, .social-top a {
	color: #cccccc;
	text-decoration: none;
}

.social-top a {
	margin-right: 3px;
}

.social a img, .social-top a img { margin-bottom: -8px;}

#shadow_btm {
	width: 100%;
	 background:black no-repeat center top;
	 
}

.copy {
	color: #666666;
	font-size: 11px;
	width: 972px;
	padding: 12px 0 8px 20px;
	margin: 0 auto 0 auto;

}

.edit-entry {margin:10px 0 20px 30px;padding:10px;border:1px solid #ccc;width:125px;background:#eee;}
.edit-entry a {color:#666;}

.search-wrap form, .search-wrap{
	float: right;
	margin: 12px 6px 0 5px;
}
.search-wrap .btn {
	margin-bottom: -7px;
}

 .search-wrap2{
	position: absolute;
	top: 148px;
	right: 5px;
}

.search-wrap2 form, .search-wrap2{
	float: right;
	margin: 12px 6px 0 5px;
}
.search-wrap2 .btn {
	margin-bottom: -7px;
}

.btns-wrap {
	position: absolute;
	right:5px;
	top:96px;
	z-index: 9999;
}

.btns-wrap ul {
	list-style: none;
	margin: 12px 12px 0px 0px;
}

.btns-wrap ul li {
	float: left;
	margin-left:20px;
}


.rankRprt a {
	background: url(../images/free_website_report_btn.png) no-repeat;
	width: 186px;
	height:39px;
	display: block;
	text-indent: -9999px;
}

.rankRprt a:hover {
	opacity: .75;
}

.reqProp a {
	background: url(../images/request_proposal_btn.png) no-repeat;
	width: 186px;
	height:39px;
	display: block;
	text-indent: -9999px;
}

.reqProp a:hover {
	opacity: .75;
}

form.blog-search input.btn { margin-left: 3px; }

/* Specific Form Stylings */


form.newsletter {
	float:left;
	margin:0 37px 0 24px;
}

form.newsletter label {
	display:block;
float:left;
font-size:11px;
line-height:11px;
margin-right:5px;
text-align:right;
}



/* END Specific Form Stylings */

.alignright {
	float: right;
	margin-left:20px;
}

.alignleft {
	float: left;
	margin-right:20px;
}

.awards {
	float: right;
	margin: -21px -45px 0 25px;
}
.awards img{
	float: left;
	margin: 11px 21px 5px 0;
}



.cf_info.failure {
	color:red;
	font-weight:bold;
}

#footer #emailf.txt {
	width:115px;
}

#hwebinar {
	font-weight:bold;
	margin-top:40px;font-size:16px;margin-bottom:10px;
	line-height:20px;
}

#hwebinar a {
	text-decoration:none;
}

#hwebinar a:hover {
	text-decoration:underline;
}


#click-to-call {
width:106px;float:left;position:relative;top:18px;text-align:right;
}

#click-to-call a {
	color:#acacac;
	text-decoration:none;
}

#click-to-call a:hover {
	text-decoration:underline;
}

#click-to-call-button {
	text-decoration:none;
	display:block;
	width:133px;
	height:84px;
	margin:7px -1px 35px -1px;
	background:url(../images/call-us-button.jpg);
	padding:16px;
	font-size:17px;
	text-align:center;
	color:#666666;
}



#localsearch-webinar-button {
	text-decoration:none;
	display:block;
	width:148px;
	height:125px;
	margin:7px -2px 35px -2px;
	background:url(../images/localsearch-webinar-button.png) no-repeat 0 0px;
	padding:10px;
	font-size:15px;
	text-align:center;
	color:#666666;
}

#localsearch-webinar-button:hover {
	background:url(../images/localsearch-webinar-button.png) no-repeat 0 -144px;
}

#retailers-webinar-button {
	text-decoration:none;
	display:block;
	width:146px;
	height:125px;
	margin:7px -1px 35px -1px;
	background:url(../images/webinar/webinar-youtube-button.png) no-repeat 0 0px;
	padding:10px 12px;
	font-size:14px;
	text-align:left;
	color:white; 
}

#retailers-webinar-button:hover { 
	background:url(../images/webinar/webinar-youtube-button.png) no-repeat 0 -144px;
}

.home .blog-thumb img {
	width:70px; 
	height:70px; 
	float:left; 
	border:2px solid #999999; 
	margin:5px 10px 5px 0;
	-moz-box-shadow:2px 3px 4px #b8b8b8;
-webkit-box-shadow:2px 3px 4px #b8b8b8;
}

#side_live_chat {
	position:fixed;
	right:-3px;
	margin-top:100px;
}

#side_live_chat:hover {
	right:0px;
}


/****** Header Conversion Tests *****/
		#header_cro1 {
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/digital-bg.png) top left repeat-x;
	height:114px;
}

#header_cro1 #topnav li a {
	font-size:13px;
}

#header_cro1 #topnav {

	height:30px;
	margin-left:588px;
margin-top:-27px;
}

#header_cro1 .topRnav {
	margin:6px 0 0 16px;
	}

#header_cro1 .topRnav li {
	display:inline;
}

#header_cro1 .topRnav li a {
	float:left;
	display:block;
	margin:2px;
	text-decoration:none;
	color:#CCC;
	font-size:13px;

}

#header_cro1 .topRnav li a.topPhone {
	font-size:14px;
	margin-top:3px;
	margin-right:20px;
}

#header_cro1 #topnav li a:hover, #header_cro1 #topnav li a.active {
	border-bottom:4px solid #4e4e4e;
}

#header_cro1 #logo {
	margin:20px 100px 0 21px;
	#margin:8px 100px 0 21px;
}
#header_cro1 #request-prop {
	display:inline;
	height:35px;
	width:163px;
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/digital-proposal-but.png) 0 0 no-repeat;
	float:right;
	margin:28px 18px 0 0;
	#margin:12px 18px 0 0;
}

#header_cro1 #request-prop a {
	text-indent:-1000px;
	display:block;
	height:35px;
	width:163px;
}

#header_cro1 #request-prop:hover {
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/digital-proposal-but.png) 0 -35px no-repeat;

}


#header_cro1 #free-repo {
	display:inline;
	height:35px;
	width:163px;
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/digital-report-but.png) 0 0 no-repeat;
	float:right;
	margin:28px 18px 0 0;
	#margin:12px 18px 0 0;
}

#header_cro1 #free-repo a {
	text-indent:-1000px;
	display:block;
	height:35px;
	width:163px;
}

#header_cro1 #free-repo:hover {
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/digital-report-but.png) 0 -35px no-repeat;

}

#header_cro1 .services-dropdown:hover {
	background:none;
}
#header_cro1 #services-dropbox {
	margin-top:3px;
}

#header_cro1 .livechat-but:hover {
	text-decoration:underline;
}



		#header_cro2 {
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/noline-bg.png) top left repeat-x;
	height:106px;
}

#header_cro2 #topnav li a {
	font-size:13px;
}

#header_cro2 #topnav {

	height:30px;
	margin-left:588px;
margin-top:-27px;
}

#header_cro2 .topRnav {
	margin:6px 0 0 16px;
	}

#header_cro2 .topRnav li {
	display:inline;
}

#header_cro2 .topRnav li a {
	float:left;
	display:block;
	margin:2px;
	text-decoration:none;
	color:#CCC;
	font-size:13px;

}

#header_cro2 .topRnav li a.topPhone {
	font-size:14px;
	margin-top:3px;
	margin-right:20px;
}

#header_cro2 #topnav li a:hover, #header_cro2 #topnav li a.active {
	border-bottom:4px solid #4e4e4e;
}

#header_cro2 #logo {
	margin:15px 100px 0 21px;
	#margin:0 100px 0 21px;
}
#header_cro2 #request-prop {
	display:inline;
	height:38px;
	width:168px;
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/noline-proposal-but.png) 0 0 no-repeat;
	float:right;
	margin:38px 18px 0 0;
	#margin:22px 18px 0 0;
}

#header_cro2 #request-prop a {
	text-indent:-1000px;
	display:block;
	height:38px;
	width:168px;
}

#header_cro2 #request-prop:hover {
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/noline-proposal-but.png) 0 -38px no-repeat;

}


#header_cro2 #free-repo {
	display:inline;
	height:38px;
	width:168px;
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/noline-report-but.png) 0 0 no-repeat;
	float:right;
	margin:38px 18px 0 0;
	#margin:22px 18px 0 0;
}

#header_cro2 #free-repo a {
	text-indent:-1000px;
	display:block;
	height:38px;
	width:168px;
}

#header_cro2 #free-repo:hover {
	background:url(http://www.seo.com/wp-content/themes/seo-v2/images/conversion/noline-report-but.png) 0 -38px no-repeat;

}

#header_cro2 .services-dropdown:hover {
	background:none;
}
#header_cro2 #services-dropbox {
	margin-top:3px;
}

#header_cro2 .livechat-but:hover {
	text-decoration:underline;
}


/* home sidebar upcoming webinar area */

.home-webinar{
	margin:15px 0 17px 0;
	border-bottom: 1px dashed #999;
}

.nxt-webinarHome{
	position:relative;
	width:100%;	
}

.nxt-webinarHome h2 a{
	font-size: 16px;
	font-weight: bold;
	color:#C96625;
	text-decoration:none;
	float:left;
}

.nxt-webinarHome h2 a:hover{
	text-decoration:underline;
}

.nxt-webinarHome h4{
	font-size: 10px;
	font-weight:normal;
	color:#808080;
	margin:5px 0px 0px 0px;
}


 .nxt-webinarHome .rgstrBTN a {
	width: 151px;
	height: 41px;
	display: block;
	background: url(../images/orange_btn.png) no-repeat;
	font-size: 18px;
	text-align: center;
	color: white;
	float: right;
	text-decoration: none;
	margin: 10px 0 5px 0;
	padding-top: 10px;
}

.clear{
	clear:both;
}
	
/* -Fix for IE not displaying send button under form - JS.WC.11-15-2011- */
#cforms8form INPUT.sendbutton{
background:transparent url(/wp-content/themes/seo-v2/images/frm_submit_btn.png) no-repeat center top !important
}

/* added by wc.JS  fix for most commented displaying numbers to each LI */
#most_commented_widget-3 ol li{list-style:none outside none; margin-bottom:12px;}
.most-popular #tptn_related ol{list-style:none outside none; line-height: 1.2em;}
.most-popular #tptn_related ol li a:hover{text-decoration:none; !important}

/* added by wc.JS style cforms */
.cform label span, .cform span.required label {
    background: url("../images/required.gif") no-repeat scroll left top transparent;

}

.cform label span {
    color: #000000;
    float: none;
    font-size: 8pt;
    font-weight: bold;
    line-height: 2.0em;
}

.cform label span {
    margin: 0;
    padding: 2px 13px 0 0;
    text-align: right;
    width: 140px;
    padding-left:15px;
}

.cform label span {
    height: auto !important;
	margin-left: -10px;
}

.cform ul li{
display:none;
}

.cform label {
/*float: left;*/
}

.reqtxt{display:none;}
.emailreqtxt{display:none;}

