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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {line-height: 100%; color: black; background: white;}

ol, ul {list-style: none;}

table {border-collapse: separate; border-spacing: 0;}

caption, th, td {text-align: left; font-weight: normal;}

blockquote:before, blockquote:after, q:before, q:after {content: "";}
/*blockquote, q {quotes: "" "";}*/
strong {font-weight: bold;}

/** Site styles **/

html, body {height: 100%;}

body {
    background-color: #192329;
    font-size: 100%;
    font-family: Arial,Helvetica,sans-serif;
    color: #FFF;
    line-height: 1.1em;
}

/** Site header, content, footer **/

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -41px;
    width: 890px;
    cursor: default;
}

#header .header-banner {
    background: url(../images/header-bg.jpg) top left no-repeat;
    height: 273px;
    margin-bottom: 10px;
    line-height: 0;
    font-size: 0;
}

#header .header-banner .slogan {
    float: right;
	margin: 46px 34px 0 0;
	display: inline;	/** fix fucking ie **/
}
#header .header-banner .buttons {text-align: right; padding-top: 14px;}
#header .header-banner .buttons a {margin: 0 2px;}
#header .header-banner .logo {margin-top: 63px; margin-left: 37px;}


#footer-bottom-strut, #footer {height: 41px;}

#footer {
    background-color: #212B33;
    text-align: right;
    color: #6f8591;
    height: 34px;
    padding: 7px 34px 0 0;
    font-size: 0.75em;
}

#footer a {color: #6f8591; text-decoration: none;}
#footer a:hover {text-decoration: underline;}


#content, #content .body-box-corners, #content .body-box-corners h2 {
    background: url("../images/sprites/bodybox.jpg") 0 0 no-repeat;
}

#content {
    background-position: 0 -10px;
    background-repeat: repeat-x;
    font-size: 0.8em;
    margin-bottom: 4em;
}

#content .body-box-corners, #content .body-box-corners h2 {height: 4px; line-height: 0; font-size: 0;}
#content .body-box-corners {background-position: 0 0;}
#content .body-box-corners h2 {background-position: right -5px;}

#contentContainer {padding: 16px 20px 0;}

/** Pages layout classes **/

    /** Long center layout **/

.lcl-left-column {width: 32%; margin-right: -32%; float: left; position: relative; z-index: 2;}

.lcl-center-column {float: left; width: 100%;}
.lcl-center-column div {margin-left: 32%;}
.lcl-center-column div div {margin-left: auto;}

.lll-left-column {width: 68%; margin-right: -68%; float: left; position: relative; z-index: 2;}

.lll-center-column {float: left; width: 100%;}
.lll-center-column div {margin-left: 68%;}
.lll-center-column div div {margin-left: auto;}

/** Menu (based on Stu Nicholls method) **/

.menu {padding: 10px 0 5px;}

.menu ul {line-height: 0; clear: left;}

.menu li {list-style: none;}

.menu ul li {
    position: relative;
    float: left;
    display: inline;
    margin: -10000px 0 0 3px;
    width: 145px;
}

.menu li.first-item {margin-left: 2px;}

.menu ul ul li {margin: 0; clear: left; width: auto;}

.menu a {
    background: url('../images/sprites/menu.jpg') no-repeat top left;
    height: 32px;
    width: 145px;
    display: block;
    margin: 10000px -3px 0 0;
    float: left;
    position: relative;
}

.menu ul ul a {
    margin: 0 -142px 0 0;
    float: none;
    height: 24px;
    width: 143px;
    border: 1px solid #405157;
    border-top-width: 0;
}

.menu ul ul a.first-link {border-top-width: 1px;}

.menu a em {position: absolute; left: -9000px;}

.menu ul ul {
    float: left;
    clear: none;
    margin-bottom: -5000px;
    position: relative;
    top: 0;
}

.menu a:hover {margin-right: 0; outline: none;}
.menu a:focus {outline: none;}
.menu a:active {}

.menu .r1 {background-position: 0 -58px;}
.menu .r1:hover {background-position: 0 -25px;}

.menu .r2 {background-position: 0 -124px;}
.menu .r2:hover {background-position: 0 -91px;}

.menu .r3 {background-position: 0 -190px;}
.menu .r3:hover {background-position: 0 -157px;}

.menu .r4 {background-position: 0 -256px;}
.menu .r4:hover {background-position: 0 -223px;}

.menu .r5 {background-position: 0 -322px;}
.menu .r5:hover {background-position: 0 -289px;}

.menu .r6 {background-position: 0 -388px;}
.menu .r6:hover {background-position: 0 -355px;}

.menu .r3_1 {background-position: 0 0;}
.menu .r3_2 {background-position: 0 -446px;}
.menu .r3_3 {background-position: 0 -421px;}


/** Visual elements **/
a {color: #CCC;}

a.link {font-size: 100%; text-decoration: none;}

a.link span, a.link span em {
    background: url('../images/visual/regular-link.gif') left center no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
}

a.link span em {
    background-position: right center;
    height: 2em;
    margin-left: 6px;
    line-height: 2em;
    padding: 0 24px 0 18px;
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    cursor: pointer;
    font-style: normal;
}

a.right-link {float: right;}

ul.decorated {position: relative;}

ul.decorated li {
    list-style: none;
    background: url("../images/visual/list-bg.gif") center left no-repeat;
    padding-left: 22px;
    font-size: 1em;
    line-height: 2em;
}

ul.decorated li a {color: #df2a55; text-decoration: none;}
ul.decorated li a:hover {text-decoration: underline;}

h2.title, h1.title {
    font-size: 1.45em;
    font-weight: normal;
    font-variant: small-caps;
    padding: 0.5em 0 1em 0;
}

.highlight {
    font-weight: bold;
    font-variant: small-caps;
    color: #DF2A47;
}

/** Now per page! **/


/** Main **/

.free-trial-pimp {margin-top: -20px; display: block;}

.plan-features-list {margin: 0 20px 2em 0;}

.banners {padding-top: 1em;}
.banners a {display: block; position: relative; left: -20px; line-height: 0; font-size: 0;}

.barter {padding-top: 1em;}
.barter a {display: block; position: relative; left: -20px; line-height: 0; font-size: 0;}

.company-profile {text-align: justify;}

.main-screenshots div {padding: 0 10px 20px; text-align: center;}
.main-screenshots div a {margin: 0 10px; line-height: 0; font-size: 0; outline: none;}

.testimonials {padding: 20px 0;}
.testimonials .author {font-style: italic;}

/** Plans **/

.backup-plans, .manual-data-recovery, .how-it-works, .installation-assistance {text-align: justify;}

.how-it-works, .installation-assistance {padding-right: 20px;}

.title-row {
    background: #6f8591 url(../images/visual/price-title-right-bg.gif) top right no-repeat;
    color: #192329;
}

.title-row .left-bg {
    background: transparent  url(../images/visual/price-title-left-bg.gif) top left no-repeat;
    height: 33px;
    line-height: 33px;
}

.row {
    background: url(../images/visual/list-tail-bg.gif) top repeat-x;
    margin-top: 4px;
}

.row .right-bg {
    background: url(../images/visual/list-right-bg.gif) top right no-repeat;
}

.row .left-bg {
    background: url(../images/visual/list-left-bg.gif) top left no-repeat;
    padding: 3px;
}

.row .link2 {
    background: #c11a42 url(../images/visual/red_link.gif) top left no-repeat;
    float: left;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.row .link2 span {
    background: url(../images/visual/red_link.gif) top right no-repeat;
	display: block;
    padding: 0 12px 0 10px;
    margin-left: 2px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.row em {
	font-style: normal;
    font-variant: small-caps;
}

.prices {color: #6f8591;}
.prices table {width: 100%;}

.prices table td {
	width: 20%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-variant: normal;
}

.prices a:hover {text-decoration: underline;}

/** Downloads **/

.downloads {color: #6f8591; width: 45em;}
.downloads table {width: 100%;}

.downloads table td {
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-variant: normal;
}

.downloads a:hover {text-decoration: underline;}
.downloads .os-logo {width: 8em;}
.downloads .download-link {width: 10em;}

/** Privacy **/

.privacy {text-align: justify;}
.privacy h3 {font-size: 1.1em; font-weight: bold; padding-bottom: 0.5em;}

/** Contacts **/

.contacts .phone {float: right;}

/** Features **/

.services, .service-overview {text-align: justify; padding-right: 20px;}

/** Screenshots **/
ul.screenshots {text-align: center;}

ul.screenshots li {
    width: 230px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    zoom: 1;
    *display: inline;
}

/** Single column page in general **/

.single-column-page {min-height: 140px; text-align: center;}

/** Utility classes **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {zoom: 1;}    /** for IE **/

.bold {font-weight: bold;}