/* reset css */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #555555;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1 {
    font-size: 46px;
    font-family: "Droid Serif", "Georgia", "serif";
    color: #FFFFFF;
    text-shadow: 2px 1px 2px #86a45d;
    margin: 20px 0px 10px;
}

h2 {
    font-size: 26px;
    font-family: "Droid Serif", "Georgia", "serif";
    color: #3e3e3e;
}

h3 {
    font-size: 17px;
    font-family: "Droid Serif", "Georgia", "serif";
    color: #3e3e3e;
    margin: 0px 0 5px;
}

hr{
    background:url("../images/hr.png") repeat-x top left;
    border: 0;
    overflow: hidden;
    clear: both;
    margin: 0;
}


a {
    color: #0090c4;
}

a:hover {
    color: #0e688a;
}

.page {
    width: 960px;
    margin: auto;
    clear:both;
    overflow:hidden;
}

.page-wider {
	width: 1007px;
}

.background-alt {
    background: url("../images/background-alt.gif");
    clear: both;
    overflow: hidden;
    padding: 0px 0px 20px;
}

#wallpaper {
    background: url("../images/top-bg.png") repeat-x;
    width:100%;
    height:550px;
}

#wallpaper-medium {
    background: url("../images/top-bg-medium.png") repeat-x;
    width:100%;
}

#top-navigation {
    float:right;
    margin: 20px 0px 0px 0px;
}

#top-navigation li {
    display:inline;
    margin: 20px 0px 0px 25px;
}

#top-navigation a {
    text-decoration: none;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#top-navigation a:hover {
    color: wheat;
}

#top-navigation .selected {

}

.center {
    text-align: center;
}

.none {
    display: none;
}

.underlined {
    background: url("../images/underline.png") no-repeat scroll bottom center;
    padding: 40px 0px 20px;
}

.headline {
    font-family: "Droid Serif", "Georgia", "serif";
    font-size: 16px;
    color: #627f3a;
    font-weight: bold;
    text-shadow: 2px 1px #c8e0a7;
    padding: 0px 0px 20px 0px;
    
}

a.button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    padding: 5px;
    text-decoration: none;
}
a.button > span {
    background-color: #017ca8;
    background-image: -moz-linear-gradient(center top , #15aae0, #017ca8);
    border-color: #5CB0CF;
    border: 1px solid #999999;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    font-weight: normal;
    padding: 8px 15px;
    text-shadow: -1px 1px #10769c;
}
a.button:hover > span{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(66,120,142,0.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(66,120,142,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.6), 0 0 5px rgba(66,120,142,0.5);
}
a.button:active > span{
    background-color: #5fbee5;
    background-image: -moz-linear-gradient(top, #7bceeb, #7ed0ec);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#7bceeb), to(#7ed0ec));
} 

.slide {
    margin: 0px 0px 25px;
}

.home-group {
    float:left;
    width:380px;
    /*height: 85px;*/
    margin: 10px 20px 10px 10px;
    padding: 10px 10px 0px 60px;
    line-height: 1.4em;
    background: url("../images/home-icons.gif") no-repeat scroll 0px 0px transparent;
    display:block;
    text-decoration: none;
}

a.home-group:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow:0 0 5px 5px #EAF2F8;
    -webkit-box-shadow:0 0 5px 5px #EAF2F8;
    box-shadow: 0 0 5px 5px #EAF2F8;
    z-index:10;
}

#group-developers {
    background-position: 5px 25px;
}
#group-enteprenuers {
    background-position: 5px -95px;
}
#group-agencies {
    background-position: 5px -215px;
}
#group-bloggers {
    background-position: 5px -335px;
}

#home-features {
    overflow: hidden;
    clear:both;
    margin: 20px 0px 20px;
}

#home-features > li {
    background: url("../images/features-shadow.png") no-repeat scroll top center;
    width: 320px;
    display:block;
    float:left;
    padding: 5px 0px 0px;
    margin: 10px 0px 0px;
    opacity: 1;
}

.home-features-desc {
    padding: 6px 16px 6px 6px;
    line-height: 18px;
}

.img-fade {
    padding: 6px;
    border: 1px solid #ece9f0;
    display: block;
    width: 290px;
}

.client-note {
    margin: 20px 0px 20px;
    clear:both;
    overflow:hidden;
}

.client-logo {
    border: 1px solid silver;
    float: left;
    margin: 0 10px 0 0;
    padding: 2px;
}

.client-signature {
    margin: 20px 0px 0px;
}

.testimonial {
    width: 670px;
    background: url("../images/quote.png") no-repeat;
    background-position: 0px bottom;
    padding: 0 0 10px;
    float:left;
}

.testimonial-client {
    float:left;
    width: 280px;
    padding: 20px 0px 0px;
}

.quote {
    background: url("../images/quote.png") no-repeat;
    background-position: 0px top;
}

.testimonial-alt{
    width: 670px;
    background-position: 0px bottom;
    float:left;
}

.testimonial-client-alt {
    float:left;
    width: 660px;
    padding: 4px 0px 0px;
    text-align: right;
}

.quote-alt {
    background: url("../images/quote-bg.png");
    border: 2px solid #F3F3E9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.quote-text {
    padding: 20px 40px 10px 10px;
    font-family: Arial, "Droid Serif", "Georgia", "serif";
    line-height: 1.5em;
    color: #7f7f71;
    display:block;
    font-style: italic;
}

.from-the-blog-title {
    float:left;
}

.from-the-blog {
    margin-left: 30px;
    float:left;
}

.from-the-blog > li,
.from-the-blog a {
    font-size: 16px;
    line-height: 1.4em;
}

#footer {
    background: url("../images/footer-bg.png") repeat-x;
    height: 142px;
    margin: 20px 0px 0px;
}    

#footer-actions {
    clear: both;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
    list-style-type: none;
}

.footer-actions {
    padding: 25px 0px 25px 0px;
}

#footer-actions li {
    float:left;
    text-align: center;
    margin-right: 90px;
}

#footer-actions .last {
    margin-right: 0px;
}

#footer-actions .middle {
    background: #9dd353;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0 0 5px 5px #89b34f;
    -webkit-box-shadow:0 0 5px 5px #89b34f;
    box-shadow: 0 0 5px 5px #89b34f;
    font-size: 20px;
}

#footer-actions a {
    padding: 15px 25px;
    background-color: rgba(0, 0, 0, 0.07);
    font-size: 20px;
    font-family: "Droid Serif", "Georgia", "serif";
    color: #FFFFFF;
    text-shadow: 1px 1px #719441;
    text-decoration: none;
}

#footer-actions a:hover {
    text-decoration: underline;
}

.footer-quote {
    color: white; 
    font-style:italic;
    text-shadow:2px 1px 2px #86A45D;
    padding: 22px 0px 22px 0px;
}

#footer-navigation {
    margin: 20px 0px 0px 0px;
    float:left;
}

#footer-navigation li {
    display:inline;
    margin: 0px 20px 0px 0px;
}

#footer-navigation a {
    color: white;
    font-family: Arial;
    text-decoration: none;
}

#footer-navigation a:hover {
    color: wheat;
}

#footer-logo {
    float:right;
}

.pricing-box {
    background: url("../images/pricing-sprite.png");
    float:left;
    width: 410px;
    height: 270px;
    font-family: "Droid Serif", "Georgia", "serif";
    padding: 40px 35px;
    background-position: -10px 0px;
}

.license-name {
    font-family: "Droid Serif", "Georgia", "serif";
    font-size: 30px;
    color: #2c7b92;
    text-shadow: 1px 1px #b0deeb;
    line-height: 62px;
    display: block;
    float:left;
}

.license-price {
    font-family: "Droid Serif", "Georgia", "serif";
    color: #FFFFFF;
    font-size: 62px;
    text-shadow: 1px 1px #79b3c5;
    line-height: 62px;
    display:block;
    float:right;
}

.license-features {
    clear:both;
    overflow:hidden;
    padding: 25px 0 0;
    margin: 0px 0px 0px 0px;
    height: 150px;
}

.license-features > li {
    color: #FFFFFF;
    font-weight: bold;
    font-size:13px;
    text-shadow: 1px 1px #72b2c5;
    background: url("../images/pricing-sprite.png") no-repeat scroll -465px -390px transparent;
    padding:0px 0px 0px 20px;
    line-height: 22px;
}

.pricing-button {
    display:block;
    width: 247px;
    height: 43px;
    background: url("../images/pricing-sprite.png") no-repeat scroll 0px -365px transparent;
    text-align: center;
    font-size: 24px;
    font-family: Arial;
    text-decoration: none;
    color: #FFFFFF;
    text-shadow: 2px 1px 1px #6fa624;
    line-height: 48px;

}

.pricing-button:hover {
    color: whitesmoke;
}

.pricing-button-center {
    margin: 0px 0px 0px 81px;
}

/* FEATURES PAGE */

.clear {
    clear:both;
    overflow: hidden;
}

#aside {
    display: block;
    width: 257px;
    float: left;
    margin: 20px 0px 0px;
    background: url("../images/aside.png") no-repeat;
}

.aside-item {

}

.aside-item a {
    display: block;
    height: 78px;
    padding: 18px 0px 0px 7px;
    margin: 0px 8px 0px 8px;
    width: 233px;
    background: url("../images/aside.png") no-repeat scroll -8px -144px transparent;
    font-family: Arial;
    font-weight: bold;
    color: #8c8b8b;
    text-decoration: none;
    text-shadow: 1px 0px #fcfbfb;
    font-size: 14px;
}

.aside-item.selected a {
    color: #414141;
}

.aside-item.selected a > span {
    color: #414141;
}

.aside-item a > span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0px 0px;
    line-height: 18px;
}

.aside-item a:hover {
    background: url("../images/aside.png") no-repeat scroll -8px -48px transparent;
    text-decoration: none;
}

.aside-item-ico {
    float:left;
    margin: 5px 10px 15px 0px;
    opacity: 0.9;
}

.aside-title {
    display:block;
    height: 48px;
    line-height:56px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    padding: 0px 0px 0px 20px;
}

.content {
    display:block;
    float: left;
    width: 675px;
    margin: 5px 0px 0px 25px;
}

.content-title {
    font-size: 24px;
    color: #517126;
    text-shadow: 1px 1px #c4dea1;
}

.content-description {
    font-size: 14px;
    color: white;
    text-shadow: 1px 1px #5e7c35;
    line-height: 20px;
    height: 90px;
}

.feature {
    line-height: 1.4em;
    clear:both;
    overflow:hidden;
    margin: 0px 0px 30px;
}

.feature.ltr .feature-frame {
    margin: 0px 0px 0px 15px;
    float:right;
}

.feature.rtl .feature-frame {
    margin: 0px 0px 0px 15px;
    float:right;
}

.feature-desc {
    float: left;
    width: 455px;
    text-align: justify;
}

.feature-title {
    margin-bottom: 8px;
}

.feature-more {
	clear:both;
	overflow: hidden;
}

.feature-more > p {
	margin: 10px 0px 0px 0px;
	text-align: justify;
}

.feature-desc ul {
	margin: 10px 0px 0px 0px;
	list-style-type: square;
}

.feature-desc ul > li {
	margin: 2px 0px 0px 20px;
}

/* DEMO */

#wallpaper-gray {
    background: url("../images/top-bg-gray.png") repeat-x;
    width:100%;
}

.demo-title {
    margin: 0px;
    text-align: center;
    line-height:90px;
}

.demo{
    clear: both;
    line-height: 1.4em;
    margin: 28px 0 28px;
    overflow: hidden;
}

.demo-frame, .feature-frame {
    background: url("../images/feature-frame-medium.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 108px;
    margin: 0 15px 0 0;
    padding: 9px 0 0 9px;
    width: 194px;
}

.demo-link {
    float:right;
    padding: 35px 0px 0px;
}

.demo-desc {
    float: left;
    width: 535px;
    text-align: justify;
}

.button-small {
    display: block;
    width: 162px;
    height: 41px;
    background: url("../images/button-demo.png") no-repeat scroll 0 0 transparent;
    text-decoration: none;
    font-family: Arial;
    color: white;
    line-height: 41px;
    text-align: center;
    text-shadow: 0px 2px #78a33f;
    font-size: 16px;

}

.button-small:hover {
    background-position: 0px -41px;
    color: white;
}

hr.double {
    background:url("../images/hr-double.gif") repeat-x top left;
    height: 13px;
}

form.standardform .label {
    clear: both;
    display: block;
    float: left;
    text-align: right;
    width: 150px;
    font-size: 14px;
    margin: 5px 20px 0px 0px;
    
}

.label .required {
    color: #FF4B33;
}

.input-line {
    margin: 0px 0px 20px 0px;
}

.input .text {
	display:block;
	font-size: 16px;
	font-weight: bold;
    padding: 5px 20px 0 0;
}

.input .help-info {
	margin:5px 0px 0px 170px;
	width:250px;
	font-size:11px;
}

input[type="text"], textarea, input[type="password"] {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.01) inset;
    padding: 4px;
}

textarea {
    width: 300px;
    height: 120px;
}

label {
    font-size: 14px;
    font-family: "Droid Serif";
    
}

#submit {
    background: url("../images/button-submit.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: white;
    font-weight: bold;
    height: 35px;
    padding: 0 0 2px;
    text-shadow: 1px 1px 1px #6F9042;
    width: 174px;
}
#submit:hover {
    background-position: 0 -35px;
}

#contact-form {
    display:none;
}

.ajax-loader {
    vertical-align:middle;
}
.ajax-loader-hidden {
    visibility:hidden;
}

form.standardform .error {
    color: #FF4B33;
    padding-left:170px;
}

h3.success {
    padding: 16px 8px;
    border: 1px solid green;
    color: green;
    margin: 0px 20px 20px 20px;
}

.contact-info {
    width:310px; 
    text-align:justify;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.content-contact {
    width: 625px;
}

.showcase img {
    padding: 4px;
    border: 1px solid #f1f1f1;
    margin: 0px 10px 0px 0px;
}

a.feature-frame {
    cursor: default;
}

#facebox_content {
    width: 100%;
   
}

#facebox_content p {
    margin: 0px 0px 10px 0px;
}

#facebox_wrapper {
    display:none;
}

#facebox_content h2 {
	padding-bottom: 20px;
}

ul.error-list {
   border: 1px solid #880000;
    color: #880000;
    list-style-type: square;
    margin: 3px 0 3px 170px;
    padding: 4px 4px 4px 20px;
    width: 278px;
}

ul.error-list li {
	color: #880000;
}

ul.error-none {
	display: none;
}

.ajax-loader-top {
	vertical-align:top
}

.hidden {
	visibility: hidden;
}

.changelog {
	width: 800px;
	margin: auto;
}

.changelog h2 {
	margin-top: 40px;
}

.changelog h3 {
	margin: 30px 0px 10px 0px;
}

.changelog li {
	padding: 4px 0px;
	font-size: 13px;
}

.border-transparent {
	border:1px solid transparent
}

