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

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/bg_img.gif) repeat-x;
	}
	
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	}
	
a {
	text-decoration: none;
	color: #000000;
	outline: none;
}
	
p {
	line-height: 1.5em;
	}
	
#clearer {
	clear: both;
	}
	
#wrapper {
	margin: 0 auto;
	width: 900px;
	border-left: #c8c8c8 1px solid;
	border-right: #c8c8c8 1px solid;
	background-color: #FFFFFF;
	}
	
#header {
	padding-top: 0px;
	margin: 0 2px;
	float:left;
	width:100%;
}
	
#logo {
	float: left;
}
	
#rest {
	float: right;
	margin-top: 40px;
	margin-right:15px;
	width: 270px;
	height: 25px;
	vertical-align: middle;
	text-align:right;
}

#search {				/* not using now */
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	/*font-size: 11px;*/
	padding-right: 15px;
	padding-top: 10px;
	float: right;
	}
	
#searchtxt {							
	background-color: #f6f6f6;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
	height: 1.25em;
	width: 125px;
}
	
#txt {
	padding-top: 5px;
}
	
#btn {	
	float: left;
	padding: 5px 8px 0 0;
}
	
#minus {
	padding-left: 8px;
	padding-right: 8px;
	border-left: #d3d3d3 1px solid;
	float: left;
	height: 25px;
}
	
#plus {
	padding-right: 8px;
	float: left;
}
	
#a_minus, #a_plus {
	padding-top: 5px;
}
	
#signup {
	border-left: #d3d3d3 1px solid;
	padding-left: 8px;
	vertical-align: top;
	float: right;
}
	
#header ul li {
	list-style: none;
	display: inline;
}
	
#mainbody {
	width: 900px;
	border-top: #c8c8c8 1px solid;
	margin-top: 10px;
}
	
#menu {
	width: 175px;
	float: left;
	vertical-align: top;
	border-right: #c8c8c8 1px solid;
}
	
#submenu {
	background-color: #ebebeb;
}
	
.sub, .lastsub {
	background: #ebebeb url(../images/submenu_border.gif) no-repeat bottom center;
}
	
.currentsub, .sub, .lastsub {
	padding: 10px 0 10px 15px;
	/*font-family: "MS Sans Serif", sans-serif;*/
	font-size: 12px;
	color: #0a0a0a;
}
	
.currentsub {
	background-color: #939393;
}
	
.sub a:hover, .lastsub a:hover {
	text-decoration: underline;
}
	
#content {
	width: 520px;
	float: left;
	padding: 0 12px;
	font-size:12px;
}
#content a {
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content ul li {
	margin-bottom:5px;
}
	
#flashimg {
	padding-top: 5px;
}
	
h2 {
	text-transform:uppercase;
	border-bottom: #c2c2c2 1px solid;
	padding: 5px 0;
	color: #ED1D78;
	font-size:18px;
}

#latestnews {
	width: 175px;
	float: right;
	border-left: #c8c8c8 1px solid;
}
	
#latestnews .bar {
	background-color: #ebebeb;
	margin-top: 2px;
	margin-right: 2px;
	/*font-family: "MS Sans Serif", sans-serif;*/
	font-size: 12px;
	padding: 10px 0 10px 5px;
}
	
#news {
	padding-top: 15px;
}
	
h3 {
	text-transform:uppercase;
	border-bottom: #c2c2c2 1px solid;
	padding: 5px 0;
	color:#ED1D78;
	font-size:14px;
}
	
p.newsitem {
	text-decoration: underline;
	padding-left: 3px;
}
	
p.newsitem a {
	text-decoration: underline;
	outline: none;
}
	
#bottom {
	width: 902px;
	margin: 0 auto;
}
	
#footer {
	height: 83px;
	background: url(../images/footerBar.gif) no-repeat center;
}
	
#register {
	float: left;
	padding: 18px 0 0 30px;
}
	
#terms_map {
	float: right;
	padding: 18px 30px 0 0;
}
	
#terms {
	float: left;
	padding-right: 32px;
}
	
#map {
	float: left;
	padding-left: 6px;
}
	
#register, #terms_map a {
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 10px;
	color:#333333;
}
	
#terms_map a:hover {
	text-decoration: underline;
}
	
#copy {
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 11px;
	text-align: center;
	margin-top: -25px;
	padding-bottom: 10px;
}

#copy a {
	text-decoration: underline;
	color: #000000;
	outline: none;
}

#copy a:hover {
	text-decoration: none;
	color: #000000;
}

#copy a:visited {
	color: #000000;
}
	
.enquiry a {
	text-decoration: underline;
}
	
#info {
	padding-left: 15px;
}

p.note {
	/*font-family:GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 11px;
	margin-top: -1px;
}
	
#contact {
	padding-top: 5px;
	padding-bottom: 50px;
}
	
#contactform {
	margin-top: 50px;
	border-top: #f4f4f4 2px solid;
	padding-top: 15px;
	padding-left: 10px;
}

.inputarea {
	width: 150px;
	border: #666666 1px groove;
	margin: 5px;
	background-color:#F7F7F7;
}
	
td {
	text-align: center;
}
	
td.first {
	text-align:left;
}
	
#btnSubmitContact, #btnCancel {
	border: #666666 1px groove;
	background-color: #F8F8F8;
	/*font-family: "MS Sans Serif", sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 5px 10px;
}
	
td.hint {
	font-size: 0.95em;
	color: #B5B5B5;
}
	
	

/* CSS Document */

#welcome {
	padding-top: 12px;
}
	
#vals {
	padding-top: 15px;
}
	
#val1 {
	width: 251px;
	float: left;
}
	
#val2 {
	width: 251px;
	float: right;
}
	
#seo {
	padding-bottom: 150px;
}

.heading1 {
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.15em;
	border-bottom: #f4f4f4 2px solid;
	padding: 0 0 10px 5px;
}

/* Slider menu */
.slider-menu {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

#accordion h3 {
	background: url(../images/section_back.jpg) left top;
	border: #999999 1px groove;
	padding: 5px;
	margin:0 0 2px 0;
	text-transform:none;
}

#accordion h3 a {
	color: #000000;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	/*letter-spacing: normal;*/
	letter-spacing:-0.02em;
	outline:none;
}

.show-hide {
	border: #CCCCCC 1px solid;
	background-color:#FFFFFF;
	padding: 0 5px; 
	margin-top: -2px;
	font-size: 8pt;
	overflow-x: hidden;	
}

#accordion ul li {
	margin-left: -35px;
	padding-top: 5px;
	list-style-type : none;
}


/* Left menu section */
.arrowlistmenu{
	width: 175px; 
}

.arrowlistmenu .menuheader{ 
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 11px;
	font-weight:normal;
	letter-spacing:normal;
	color: #000;
	background: url(../images/menubg_up.gif) no-repeat center left;
	height:30px;
	margin: 0px; 
	padding: 5px 0 0 45px; 
	cursor: hand;
	cursor: pointer;
}

h3.menuheader {
	text-transform:none;
	padding-top:50px;
}

.arrowlistmenu .openheader{ 
	background-image: url(../images/menubg_down.gif);
}

.arrowlistmenu ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; 
}

.arrowlistmenu ul li{
	padding: 0;
	margin: 0;
}

.arrowlistmenu ul li a{
	color: #000;
	background: url(../images/arrowbullet.png) no-repeat center left; 
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	margin-left:6px;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #000;
}

.arrowlistmenu ul li a:hover{ 
	color: #EE267D;
	background-color: #F3F3F3;
}



/* webanalysis form */
.frmelbody {
	float:left;
	width:100%;
	margin-top:6px;
}
.labletext {
	width:30%;
	float:left;
	text-align:right;
	padding:0px;
	margin:0px;
}

.frmelement {
	width:70%;
	float:right;
	margin:0px;
	padding:0px;
}

.frmelement textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: #7f9db9 1px solid;
	font-size: 12px;
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	width: 200px;
}

.frmelement input {
	width: 205px;
}

/* free seo report */

.frmseo {
	float:left;
	width:100%;
	margin-top:6px;
}

.frmseolabel {
	width:38%;
	float:left;
	text-align:right;
	padding-top:4px;
	padding-right:2px;
	margin:0px;
}

.frmseoelement {
	width:60%;
	float:right;
	margin:0px;
	padding:0px;
}

#pageRank {
	margin-left:140px;
}

#rank-content {
	width: 500px;
}
#site {
	float: right;
	margin: 20px 0;
}
#site-img {
	float: left;
	text-align:left;
}
#site-url {
	float: left;
	text-align: left;
	margin-right: 20px;
	padding-top: 10px;
}
#clearer {
	clear: both;
}
#ranks {
	width: 300px;
	border: 1px solid #9ABC00;
	float: right;
}

.rank-title {
	width: 40%;
	float: left;
	margin: 5px 0;
	padding-left: 10px;
	border-bottom: 1px solid #9ABC00;
}
.rank-no {
	width: 50%;
	float: right;
	text-align: right;
	padding-right: 20px;
	margin: 5px 0;
	border-bottom: 1px solid #9ABC00;
}

.lastrank-title {
	width: 40%;
	float: left;
	margin: 5px 0;
	padding-left: 10px;
}
.lastrank-no {
	width: 50%;
	float: right;
	text-align: right;
	padding-right: 20px;
	margin: 5px 0;
}


/* Contact Us */

.contact-area {
	width: 516px;
}

.contact-area p {
	margin-left: 10px;
}

.small-heading {
	text-transform:uppercase;
	width: 184px;
	border-bottom: #000000 1px solid;
	padding: 10px 0;
}

.contact-info {
	width: 218px;
	margin-left: 10px;
	float: left;
}

.contact-emails {
	width:240px;
	margin-left: 10px;
	float: left;
}

/* ADDING NEW */
.contact-emails td {
	text-align: left; !important
}

.contact-form td {
	text-align: left; !important
}

/* Upto this */

.contact-info p {
	margin-left: 0px;
}

.contact-area a {
	text-decoration: underline;
	outline: none;
}

.contact-area a:hover {
	text-decoration: none;
}

.contact-area a:visited {
	color: #000000;
}

.contact-img {
	float:right;
	margin-top:50px;
}

.contact-form {
	width:218px;
	float:right;
}

.contact-form input, textarea {
	width:180px;
	background-color: #ffffff;
	border: #7f9db9 1px solid;
	color: #000000;
	font-size: 12px;
	padding:3px;
}

#submitBtn {
	width:50px;
	font-size:9px;
	background-color: #bebebe;
	border: #bebebe 1px solid;
	color:#000000;
	cursor:pointer;
}

td.btn {
	text-align: right;
}

.contact-bottom-line {
	clear:both;
	padding-top:50px;
	margin-left:10px;
	/*font-family:GillSansMT, Tahoma, 'Trebuechet MS', sans-serif;*/
	font-size: 11px;"
}

/* Testimonials */
#testimony-area {
	width: 516px;
}

#testimony-area h3 {
/*	background-color: #d0d0d0;
	padding-top: 12px;
	color: #4b4b4b;*/
}

.contact-area p {
	margin-left: 10px;
	
}

.testimony-contents {
	text-align:left;
	margin:0px;
	padding:0px;
}

.testimony-writer {
	text-align: right; !important
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#dzcallus {
	/*margin-top:10px;*/
	/*padding-left: 10px;*/
	padding: 10px 0 10px 10px;
	border-top: #666666 1px solid;
}

.dzcall-border { 
	text-align:center;
	margin: 5px 15px 5px 2px;
}

.callus-head {
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 16px;
	font-weight:bold;
	color: #5F5C5C;
	letter-spacing: 2px; 
	margin-bottom:10px;
}

.callus-text {
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 13px;
	color: #5F5C5C;
	letter-spacing : 1px;
	line-height:20px;
}

#dztestimoy {
	width: 175px;
	float: left;
	vertical-align: top;
	margin-top:30px;
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
}

.head-title {
	background: url(../images/section_back2.jpg) left top;
	border: #999999 1px groove;
	padding: 5px;
	margin:0 0 2px 0;
	font-size: 12px;
	font-weight: bold;	
}

.testimoy-text {
	margin: 5px;
}

.contact-table {
	width: 175px;
	float: left;
}
.contact-chat-table {
	width: 175px;
	float: left;
	font-size:11px;
	font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;
}

#right-demo {
	margin-top: 40px;
}

#topic-title {
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 14px;
	background-color: #ebebeb;
	border-bottom: #c2c2c2 1px solid;
	padding-left: 4px;
	text-align:left;
}

/* For Service Practiced CMS Page */
/**********************************/
/* Hiding All the Contents */
#service-email-content, #service-seo-content, #service-pay-content, #service-digital-content, #service-affiliate-content {
	display:none;
}
/**************************/
.service-display-area {
	width: 516px;
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
	font-size: 11px;
	margin: 10px 0;
}

.service-display-area a {
	text-decoration:underline;
}
.service-display-area a:hover {
	text-decoration: none;
}

.service-topic-headings {
	width: 516px;
	font-size: 13px;
}

.service-topic {
	width: 171px;
	float: left;
	text-align: center;
	background-color: #ebebeb;
	padding: 10px 0;
	margin: 2px 0;
	border-right: #000000 1px solid;
	cursor:pointer;
}

.service-topic-last {
	border-right: none;
}

.service-topic:hover {
	background-color: #818181;
	color: #FFFFFF;
}

#service-web-header {
	background-color: #818181;
	color: #FFFFFF;
}

#service-web-content, #service-email-content, #service-seo-content, #service-pay-content, #service-digital-content, #service-affiliate-content {
	padding: 15px;
}


/* DEMO PAGE */

.demoreq-form {
	width:450px;
	float:left;
}

.demoreq-heading {
	text-transform:uppercase;
	width: 484px;
	border-bottom: #000000 1px solid;
	padding: 10px 0;
}


.demoreq-form td {
	text-align: left; !important
}

.demoreq-form .txtarea, .demoreq-form input[type="text"] {
	width:250px;
	background-color:#fff;
	border: 1px solid #7F9DB9;
	color:#000;
	font-size:12px;
}
.demoreq-form .txtarea {width:244px;}

/* Request Pro */
/***************/
td.requestpro-input input, td.requestpro-input select, td.requestpro-input textarea {
	width: 200px;
	background-color: #FFFFFF;
	color: #000000;
	border: #7f9db9 1px solid;
	font-size: 12px;
	/*font-family: GillSansMT, Tahoma, "Trebuechet MS", sans-serif;*/
}


/* web marketing bottom images */
.home-service-provided {
	width: 516px;
	float: left;
}

.home-services {
	width: 100px;
	float: left;
	text-align: center;
	margin: 0 0px;
}

div.body-area {font-size:12px;letter-spacing:normal;}
div.body-area p {letter-spacing:normal;font-size:12px;}


/* Social Marketing Page Styles
*******************************************************/
table.fbadvantage td {
	text-align:left;
	text-transform:uppercase;
	padding-bottom:15px;
}


/* Facebook / Twitter links
******************************************/
#topmost-links {
	margin:20px 0 0 0;
	text-align:right;
	float:right;
	width:100%;
}
#topmost-links a {
	float: right;
}
#topmost-links a img {
	margin-right:15px;
}
#topmost-links span {
	float:right;
	padding:12px 25px 0 0;
	font-size:11px;
	font-weight:bold;
}
