body {
    font-family: helvetica, sans-serif;
    font-size: 62.5%;
    padding: 0;
    margin: 0;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td { /*--CAREFUL WITH THIS RESET AS IT CAN BREAK YOUR INPUT ELEMENTS--*/
    padding: 0;
    margin: 0;
}

a {
    color: #1893c9;
    font-weight: bold;
	outline:none;
}

table {
    border-collapse: collapse;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

abbr, acronym {
    border: 0;
}

/*--TYPOGRAPHY STYLING--*/
h1 {
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
}

.blueBannerLeft a {
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    text-decoration: none !important;
}

/*--to be styled--*/
h3.firstTab {
    color: #1893c9;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    padding-bottom: 5px;
}

p.introText {
    font-size: 28px;
    line-height: 1.6em;
    color: #FFF;
}

#contactus {
	background-image:url(/images/contact_bg.png);
	background-repeat: no-repeat;
	/*height:387px;*/
	padding-left:23px;
	padding-top:14px;
	margin-bottom:15px;
}

#contactus .textInput {
	background-image:url(/images/contact_text_bg.png);
	background-repeat:no-repeat;
	width:260px;
	height:21px;
	padding-top:4px;
}

#contactReason {
	width:260px;
	height:25px;
	border: 1px #CCCCCC solid;
}

#required {
	font-weight:bold;
	font-size:14px;
}

#contactus .submitBtn2 {
	margin:0 auto !important;
}

#contactus .input-p {
	background-image:none;
	display:block;
	width:48%;
	float:left;
}

#contactInfo {
	background-image: url(/images/contact_textarea.png);
	background-repeat:no-repeat;
	width:566px;
	height:125px;
	margin-bottom:0;
	padding-bottom:0;
	background-color:transparent;
	margin-top:3px;
}

#contactus label {
	display:block;
}

p.contactInfo {
    font-size: 24px;
    line-height: 1.1em;
    color: #7D7A7A;
    text-align: right;
}

p.contactInfo span.seo {
    font-size: 24px;
    text-align: right;
    font-weight: bolder;
    color: #1893c9;
}

p.contactInfo span.bottomNumber {
    font-size: 20px;
    position: relative;
    left: -10px;
}

p.introText {
    line-height: 1.5em;
}

.introText span {
    font-weight: bold;
}

.columnThree p {
    color: #666;
    font-size: 11px;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.blog h3 {
    border-bottom: 1px #333 solid;
    padding-bottom: 3px;
    padding-top: 4px;
    margin-bottom: 3px;
}

.blog h3 a {
    font-size: 16px;
    color: #1893c9;
    font-weight: bold;
    text-decoration: none;
}

.blog h3 a:hover {
    text-decoration: underline;
}

.blog p {
    font-size: 11px;
    color: #666;
    line-height: 1.3em;
    padding-bottom: 3px;
}

.blogTitle1 {
    font-size: 14px;
    color: #1893c9;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 5px;
}

.blogTitle1 a {
    text-decoration: none;
}

.blogTitle1 a:hover {
    padding-right: 5px;
    text-decoration: underline;
}

.blogPosted {
    font-size: 11px;
    line-height: 1.2em;
    padding-left: 10px;
    padding-bottom: 2px;
}

.blogText {
    /*margin-top:20px;*/
    /*margin-bottom:13px;*/
    border: 1px #5d9fbf solid;
}

.blogText p {
    padding: 10px;
    line-height: 1.3em;
    white-space: normal;
    color: #666;
}

.breadcrumb {
    margin: 0 0 10px 50px;
    font-weight: bold;
}

h1.latestSEOVideos span.more a {
    font-size: 12px;
    color: #FFF;
}

h1.latestArticles span.more a {
    font-size: 12px;
    color: #FFF;
}

#blogContainerDiv2 h1 {
    padding: 08px 0 0 28px;
    color: #FFF;
}

span.blogMore a {
    font-size: 12px;
    text-align: right;
}

columnOne h3 {
    color: #09F;
    font-size: 14px;
}

span.blogMore1 a {
    color: white;
}

/*--MAIN STRUCTURE STYLING--*/
#headerDiv {
    width: 100%;
    background: url(../images/headerrepeatbar.jpg) bottom repeat-x;
}

#headerContDiv {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#headerDiv img {
    margin: 15px 0 6px 0;
}

#contactNum {
    width: 260px;
    height:30px;
    position: absolute;
    left: 638px;
    top: 38px;
    color:#999999;
    font-size:25px;
    font-weight:bold;
    letter-spacing:0.1em;
}
#contactNum img{
    vertical-align:bottom;
    margin:0 0 4px 0;
}

/* MAIN NAVIGATION STYLES */
.mainNav {
    width: 954px;
    height: 48px;
}

.mainNav li {
    display: inline;
}

.mainNav li a {
    float: left;
    width: 106px;
    height: 48px;
    overflow: hidden;
    background: url(../images/final_sprite.jpg) no-repeat;
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 3.9em;
}

/* FIRST SPRITE STAGE */
.mainNav li#home a {
    background-position: 0 0;
}

.mainNav li#services a {
    background-position: -106px 0;
}

.mainNav li#aboutUs a {
    background-position: -212px 0;
}

.mainNav li#partners a {
    background-position: -318px 0;
}

.mainNav li#testimonials a {
    background-position: -424px 0;
}

.mainNav li#seoTools a {
    background-position: -530px 0;
}

.mainNav li#blog a {
    background-position: -636px 0;
}

.mainNav li#careers a {
    background-position: -742px 0;
}

.mainNav li#contact a {
    background-position: -848px 0;
}

/* HOVER STATES */
.mainNav li#home a:hover {
    background-position: 0 -48px;
}

.mainNav li#services a:hover {
    background-position: -107px -48px;
}

.mainNav li#aboutUs a:hover {
    background-position: -213px -48px;
}

.mainNav li#partners a:hover {
    background-position: -319px -48px;
}

.mainNav li#testimonials a:hover {
    background-position: -425px -48px;
}

.mainNav li#seoTools a:hover {
    background-position: -531px -48px;
}

.mainNav li#blog a:hover {
    background-position: -637px -48px;
}

.mainNav li#careers a:hover {
    background-position: -743px -48px;
}

.mainNav li#contact a:hover {
    background-position: -849px -48px;
}

/* ACTIVE STATES */
.mainNav li#home a:active, #home .active  {
    background-position: 0 -96px !important;
}

.mainNav li#services a:active, #services .active {
    background-position: -107px -96px !important;
}

.mainNav li#aboutUs a:active, #aboutUs .active {
    background-position: -213px -96px !important;
}

.mainNav li#partners a:active, #partners .active {
    background-position: -319px -96px !important;
}

.mainNav li#testimonials a:active, #testimonials .active {
    background-position: -425px -96px !important;
}

.mainNav li#seoTools a:active, #seoTools .active {
    background-position: -531px -96px !important;
}

.mainNav li#blog a:active, #blog .active {
    background-position: -637px -96px !important;
}

.mainNav li#careers a:active, #careers .active {
    background-position: -743px -96px !important;
}

.mainNav li#contact a:active, #contact .active {
    background-position: -849px -96px !important;
}

/*
 .mainNav li ul.hoverMain {
 position: absolute;
 left: -999em;
 
 }
 
 .mainNav li:hover ul.hoverMain {
 left:108px;
 top:50px;
 }
 
 .mainNav li:hover ul a {
 display:block;
 background:url(../images/nav_sprite2.jpg);
 width:212px;
 }
 */
/*SUB MENU HOVER STYLES*/
/*
 .mainNav li:hover ul a:hover {
 background:url(../images/nav_sprite2_hover.jpg);
 }
 
 
 .mainNav li:hover ul a:active {
 background:url(../images/nav_sprite2_active.jpg);
 }
 */
/*--END OF NAV STYLING--*/
#actionCall {
    width: 100%;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: repeat-x;
    background: url(../images/seofinalbgBig.jpg)
}

#actionCallInfo {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#actionCall #flashHolder {
    width: 250px;
    height: 250px;
    float: left;
    background: #999;
}

#infoSection {
    margin-top: 60px;
    margin-left: 25px;
    margin-right: 50px;
    float: left;
}

#infoSection img {
    margin-top: 10px;
}

#bottomRun {
    width: 100%;
    background: url(../images/headerrepeatbar.jpg);
    height: 8px;
    overflow: hidden;
}

#mainContainerDiv {
	width:1010px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/mainbg_repeat.jpg) center repeat-y;
}

#leftColumn {
    width: 700px;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 11px;
    z-index: 9999;
    overflow: hidden;
}

.blueBannerLeft {
    width: 690px;
    height: 50px;
    background: url(../images/big_page_banner.png) no-repeat;
    padding: 11px 0 0 48px;
}

.blueBannerLeft1 {
    width: 328px;
    height: 43px;
    background: url(../images/big_page_banner.png) no-repeat;
    padding: 10px 0 0 48px;
}

.blueBannerLeft2 {
    width: 285px;
    height: 41px;
    /*-- background:#C93;--*/
    background: url(../images/videos_repeat.jpg) repeat-x;
}

.blueBanner1 {
    width: 300px;
    height: 47px;
    background: url(../images/small_page_banner.png) no-repeat;
    padding-left: 18px;
    padding-top: 9px;
}

#blogWrap {
    float: left;
    width: 380px;
    margin-right: 20px;
    margin-left: 3px;
    display: inline;
}

div.tabs {
    width: 620px;
    height: 525px;
	margin-top:0;
	padding-top:0;
    background-image: url(../images/tab_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: 50px;
}

/* UL LI A MAIN STYLING */
.tabNavigation {
    width: 624px;
    height: 35px;
    padding: 0;
    z-index: 9999;
}

.tabNavigation li {
    display: inline;
}

.tabNavigation a {
    float: left;
    width: 156px;
    height: 34px;
    overflow: hidden;
    background: url(../images/seofinal_sprite2.jpg) no-repeat;
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 3.9em;
    text-indent: -999em;
}

.tabNavigation a.line {
    float: left;
    width: 152px;
    height: 34px;
    overflow: hidden;
}

/* FIRST SPRITE STAGE */
.tabNavigation li#firstNav a {
    background-position: 0px 0;
}

.tabNavigation li#secondNav a {
    background-position: -156px 0;
}

.tabNavigation li#thirdNav a {
    background-position: -312px 0;
}

.tabNavigation li#fourthNav a {
    background-position: -468px 0;
}

/* HOVER STATES */
.tabNavigation li#firstNav a:hover {
    background-position: 0 -34px;
}

.tabNavigation li#secondNav a:hover {
    background-position: -156px -34px;
}

.tabNavigation li#thirdNav a:hover {
    background-position: -312px -34px;
}

/* ACTIVE STATES */
.tabNavigation li#firstNav a:active {
    background-position: 0 -68px;
}

.tabNavigation li#secondNav a:active {
    background-position: -156px -68px;
}

.tabNavigation li#thirdNav a:active {
    background-position: -312px -68px;
}

/* ACTIVE STATES */
.tabNavigation li#firstNav .selected {
    background-position: 0 -68px;
}

.tabNavigation li#secondNav .selected {
    background-position: -156px -68px;
}

.tabNavigation li#thirdNav .selected {
    background-position: -312px -68px;
}

#description {
    width: 575px;
    height: 30px;
    margin-left: 8px;
}

.columnOne {
    width: 290px;
    float: left;
    margin-left: 12px;
}

ul.bulletList li {
    padding-left: 15px;
    list-style-type: none;
    background: url(../images/icon.gif) no-repeat;
    line-height: 1.4em;
    font-size: 11px;
    background-position: 0px 3px;
}

ul.bulletList li a {
    text-decoration: none;
    color: #666;
    font-size: 11px;
}

h2.descInfo {
    height: 17px;
    width: 540px;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 3px;
    background: url(../images/h2underline_image.gif) bottom right no-repeat;
    margin-bottom: 12px;
}

.submitBtn1 {
    display: block;
    width: 585px;
    height: 35px;
    margin-left: 70px;
    outline: none;
    border: none;
    background: url(../images/enquire_button.jpg) no-repeat;
    margin-bottom: 25px;
    text-indent: -999em;
}

#slider {
    position: relative;
    overflow: hidden;
    height: 65px;
    margin-left: 50px;
    margin-right: 20px;
}

#slider img {
    position: absolute;
    margin: 0;
    height: 55px;;
    display: none;
}

#imageloader {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#imageloader img {
    position: relative;
    top: 70px;
    z-index: 100;
    width: 128px;
    height: 15px;
    display: inline;
}

#page-wrap {
    width: 624px;
    margin-left: 50px;
    margin-bottom: 30px;
}

.panelCont {
    width: 628px;
    height: 225px;
    background: url(../images/new_tab.jpg) bottom left no-repeat;
}

.columnThree {
    height: 220px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
}

.columnThree h2 {
    color: #1893c9;
    font-size: 12px;
    padding-bottom: 10px;
}

.tabNavigation2 {
    width: 624px;
    height: 35px;
    padding: 0;
    z-index: 9999;
    margin-left: 2px;
}

/*-- SECOND TAB NAVIGATION SYSTEM--*/
.tabNavigation2 li {
    display: inline;
}

.tabNavigation2 a {
    float: left;
    width: 156px;
    height: 35px;
    overflow: hidden;
    background: url(../images/bottom_tabs_sprite.jpg) no-repeat;
    text-decoration: none;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 2.5em;
}

/* FIRST SPRITE STAGE */
.tabNavigation2 li.tab1 a { background-position: 0px 0; }
.tabNavigation2 li.tab2 a { background-position: -156px 0; }
.tabNavigation2 li.tab3 a { background-position: -312px 0; }
.tabNavigation2 li.tab4 a { background-position: -468px 0; }


/* HOVER STATES */
.tabNavigation2 li.tab1 a:hover { background-position: 0 -35px; font-weight:bold; }
.tabNavigation2 li.tab2 a:hover { background-position: -156px -35px; font-weight:bold; }
.tabNavigation2 li.tab3 a:hover { background-position: -312px -35px;font-weight:bold; }
.tabNavigation2 li.tab4 a:hover { background-position: -468px -35px; font-weight:bold;}

/* ACTIVE STATES */
.tabNavigation2 li.tab1 a:active  { background-position: 0 -70px; font-weight:bolder;}
.tabNavigation2 li.tab2 a:active  { background-position: -156px -70px; font-weight:bolder;}
.tabNavigation2 li.tab3 a:active  { background-position: -312px -70px;font-weight:bolder; }
.tabNavigation2 li.tab4 a:active { background-position: -468px -70px; font-weight:bolder;}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

/*--LEFT HAND BLOG STYLING--*/
#blogContainerDiv1 {
    width: 325px;
    margin-left: 50px;
    float: left;
}

#blogContainerDiv66, #blogContainerDiv67 {
    width: 280px;
    margin-left: 50px;
    float: left;
}

#blogContainerDiv1 a {
	color:#1893c9 !important;
}

#blogContainerDiv2 {
    width: 285px;
    float: left;
    margin-top: 1px;
}

#blogContainerDiv2 #videoHolder {
    text-align: center;
    background-image: url(/images/vid.gif);
    background-repeat: no-repeat;
    width: 280px;
    margin:65px 0 20px 2px;
    height: 300px;
}

/*--START OF RIGHT COLUMN STYLING--*/
#RightColumn {
    float: left;
	width:299px;
    margin-top: 24px;
    overflow: hidden;
}

#analysisForm {
    display: block;
    width: 265px;
    height: 180px;
    background: url(../images/analysis_form.png) no-repeat;
    padding-top: 28px;
}

.input1, .input2, .input3, .input4 {
    display: block;
    width: 223px;
    height: 23px;
    margin-left: 18px;
	padding-bottom:12px;
    border: none;
    outline: none;
    background: none;
	border:0;
    text-align: center;
}

.input4 {
	padding-bottom: 5px !important;
}

.submitBtn3 {
    display: block;
    width: 255px;
    height: 45px;
    border: none;
    outline: none;
    background: url(../images/live_chat_button.png) no-repeat;
    margin-bottom: 15px;
    text-indent: -999em;
}

.submitBtn2, .submitBtn4, #submit {
    display: block;
    width: 116px;
    height: 26px;
	line-height:26px;
	cursor:pointer;
	font-size:13px;
    background: url(../images/submit_button.png) no-repeat;
    margin: 0 auto;
    outline: none;
    border: none;
    color: white;
    padding-bottom: 2px;
	font-weight:normal;
	text-decoration:none;
}



#submit {
    margin: 0;
    display: inline !important;
}

#clientLogin {
    display: block;
    width: 260px;
    height: 110px;
    background: url(../images/client_login_form.png) no-repeat;
    margin-bottom: 15px;
    padding-top: 23px;
    margin-left: 2px;
}

.input5 {
    display: block;
    width: 223px;
    height: 23px;
    margin-left: 16px;
    margin-bottom: 10px;
    background: none;
	border:0;
    outline: none;
    text-align: center;
}

.blogSnipBox {
    width: 250px;
    margin-bottom: 14px;
    margin-left: 4px;
}

.blogSnipBox .snipHead {
    background: url(../images/snip_box_head.jpg) no-repeat;
    padding-bottom: 5px;
    padding-top: 10px;
}

.blogSnipBox .snipBottom {
    background: url(../images/snip_bottom.jpg) no-repeat;
    height: 40px;
    padding-top: 5px;
}

#blogContainerDiv5 img {
    margin-left: 15px;
    margin-bottom: 7px;
}

.blogSnipBox img {
    margin-left: 10px;
}

#pageBottom {
    width: 1010px;
    margin: 0 auto;
    height: 100px;
    background: url(../images/new_footer.jpg) center top no-repeat;
}

#footer {
    width: 1010px;
    margin: 0 auto;
}

#images {
    margin: 10px auto;
    text-align:center;
}

#images img {
    margin-left: 15px;
}

#meta p {
    text-align:center;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.content {
    margin: 50px;
    margin-right: 30px;
    margin-top: 2px;
    margin-bottom: 20px;
    line-height: 1.35em;
    font-size: 12px;
}

.content p {
    padding-bottom: 10px;
}

.content h2 {
    color: #1893c9;
    font-size: 14px;
    padding-bottom: 7px;
    padding-top: 2px;
}

.content h3 {
    color: #1893c9;
    padding-bottom: 7px;
    padding-top: 7px;
}

.content ul {
    margin-bottom: 6px;
}

.content li {
    list-style: inside;
}

.heading h3 {
    font-size: 12px;
}

li.indent {
    text-indent:1em;
}

.small {
    margin-bottom: 12px;
}

textarea {
    font-family: helvetica, sans-serif;
    font-size: 14px;
}

#tel-caption {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.heading {
    background: none !important;
    color: #1893c9;
    margin-top: 8px;
}

.heading:first-child {
    margin-top: 0;
}

.bullet:hover {
    color: grey;
}

#error {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.commentlist li {
    list-style: none;
}

.pageMenu {
    margin-left: 18px;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.4em;
    width: 250px;
}

.pageMenu li {
    margin-bottom: 3px;
    display:block;
    width:250px;
    height:30px;
    background:url('../images/services-button.png') no-repeat 0 0 transparent;
    padding:6px 0 0 15px;
}

.pageMenu li:hover {
    background:url('../images/services-button-hover.png') no-repeat 0 0 transparent;
}

.pageMenu li a{
    color:#ffffff;
    text-decoration:none;
}

.blogMenu{
    margin: 0 0 2em 2em;
    width:250px;
}

.blogMenu li{
    display:block;
    margin:0 0 0.4em 0;
}

.blogMenu li a{
    font-size:1.2em;
    text-transform:capitalize;
    text-decoration:none;
}

.blogMenu li a:hover{
    text-decoration:underline;
    color:#000000;
}

#sitemap li {
    list-style: none;
}

.liveChat {
    margin-bottom: 15px;
}

.columns {
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
}

.contdetails {
    width: 50%;
}

.address {
    width: 50%;
}

/* tables */
table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    border: 1px solid gray;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    font-size: 8pt;
    padding: 4px;
}

table.tablesorter thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

#tool {
    margin-left: 50px;
    margin-bottom: 15px;
    font-size: 12px;
}

#codes {
    margin-bottom: 15px;
    width: 400px;
}

#codes th {
    padding-right: 10px;
    font-weight: bold;
}

#tools {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    width: 570px;
}

#tools div a {
    text-decoration: none;
    float: left;
    width: 100px;
    padding: 5px;
    height: 100px;
}

.topmessages {
    margin-left: 50px;
}

.contact .textInput {
    width: 197px;
    margin-right: 3px;
    background: none;
    border: none;
    height: 21px;
    padding-left: 5px;
}

.contact select {
    width: 205px;
}

.contact textarea {
    background-image: url(/images/textarea.png);
    background-repeat: no-repeat;
    border: 0;
    padding: 5px;
    width: 396px;
    height: 170px;
    overflow: auto;
}

.contact .input-p {
    background-image: url(/images/input.png);
    background-repeat: no-repeat;
    padding: 0;
    padding-bottom: 8px;
}

.contact textrea {
}

#back-seo {
    background-image: url(/images/submit_button.png);
    width: 116px;
    height: 23px;
    display: block;
    color: white;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 50px;
}

#analyse {
    background-image: url(/images/analyse_form.png);
    height: 97px;
    width: 253px;
    margin-left: 70px;
    margin-right: 72px;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 10px;
}

.analyse-input {
    background: none;
    border: none;
    margin-left: 10px;
    text-align: center;
    margin-top: 20px;
    height: 28px;
    width: 230px;
}

#analyse #submit {
    margin-left: 75px;
    margin-top: 7px;
}

#analyseboxes {
    background-image: url(/images/free-online-analysis.png);
    height: 191px;
    width: 646px;
    margin-left: 35px;
    /*margin-right: 72px;*/
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 10px;
}

#analysebox {
    margin-left: 35px;
    margin-top: 35px;
}

.analysebox-input {
    background: none;
    border: none;
    margin-left: 34px;
    text-align: center;
    margin-top: 18px;
    height: 28px;
    width: 230px;
}

#analyseboxes #submit {
    margin-left: 225px;
    margin-top: 13px;
}

#tools-banner {
    float: left;
    width: 253px;
    text-align: center;
    height: 97px;
}

#newsLetter {
    background-image: url(/images/analyse_form.png);
    height: 97px;
    padding-top: 22px;
    width: 253px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.clear {
    clear: both;
    height: 15px;
}

.blank-tab {
    background-image: none !important;
    border-bottom: #b1b1b1 1px solid;
    position: relative;
    top: -1px;
}

.client-tabs {
    margin-left: 50px;
    margin-bottom: 20px;
}

.client-panel {
    padding: 15px;
}

.client-image {
    margin-left: 5px;
    float: left;
}

.client-results {
    float: right;
    width: 400px;
    font-size: 12px;
}

.client-results td {
    width: 50%;
}

.rated404 li {
    float: left;
    width: 282px;
    height: 40px;
    margin-right: 20px;
    list-style-type: none;
    padding: 8px !important;
	font-size:12px;
	line-height:1.6em;
    margin: 4px !important;
    border: solid 1px #ccc;
    padding: 8px;
    background-color: #55a9ce;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: none;
}

.rated404 li a, .rated404 li a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

.rated404 {
	margin-left:50px;
}

.codecolorer-container {
    margin-left: 10px;
}

dt {
	font-weight:bold;
}

dd {
	margin-bottom:10px;
}

.alignleft {
	float:left;
	width:33%;
}

.alignright {
	float:right;
	width:33%;
	text-align:right;
}

.enquire {
	display:block;
	margin:0 auto;
}

.container {
	width:148px;
	float:left;
        margin-left:7px;
        margin-bottom:10px;
        min-height:300px;
}

.boxHeader {
	width:148px;
	height:54px;
	background:url(/images/top.png) no-repeat bottom;
        text-align:center;
        overflow:visible;
}

.boxHeader h2{
	font-family:helvetica, sans-serif;
	font-size:18px;
	color:#1893c9;
	padding:6px 0 0 0;
        overflow:visible;
        height: 40px;
        line-height:20px;
}

#SEOTools div a{
        text-decoration: none;
        width: 100px;
        padding: 5px;
        height: 100px;
        display:inline-block;
        font-size:14px;
}

#SEOTools div{
        float:left;
        text-align:center;
}

#SEOTools{
        margin:0 0 10px 25px;
        height:100px
}

.textHolder a, .boxHeader h2 a{
	text-decoration: none;
        color:#ffffff;
        overflow:visible;
}

.textHolder{
	 background:url(/images/bottom.png) no-repeat bottom;
         height:273px;
}

.textHolder p{
	font-family:helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding:2px 10px 10px 10px;
	line-height:1.25em;
}

.textHolder a.more {
	color:#1893c9;
	padding:0;
	font-weight:bold;
        display:block;
        float:right;
}

.textHolder a:hover {
	color:#666666;
}

div.textHolder > p:first-child {
        display:block;
        height:237px;
}

.ourClients {
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
}

.aboutUs {
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
}

.seoAnalysis {
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
}

.clientLogin {
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
}

.socialMedia {
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
}

.latestBlogs {
		color:#FFFFFF;
		font-size:20px;
		font-weight:bold;
}

#analysisForm{
	height: 240px;
}

#Google_Plus_One{
    position: absolute;
    left: 887px;
    top: 40px;
}

#Social_Sharing{
	display: block;
width: 70px;
float: left;
margin-right: 20px;
margin-bottom: 15px;
}
