* {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

/****************************************************************/
/* Misc styles */
/****************************************************************/
.bold {
    font-weight: bold;
}

.logo_blue {
    color: #2089ca;
}

.logo_green {
    color: #3da155;
}

.logo_red {
    color: #ad2426;
}

.inner {
    padding: 5px;
}
.inner_content {
    padding: 25px;
}

.green {
    color: #8dc641;
    font-weight: bold;
}

.red {
    color: #B53531;
    font-weight: bold;
}

.center {
    text-align: center;
}

.xsmall {
    font-size: 11px;
}

.small {
    font-size: 12px;
}

.medium {
    font-size: 13px;
}

.large {
    font-size: 14px;
}
.xlarge {
    font-size: 16px;
}
.xxlarge {
    font-size: 18px;
    font-weight: bold;
}

.no_bold {
    font-weight: normal;
}

.required {
	color: red;	
}

/****************************************************************/
/* Elements */
/****************************************************************/
body {
    background-image: url(/site/images/layout/body_bg.jpg);
    background-repeat: repeat-x;
    background-color: #1A2235;
    font-family: arial, "lucida console", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #202C42;
}

h1 {
    color: #a03a3a;
    font-size: 20px;
    font-weight: normal;
    margin: 8px auto;
}

h3 {
    font-weight: bold;
    color: #202c42;
    font-size: 19px;
    line-height: 26px;
}

h4 {
    font-weight: normal;
    color: #202c42;
    font-size: 18px;
    line-height: 26px;
}


p {
    padding-top: 7px;
    padding-bottom: 7px;
}

a {
    color: #202c42;
}

hr {
    border-top: 1px solid #d2d2d2;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

input {
	border: 1px solid #bdbdbd;
	color: #27354F;
	padding: 4px;
	font-size: 13px;
}

input.button {
	border: none;	
}

input[type='image'] {
	border: none;	
}

/****************************************************************/
/* Generic Form */
/****************************************************************/
form fieldset {
    border: none;
}
form table {
    margin: auto;
}
form table td {
    padding: 4px;
}

form.site_form .submit {
    text-align: center;
}


/****************************************************************/
/* Main */
/****************************************************************/
#main {
    padding: 0 13px;
}
/****************************************************************/
/* Constructs */
/****************************************************************/
#container {
    width: 980px;
    margin: auto;
    background-color: white;
    padding-bottom: 8px;
    margin-bottom: 15px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;

}

/****************************************************************/
/* Top Bar */
/****************************************************************/
#top_bar {
    height: 177px;
    width: 980px;
    margin: auto;
}

#top_bar img {
    float: left;
    padding-top: 35px;
}

#login_container {
    float: right;
}
#login_container a {
    color: inherit;
    text-decoration: inherit;
}
#login_container a:hover {
    color: inherit;
    text-decoration: underline;
}


#login_container .forgot_password {
    font-size: 11px;
    text-align: right;
}

#login_links {
    float: right;
    color: #27354f;
    font-size: 16px;
    text-align: right;
    padding: 7px 12px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;

    background-color: #d2d2d2;
}

span.total_templates_count {
    color: red;
    font-size: 15px;
    text-decoration: underline;
}


/****************************************************************/
/* Header */
/****************************************************************/
#header {
}

#header img {
    display: block;
    margin: auto;
}

/****************************************************************/
/* Navigation */
/****************************************************************/
#nav {
    height: 40px;
    clear: both;
    font-size: 16px;
    line-height: 40px;
    margin-top: 36px;
    float: left;
}
#nav {
    padding-left: 0;
}

#nav li {
    display: inline;
    padding: 6px 14px;
    margin-right: 3px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    background-color: #d2d2d2;
}
#nav li a {
    text-decoration: none;
}
#nav li:hover {
    text-decoration: none;
    background-color: #e4e4e4;
}
#nav li.active {
    color: #bababa;
    background-color: #e4e4e4;
}

#nav li.green_tab {
    background-color: #8dc641;
}
#nav li.green_tab a {
    color: white;
}

/****************************************************************/
/* Affiliate page example box */
/****************************************************************/

.affiliateExample {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #EBEBEB none repeat scroll 0 0;
	margin: 15px auto;
	width: 505px;
	padding: 10px 15px 10px 15px;
}

a.affiliateButton {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height:22px;
	padding: 6px;
	background-color: #8DC641;
}

a.affiliateButton span.signupAffiliate {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 11px;
}

/****************************************************************/
/* Stats area */
/****************************************************************/
#stats {
    background: url(../images/layout/stats_bg.jpg);
    background-repeat: repeat-x;
    width: 205px;
    height: 82px;
    float: right;
    margin-top: -8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#stats .inner {
    padding: 7px 7px 7px 13px;
    text-align: left;
    margin-top: 2px;
    line-height: 22px;
    color: #27354F;
}

/****************************************************************/
/* Top Content */
/****************************************************************/
#top_content {
	padding-bottom: 10px;
}


/****************************************************************/
/* Promo Banner */
/****************************************************************/

#promoContainer {
	padding-top: 10px;
}

#promo1 {
	background: #fff url(../images/email_cloud_banner.jpg) no-repeat scroll top center;
	width: 950px;
	height: 345px;
	overflow: hidden;
}

#promo2 {
	background: #fff url(../images/minisite_banner.jpg) no-repeat scroll top center;
	width: 950px;
	height: 345px;
	overflow: hidden;
}

#promoContent {
	margin: auto;
	width: 950px;
	margin-top: 295px;
	position: relative;
	
}

#promo .promoButtons {
	margin: auto;
	width: 266px;
	position: absolute;
	right: 80px;
}

a.btn_learn {
	background-position: 0 0px;
	display: block;
	float: left;
	height: 27px;
	width: 94px;
	padding-left: 6px;
	margin: 0 20px;
}

a.btn_learn:hover {
	background-position: 0 -28px;
}

a.btn_order {
	background-position: -101px 0;
	display: block;
	float: left;
	height: 27px;
	width: 94px;
	padding-left: 6px;
	margin: 0 5px;
}

a.btn_order:hover {
	background-position: -101px -28px;
}

.btnBg {
	background: url(../images/btn_sprite.png) no-repeat scroll left top;
}


/****************************************************************/
/* Trial Promo */
/****************************************************************/

div.trialPromo {
	width: 545px;
	margin: auto auto 10px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;	
}

.promoComputer {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/promo_computer.jpg) no-repeat scroll 0 15px;
	height: 100%;
}

.illustrated {
	overflow: visible;
	padding-left: 170px;
	padding-top: 20px;
	padding-bottom: 8px;
}

a.illustrationLink {
	display: block;
	float: left;
	height: 125px;
	margin-left: -170px;
	width: 150px;
}

span.illustrationTitle {
	color: #4B465A;
	font-family: Arial,sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0;
	line-height: 24px;
}

a.buttonTrial {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #8DC641;
	height: 22px;
	margin: auto;
	padding: 4px;
}

#content div.illustrated a.buttonTrial:hover {
	background-color: #9DCF5A;
	text-decoration: none;
}

a.buttonTrial span.trialInner {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: medium none;
	color: #FFFFFF;
	padding: 2px 12px;
}

/****************************************************************/
/* Home Content */
/****************************************************************/

#homeContent .homeTitle {
	padding-right: 10px;
	letter-spacing: -0.03em;
	line-height: 1.19em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4B465A;
	font-size: 1.86em;
		
}

#homeContent .homeTitle2 {
	padding-right: 10px;
	margin-top: 10px;
	letter-spacing: -0.03em;
	line-height: 1.19em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4B465A;
	font-size: 1.3em;
	text-align: center;	
}

#homeContent .homeTitle3 {
	padding-right: 10px;
	margin-top: 10px;
	letter-spacing: -0.03em;
	line-height: 1.19em;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4B465A;
	font-size: 1.3em;}

#homeContent .upsellBlock {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #EBEBEB none repeat scroll 0 0;
	margin: 0 0 1.357em;
	padding: 15px 35px 15px 60px;	
}

#homeContent span.title3 {
	padding-left: 20px;
	padding-right: 10px;
	color: #4B465A;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.357em;
	margin: 0;
}

#homeContent .padded {
	padding-left: 30px;
	padding-right: 10px;	
	color: #2C2C2C;
}

#homeContent .padded a:hover {
	text-decoration: none;	
}

.buttonSimple {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:22px;
	background-color: #28364F;	
}

.upsellBlock .titleIcon {
	float: left;
	margin-left: -44px;
}

.upsellBlock .upsellAction {
	float: right;
	margin-left: 20px;
	text-decoration: none;
}

button.simple, a.buttonSimple {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 22px;
}

button.simple span.viewMore, a.buttonSimple span.viewMore {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: medium none;
	color: #FFFFFF;
	padding: 4px 11px;
	font-size: 11px;
}

/****************************************************************/
/* Alert Container */
/****************************************************************/
#alert_container {
	height: 25px;
}

/****************************************************************/
/* Inset Stuff (the nice rounded corner graphics area) */
/****************************************************************/
.inset_content h4 {
    font-weight: bold;
}

.inset_content .box {
    background-color: white;
    font-size: 12px;
    margin: 5px 8px 14px;
}

/****************************************************************/
/* image thumb sizes */
/****************************************************************/
img.small_thumb {
    width: 130px;
    height: 130px;
}

/****************************************************************/
/* Bottom Content */
/****************************************************************/
#bottom_content {
    padding-top: 25px;
}

/****************************************************************/
/* Content */
/****************************************************************/
#content {
    width: 631px;
    float: left;
}

#content ul,
#content ol {
    padding-left: 25px;
}

#content li {
    padding-top: 7px;
    padding-bottom: 7px;
}

#content a {
    color: #0088d0;
    text-decoration: none;
}

#content a:hover {
    color: #44a7dd;
    text-decoration: underline;
}

#content h1.main_headline {
    text-align: center;
    line-height: 27px;
}

/****************************************************************/
/* Content Right */
/****************************************************************/
#content_right {
    width: 300px;
    float: right;
}

#content_right .find_domain {
    background: url(../images/layout/find_domain_bg.gif) no-repeat;
    width: 295px;
    height: 155px;
}

#content_right .find_domain form.search_domain table {
    width: 100%;
}

form.search_domain .search_field input {
    border: 1px solid #BDBDBF;
    padding: 5px;
    color: #27354F;
    font-size: 13px;
    width: 190px;
}

form.search_domain .transfer_field input {
    width: 266px;
}

form.search_domain .search_field select {
	width: 65px;
	height: 22px;
	font-size: 12px;
}

#content_right .find_domain .inner,
#content_right .comments .inner {
    padding: 7px;
}

#content_right .comments .inner .inner_content {
    padding: 7px;
}

#content_right .comments {
    background: url(../images/layout/comments_bg.gif) no-repeat;
    width: 295px;
}

#content_right .comments .box span.member_name {
    color: #537ABF;
    font-weight: bold;
}

#content_right .comments .box span.posted_date {
    color: #537ABF;
    font-size: 11px;
}

/****************************************************************/
/* Hosting Features */
/****************************************************************/
#content .hosting_features {
    width: 100%;
    border: 1px solid #cdcdcd;
}

#content .hosting_features td {
    padding: 7px;
    background-color: #ededed;
}

#features_list {
	list-style-image: url(/site/images/layout/check_mark.jpg);
}

/****************************************************************/
/* Login Page after signup */
/****************************************************************/
#content .login fieldset {
    border: none;
}
#content .login table {
    margin: auto;
}
#content .login table td {
    padding: 7px;
}

/****************************************************************/
/* Feature Container area */
/****************************************************************/
.feature_container {
    border: 3px solid #d6d4d4;
    width: 410px;
    height: 165px;
    padding: 4px;
    background-color: #f5f2f2;
    overflow: hidden;
}

/****************************************************************/
/* Newest Template and most popular */
/****************************************************************/
.newest_template {
    float: left;
}
.newest_template img,
.most_popular_template img {
    float: left;
    padding-right: 7px;
    width: 200px;
}
.newest_template h2,
.most_popular_template h2 {
    color: #2d7488;
    font-size: 18px;
    padding-top: 10px;
    margin-top: 10px;
}
.newest_template span,
.most_popular_template span {
    color: #2d7488;
    font-size: 13px
}
.newest_template,
.most_popular_template {
    margin-top: 17px;
    margin-bottom: 17px;
}
.most_popular_template {
    float: right;
    padding-right: 7px;
}


/****************************************************************/
/* Order button and next page button */
/****************************************************************/
.order_button, 
.next_button {
    float: right;
    margin: 40px auto;
    border: none;
}
.next_button {
    margin-left: 160px;
}

/****************************************************************/
/* Footer */
/****************************************************************/
#footer {
    color: white;
    font-size: 11px;
    text-align: center;
    width: 980px;
    margin: auto;
}
#footer a {
    color: #89b3ff;
    text-decoration: none;
}
#footer a:hover {
    color: #89b3ff;
    text-decoration: underline;
}
#footer div.left {
    float: left;
}
#footer div.right {
    float: right;
}

#footer #copyright {
    border-top: 1px solid #6b8dc8;
    margin-top: 14px;
    padding-bottom: 25px;
    padding-top: 12px;
}


#footer .referred_by {
    color: #45526F;
}

/****************************************************************/
/* Order form */
/****************************************************************/
.main_order_form table {
    margin: 0 auto;
    color: #202C42;
    width: 525px;
}
.main_order_form fieldset {
    border: none;
    margin-top: 7px;
    margin-bottom: 7px;
}

.main_order_form fieldset legend {
    font-size: 18px;
    color: #202C42;
    font-weight: bold;
}

.main_order_form fieldset legend span {
}

.main_order_form table td {
    padding: 4px;
}
.main_order_form table td label {
}

.main_order_form table td.order_now {
    text-align: center;
    border-top: 1px solid #cecece;
}

/****************************************************************/
/* Rounded Corners Containers - One Column */
/****************************************************************/
.rounded_corners_container_one_column {
    background: url(/site/images/layout/one_column_rounded_bg.jpg) no-repeat;
    width: 950px;
    margin: auto;
    padding: 5px 0 11px 0;
}

.rounded_corners_container_one_column .inner_box {
    background-color: white;
    width: 880px;
    margin: auto;
    min-height: 400px;
    margin-top: 25px;
}

/****************************************************************/
/* Rounded Corners Containers */
/****************************************************************/
.rounded_corners_container {
    background-color: #d2d2d2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 631px;
    margin: auto;
    padding: 5px 0 11px 0;
}

.rounded_corners_container .inner_box {
    background-color: white;
    width: 605px;
    margin: auto;
    min-height: 400px;
}

.rounded_corners_container h3,
.rounded_corners_container_one_column h3 {
    padding-left: 14px;
    padding-bottom: 5px;
}

/****************************************************************/
/* Find domains */
/****************************************************************/
table.congrats_message {
    width: 100%;
}

div.other_domains {
    margin-top: 20px;
    margin-left: 11px;
}

.domain_submit_button {
    display: block;
    margin: auto;
    padding-top: 12px;
    border: none;
}

.avaliable_domains .available_image {
    vertical-align: middle;
}
.domain_results_container {
}

.domain_results_container h3 {
}

.domain_results_container .inner_box {
}

#content .domain_results_container .inner_box form {
	padding: 8px;
}

/****************************************************************/
/* Download Product Page After signup from the sales page*/
/****************************************************************/
table.download_products {
    width: 620px;
    margin: auto;
}
table.download_products td {
    padding: 15px;
    text-align: center;
    vertical-align: bottom;
}

table.download_products td a {
    font-size: 11px;
}

table.download_products td img {
    width: 175px;
}

/****************************************************************/
/* Billing Information hidden div */
/****************************************************************/
#billing_information {
}

/****************************************************************/
/* Messages */
/****************************************************************/
.ssv_messages {
    padding: 7px;
    background-color: #FFF6CF;
    border: 1px solid #FFEE9F;
}
.action_message {
    padding: 7px;
    background-color: #baedff;
    border: 1px solid #94bdcb;
    text-align: center;
}


/****************************************************************/
/* Media Engine */
/****************************************************************/
.file_list li {
    margin: 15px;
    list-style: none;
}

.file_list div {
    padding: 4px;
    border: 1px solid #cdcdcd;
    margin: 5px auto;
}

.file_list div img {
    display: block;
    margin-left: 50px;
}

.back {
    padding: 5px;
    border: 1px solid #a8ad4a;
    margin: 5px auto;
}



div.folder_form {
    float: left;
    width: 432px;
    border-right: 1px solid #cdcdcd;
    font-size: 12px;
}
div.domain_root_form {
    float: right;
    width: 427px;
    font-size: 12px;
}

/****************************************************************/
/* Success Install for Wordpress */
/****************************************************************/
form.success_install table {
    float: left;
}

form.success_install table td {
    padding: 14px 0;
}


/****************************************************************/
/* paginated_record_set */
/****************************************************************/
div.paginated_record_set {
   text-align: right;
   font-size: 12px;
   margin-bottom: 10px;
}

div.paginated_record_set span{
	font-weight: bold;
}

.home_main {
    margin-bottom: 15px;
    padding:0 14px;
}

#social_media {
    float: right;
    margin-right: 20px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: bold;
}

#social_media img{
    float: none;
    padding: 0;
    vertical-align: middle;
    border: none;
    margin-right: 5px;
}
