html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { overflow-y: scroll; }

/* TOOLBOX
 ----------------------------- */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.center { text-align: center; }

/* PAGE LAYOUT
 ----------------------------- */

body { 
   font: 14px Arial, Helvetica, sans-serif;
   background: #f0f0f0 url(/images/background.png) repeat-y center;
}

#page-wrap {
   width: 920px;
   padding: 0 30px;
   margin: 0 auto;
   background: #f8f8f8;
}

a { text-decoration: none; color: #416bab; }
a:hover { text-decoration: underline; }

h1 {
   float: left;
   width: 230px;
   height: 230px;
   text-indent: -9999px;
   background: url(/images/logo.png) no-repeat center left;
}

h1 a { 
   display: block;
   width: 100%;
   height: 100%;
}

h2 {
   clear: both;
   color: #aaa;
   font: 30px Georgia, "Times New Roman", sans-serif;
   border-bottom: 1px solid #aaa;
   padding: 15px 0px;
}

h3 {
   font: 20px Georgia, "Times New Roman", sans-serif;
   color: #416bab;
}

h4 {
   font: 16px Georgia, "Times New Roman", sans-serif;
   color: #416bab;
}

p { margin: 20px 0; }

#icons {
   float: right;
   margin-top: 10px;
}

.seperator {
   float: left;
   background: #ccc;
   width: 1px;
   height: 25px;
   margin: 0 10px;
}

#nav {
   clear: right;
   float: right;
   font: 20px Georgia;
   margin: 100px 30px 0 0;
}

#nav a {
   float: left;
   display: block;
   color: #416bab;
}

#content {
   color: #484848;
   font: 13px Verdana, Arial, sans-serif;
   line-height: 24px;
   padding: 30px 0;
}

#footer {
   width: 860px;
   height: 200px;
   background: #eee;
   color: #999;
   text-align: right;
   border-top: 5px solid #ddd;
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
   padding: 30px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

.footer-links {
   float:left;
   width: 150px;
   height: 150px;
   margin-right: 20px;
   text-align: left;
}

.footer-title { color: #333; padding-bottom: 10px; }

.footer-links a {
   display: block;
   margin-bottom: 7px;
   color: #999;
   text-align: left;
}

.footer-links a:hover { color:#777; }

/* 404 Page
 -------------------------- */

#error-404 {
   width: 700px;
   margin: 0 auto;
   padding: 30px;
   text-align: center;
   background: #fff;
   border: 5px solid #ccc;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
}

/* FRONT PAGE
 -------------------------- */

#sidebox {
   float: right;
   width: 480px;
   border: 5px solid #ddd;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   background: #fff;
   padding: 20px;
   font-size: 16px;
   margin-left: 20px;
}

#sidebox a {
   font-weight: bold;
}

#sidebox a:hover { text-decoration: underline; }

#free-ranking-report {
   display: block;
   position: absolute;
   top: 230px;
   left: 50%;
   margin-left:105px;
   width: 385px;
   height: 290px;
   text-indent: -9999px;
}

.front-box {
   clear: left;
   margin-bottom: 40px;
   width: 600px;
}

/* PRICING PLANS
 -------------------------- */
.plans {
   width: 250px;
   float: left;
   background: #fff;
   margin: 0 20px;
   text-align: center;
   border: 5px solid #ddd;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
}

.plans:hover { border: 5px solid #ccc; }

.plans ul {
   margin-left: 70px;
   text-align: left;
   margin-bottom: 10px;
}

.plans ul li {
   color: #777;
   list-style: disc;
   font-weight: bold;
}

.plans ul li strong { color: #444; }

.plans h3 {
   padding: 10px;
   font-size: 20px;
}

/* CONTACT FORM
 -------------------------- */

#form td { padding: 4px 10px; }
#form label { font-size: 14px; text-align: right; }
#form input[type=text], textarea {
   width: 350px;
   font-size: 14px;
   padding: 3px;
   border: 1px solid #ccc;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

#form input[type=text]:focus, textarea:focus { background: #efe; border: 1px solid #777; }

#status {
   display: none;
   padding-top: 15px;
   text-align: center;
   width: 560px;
   height: 35px;
   background: #efe;
   border: 1px solid #9f9;
   
}

/* PLAN DETAILS
 ------------------------- */

#details { margin-bottom: 200px; }

#details thead tr th {
   font-size: 15px;
}

#details tbody tr td:first-child {
   text-align: left;
}

#details tbody tr td {
   padding: 3px 8px;
   text-align: center;
}

#details tbody tr.alt td {
   background: #eee;
}

.info-box {
   display: none;
   float: right;
   width: 350px;
   padding: 20px;
   border: 5px solid #ddd;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
}

.info-box h3 { color: #416bab; }

/* SEO PROCESS
 ---------------------------- */

.process {
   float: left;
   width: 680px;
   margin-bottom: 20px;
}

.process h3 {
   color: #416bab;
}

.process p {
   margin-left: 20px;
}

/* REQUEST PROPOSAL
 ------------------------------ */

#wizard {
   overflow: hidden;
   position: relative;
}

#wizard .items {
   width: 20000em;
   clear: both;
   position: absolute;
}

#wizard .page {
   padding: 20px 30px;
   width: 500px;
   float: left;
}

#drawer {
   overflow: visible;
   position: fixed;
   left: 0;
   top: 0;
}

/* FAQ
 --------------------- */

#faq h3 { color: #555; }

.questions {
   margin: 10px 20px;
}

.questions .q {
   display: block;
   font: 16px Georgia, "Times New Roman", sans-serif;
   color: #416bab;
   margin: 4px 0;
}

.answer {
   border: 5px solid #ddd;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   padding: 0px 20px;
   background: #fff;
   display: none;
   margin: 10px;
}

.answer li { 
   margin-left: 20px;
   list-style-position: inside;
   list-style: disc;
}

/* PAGE RANK CHECKER
 --------------------------*/

#pr-check {
   width: 800px;
   margin: 0 auto 150px auto;
   text-align: center;
}

#pr-check input#url {
   font-size: 20px;
   width: 350px;
   padding: 10px;
   text-align:center;
   color: #555;
}

#pr-results {
   width: 800px;
   margin: 0 auto;
   height: 150px;
   font-size: 20px;
   text-align: center;
}

#pr-results .url {
   font-size: 36px;
   padding-bottom: 15px;
   color: #416bab;
}

#pr-results .pr {
   font-size: 48px;
   padding-top: 20px;
   color: #900;
}

/* Quiz
 ------------------ */

#quiz { width: 100%; }

.slider-score {
   width: 300px;
   height: 20px;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   padding: 7px 0;
}

.slider { width: 300px; }