/* tools */
.replace { position:relative; margin: 0; padding: 0; overflow: hidden; }
.replace span { display: block; float: left; position: absolute; top: 0; left: 0; z-index: 100; }
.replace a { cursor: pointer; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* clear fix */
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;} /* Hides from IE-mac \*/
.clearfix {display: block;}


/* global */
body { font-size: 76%; background: #eaeaea url(../images/page_bg.gif) repeat-x top center; font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; margin: 20px 0; color: #171717; }
a img { border: none; }


/* container */
div.container { position: relative; width: 978px; margin: 0 auto; padding: 0; clear: both; z-index: 0;  }

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

/* header */
div#header { display: inline; float: left; width: 100%; margin: 0 0 28px; padding: 0; clear: both; z-index: 100; }

div#header #logo { display: block; float: left; width: 500px; margin: 20px 0 0; }
div#header #logo a { outline: none; }

/* toolbar lists */
div#header ul#toolbar { display: inline; float: right; margin: 0 0 55px; padding: 0; list-style-type: none; }
div#header ul#toolbar li { display: inline; float: left; margin: 0 0 0 4px; padding: 0; font-size: 10px; }
div#header ul#toolbar li a { display: inline; float: left; color: #fff; background: #cdd2d5; margin: 0; text-decoration: none; padding: 4px 6px; font-weight: bold; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
div#header ul#toolbar li a:hover { background: #eee; }
div#header ul#toolbar li.last { padding: 0; border: none; }

/* navigation */
div#navigation { display: inline; float: left; width: 478px; height: 30px; margin: 0; }
div#navigation ul { display: inline; float: right; width: auto; margin: 0; padding: 0; list-style-type: none; }
div#navigation li { display: inline; float: left; margin: 0 6px 0 0; padding: 0; background: #edeeef url(../images/nav_bg.gif) repeat-x; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
div#navigation li:hover { background: #edeeef url(../images/nav_on_bg.gif) repeat-x; }
div#navigation li.active { background: #edeeef url(../images/nav_on_bg.gif) repeat-x; }
div#navigation li.active a { color: #899094; }
div#navigation li a { display: inline; float: left; line-height: 30px; height: 30px; color: #1f1f1f; margin: 0; padding: 0 12px; text-decoration: none; outline: none; cursor: pointer; font-size: 0.9em; font-weight: bold; text-transform: lowercase; }
div#navigation li.active a { }
div#navigation li a:hover { }
div#navigation li.last { background: #edeeef url(../images/nav_highlight_bg.gif) repeat-x; margin: 0; padding: 0; }
div#navigation li.last.active { background: #edeeef url(../images/nav_highlight_on_bg.gif) repeat-x; }
div#navigation li.last:hover { background: #edeeef url(../images/nav_highlight_on_bg.gif) repeat-x; }
div#navigation li.last a { color: #fff; }
div#navigation li ul { display: none; }

/* content div */
div#content { display: inline; float: left; width: 100%; height: auto !important; height: 400px; min-height: 200px; padding: 0 0 30px; clear: both; }

/* footer */
div#footer { display: inline; float: left; width: 100%; background: url(../images/logo_marque.png) no-repeat center top; padding: 40px 0 40px; text-align: center; clear: both; }
div#footer ul { list-style-type: none; margin: 0; padding: 0; }
div#footer ul li { margin: 0 0 5px; padding: 0; font-size: 1em; }
div#footer h4 { color: #000; font-size: 1.3em; font-weight: normal; margin: 0 0 5px; }
div#footer p { font-size: 0.9em; color: #afb7bc; margin: 0 0 5px; }
div#footer a { color: #afb7bc; text-decoration: none; border-bottom: 1px dotted #afb7bc; }
div#footer small { color: #888; }
div#footer .col { display: inline; float: left; width: 170px; border-right: solid #d3d2d1 1px; margin: 0 20px 0 0; padding: 0; }
div#footer .col.first { width: 200px; padding: 0; margin: 0 20px 0 40px; }
div#footer .col.last { width: 160px; margin: 0; padding: 0; border: none; }
div#footer .copy { }


/* --------- DEFAULT TEMPLATE --------- */

/* content styles */
div.content h1 { font-size: 2.4em; font-weight: normal; color: #171717; margin: 0 0 30px; }
div.content h2 { font-size: 1.7em; font-weight: normal; color: #171717; margin: 0 0 20px; line-height: 1.3em; }
div.content h1.underline, div.content h2.underline { border-bottom: 1px solid #aaa; margin: 10px 0 20px; padding: 0 0 6px; }
div.content h1 small, div.content h2 small { line-height: 2em; font-size: 0.5em; }
div.content h3 { font-size: 1.5em; font-weight: normal; color: #171717; margin: 0 0 20px; line-height: 1.3em; }
div.content h4 { font-size: 1.3em; font-weight: normal; color: #333; margin: 0 0 20px; line-height: 1.4em; }
div.content h5 { font-size: 1.2em; font-weight: normal; color: #333; margin: 0 0 20px; }
div.content p { margin: 0 0 25px; line-height: 1.6em; }
div.content small { color: #999; font-size: 0.9em; }
div.content small strong { color: #777; }
div.content ul { padding: 0 0 0 35px; list-style-position: outside; }
div.content ul li { padding: 0 0 3px 20px; }
div.content a { color: #2194cd; text-decoration: underline; }
div.content a:hover { color: #29c4f0; }
div.content a.title { color: #222; text-decoration: none; }
div.content blockquote { color: #888; font-size: 1em; line-height: 1.8em; margin: 0 0 20px; padding: 10px 0 10px 40px; border-left: 3px solid #222; }
div.content li { padding: 0 0 8px 20px; }
div.content hr { border: 0; color: #fff; background-color: #fff; border-bottom: dotted 1px #ccc; height: 1px; width: 100%; text-align: left; margin: 20px 0 40px; clear: both; }
div.content .big { font-size: 120%; }
div.content .nomargin { margin: 0; }
div.content pre { background: #ececec url(../images/platbox_bg.gif) repeat-x; min-height: 100px; padding: 15px; border: 2px solid #dcdcdc; margin: 0 0 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #111; font-size: 1.3em; }
div.content h3 em { color: #29c4f0; }

/* menus */
div.content div.menu { display: inline; float: left; width: 160px; margin: 22px 28px 0 0 ;}
div.content ul.menu { list-style-type: none; margin: 0 0 30px; padding: 0; }
div.content ul.menu li { padding: 6px 0; }
div.content ul.menu li a { color: #899094; font-size: 1.1em; background: url(../images/arrow.gif) no-repeat center left; padding: 6px 0 6px 20px; }
div.content ul.menu li a:hover { color: #171717; }
div.content ul.menu li.active a { color: #171717; font-weight: bold; text-decoration: none; }
div.content ul.menu ul.subnav { list-style-type: none; margin: 0; padding: 0; background: #fff; }
div.content ul.menu ul.subnav li { border-top: 1px solid #e3edf8; }
div.content ul.menu ul.subnav li a { color: #000; font-weight: normal; padding: 6px 0 6px 15px; }

/* search form */
form.search { display: inline; float: left; background: #fff; margin: 0; padding: 2px; border: 1px solid #c7c7c7; }
form.search input { display: inline; float: left; }
form.search .formelement { width: 120px; background: #fff; margin: 0; padding: 2px; border: none; font-family: arial, sans-serif; font-size: 1em; }
.searchbox { width: 150px; padding: 6px; border: 1px solid #ccc; }

/* forms */
form.default { margin: 0 0 10px; padding: 0; }
form.default .formrow { float: left; width: 100%; clear: both; }
form.default label, form.default input, form.default textarea, form.default select, a.button { float: left; font-size: 1em; }
form.default input, form.default textarea, form.default select, .formelement { margin: 0 3px 6px 0; }
form.default label { width: 100%; margin: 0 0 4px 0; clear: both; font-size: 1.2em; }
form.default .formelement { width: 250px; background: #fff; color: #171717; border: 1px solid #ccc; padding: 7px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; font-size: 1.1em; font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; }
form.default input.small { width: 80px !important; }
form.default select.formelement { width: 220px; padding-right: 2px !important; }
form.default textarea.formelement { width: 586px; height: 200px; }
form.default textarea.small { width: 356px !important; height: 100px; }
form.default textarea.big { width: 740px; height: 280px; }
form.default .button { margin: 0 4px 0 0; font-size: 1.1em; }
form.default .nolabel { margin: 0 4px 6px 150px; }
form.default .uploadfile { float: left; width: 250px; padding: 6px; background: #ffeece; border: 1px solid #bbb; margin: 0 0 6px; }
form.default .tip { float: left; border: 1px solid #A6FF9F; background: #D2FFCF; padding: 6px; font-size: 0.95em; color: #4A9F45; margin: 0 0 6px 120px; }
form.default input.error, form.default select.error, form.default textarea.error { border: 1px solid red !important; }
form.default label.error { color: red !important; }
form.default img.formelement { float: left; margin: 0 6px 6px 0; }
form.default .price { float: left; line-height: 30px; margin: 0 5px; }
form.default .domain { float: left; line-height: 30px; margin: 0 5px; font-size: 1.2em; color: #999; }
form.default #subdomain { width: 150px; }

/* errors */
div.error { background: #fff2f2; padding: 20px; border: 1px solid #ff0000; margin: 0 0 30px 0; color: #444; clear: both; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
div.warning { background: #fffaf2; padding: 20px; border: 1px solid #ffb033; margin: 0 0 30px 0; color: #444; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
div.message { background: #f4f4f4; padding: 20px; border: 1px solid #ccc; margin: 0 0 30px 0; clear: both; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
div.error p, div.warning p, div.error p { padding: 0; margin: 0; }

/* boxes */
div.box { background: #fff; padding: 28px; margin: 0 0 20px; border: 1px solid #ddd; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; }

div.content div.greybox { background: #f0f0f0; padding: 20px; margin: 0 0 30px; border: 1px #f0f0f0 solid; color: #444; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
div.content div.greybox p { margin: 0 0 10px; }

div.content div.plan ul { padding: 0 0 0 16px; }
div.content div.plan ul li { padding: 0 0 15px; margin: 0; font-size: 0.9em;  }
div.content div.plan .pic { margin: 0 0 5px; }
div.content div.plan h3 { text-align: center; color: #527e16;  font-size: 1.4em; font-weight: bold; }
div.content div.plan p { text-align: center; color: #527e16; }
div.content div.plan p strong { font-size: 1.2em; }
div.content div.plan .button { padding: 12px 10px; font-size: 1.1em; margin: 0 0 0 5px; }

div.content div.greenbox { background: #ddf5d1 url(../images/greenbox_bg.gif) repeat-x; min-height: 340px; padding: 15px; border: 2px solid #b2d75f; margin: 0 0 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #68a219; font-size: 1.2em; }

div.content div.goldbox { background: #fff3d3 url(../images/goldbox_bg.gif) repeat-x; min-height: 340px; padding: 15px; border: 2px solid #f8e07f; margin: 0 0 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #ffb900; font-size: 1.2em; }

div.content div.goldbox p, div.content div.goldbox h3 { color: #b69b52; }

div.content div.platbox { background: #ececec url(../images/platbox_bg.gif) repeat-x; min-height: 340px; padding: 15px; border: 2px solid #dcdcdc; margin: 0 0 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #a0a0a0; font-size: 1.2em; }

div.content div.platbox p, div.content div.platbox h3 { color: #707070; }

div.content div.bluebox { background: #d1ebf5 url(../images/bluebox_bg.gif) repeat-x; min-height: 340px; padding: 15px; border: 2px solid #bbe8f5; margin: 0 0 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #23b6e2; font-size: 1.2em; }

div.content div.bluebox p, div.content div.bluebox h3 { color: #1b7f9d; }


/* tables */
table.default { width: 100%; font-size: 1em; border-collapse: collapse; margin: 0 0 20px; clear: both; }
table.default th { padding: 6px 8px; background: #e8e8e8; color: #585858; text-align: left; border-bottom: 1px solid #ddd; }
table.default td { padding: 10px 8px; vertical-align: top; }
table td.narrow { width: 60px; }
table td.separate { border-right: 1px solid #eaeaea; }
table.default label { font-weight: bold; }

/* columns */
div.col { display: inline; float: left; margin: 0 20px 0 0; padding: 0; }
div.col.last { margin: 0; padding: 0; }

/* buttons */
div.content .button { background: #83bb39 url(../images/btn_bg.gif) repeat-x; border: 1px solid #a7dd26; color: #fff; text-decoration: none; vertical-align: middle; font-size: 17px; font-weight: bold; margin: 0 4px 6px 0; font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; cursor: pointer; }
div.content .button:hover { background: #a7dd26 url(../images/btn_on_bg.gif) repeat-x; color: #d4eba7; }
div.content a.button { padding: 12px 14px; }
div.content input.button { padding: 12px 14px; }

/* pics */
.pic { margin: 0 0 20px; }

/* arrows */
div.content .arrow { background: url(images/arrow.gif) no-repeat left; padding: 0 0 0 12px; font-weight: bold; }
div.content .bigarrow { background: url(images/bigarrow.gif) no-repeat left; padding: 0 0 0 20px; }
div.content .arrow-left { background: url(images/arrow_left.gif) no-repeat left; padding: 0 0 0 20px; }
div.content .arrow-right { background: url(images/arrow_right.gif) no-repeat right; padding: 0 20px 0 0; }

/* positioning */
div.content .right { float: right; margin: 0 0 10px 15px; }
div.content .left { float: left; margin: 0 15px 10px 0; }


/* --------- TEMPLATES AND OVERRIDES --------- */

/* defaults */
div.main { display: inline; float: left; width: 922px; height: 54px; padding: 28px; background: url(../images/main_bg.jpg) no-repeat; margin: 0 0 28px; }
div.main h1 { color: #fff; margin: 5px 0 0; font-size: 2.8em; }
div.main h1.title { display: block; float: left; text-indent: -9000px; margin: 0; }
#btn-try { background: url(../images/btn_try_small.png) no-repeat; width: 155px; height: 52px; }
#btn-try:hover { background-position: 0 -52px; }
.buttons { float: right; color: #fff; padding: 0; }
.buttons a { display: block; float: left; margin: 0 10px 0 0; text-indent: -9000px; outline: none; }
div.lower { display: inline; float: left; width: 922px; min-height: 300px; padding: 28px; background: #fff; line-height: 1.6em; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

/* titles */
h1#tour { background: url(../images/title_tour.png) no-repeat left; width: 200px; height: 52px; }
h1#plans { background: url(../images/title_plans.png) no-repeat left; width: 200px; height: 52px; }
h1#pricing { background: url(../images/title_pricing.png) no-repeat left; width: 200px; height: 52px; }
h1#support { background: url(../images/title_support.png) no-repeat left; width: 200px; height: 52px; }
h1#documentation { background: url(../images/title_documentation.png) no-repeat left; width: 300px; height: 52px; }
h1#blog { background: url(../images/title_blog.png) no-repeat left; width: 200px; height: 52px; }
h1#buy { background: url(../images/title_buy.png) no-repeat left; width: 200px; height: 52px; }


/* with nav */
div.tpl-nav div.lower { width: 734px; }

/* home */
div.tpl-home .main { height: 259px; background: url(../images/home_bg.jpg) no-repeat; margin: 0 0 5px; clear: both; }
div.tpl-home div.lower { width: 922px; height: 200px; min-height: 200px; clear: both; color: #899094; font-size: 0.9em; line-height: 1.7em; }
div.tpl-home h1.title { background: url(../images/title_home.png) no-repeat; width: 506px; height: 95px; margin: 30px 0 15px; clear: both; }
div.tpl-home .buttons { float: left; clear: both; }
div.tpl-home .buttons div.or { display: block; float: left; line-height: 90px; margin: 0 10px 0 0; }
div.tpl-home #btn-try { background: url(../images/btn_try.png) no-repeat; width: 235px; height: 90px; }
div.tpl-home #btn-try:hover { background-position: 0 -90px; }
div.tpl-home #btn-tour { background: url(../images/btn_tour.png) no-repeat; width: 125px; height: 38px; margin: 26px 0 0; }
div.tpl-home #btn-tour:hover { background-position: 0 -38px; }
div.tpl-home .module { display: inline; float: left; width: 213px; height: 86px; margin: 0 28px 28px 0; }
div.tpl-home .module.last { margin: 0 0 28px 0; }
div.tpl-home .module img { float: left; padding: 15px 0 25px; margin: 0 15px 0 0; }
div.tpl-home .module strong { color: #171717; }
div.tpl-home a.video { display: block; background: url(../images/btn_video.png) no-repeat; width: 177px; height: 57px; margin: 0 0 10px; text-indent: -9000px; outline: none; }
div.tpl-home .col1 { width: 725px; }
div.tpl-home .col2 { width: 177px; margin: 0; }

/* standard template */
div.tpl-standard { margin: 0 0 20px; }

/* 2 column template  */
div.tpl-2col { margin: 0 0 20px; }
div.tpl-2col .col1 { width: 440px; margin: 0 40px 0 0; }
div.tpl-2col .col2 { width: 440px; margin: 0; }

div.tpl-nav div.tpl-2col .col1 { width: 347px; }
div.tpl-nav div.tpl-2col .col2 { width: 347px; }

div#tpl-buy .col1 { width: 600px; }
div#tpl-buy .col2 { width: 280px; }
div#tpl-buy .button { margin-left: 70px; }


/* 3 column template */
div.tpl-3col { margin: 0 0 20px; }
div.tpl-3col .col1 { width: 280px; margin: 0 40px 0 0; }
div.tpl-3col .col2 { width: 280px; margin: 0 40px 0 0; }
div.tpl-3col .col3 { width: 280px; margin: 0; }

/* 4 column template */
div.tpl-4col { margin: 0 0 20px; }
div.tpl-4col .col1 { width: 215px; margin: 0 20px 0 0; }
div.tpl-4col .col2 { width: 215px; margin: 0 20px 0 0; }
div.tpl-4col .col3 { width: 215px; margin: 0 20px 0 0; }
div.tpl-4col .col4 { width: 215px; margin: 0; }

/* left nav template */
div.tpl-leftnav { margin: 0 0 0; }
div.tpl-leftnav .col1 { width: 280px; margin: 0 40px 0 0; }
div.tpl-leftnav .col2 { width: 600px; margin: 0; }

/* right nav template */
div.tpl-rightnav { margin: 0 0 0; }
div.tpl-rightnav .col1 { width: 600px; margin: 0 40px 0 0; }
div.tpl-rightnav .col2 { width: 280px; margin: 0; }

/* blog */
div#tpl-blog div.menu { width: 200px; }
div#tpl-blog div.lower { width: 694px; }

/* columns */
div#tpl-blog .col1 { float: left; width: 678px; margin: 0 50px 0 0; padding: 0; }
div#tpl-blog .col2 { float: left; width: 250px; margin: 0; padding: 0; }

div#tpl-blog .post { padding: 0 0 50px; margin: 0 0 50px; border-bottom: 1px solid #ddd; }

div#tpl-blog h1 a, div#tpl-blog h2 a { color: #171717; text-decoration: none; }

div#tpl-blog .back { float: right; }
div#tpl-blog #addcomment { margin: 40px 0 0; }
div#tpl-blog #comments { margin: 50px 0 0; }
div#tpl-blog .comment { float: left; width: 500px; padding: 10px; margin: 0 0 10px; background: #eee; clear: both;  -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
div#tpl-blog .comment img { float: left; margin: 0 20px 0 0; }
div#tpl-blog .comment.alt { background: #e0e0e0; }

div#tpl-blog .button { float: none; font-size: 14px; padding: 8px 10px; margin: 0 0 20px; }

div#tpl-blog .authorpic { float: right; }
div#tpl-blog .authorbio { width: 500px; }

div#comments .col1 { width: 50px; margin: 0 20px 0 0; } 
div#comments .col2 { width: 400px; margin: 0; }
