/* General */
@import url("css/reset.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#000000;
	background:#f0f5f7 url(images/main_back.png) repeat-x left top;
}
p {
	padding:10px 0px;
}
p.normal {
	line-height:22px;
	font-size:12px;
}
p.normal a {
	text-decoration:underline;
}
p.normal a:hover {
	text-decoration:none;
}
a { color:#00afca; text-decoration:none; }
a:hover {
	text-decoration:underline;
}
a:active, a:focus {
	outline:0 !important;
}
input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	padding-top:25px;
}
h2 a {
	color:#000000;
	text-decoration:none;
}
h2 a:hover {
	color:#004477;
	text-decoration:underline;
}
hr {
	color:#CAD9DD;
	background-color:#CAD9DD;
	height: 10px;
	border:0pt none;
	clear:both;
}
hr.small {
	height:5px;
}
hr.tiny {
	height:2px;
}
.clear{
	clear:both;
	overflow:hidden;
	height:0px;
}
.buy {
	background:url(images/buy.png) no-repeat top left;
	height:23px;
	line-height:23px;
	display:block;
	float:left;
	width:51px;
	margin-top:10px;
}
.buy:hover {
	background:url(images/buy_hover.png) no-repeat top left;
}
#top_back {
	background: url(images/main_back_blue.png) repeat-x left top;
	height:6px;
	margin-left:50%;
	line-height:1px;
	font-size:1px;
}
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
.left_content {
	float:left;
	width:460px;
	padding-bottom:30px;
}
.right_content {
	float:right;
	width:460px;
	padding-bottom:30px;
}
.left_content.big {
	width:647px !important;
}
.right_content.small {
	width:290px !important;
}

.right_content.small ul {
	list-style:square;
	line-height:28px;
	list-style-position:inside;
}
.right_content.small ul li.subcat {
	padding-left:30px;
}
.right_content.small ul a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.right_content.small ul a:hover {
	color:#004477;
	text-decoration:underline;
}

/* Header */

#header {
	height:104px;
	background:url(images/head_back.png) no-repeat 0px 1px;
}
#header .chat {
	float:right;
	position:relative;
	top:-2px;
}
#header .logo {
	display:block;
	width:270px;
	height:70px;
}
#header .main_menu {
	float:right;
	margin-top:10px;
}
#header .main_menu li {
	float:left;
	display:inline;
}
#header .main_menu li a { display:block; float:left; color:#323232; font-size: 8pt; font-weight: bold; height:30px; line-height:30px; }
#header .main_menu li a:hover {
	background:url(images/menu.gif) no-repeat left top;
	color:#FFFFFF;
	text-decoration:none;
}
#header .main_menu li a span {
	display:block;
	padding:0px 15px;
	margin-right:-1px;
	height:30px;
}
#header .main_menu li a:hover span {
	background:url(images/span_menu.gif) no-repeat right top;
}
* html #header .main_menu li a,
* html #header .main_menu li a span {
	width:1%;
	white-space:nowrap;
	cursor:pointer;
}
* html #header .main_menu li a span {
	position:relative;
	z-index:2;
}

/* Content - Site info */

#site_info {
	background:url(images/article_top.png) no-repeat left top;
	height:160px;
}
#site_info .info_left {
	float:left;
	width:480px;
	color:#ffffff;
	font-size:14px;
}
#site_info .info_left .left_container {
	padding-top:20px;
	padding-left:25px;
}
#site_info .info_left .left_container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	padding:0;
}
#site_info .info_left .left_container p { font-size: 10pt; line-height:7px; }
#site_info .info_left .left_container .more { display:block; width:125px; background:url(http://espinda.com/images/more_button.gif) no-repeat left top; line-height:21px; color:#ffffff; font-weight: bold; text-decoration:none; }
#site_info .info_left .left_container .more:hover {
	background:url(http://espinda.com/images/more_button_hover.gif) no-repeat top left;
}
#site_info .info_left .left_container .more span {
	padding-left:10px;
	font-size:12px;
}
#site_info .info_right {
	float:right;
	width:480px;
	font-size:1px;
	line-height:1px;
}

/* Content - Forms */

#main_forms {
	background:url(images/main_forms.gif) no-repeat top left;
	height:70px;
	margin-top:1px;
}
#main_forms .main_form_left {
	float:left;
	width:500px;
	color:#FFFFFF;
}
#main_forms .main_form_left form {
	padding-top:32px;
	padding-left:40px;
}
#main_forms .main_form_left input {
	padding:4px;
	background:none;
	border:none;
}
#main_forms .main_form_left select {
	position:relative;
	top:1px;
	left:1px;
	padding:2px;
	background:#FFFFFF;
	border:none;
}
#main_forms .main_form_left input.search_button {
	padding:0;
	background:url(images/search_domain.png) no-repeat top left;
	width:91px;
	height:23px;
	cursor:pointer;
}
#main_forms .main_form_left input.search_button:hover {
	background:url(images/search_domain_hover.png) no-repeat top left;
	cursor:pointer;
}
#main_forms .main_form_left .input_big {
	background:url(images/input_big_black.png) no-repeat top left;
	width:182px;
	height:24px;
	float:left;
	margin-right:5px;
}
#main_forms .main_form_left .input_small {
	background:url(images/input_small_black.png) no-repeat top left;
	width:81px;
	height:24px;
	float:left;
	margin-right:5px;
}
#main_forms .main_form_left .input_big input {
	width:170px;
}
#main_forms .main_form_left .input_small select {
	width:77px;
}
#main_forms .main_form_right {
	float:right;
	width:460px;
}
#main_forms .main_form_right form {
	padding-top:32px;
	padding-left:30px;
}
#main_forms .main_form_right input {
	padding:4px;
	background:none;
	border:none;
}
#main_forms .main_form_right input.login_button {
	padding:0;
	background:url(images/login_button.png) no-repeat top left;
	width:90px;
	height:23px;
	cursor:pointer;
}
#main_forms .main_form_right input.login_button:hover {
	background:url(images/login_button_hover.png) no-repeat top left;
	cursor:pointer;
}
#main_forms .main_form_right .input_big {
	background:url(images/input_big.png) no-repeat top left;
	width:182px;
	height:24px;
	float:left;
	margin-right:5px;
}
#main_forms .main_form_right .input_small {
	background:url(images/input_small.png) no-repeat top left;
	width:101px;
	height:24px;
	float:left;
	margin-right:5px;
}
#main_forms .main_form_right .input_big input {
	width:170px;
}
#main_forms .main_form_right .input_small input {
	width:90px;
}

/* Content - Plans */

#plans {
	padding-top:10px;
	padding-bottom:10px;
}
.plan_holder {
	width:310px;
	height:250px;
	float:left;
	background:url(images/plan_holder.png) no-repeat top left;
	margin-right:15px;
	font-size:12px;
}
.plan_holder.last {
	margin-right:0px;
}
.plan_content {
	padding:25px 30px 0 30px;
}
.plan_content p.simple {
	padding:7px 0px;
	background:url(images/simple.gif) no-repeat right center;
}
.plan_content p.unlimited {
	padding:7px 0px;
	background:url(images/unlimited.gif) no-repeat right center;
}
.plan_content p.advanced {
	padding:7px 0px;
	background:url(images/advanced.gif) no-repeat right center;
}
.plan_content h2 {
	font-family: Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	padding:0;
}
.plan_content h2 span {
	font-size:10px;
	font-weight:normal;
}
.plan_content .bottom {
	padding-top:20px;
}
.plan_content .bottom .price {
	float:right;
	text-align:right;
	font-size:30px;
	font-weight:bold;
	color:#00C9E6;
}
.plan_content .bottom .price p.period {
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding:0;
}

/* Inside pages */

.site_wide_top {
	height:160px;
	color:#FFFFFF;
}
.site_wide_top_content {
	padding-top:20px;
	padding-left:45px;
}
.site_wide_top_content h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:0;
}
.site_wide_top_content p {
	line-height:20px;
	padding:5px 0 15px 0;
}
.site_wide_top_content .more {
	display:block;
	width:125px;
	background:url(images/more_button.gif) no-repeat top left;
	line-height:21px;
	color:#FFFFFF;
	text-decoration:none;
}
.site_wide_top_content .more:hover {
	background:url(images/more_button_hover.gif) no-repeat top left;
}
.site_wide_top_content .more span {
	padding-left:30px;
	font-size:11px;
}
.site_wide_top.article {
	background:url(images/article_top.png) no-repeat left top;
}
.site_wide_top.blog {
	background:url(images/blog_top.png) no-repeat left top;
}
.site_wide_top.company_profile {
	background:url(images/company_profile_top.png) no-repeat left top;
}
.site_wide_top.contact {
	background:url(images/contact_top.png) no-repeat left top;
}
.site_wide_top.testimonials {
	background:url(images/testimonials_top.png) no-repeat left top;
}
.meta {
	padding-bottom:20px;
	float:left;
}
.meta.articles {
	padding:10px 0;
}
.meta.articles li a {
	font-weight:normal;
}
.meta li {
	float:left;
	padding-right:15px;
}
.meta li.border {
	padding-left:15px;
	border-left:1px solid #004477;
}
.meta li a {
	color:#004477;
	font-weight:bold;
}
.manage_account {
	padding-bottom:10px;
	float:left;
}
.manage_account li {
	float:left;
	padding-right:15px;
}
.manage_account li.border {
	padding-left:15px;
	border-left:1px solid;
}
.manage_account li a {
	color:#000;
}
p.comment {
	padding-left:25px;
	background:url(images/comment.png) no-repeat left center;
}
p.comment a {
	font-weight:bold;
	text-decoration:none;
	padding-right:15px;
}
p.testimonial {
	color:#004477;
	font-size:12px;
	padding:0;
}
h2.testimonial {
	padding-bottom:15px;
}
hr.testimonial {
	margin-bottom:15px;
}
.note {
	background:#DDE9EC;
	margin-bottom:10px;
	padding:20px 30px;
	line-height:20px;
}
.note.last {
	margin-bottom:25px;
}
.note span {
	color:#0099FF;
	float:left;
	position:relative;
	left:-15px;
	width:0px;
	font-weight:bold;
}
/* Table */

table {
  border-collapse: collapse;
  background-color: #DDE9EC;
  width:100%;
  margin-bottom:20px;
}
th {
  padding: 5px;
}
td {
  padding: 5px;
}
td {
	color:#0099FF;
}
th.key {
	padding: 10px 10px 10px 30px;
}
td.key {
	color:#000000;
}
td.price {
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}
td.blog {
	color:#000;
	font-weight:bold;
}
td sup {
	color:#0099FF;
	font-weight:bold;
}
thead th, tfoot th {
	font-weight:bold;
}
tfoot th {
  font-weight:normal;
  font-size:10px;
}
tbody tr.alt {
	background:#FFF;
}
tbody tr.blog { background:#f0f5f7; }
/* Comment form */

.comment_form {
	background:url(images/comment_form_bg.png) no-repeat top left;
	padding:20px;
}
.comment_form label {
	float:left;
	display:block;
	width:100px;
}
.comment_form br {
	clear:both;
}
.comment_form input {
	float:left;
	width:470px;
	border:1px solid #666;
	padding:4px;
	margin-bottom:18px;
}
.comment_form textarea {
	float:left;
	width:470px;
	padding:4px;
	border:1px solid #666;
	margin-bottom:15px;
}
.comment_form input.post_button {
	float:left;
	margin-left:100px;
	border:none;
	padding:none;
	width:156px;
	height:23px;
	background:url(images/post_comment.png) no-repeat top left;
	cursor:pointer;
}
.comment_form input.post_button:hover {
	background:url(images/post_comment_hover.png) no-repeat top left;
}

/* Contact page login form */

.login_form {
	background:url(images/login_form_bg.png) no-repeat top left;
	padding-left:140px;
	padding-top:15px;
	margin-bottom:10px;
}
.login_form br {
	clear:both;
}
.login_form .input_holder {
	background:url(images/contact_login_input.png) no-repeat top left;
}
.login_form input {
	width:220px;
	border:none;
	background:none;
	padding:4px;
	margin-bottom:13px;
}
.login_form input.login_button {
	border:none;
	padding:none;
	width:81px;
	height:23px;
	background:url(images/contact_login.png) no-repeat top left;
	cursor:pointer;
}
.login_form input.login_button:hover {
	background:url(images/contact_login_hover.png) no-repeat top left;
}

/* Contact page email form */

.email_form {
	background:url(images/email_form_bg.png) no-repeat top left;
	padding:20px;
	margin-bottom:10px;
}
.email_form label {
	float:left;
	display:block;
	width:60px;
}
.email_form br {
	clear:both;
}
.email_form input { color: #323232; background-color: #e6e6e6; float:left; width:340px; border:solid 1px #666; padding:4px; margin-bottom:18px; }
.email_form textarea { color: #323232; background-color: #e6e6e6; float:left; width:340px; padding:4px; border:solid 1px #666; margin-bottom:15px; }
.email_form input.send_button {
	float:left;
	margin-left:60px;
	border:none;
	padding:none;
	width:71px;
	height:23px;
	background:url(images/send_button.png) no-repeat top left;
	cursor:pointer;
}
.email_form input.send_button:hover {
	background:url(images/send_button_hover.png) no-repeat top left;
}
/* Footer */

#footer { font-size: 11px; clear:both; width:100%; padding-bottom:25px; }
#footer a {
	color:#000000;
}
#footer .top_menu {
	background:url(images/footer_top.png) no-repeat top left;
	height:100px;
}
#footer .top_menu ul {
	float:left;
	border-right:1px solid #d2e1e6;
	padding:0 50px;
	position:relative;
	top:15px;
	line-height:22px;
}
#footer .top_menu ul.last {
	border:none;
}
#footer .top_menu ul.first {
	padding-left:25px;
}
#footer .left {
	float:left;
}
#footer .left ul {
	padding-top:15px;
}
#footer .left li {
	float:left;
	display:inline;
	padding:0px 15px;
}
#footer .left li.border {
	border-right: 1px solid;
	padding-left:0px;
}
#footer .right {
	float:right;
}
#footer .right a {
	padding:0px 10px;
}
#footer .right a.last {
	padding-right:0px;
}
#footer .right ul {
	padding-top:15px;
}
#footer .right li {
	float:left;
	display:inline;
	border-left: 1px solid;
}
#footer .right li.first {
	border:none;
}
element { }
