/*
Theme Name: Theme Pro WP
Theme URI: http://www.cms-italia.org/
Description: Descrizione da inserire <a href="http://www.cms-italia.org">WordPress Free</a>.
Version: 1.0
Author: Davide Tommasin
Author URI: http://www.tommasin.org/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: Themes Free e PRO for your WordPress

	Theme Pro WP v1.0
	http://www.cms-italia.org

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*	--------------------------------------------------
Global Reset - Resets all browser defaults to 0
-------------------------------------------------- */
html, body {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, strong, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
blockquote:before, blockquote:after {
	content:"";
}
/*	--------------------------------------------------
Links
-------------------------------------------------- */
a, a:visited {
	font-weight:inherit;
	font-style:inherit;
	color:#4093ce;
	text-decoration: underline;
	cursor:pointer;
	line-height:inherit;
	outline:0;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
/*	--------------------------------------------------
Typography
-------------------------------------------------- */
strong {
	font-weight: bold;
	line-height:inherit;
}
em, i {
	font-style:italic;
	font-weight:inherit;
}
small {
	font-size:12px;
	line-height:15px;
	color:#777;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#010c1f;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	border:0;
}
h1 {
	font-size:26px;
	padding:0 0 22px 0;
	color:#FFFFFF;
	font-weight:normal;
}
h2 {
	margin:0;
	padding: 5px 0 0 0;
	font-size:28px;
	line-height: 150%;
	color:#000000;
	font:normal 24px Arial, Helvetica, sans-serif;
}
h3 {
	font-size:22px;
	padding:0px 0 3px 0;
	margin:0;
	color:#45a8f0;
	border-bottom:1px solid #b0d7f1;
}
#content h3.subhead {
	font-size:18px;
	padding:20px 0 5px 0;
	margin:0 0 8px 0;
	color:#45a8f0;
	font-weight:normal;
}
#content h3.subhead a {
	text-decoration:none;
}
h4 {
	font-size:20px;
	padding:10px 0 5px 0;
	font-weight:normal;
}
h5 {
	font:normal 18px arial;
	padding:10px 0 5px 0;
}
h6 {
	font-size:16px;
	padding:10px 0 5px 0;
}
#content-wrapper p, p {
	font-size:14px;
	line-height:20px;
	margin:0 0 8px 0;
	padding:0;
	color:#333;
}
ul, ol {
	margin:0;
}
ol {
	list-style: decimal;
	list-style-position: inside;
}
li {
	font-size: 12px;
	line-height: 18px;
}
li a, li a:visited {
	border: 0;
}
p small, li small {
	font-size: 11px;
}
blockquote {
	margin: 5px 0px 10px 0;
	padding:5px 0 0px 28px;
	font:bold 16px Arial, Helvetica, sans-serif;
	background:url(images/quote3.gif) no-repeat 5px 8px;
}
blockquote p {
	font:bold 16px Arial, Helvetica, sans-serif;
	line-height: 19px;
	color:#0c1d3b;
}
blockquote cite {
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
}
table {
	margin: 0 0 18px 0;
}
table tr {
}
table td {
	font-size: 12px;
	line-height: 18px;
}
table a, table a:visited {
	border: 0;
}
/*
form {
}
label {
	cursor: pointer;
}
input, select, textarea {
	font-family: "Arial", Helvetica Neue, Helvetica, Verdana, sans-serif;
}
*/
.aleft {
	float:left;
}
.aright {
	float:right;
}
.imgleft {
	float:left;
	margin:0 15px 15px 0;
	border:2px solid #b0d7f1;
	padding:2px;
}
.imgleft_bnone {
	float:left;
	margin:0 15px 15px 0;
	padding:2px;
}
.imgright {
	float:right;
	margin:0 0 15px 15px;
	border:2px solid #b0d7f1;
	padding:2px;
}
code {
	line-height:18px;
	font:12px "Courier New", Courier, monospace;
}
.clear {
	clear:both;
}
#content-wrapper p a {
	color:#4093ce;
}
#content-wrapper p a:hover {
	color:#333;
	text-decoration:underline;
}
/*	--------------------------------------------------
Structure
-------------------------------------------------- */
body {
	background:#fff;
	font:12px Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#333;
}
#header {
	background: #990000;
/*	background:#fefeff url(images/head.jpg) repeat-x bottom; */
	border-bottom: #CC0000 1px solid;
}
#header-in {
	width:980px;
	margin:0px auto;
	height:50px;
	position:relative;
}
#banner {
	background:#fefeff url(images/bannerbg.jpg) repeat-x bottom;
}
#banner-in {
	width:980px;
	margin:0px auto;
	position:relative;
	min-height:470px;
	_height:500px;
}
*+html #banner-in {
	height:500px;
}
#content-wrapper {
	width:980px;
	margin:0 auto;
	padding:15px 0;
}
#page_head {
	background:#f8fdff url(images/page_headbg.jpg) repeat-x bottom;
	clear:both;
}
#page_head_in {
	width:980px;
	padding:15px 0 8px 0;
	margin:0px auto;
}
.pagebg {
	background:url(images/wrapperbg.gif) repeat-x top;
}
#content {
	width:640px;
	float:left;
}
#sidebar {
	padding-left:20px;
	border-left:1px solid #e3e3e3;
	width:280px;
	float:right;
}
.sidebar_index {
	width:300px !important;
}
#bottom {
	background:#e5f3ff url(images/bottombg.gif) repeat-x top left;
	border-bottom:1px solid #c3d2de;
	padding-top:1px;
	margin-top:20px;
}
#bottom-in {
	background:url(images/bottombg2.gif) repeat-y center top;
	padding-top:10px;
	height:100%;
	width:980px;
	margin:0 auto;
	height:100%;
	overflow:hidden;
}
#footer {
	width:980px;
	margin:0 auto;
	padding:8px 0;
	overflow:hidden;
}
/*	--------------------------------------------------
Header
-------------------------------------------------- */
#header .logo {
	display: block;
	width:280px;
	height:25px;
	font-size:18px;
	position:relative;
	float:left;
	top:13px;
}
#header .logo span {
	width: 100%;
	height: 100%;
	position:absolute;
	bottom:0;
	left:0;
}
#header .logo span, #header .logo span a {
	width:280px;
	height:25px;
	background:url(images/cmsitalia.png) no-repeat;
}
#header .logo span a {
	display:block;
	color:#fff;
}
#header .logo a {
	text-decoration:none;
	color:#fff;
}
#header .logo a:hover {
	text-decoration:none;
	color:#fee267;
}
#header p {
	position:absolute;
	bottom:6px;
	right:20px;
	color:#fff;
}
#header p a {
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}
#header p a:hover {
	color:#fee267;
	text-decoration:none;
}
#breadcrumb {
	text-align:left;
	font-size:10px;
	padding-bottom:3px;
	margin-bottom:0px;
	text-transform:uppercase;
	color:#666;
}
#breadcrumb a {
	padding:0 3px;
	color:#002b68;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#e24b1d;
}
#page_head_in h2 {
	margin:0 0 8px 0;
	padding:0;
	font-size:30px;
	font-weight:bold;
	color:#002b68;
}
/*		-------------------------------------------------- 
 	Navigations
	-------------------------------------------------- */



/*#nav {

	float:right;

	margin:0px;

	padding:0;

}

#nav li {

	text-align:right;

	float:left;

	list-style-type:none;

	margin:15px 0 10px 4px;

	padding:0px;

}

#nav li:hover a, #nav ul li.hover a, #nav li.current_page_item a {

	text-decoration:none;

}

#nav li.current_page_item a:hover {

	text-decoration:none;

}

#nav li a {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:bold;

	text-decoration:none;

	display:block;

	padding:2px 20px 4px 0px;

	margin:0px 0px 0px 15px;

	text-transform:uppercase;

}

#nav li a:hover {

	text-decoration:none;

}

#nav li {

	background: url(images/nav_blue.gif) top left no-repeat;

	color:#fff;

}

#nav li:hover, #nav li.hover, #nav li.current_page_item {

	background: url(images/nav-active_blue.gif) top left no-repeat;

	color: #fff;

}

#nav li:hover a, #nav li.hover a, #nav li.current_page_item a {

	color: #fff;

	background: url(images/nav-active_blue.gif) top right no-repeat;

}

#nav li a {

	color: #fff;

	background: url(images/nav_blue.gif) top right no-repeat;

}

#nav li a:hover {

	color: #fff;

	background: url(images/nav-active_blue.gif) top right no-repeat;

}*/



#nav {
	float:right;
	margin:0px;
	padding:0;
	width:620px;
}
#nav li {
	text-align:right;
	list-style-type:none;
	margin:15px 0 10px 4px;
	padding:0px;
	font-size:11px;
	display:block;
	float:left;
	height:22px;
	overflow:hidden;
	_text-indent:-90009px;
}
#nav li a {
	text-indent:90009px;
	overflow:hidden;
	display:block;
}
#nav li:hover, #nav li.page-item-1:hover, #nav li.page-item-2:hover, #nav li.page-item-3:hover, #nav li.page-item-4:hover, #nav li.page-item-5:hover, #nav li.page-item-195:hover {
	background-position:0 -22px;
}
#nav li.page-item-1 {
	width:80px;
	background:url(images/b_home.png) no-repeat;
}
#nav li.page-item-2 {
	width:139px;
	background:url(images/b_themegallery.png) no-repeat;
}
#nav li.page-item-195 {
	width:92px;
	background:url(images/b_theclub.jpg) no-repeat;
}
#nav li.page-item-3 {
	width:92px;
	background:url(images/b_support.png) no-repeat;
}
#nav li.page-item-4 {
	width:80px;
	background:url(images/b_blog.png) no-repeat;
}
#nav li.page-item-5 {
	width:102px;
	background:url(images/b_showcase.png) no-repeat;
}
#nav li.current_page_item {
	background-position:0 -22px;
}
/*	--------------------------------------------------
Banner
------------------------------------------------- */
#banner-in h1 {
	margin:35px 0 0 0;
	padding:0;
	overflow:hidden;
	text-align:center;
	color:#002b68;
	font-size:22px;
}
#banner-in h2 {
	margin:15px 0 0px 0;
	padding:0;
	overflow:hidden;
	text-align:center;
	color:#d53707;
	font-size:18px;
}
#banner ul {
	margin:0 -60px 0px 0;
	min-height:200px;
	_height:200px;
	padding:0 0 40px 0;
}
*+html #banner ul {
	min-height:200px;
}
#banner li {
	list-style:none;
	width:187px;
	float:left;
	margin:0 15px 5px 0;
	padding:0 0 15px 28px;
	margin-bottom:8px;
	background-position:0 5px;
}
#banner li .title {
	color:#002b68;
	font-weight:bold;
	font-size:14px;
}
#banner li a {
	color:#012d69;
	text-decoration:none;
	font-weight:bold;
}
#banner li a:hover {
	color:#333;
	text-decoration:none;
}
.i_newtheme {
	background:url(images/i_newtheme.png) no-repeat;
}
.i_support {
	background:url(images/i_support.png) no-repeat;
}
.i_community {
	background:url(images/i_community.png) no-repeat;
}
.i_tips {
	background:url(images/i_tips.png) no-repeat;
}
.latestheme {
	width:500px;
	float:left;
	padding-top:33px;
	text-align:left;
	position:relative;
}
.viewthemes a {
	width:500px;
	height:336px;
	display:block;
	background:url(images/trans.gif) repeat;
	position:absolute;
	right:0;
	top:45px;
	text-indent:-9809px;
	text-decoration:none;
}
.viewthemes a:hover {
	background: url(images/b_viewourthemes.png) no-repeat 165px 253px;
}
.latesthemebg {
	background:url(images/latesttheme.png) no-repeat;
	width:130px;
	height:127px;
	position:absolute;
	right:28px;
	top:31px;
	text-indent:-9009px;
}
.maintheme {
	float:left;
	padding:8px 0 0 73px;
}
.tag_latesttheme {
	position:absolute;
	left:74px;
	top:9px;
}
.banner_content {
	float:right;
	width:460px;
	padding-top:60px;
}
.banner_content p {
	color:#a2b8d2;
}
.action_button {
	clear:both;
	height:100%;
	overflow:hidden;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding-left:20px;
}
.or {
	padding-top:15px;
	color:#333;
}
/*	--------------------------------------------------
Page Headings
-------------------------------------------------- */
.head {
	position: relative;
	display: block;
	font-size:14px;
	color:#fff;
}
.head span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.head span {
	text-indent:-9009px;
	display:block;
}
.claim1 {
	margin-top:5px;
	margin-bottom:8px;
	text-transform: normal;
	font-weight:bold;
}
.claim1, .claim1 span {
	height:25px;
	color:#fff;
}
.claim1 span {
/*	background:url(images/claim1.png) no-repeat center; */
}
.claim2 {
	margin-bottom:8px;
}
.claim2, .claim2 span {
	height:31px;
	color:#fff;
}
.claim2 span {
/*	background:url(images/claim2.png) no-repeat center; */
}
/* home page headeings */

.three_columns h3, #sidebar h3 {
	margin:0;
	padding:0 0 5px 0;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #b0d7f1;
	color:#418003;
}
#sidebar h3 {
	margin:30px 0 5px 0;
}
#sidebar h3.home_title {
	margin:0px 0 5px 0;
}
.h_newsfromtheblog {
	margin-bottom:8px;
}
.h_newsfromtheblog, .h_newsfromtheblog span {
	height:11px;
	color:#fff;
	margin-bottom:5px;
}
.h_newsfromtheblog span {
	background:url(images/h_newsfromblog.jpg) no-repeat left;
}
.h_freethemes {
	margin-bottom:8px;
}
.h_freethemes, .h_freethemes span {
	height:11px;
	margin-bottom:5px;
}
.h_freethemes span {
	background:url(images/h_freethemes.jpg) no-repeat left;
}
.h_speiclaoffer {
	margin-bottom:8px;
}
.h_speiclaoffer, .h_speiclaoffer span {
	height:11px;
	margin-bottom:5px;
}
.h_speiclaoffer span {
	background:url(images/h_specialoffer.png) no-repeat left;
}
.h_tipsnresources {
	margin-bottom:8px;
}
.h_tipsnresources, .h_tipsnresources span {
	height:11px;
	margin-bottom:5px;
}
.h_tipsnresources span {
	background:url(images/h_tipsnresources.jpg) no-repeat left;
}
.h_whatourcustomersays {
	margin-bottom:8px;
}
.h_whatourcustomersays, .h_whatourcustomersays span {
	height:11px;
	margin-bottom:5px;
}
.h_whatourcustomersays span {
	background:url(images/h_whatourcustomersays.jpg) no-repeat -1px;
}
.h_bacomeapartner {
	margin-bottom:8px;
}
.h_bacomeapartner, .h_bacomeapartner span {
	height:11px;
	margin-bottom:5px;
}
.h_bacomeapartner span {
	background:url(images/h_bacomeapartner.jpg) no-repeat left;
}
.h_twitter {
	margin-bottom:8px;
}
.h_twitter, .h_twitter span {
	height:10px;
	margin-bottom:5px;
}
.h_twitter span {
	background:url(images/h_twitter.jpg) no-repeat left;
}
.h_newsletter {
	margin-bottom:8px;
}
.h_newsletter, .h_newsletter span {
	height:10px;
	margin-bottom:5px;
}
.h_newsletter span {
	background:url(images/h_newsletter.jpg) no-repeat left;
}
.h_services {
	margin-bottom:8px;
}
.h_services, .h_services span {
	height:12px;
	margin-bottom:5px;
}
.h_services span {
	background:url(images/h_services.jpg) no-repeat left;
}
.h_housting {
	margin-bottom:8px;
}
.h_housting, .h_housting span {
	height:12px;
	margin-bottom:5px;
}
.h_housting span {
	background:url(images/h_housting.jpg) no-repeat left;
}
.h_housting {
	margin-bottom:8px;
}
.h_housting, .h_housting span {
	height:12px;
	margin-bottom:5px;
}
.h_housting span {
	background:url(images/h_housting.jpg) no-repeat left;
}
/*	--------------------------------------------------
	Page Headings
-------------------------------------------------- */
.button {
	position:relative;
	display:block;
	font-size:14px;
}
.button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.button span a {
	display:block;
}
.b_joinnow {
	float:left;
	margin-left:10px;
}
.b_joinnow span, .b_joinnow span a {
	background:url(images/b_jointheclub.gif) no-repeat;
}
.b_joinnow span a, .b_joinnow {
	width:181px;
	height:46px;
	margin-bottom:15px;
}
.b_joinnow span:hover {
	background-position:0 -46px;
}
.b_joinnow {
	float:left;
	margin-right:10px;
}
.b_viewallourthemes {
	float:left;
	margin-right:10px;
}
.b_viewallourthemes span, .b_viewallourthemes span a {
	background:url(images/b_viewallourthemes.gif) no-repeat;
}
.b_viewallourthemes span a, .b_viewallourthemes {
	width:202px;
	height:46px;
}
.b_viewallourthemes span:hover {
	background-position:0 -46px;
}



.b_viewallourthemes2 { background:#518501; font-size:24px; height:54px; line-height:50px; text-align:center; vertical-align:middle; width:402px; }
.b_viewallourthemes2 a { color:#fff; text-decoration:none; }
.b_viewallourthemes2 a:hover { color:#e0ffa5; text-decoration:none; }

.b_viewallourthemes2 span, .b_viewallourthemes2 span a {
	background:url(images/b_viewwpthemes.png) no-repeat;
}
.b_viewallourthemes2 span a, .b_viewallourthemes2 {
	width:402px;
	height:54px;
}
.b_viewallourthemes2 span:hover {
	background-position:0 -54px;
}



.b_viewdemo {
	float:right;
}
.b_viewdemo span, .b_viewdemo span a {
	background:url(images/b_viewdemo.png) no-repeat;
}
.b_viewdemo span a, .b_viewdemo {
	width:168px;
	height:30px;
}
.b_viewdemo span:hover {
	background-position:0 -30px;
}
.b_buynow {
	margin-left:20px;
}
.b_buynow span, .b_buynow span a {
	background:url(images/b_buynow2.png) no-repeat;
}
.b_buynow span a, .b_buynow {
	width:151px;
	height:30px;
	margin-bottom:15px;
}
.b_buynow span:hover {
	background-position:0 -30px;
}
.b_download {
	margin-left:20px;
}
.b_download span, .b_download span a {
	background:url(images/b_downloadnow.png) no-repeat;
}
.b_download span a, .b_buynow {
	width:152px;
	height:30px;
	margin-bottom:15px;
}
.b_download span:hover {
	background-position:0 -30px;
}
/* home --------------------------------------------- */
.three_columns {
	width:300px;
}
.columns_spacer {
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid #E3E3E3;
}
.columns_spacer2 {
	padding-left:20px;
}
.rss {
	position:absolute;
	right:0;
	top:-3px;
}
.three_columns ul {
	margin:0;
	padding:0;
}
.three_columns li, #sidebar .news li {
	margin:0;
	padding:5px 0 5px 25px;
	list-style:none;
	background:url(images/i_new.gif) no-repeat 0 11px;
	border-bottom:1px solid #ccc;
}
#content-wrapper .three_columns li a, #sidebar .news li a {
	color:#000;
	text-decoration:none;
}
.three_columns li span, #content-wrapper .three_columns li span a, #sidebar .news li span, #sidebar .news li span a {
	font-size:11px;
	color:#818181;
}
#content-wrapper .three_columns li a:hover, #content-wrapper .three_columns li span a:hover, #sidebar .news li span a:hover, #sidebar .news li a:hover {
	color:#176dcf;
}
.three_columns .view_action {
	overflow:hidden;
	height:150px;
	margin:10px -20px 0 0;
	padding:0;
}
.three_columns .vaction_list {
	margin:0 -78px 10px 0;
	padding:0;
}
.three_columns .vaction_list li {
	float:left;
	background:none;
	display:inline;
	list-style:none;
	margin:0 18px 3px 0;
	padding:0;
	background:none;
}
.three_columns .vaction_list li img {
	border:3px solid #b0d7f1;
}
.three_columns .vaction_list li img:hover {
	border:3px solid #8bd0fe;
}
.testimonials_top {
	background:url(images/quote_top.gif) no-repeat top left;
}
.testimonials_bottom {
	background:url(images/quote_bottom.gif) no-repeat bottom right;
	padding:0px 23px 0px 23px;
	margin-bottom:18px;
}
#content-wrapper .testimonials_top blockquote, #sidebar .testimonials_top blockquote {
	margin:0;
	padding:0;
	color:#555;
	background:none;
	float:none;
	font-size:14px;
	line-height:20px;
}
#content-wrapper .testimonials_top small.clientname, #sidebar .testimonials_top small.clientname {
	color:#777;
	float:right;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align:right;
	padding:5px 0 30px 0;
}
/* Gallery Page Listing ---------------------------- */
#ltheme .theme_listing {
	margin:0 0 20px -35px;
	padding:0;
	min-height:200px;
	_height:200px;
}
#ltheme .theme_listing li {
	margin:0 0 15px 35px;
	_margin:0 0px 15px 35px;
	padding:0;
	list-style:none;
	font-size:12px;
	display:inline;
	width:300px;
	_height:350px;
	height:350px;
	float:left;
	color:#9b9b9b;
}
#content-wrapper #ltheme .theme_listing li a {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:underline;
	color:#666;
}
#content-wrapper #ltheme .theme_listing li a:hover {
	color:#333;
}
#ltheme .theme_listing li img {
	border:2px solid #c6c6c6;
	margin-bottom:3px;
}
#ltheme .theme_listing li a:hover img {
	border:2px solid #666;
}
#ltheme .theme_listing h3 {
	margin:0;
	padding:0;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	border-bottom:none;
}
#content-wrapper #ltheme .theme_listing h3 a {
	text-decoration:none;
	color:#323232;
}
#content-wrapper #ltheme .theme_listing h3 a:hover {
	text-decoration:none;
	color:#000;
}
#ltheme .theme_listing li p {
	margin:0 0 2px 0;
	padding:0;
	font-size:11px;
}
.noimage_themes {
	width:295px;
	padding:115px 0;
	border:2px solid #8fcee4;
	text-align:center;
}
#content-wrapper #ltheme .theme_listing a.i_viewcart {
	background:url(images/i_cart.gif) no-repeat left 4px;
	width:55px;
	padding-left:18px;
	margin-right:-3px;
	border:none;
	color:#666;
	text-decoration:underline;
	cursor:pointer;
	display:block;
}
#content-wrapper #ltheme .theme_listing a.i_viewcart:hover {
	color:#333;
	background-position:0 -10px;
}
/*Page navigatoin 2 ----------------------------- */
.wp-pagenavi {
	text-align:center;
	height:25px;
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:24px;
	clear:both;
	margin-bottom:20px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding:5px 10px 5px 10px;
	margin:2px;
	text-decoration:none;
	color:#fff;
	line-height:24px;
	background-color:#134b72;
}
.wp-pagenavi a:hover {
	color:#fff;
	background-color: #0b3654;
}
.wp-pagenavi span.pages {
	padding:5px 10px 5px 10px;
	margin: 2px;
	background-color:#FFF;
}
.wp-pagenavi span.current {
	padding:5px 10px 5px 10px;
	margin: 2px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	background:#e55f0d;
}
.wp-pagenavi span.extend {
	padding:5px 10px 5px 10px;
	margin: 2px;
	color: #fff;
	line-height:25px;
	background-color: #314332;
}
/*theme details ----------------------------------------------------- */
.rating {
	height:100%;
	overflow:hidden;
	padding:0 0 18px 0;
}
.tdetails_left {
	width:450px;
	float:left;
	padding-bottom:20px;
	height:100%;
	overflow:hidden;
}
.tdetails_right {
	width:460px;
	color:#444;
	float:right;
	margin-bottom:20px;
}
.tdetails_left img {
	border:2px solid #9ABDE5;
	margin-bottom:12px;
}
.tdetails_right blockquote {
	background:#e1f4ff url(images/quote3.gif) no-repeat 3px 3px;
	paddding:8px 0 8px 28px;
	border-top:1px solid #a3cbe2;
	border-bottom:1px solid #a3cbe2;
}
.tdetails_right ul {
	margin:0 0 15px 0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
}
.tdetails_right li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background:url(images/bullet2.gif) no-repeat left 7px;
	line-height:18px;
}
.tdetails_right h1 {
	margin: 0 0 5px 0;
	padding:0;
	font:normal 26px Arial, Helvetica, sans-serif;
	color: #073f7f;
	border:none;
	float:none;
	background:url(images/hbullet.png) no-repeat;
	background-position:0 5px;
}
.tdetails_right h3 {
	margin: 20px 0 5px 0;
	padding:5px 0 5px 0;
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #176dcf;
	border:none;
	float:none;
	border-top:2px solid #b0d7f1;
	border-bottom:1px solid #d9eefc;
}
.package h3 {
	margin: 0 0 5px 0;
	padding:5px 0 0 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #fa7000;
	border:none;
	float:none;
	text-transform:uppercase;
	text-align:center;
}
.tsepretor_hr {
	background:url(images/tsepretor_hr.png) repeat-x top;
	padding:0px 0 15px 0;
	margin-top:10px;
	overflow:hidden;
	height:100%;
}
.moreinfo {
	width:220px;
}
#content-wrapper .moreinfo p {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding:3px 0 5px 5px;
	border-bottom:1px dotted #d0d0d0;
	color:#666;
}
.black {
	color:#000;
}
.features {
	margin:8px 0 15px 0;
	padding:0;
}
.features br {
	display:none;
}
.features li {
	margin:0 0 5px 0;
	padding:0 0 5px 12px;
	background:url(images/bullet2.png) no-repeat center;
	background-position:0 6px;
	font-size:12px;
}
.features li a {
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.features li a:hover {
	color:#333;
	text-decoration:none;
}
.fthumb {
	margin:0;
	padding:0;
}
.package {
	background:#faffcf url(images/package.png) no-repeat 10px 50px;
	border:1px solid #ffb745;
	overflow:hidden;
	height:100%;
	padding:10px;
}
.services {
	background:#c5e9ff;
	border:1px solid #62add5;
	overflow:hidden;
	height:100%;
	padding:10px;
	margin-bottom:20px;
}
.included {
	margin:8px 8px 5px 8px;
	padding:0;
	width:300px;
	float:right;
}
.included li {
	margin:0 0 5px 0;
	padding:0 0 5px 22px;
	font-size:12px;
	color:#333;
	background-position:0 3px;
}
.included li a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}
.included li a:hover {
	color:#666;
	text-decoration:none;
}
.i_zip {
	background:url(images/i_zip.png) no-repeat;
}
.i_licence {
	background:url(images/i_licance.png) no-repeat;
}
.i_pdf {
	background:url(images/i_pdf.png) no-repeat;
}
.i_psd {
	background:url(images/i_psd.png) no-repeat;
}
.packages {
	background:url(images/sepretor2_hr.png) repeat-x top;
	padding:10px 0;
	clear:both;
}
.package2 {
	width:215px;
}
.packagedetails {
	margin:8px 8px 5px 8px;
	padding:0;
	clear:both;
}
.packagedetails li {
	margin:0 0 5px 0;
	padding:0 0 5px 15px;
	background:url(images/bullet2.gif) no-repeat;
	background-position:0 6px;
	font-size:12px;
	color:#333;
}
.packagedetails li a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}
.packagedetails li a:hover {
	color:#666;
	text-decoration:none;
}
#content-wrapper p.price {
	font:22px Arial, Helvetica, sans-serif;
	color:#333;
	width:85px;
	margin:0 auto;
	padding:3px 0;
	text-align:center;
	background:#fef69a;
	text-align:center;
}
.spertor_vr {
	background: url(images/sepretor_vr.png) repeat-y right;
}
#purchasewarning p {
	color:#999;
	font-size:11px;
	margin-top:5px;
}
#purchasewarning p a {
	color:#666;
}
#purchasewarning p a:hover {
	color:#f60;
}
/*********************************************
		Sidebar Div
*********************************************/
#sidebar .news {
	margin:0 0 12px 0;
	padding:0;
}
#sidebar #feed {
	border: 4px solid #c0d9ef;
	margin-bottom:15px;
	height:100%;
	overflow:hidden;
}
#sidebar #feed a.subrss {
	display: block;
	line-height: 40px;
	font-size: 22px;
	text-decoration: none;
	background:#fff url(images/rss.png) 10px 50% no-repeat;
	margin: 0px;
	padding: 5px 5px 5px 40px;
}
#sidebar #feed .subemail {
	margin: 10px 0px 0px 0px;
}
#sidebar #feed .subemail .textbox {
	border: 1px solid #e4e4e4;
	padding: 4px;
	width: 200px;
}
#sidebar #feed .subemail .submitbutton {
	background: #0880a5;
	color: #FFF;
	border: 1px solid #002647;
	padding: 3px;
}
#sidebar embed, #sidebar object {
	width: 340px;
	height: 280px;
	margin: 0px;
	padding: 0px;
}
#sidebar .widget {
	clear: both;
	margin: 10px 0px;
	padding: 0px;
}
#sidebar .widget ul {
	list-style-type: disc;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
#sidebar .widget ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#sidebar .widget p, #sidebar .widget .textwidget {
	line-height: 17px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#sidebar img {
	text-align: center;
	margin: 5px 0px;
	padding: 0px;
}
#search {
	margin:5px 0 15px 0;
	padding:0;
	overflow:hidden;
	height:100%;
	position: relative;
	background:#fff url(images/searchbg.gif) repeat-x bottom;
	padding:8px;
	border:1px solid #b5cfdf;
}
#search .s {
	border: 1px solid #b5cfdf;
	background:#fff;
	color: #063d7d;
	padding:3px;
	font:12px Arial, Helvetica, sans-serif;
	width:195px;
	float: left;
	height:16px;
}
#searchform .search {
	font-size:11px;
	font-weight:bold;
	float:right;
	padding:4px;
	background:#5b8eb1;
	color:#fff;
	border:none;
	position:absolute;
	top:8px;
	right:-9px;
	width:73px;
	height:25px;
	text-indent:-9009px;
	cursor:pointer;
	background:url(images/b_search.gif) no-repeat;
}
#login {
	background:#fff9d3;
	border:3px solid #e2c672;
	padding:10px;
	height:100%;
	overflow:hidden;
	margin-bottom:12px;
}
#login h2 {
	margin:0 0 8px 0;
	padding:0;
	font:18px Arial, Helvetica, sans-serif;
	color:#d53707;
	border-bottom:1px solid #e9e3d2;
}
#login label {
	font-size:12px;
	line-height:18px;
	color:#333;
	float:left;
	display:block;
	width:250px;
	margin-bottom:2px;
	color:#333;
	margin-bottom:3px;
}
#login input {
	border:1px solid #938c78;
	float:right;
	background:#fff;
	border-right:1px solid #e9e3d2;
	border-bottom:1px solid #e9e3d2;
	width:160px;
	padding:3px;
}
#login span {
	width:80px;
	float:left;
	font-weight:bold;
	font-size:12px;
}
#login #remembercheck {
	width:20px;
	float:inherit;
	margin-left:80px;
}
#login p {
	clear:both
}
#login .membersubmit {
	width:78px;
	height:28px;
	background:url(images/b_login.gif) no-repeat;
	border:none;
	text-indent:-9009px;
	clear:both;
	cursor:pointer;
	float:none;
	margin-left:80px;
}
#login a {
	color:#060;
	text-decoration:underline
}
#login a:hover {
	color:#000
}
#login li {
	margin:0 0 12px 0;
	padding:0 0 3px 20px;
}
#login li.m_memberpage {
	background:url(images/i_download.gif) no-repeat 0 3px;
}
#login li.editprofile {
	background:url(images/i_editprofile.gif) no-repeat 0 3px;
}
#login li.m_logout {
	background:url(images/i_logout.gif) no-repeat 0 3px;
}
/* content -------------------- */
#content a {
	color:#4093ce;
	text-decoration:underline;
}
#content a:hover {
	color:#333;
}
#content ul {
	margin:0 0 15px 0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
}
#content li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background:url(images/bullet2.gif) no-repeat left 7px;
	line-height:18px;
}
#content ul li ul {
	margin:8px 0 5px 0;
	padding:0 0 0 0;
}
#content li ul li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background:url(images/bullet2.gif) no-repeat left 7px;
}
#content ol {
	margin:0;
	padding:0 0 10px 5px;
	list-style-type:decimal;
	font-size:12px;
	line-height:18px;
}
#content ol li ol {
	margin:8px 0 5px 18px;
	padding:0 0 0 0;
}
#content ol li {
	margin:0 0 5px 0;
	padding:0;
	background:none;
}
#content li a {
	text-decoration:none;
}
.onecloum {
	width:320px;
}
#content .tutorials_list {
	margin:0;
	padding:0 0 10px 5px;
	list-style-type:decimal;
	font-size:12px;
	line-height:18px;
}
#content .tutorials_list li {
	margin:10px 0 15px 0;
	padding:0;
	font-weight:bold;
	font-size:14px;
	background:none;
	line-height:20px;
}
#content .tutorials_list li img {
	border: 3px solid #cccccc;
	margin-bottom: 5px;
}

#content .tutorials_list ul li ul { margin:0 0 25px 0; padding:0; height:100%; overflow:hidden: }
#content .tutorials_list li ul li { margin:0 0 3px 0 ; padding:0; font-weight:normal !important;  }

#content .tutorials_list li span img { border:none; margin-bottom:0; }



/*	Comments									*

************************************************/
#content .commentlist li .avatar {
	background: #fff url(images/gravtar.png) no-repeat center;
	float: left;
	margin:0 12px 12px 0;
	border: 2px solid #ccc;
	padding:5px;
	margin-left:10px;
}
#commentform input {
	width: 260px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	border:1px solid #ccc;
}
#commentform {
	margin: 5px 10px 20px 0px;
	height:100%;
	overflow:hidden;
}
#commentform label {
	font-weight:bold;
	float:left;
	width:120px;
	padding:3px 0 0 0;
}
.cancel-comment-reply a {
	font-size:12px;
}
#commentform textarea {
	width: 90%;
	padding:3px;
	border:1px solid #ccc;
	font:12px Arial, Helvetica, sans-serif;
}
#respond:after {
	content: ".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#content .commentlist p {
	font-weight: normal;
	text-transform: none;
	padding-left:56px;
}
#content .commentmetadata {
	font-weight: normal;
	font-size:11px;
}
#commentform p {
	margin: 5px 0px 5px 0px;
}
.comment-author {
	margin-right:5px;
	position:absolute;
	left:0;
}
.commentmetadata a {
	color:#666;
	text-decoration:none;
}
.reply {
	padding:4px 0 5px 0;
	float:right;
	clear:both;
	color:#176dcf;
	text-decoration:none;
}
.reply a {
	color:#176dcf;
	text-decoration:none;
}
.reply a:hover {
	color:#000;
	text-decoration:underline;
}
#commentform #submit {
	margin:0px;
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	background:#787878;
	border:none;
	width:120px;
}
.alt {
	margin: 0px;
	padding:0;
}
#content .commentlist {
	margin: 10px 0 10px 0;
	padding:0px;
	height:100%;
	overflow:hidden;
}
#content .commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 8px 10px 10px;
	list-style: none;
	width:96%;
	background:none;
	position:relative;
	border-bottom:1px solid #b0d7f1;
}
#content .commentlist li ul li {
	margin-right:5px;
}
#content .commentlist cite {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}
#content .commentlist li a {
	font-weight:bold;
}
#content .commentlist li a:hover {
	color:#333;
}
.commentlist p {
	margin: 0px 5px 10px 0px;
	padding: 0px;
}
.children {
	margin:0px;
	padding:0px;
}
.nocomments {
	text-align: center;
	margin:0px;
	padding:0px;
}
.commentmetadata {
	font-size: 11px;
	margin: 0px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#content .commentlist li.thread-alt {
	background:#fff;
}
#content .commentlist li.thread-even {
	background:#def2ff;
}
.depth-1 {
}
.even {
	background:#fff !important;
}
.alt {
	background:#def2ff !important;
	margin:0px;
	padding:0px;
}
/* comment form --------------------------------------------- */

.cform_left {
	width:270px;
	float:left;
}
.cform_right {
	width:310px;
	float:right;
	padding-top:15px;
	_padding-top:10px;
	position:relative;
}
*+html .cform_right {
	padding-top:10px;
}
#commentform .cform_left label {
	float:left;
	width:240px !important;
	margin-top:-5px;
}
#commentform .cform_right label {
	float:right;
}
#commentform .field {
	padding-bottom:14px;
	_padding-bottom:13px;
}
*+html #commentform .field {
	padding-bottom:13px;
}
#commentform input {
	width:360px;
	padding:4px;
	border:1px solid #ccc;
	height:18px;
}
#commentform {
	margin:5px 10px 0px 0px;
	height:100%;
	overflow:hidden;
}
#commentform label {
	font-weight:bold;
	display:block;
	float:right;
	width:150px;
	padding-top:0px;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:#fff;
}
#content p.subscribe-to-comments {
	width:270px;
}
#commentform .cform_left label.subscribe {
	float:left;
}

#subscribe {
	float:left;
}
#commentform textarea {
	width:360px;
	height:120px;
	padding:2px;
	border:1px solid #ccc;
}
#commentform #submit {/* position:absolute; bottom:-30px;  left:0;*/
	float:left;
	width:142px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
	background:url(images/b_post_comments.gif) no-repeat;
	border:none;
	height:27px;
	padding-bottom:8px;
}
#commentform #submit:hover {
	background-position:0 -27px;
}
/*********************************************
		Single Post Styles
*********************************************/
#post {
	height:100%;
	overflow:hidden;
	margin-bottom:25px;
}
#post .meta {
	clear: both;
	font-size: 12px;
	color: #888;
	text-align:left;
	margin: 0px;
	padding: 0px 0px 10px 18px;
	background:url(images/i_calendar.gif) no-repeat;
}
#post .meta a {
	color:#666;
	text-decoration:none;
}
#post .meta a:hover {
	color:#333;
	text-decoration:none;
}
#post .post_bottom {
	height:100%;
	overflow:hidden;
	padding:15px 0 20px 0;
	text-align:left;
	margin-top:20px;
	border-top:1px solid #e5e5e5;
	clear:both;
}
#post .post_bottom a {
	text-decoration:none;
}
.category {
	float:left;
	width:300px;
	background:url(images/i_category.gif) no-repeat 0 -2px;
	padding-left:18px;
	font-size:12px;
}
.comment {
	float:right;
	text-align:right;
	background:url(images/i_comment.gif) no-repeat;
	padding-left:18px;
}
#post .alignleft, .page .alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}
#post .alignright, .page .alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}
#post p, #post li, .page p, .page li {
	line-height: 20px;
}
/* post subheading styles */
#post h2, #post h3, #post h4, #post h5 {
	clear: both;
	background: none;
	border: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
}
#post h2.head {
	font: 34px Arial, sans-serif;
	margin:0;
	color:#000;
}
#post h3.head {
	font: 30px Arial, sans-serif;
	margin:0;
	color:#015fb1;
}
#post h3 a {
	color:#015fb1;
	text-decoration:none;
}
#post h3 a:hover {
	color:#182841;
}
#post h3 {
	font-weight:normal;
}
#post h4 {
	font-size: 18px;
	font-weight:normal;
}
#post h5 {
	font-size: 16px;
}
#post h6 {
	font-size: 14px;
}
#post .meta-bottom {
	border-top: 1px solid #ccc;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px;
}
#post .meta-bottom .left {
	display: block;
	float: left;
	width: 48%;
}
#post .meta-bottom .right {
	display: block;
	float: right;
	width: 48%;
}
#content p.info {
	background:#F9F9F9 url(images/info.png) no-repeat 12px 13px;
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
}
#content p.note {
	background:#FEF6D2 url(images/note.png) no-repeat 14px 13px;
	border-bottom:1px solid #EFE3AE;
	border-top:1px solid #EFE3AE;
}
#content p.alert {
	background:#FFD9C8 url(images/alert.png) no-repeat 12px 13px;
	border-bottom:1px solid #F0BAA2;
	border-top:1px solid #F0BAA2;
}
#content p.download {
	background:#EDFCD5 url(images/download.png) no-repeat 10px 13px;
	border-bottom:1px solid #D4EBAF;
	border-top:1px solid #D4EBAF;
}
#content p.alert, #content p.download, #content p.info, #content p.note {
	margin:10px 0;
	padding:10px 10px 10px 36px;
}
/* Banner list--------------- */
	#content .affilates_banner {
	background:url(images/affilate_info.png) no-repeat;
	width:320px;
	height:190px;
	padding:10px 20px 0 319px;
	margin-bottom:20px;
}
#content .affilates_banner p {
	color:#fff;
}
#content .affilates_banner h5 {
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#97d2ff;
	margin:0 0 10px 0;
	padding:0;
}
#content .blist {
	margin:25px 0;
	padding:0 0;
	list-style:none;
	overflow:hidden;
}
#content .blist li {
	padding:8px 0;
	margin:0;
	display:inline;
	float:left;
	width:135px;
	height:150px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#content .blist1 {
	margin:25px 0;
	padding:0 0;
	list-style:none;
	overflow:hidden;
}
#content .blist1 li {
	padding:8px 0;
	margin:0;
	display:inline;
	float:left;
	width:135px;
	height:110px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#content .blist2 {
	margin:25px 0;
	padding:0 0;
	list-style:none;
	overflow:hidden;
}
#content .blist2 li {
	padding:8px 0;
	margin:0 5px;
	display:inline;
	float:left;
	height:280px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#content .blist3 {
	margin:25px 0;
	padding:0 0;
	list-style:none;
	overflow:hidden;
	height:100%;
}
#content .blist3 li {
	padding:8px 0;
	margin:0 5px;
	list-style:none;
	text-align:center;
	width:100%;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
#content .blist4 {
	margin:25px 0;
	padding:0 0;
	list-style:none;
	overflow:hidden;
}
#content .blist4 li {
	padding:8px 0;
	margin:0;
	display:inline;
	float:left;
	width:135px;
	text-align:center;
	font-size:11px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
/*********************************************







		Share Links Styles







*********************************************/







ul#share {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#share li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
}
ul#share li.comments {
	background: url(images/share/comments.png) left 2px no-repeat;
}
ul#share li.stumble {
	background: url(images/share/stumble.png) left 2px no-repeat;
}
ul#share li.digg {
	background: url(images/share/digg.gif) left 2px no-repeat;
}
ul#share li.delicious {
	background: url(images/share/delicious.gif) left 2px no-repeat;
}
ul#share li.facebook {
	background: url(images/share/facebook.gif) left 2px no-repeat;
	border: none;
}
/*********************************************
		Search Results Styles
*********************************************/
.search-results h3.title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.search-results p {
	margin: 0px;
	padding: 0px;
}
.search-results p.permalink {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #008f00;
	font-size: 12px;
	font-weight: bold;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.page-nav a {
	text-decoration: none;
}
.page-nav a:hover {
	text-decoration: underline;
}
.nav-previous {
	width: 249px;
	float: left;
	text-align: left;
 background:
}
.nav-next {
	width: 249px;
	float: right;
	text-align: right;
}
/*#bottom-in  ------------------------------ */







#bottom-in .four_column {
	width:230px;
	position:relative;
}
#bottom-in h3 {
	margin:0 0 8px 0;
	padding:0 0 5px 0;
	font-size:11px;
	text-transform:uppercase;
	color:#012d69;
}
#bottom-in p {
	margin:0 0 8px 0;
	padding:0;
	font-size:11px;
	color:#555;
	line-height:18px;
}
#bottom-in .icon_left {
	float:left;
	margin:0 8px 8px 0;
}
#bottom-in .four_column_content {
	width:180px;
	float:right;
}
.four_column ul {
	margin:0;
	padding:0;
}
.four_column li {
	margin:0;
	padding:2px 0 1px 12px;
	list-style:none;
	background:url(images/bullet1.gif) no-repeat 0 6px;
	font-size:11px;
}
.four_column li a {
	color:#000;
	border-bottom:1px dotted #333;
	text-decoration:none;
}
.four_column li a:hover {
	color:#176dcf;
	border-bottom:1px dotted #333;
	text-decoration:none;
}
#bottom-in .followme {
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	font-weight:bold;
}
#bottom-in .followme {
	color:#d53707;
	text-decoration:underline;
}
#bottom-in .followme:hover {
	color:#333;
}
/*#footer -------------------------------------------------------------- */
#footer p {
	margin:0 0 8px 0;
	padding:0;
	font-size:11px;
	color:#4d6279;
	line-height:18px;
}
#footer a, #bottom-in a {
	color:#4093ce;
	text-decoration:underline;
}
#footer a:hover, #bottom-in a:hover {
	color:#333;
}
#footer p.copyright {
	float:left;
}
#footer p.copyright span, #footer p.copyright span a {
	color:#666;
	text-decoration:none;
}
#footer p.copyright span a:hover {
	color:#000;
}
#footer ul {
	margin:0 -10px 0 0;
	padding:0;
	float:right;
}
#footer li {
	margin:0;
	padding:1px 10px 1px 10px;
	list-style:none;
	font-size:11px;
	display:inline;
	border-right:1px solid #ccc;
}
#footer li a {
	color:#3a689e;
	text-decoration:none;
}
#footer li a:hover {
	color:#000;
}
#bottom-in .subscribebox {
	height:100%;
	overflow:hidden;
	position:relative;
	text-align:left;
	line-height:18px;
}
#bottom-in .subscribebox .wpsb_form_label {
	text-align:left;
}
#bottom-in .wpsb_form_txt {
	border:1px solid #b6c6d0;
	padding:3px 22px 3px 5px;
	width:100px;
	background:#fff;
}
#bottom-in .wpsb_form_btn {
	float:right;
	margin-left:3px;
	background:#5c8eb1;
	color:#fff;
	border:none;
	position:absolute;
	right:0;
	top:0px;
	_top:1px;
	padding:3px 0 6px 0;
	cursor:pointer;
	font:bold 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:75px;
	height:24px;
	lineheight:26px;
}
*+html #bottom-in .wpsb_form_btn {
	top:1px;
}
/* simplesite theme ------------------------------------------------------------------------------------------------------ */

#simple_top {
	background:url(images/simplesite_top.png) repeat-x bottom;
}
#simple_top-in {
	width:990px;
	margin:0 auto;
	padding:10px;
	height:100%;
	overflow:hidden;
}
#simple_top-in p {
	margin:22px 0 8px 0;
	padding:0;
	font-size:14px;
	color:#444;
	font-weight:normal;
	line-height:18px;
}
.simple-screenshot, .simple-screenshot2, .simple-screenshot3, .simple-screenshot4 {
	width:558px;
	height:302px;
	float:right;
	text-indent:-9009px;
}
.simple-screenshot {
	background:url(images/screenshot_simple.png) no-repeat center 20px;
}
.simple-screenshot2 {
	background:url(images/screenshot_simple2.png) no-repeat center 20px;
}
.simple-screenshot3 {
	background:url(images/screenshot_simple3.png) no-repeat center 20px;
}
.simple-screenshot4 {
	background:url(images/t4_screenshot_simple4.png) no-repeat center 20px;
}
#simple_top-in .content {
	width:430px;
	float:left;
	margin-top:40px;
}
#simple_top-in .content p.small {
	font-size:12px;
	margin-top:20px;
	margin-bottom:0;
}
.h_simplesite, .h_simplesite2, .h_simplesite3, .h_simplesite4 {
	position: relative;
	display: block;
	width:395px;
	height:103px;
	font-size:18px;
	color:#033c88;
	margin-bottom:12px;
	font-weight:bold;
	text-align:center;
}
.h_simplesite span, .h_simplesite2 span, .h_simplesite3 span, .h_simplesite4 span {
	height:100%;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_simplesite span {
	width:395px;
	height:103px;
	background:url(images/h_simplesite.png) no-repeat;
}
.h_simplesite2 span {
	width:395px;
	height:103px;
	background:url(images/h_simplesite2.png) no-repeat;
}
.h_simplesite3 span {
	width:395px;
	height:103px;
	background:url(images/h_simplesite3.png) no-repeat;
}
.h_simplesite4 span {
	width:395px;
	height:103px;
	background:url(images/t4_h_simplesite4.png) no-repeat;
}
.screenshot {
	margin:10px -45px 0 0;
	min-height:270px;
	overflow:hidden;
	_height:270px;
}
.thumb {
	border:3px solid #9fcef7;
	position:relative;
	width:220px;
	float:left;
	margin:0 22px 25px 0;
}
.zoom {
	position:absolute;
	bottom:-15px;
	right:-2px;
}
.developerpackage2 {
	background:#faffcf url(images/package.png) no-repeat 10px 40px;
	border:1px solid #ffb745;
	overflow:hidden;
	height:100%;
	padding:10px;
}
.paymentsection {
	padding:10px 0;
}
.packagewidth {
	width:470px;
	float:right;
}
.support {
	width:430px;
	float:left;
}
.testimonials {
	border-top:3px solid #b6c9e0;
	border-bottom:1px solid #b6c9e0;
	background:url(images/quote2.png) no-repeat 10px 10px;
	padding:10px 15px 0 40px;
	margin-bottom:15px;
}
.testimonials p {
	font-size:14px;
	color:#416793;
}
.testimonials p.author {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#8f9eaf;
}
.attached {
	width:400px;
	padding-right:28px;
	float:left;
	background:url(images/sepretor_vr.png) repeat-y right top;
}
.attached #purchasewarning p {
	line-height:12px;
}
.included2 {
	margin:16px 8px 5px 100px;
	_margin:16px 8px 5px 60px;
	padding:0;
	float:left;
}
.included2 li {
	margin:0 0 5px 0;
	padding:0 0 5px 22px;
	font-size:12px;
	color:#333;
}
.included2 li a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}
.included2 li a:hover {
	color:#666;
	text-decoration:none;
}
.packages2 {
	padding:0 0;
	width:500px;
	float:right;
}
.spertor_vr2 {
	background: url(images/sepretor_vr.png) repeat-y center;
	height:215px;
}
.colorschemes {
	margin:15px 0;
}
.package3 {
	width:235px;
}
.features {
	margin:8px 0 15px 0;
	padding:0;
}
.features li {
	margin:0 0 5px 0;
	padding:0 0 5px 12px;
	background:url(images/bullet2.gif) no-repeat center;
	background-position:0 6px;
	font-size:12px;
}
.features li a {
	color:#666;
	text-decoration:none;
	font-size:12px;
}
.features li a:hover {
	color:#333;
	text-decoration:none;
}
#content-wrapper p.title {
	margin:0 0 5px 0;
	font-size:12px;
	line-height:18px;
}
.list {
	margin:10px 0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#444;
}
.list li {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	line-height:18px;
	background:url(images/bullet2.gif) no-repeat center;
	background-position:0 5px;
}
/* contact form ------------------------------ */ 

.contactform {
	position: static;
	overflow: hidden;
}
.contactleft {
	width: 25%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-weight: bold;
}
.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	font-size:10px;
	color:#d51f07;
}
.contactright input, textarea {
	width:260px;
	border:1px solid #a9c7d7;
	border-bottom:1px solid #6d8fa1;
	border-right:1px solid #6d8fa1;
	padding:3px;
	font:12px arial;
}
.contacterror {
	border: 2px solid #ff0000;
	background:#ffd9d9;
	padding:3px;
	text-align:center;
}
#contactsubmit {
	width:127px;
	height:28px;
	padding-bottom:5px;
	cursor:pointer;
	border:none;
	background:url(images/b_sendmessage.gif) no-repeat;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#121e00;
	text-align:center;
	text-transform:uppercase;
}
.h_themepackage2 {
	position: relative;
	display: block;
	height:10px;
	width:276px;
	font-size:11px !important;
	color:#033c88;
	margin: 0 auto 5px auto;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}
.h_themepackage2 span {
	height:100%;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow:hidden;
}
.h_themepackage2 span {
	height:14px;
	width:276px;
	background:url(images/h_themepackage2.png) no-repeat center bottom;
}
.h_themepackage {
	position: relative;
	display: block;
	height:12px;
	width:379px;
	font-size:12px;
	color:#033c88;
	margin: 0 auto 5px auto;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}
.h_themepackage span {
	height:100%;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_themepackage span {
	height:14px;
	width:379px;
	background:url(images/h_themepackage.png) no-repeat center bottom;
}
.h_singleusepackage {
	position: relative;
	display: block;
	height:10px;
	width:195px;
	font-size:11px !important;
	color:#033c88;
	margin: 0 auto 12px auto;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}
.h_singleusepackage span {
	height:100%;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_singleusepackage span {
	height:13px;
	width:195px;
	background:url(images/h_singleusepackage.png) no-repeat center;
}
.h_multipleusepackage {
	position: relative;
	display: block;
	height:10px;
	width:210px;
	font-size:11px !important;
	color:#033c88;
	margin: 0 auto 5px auto;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}
.h_multipleusepackage span {
	height:100%;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_multipleusepackage span {
	width:210px;
	height:13px;
	_height:15px;
	background:url(images/h_multipleusepackage.png) no-repeat center;
}
.h_personalpackage {
	position: relative;
	display: block;
	height:12px;
	font-size:10px;
	color:#033c88;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}
.h_personalpackage span {
	height:100%;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_personalpackage span {
	height:15px;
	overflow:hidden;
	background:url(images/h_personalpackage.png) no-repeat bottom;
}
.h_developerpackage {
	position: relative;
	display: block;
	height:12px;
	font-size:10px;
	color:#033c88;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}
.h_developerpackage span {
	height:100%;
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.h_developerpackage span {
	height:15px;
	overflow:hidden;
	background:url(images/h_developerpackage.png) no-repeat bottom;
}
/* member page --------------------- */



.single_package {
	width:270px;
	float:left;
	background:#cfeeff;
	padding:10px 15px;
	border-top:4px solid #b3d8ec;
	border-bottom:4px solid #b3d8ec;
	margin-bottom:25px;
}
.join_package {
	background:#e4f5ff url(images/joinbox_bg.gif) no-repeat left bottom;
	padding:10px 15px 10px 345px;
	border-top:4px solid #d4e9f4;
	border-bottom:4px solid #d4e9f4;
	margin-bottom:25px;
	height:258px;
}
#content .join_package li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background:none;
	padding:8px;
	text-align:center;
	line-height:18px;
	color:#292d34;
	font-size:14px;
	border-bottom:1px solid #c2d0dd;
}
.single_package h3, .developer_package h3 {
	margin:0 0 20px 0;
	padding:0;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#292d34;
	text-align:right;
	text-transform:uppercase;
	border:none;
}
.developer_package {
	width:270px;
	float:right;
	background:#dae8fc;
	padding:10px 15px;
	border-top:4px solid #b1c3dd;
	border-bottom:4px solid #b1c3dd;
	margin-bottom:25px;
}
#content .single_package ul, #content .developer_package ul {
	margin:0 0 15px 0;
	padding:0;
}
#content .single_package li, #content .developer_package li {
	margin:0;
	padding:8px 0 8px 0;
	list-style:none;
	border-bottom:1px solid #b8cddd;
	color:#292d34;
	font-size:14px;
	text-align:center;
	background:none;
}
#content .check_list {
	margin:10px 0 15px 10px;
	padding:0;
}
#content .check_list li {
	margin:0;
	padding:8px 0 8px 29px;
	list-style:none;
	color:#292d34;
	font-size:13px;
	font-weight:bold;
	background: url(images/checkbox.png) no-repeat left 6px;
	color:#444;
}
.h_singleprice {
	margin:8px auto 22px auto;
	text-align:center;
	width:101px;
}
.h_singleprice, .h_singleprice span {
	height:50px;
	color:#000;
}
.h_singleprice span {
	background:url(images/single_price.gif) no-repeat center;
}
.h_developerprice {
	margin:8px auto 22px auto;
	text-align:center;
	width:101px;
}
.h_developerprice, .h_developerprice span {
	height:50px;
	color:#000;
}
.h_developerprice span {
	background:url(images/developer_price.gif) no-repeat center;
}
.h_developerprice2 {
	margin:18px auto 8px auto;
	text-align:center;
	width:115px;
}
.h_developerprice2, .h_developerprice2 span {
	height:50px;
	color:#000;
}
.h_developerprice2 span {
	background:url(images/developer_price2.gif) no-repeat center;
}
.b_joinnow2 {
	width:172px;
	margin:0 auto;
}
.b_joinnow2 span, .b_joinnow2 span a {
	background:url(images/b_jointheclub2.gif) no-repeat;
}
.b_joinnow2 span a, .b_joinnow2 {
	width:172px;
	height:39px;
}
.b_joinnow2 span:hover {
	background-position:0 -39px;
}
.b_joinnow3 {
	width:203px;
	margin:0 auto;
}
.b_joinnow3 span, .b_joinnow3 span a {
	background:url(images/b_jointheclub3.gif) no-repeat;
}
.b_joinnow3 span a, .b_joinnow3 {
	width:203px;
	height:46px;
}
.b_joinnow3 span:hover {
	background-position:0 -46px;
}
.b_getyourcode {
	text-indent:-9009px;
}
.b_getyourcode a {
	display:block;
	float:left;
	width:187px;
	height:29px;
	margin:0 auto;
	background:url(images/b_getyourcode.png) no-repeat;
}
.b_getyourcode a:hover {
	background-position:0 -29px;
}
.gotquestions {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px 5px 8px 35px;
	background:#fff url(images/questions.png) no-repeat 0 12px;
	font-size:14px;
	line-height:18px;
	clear:both;
}
#content .gotquestions p {
	font-szie:14px;
}
.i_pdf2 {
	background:#fff url(images/i_pdf2.png) no-repeat;
	padding:0 0 3px 22px;
}
#content .posts_themeguide {
	background:#e4f2fa url(images/i_new.gif) no-repeat 5px 5px;
	border-bottom:1px solid #A9C6D7;
	padding:8px;
	margin-bottom:5px;
}
#content .posts_themeguide:hover {
	background:#f3fafd url(images/i_new.gif) no-repeat 5px 5px;
}
#content .posts_themeguide h3 {
	font-size:14px;
	color:#012d69;
	border-bottom:none;
	padding-left:15px;
}
#content .posts_themeguide h3 a {
	color:#012d69;
	text-decoration:none;
}
#content .posts_themeguide h3 a:hover {
	color:#333;
	text-decoration:none;
}
#content .posts_themeguide span {
	font-size:11px;
	color:#666;
}
.simple_thumb {
	border:3px solid #9FCEF7;
	float:left;
	margin:0 22px 25px 0;
	position:relative;
	width:200px;
}
.zoom2 {
	bottom:-15px;
	position:absolute;
	right:-2px;
}
#content-wrapper .category_list {
	margin:0 0 25px -10px;
	padding:0;
	min-height:33px;
	_height:33px;
	background:url(images/category_menubg.png) repeat-x bottom;
	_position:relative;
	_left:-10px;
}
#content-wrapper .category_list li {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	font-size:16px;
	font-weight:bold;
	float:left;
}
#content-wrapper .category_list li a {
	padding:5px 15px 0 15px;
	list-style:none;
	float:left;
	display:block;
	text-decoration:none;
	color:#999;
}
#content-wrapper .category_list li a:hover {
	color:#000;
}
#content-wrapper .category_list li.current-cat a {
	background:#fff;
	color:#002b68;
	padding:7px 15px 7px 15px;
	border:1px solid #ccc;
	border-bottom:none;
}
#content-wrapper .category_list li.current-cat a:hover {
	background:#fff;
	color:#000;
	padding:7px 15px 7px 15px;
}
.joinnow_info {
	clear:both;
	background:#eee url(images/i_info.png) no-repeat 15px 15px;
	border:1px solid #ccc;
	font-size:12px;
	color:#333;
	padding:10px 25px 10px 38px;
	line-height:18px;
	margin-bottom:15px;
}
.advt {
	height:1005;
	overflow:hidden;
	padding:10px 0;
	margin-bottom:20px;
}
/*============================================================================================  

                                 Themes details Page Version 2 Setting

============================================================================================= */

#banner2 {
	background:#fff url(images/bannerbg2.jpg) repeat-x top;
}
#banner-in2 {
	width:980px;
	margin:0px auto;
	position:relative;
	height:100%;
	overflow:hidden;
}
.h_thedailynews, .h_thedailynews span {
	width:425px;
	height:95px;
	color:#333;
}
.h_thedailynews span {
	background:url(images/themes_screenshots/thedailynews/h_thedailynews.jpg) no-repeat top left;
}
.h_thedailynews {
	margin-bottom:30px;
}
.h_thedailynews, .h_thedailynews span {
	width:425px;
	height:95px;
	color:#333;
}


.h_snippet, .h_snippet span {
	width:425px;
	height:112px;
	color:#333;
}
.h_snippet span {
	background:url(images/themes_screenshots/snippet/h_snippet.jpg) no-repeat top left;
}
.h_snippet {
	margin-bottom:10px;
}
.h_snippet, .h_snippet span {
	width:425px;
	height:112px;
	color:#333;
}

.h_reinvent, .h_reinvent span {
	width:425px;
	height:112px;
	color:#333;
}
.h_reinvent span {
	background:url(images/themes_screenshots/reinvent/h_reinvent.jpg) no-repeat top left;
}
.h_reinvent {
	margin-bottom:10px;
	margin-left:-3px;
}
.h_reinvent, .h_reinvent span {
 	height:100px;
	color:#333;
}


.h_consultant, .h_consultant span {
	width:425px;
	height:112px;
	color:#333;
}
.h_consultant span {
	background:url(images/themes_screenshots/consultant/h_consultant.jpg) no-repeat top left;
}
.h_consultant {
	margin-bottom:10px;
	margin-left:-3px;
}
.h_consultant, .h_consultant span {
 	height:100px;
	color:#333;
}


.h_grace, .h_grace span {
	width:425px;
	height:112px;
	color:#333;
}
.h_grace span {
	background:url(images/themes_screenshots/grace/h_grace.jpg) no-repeat top left;
}
.h_grace {
	margin-bottom:10px;
}
.h_grace, .h_grace span {
	width:425px;
	height:112px;
	color:#333;
}

.h_iproduct, .h_iproduct span {
	width:425px;
	height:95px;
	color:#333;
}
.h_iproduct span {
	background:url(images/themes_screenshots/iproduct/h_iproduct.jpg) no-repeat top left;
}
.h_iproduct {
	margin-bottom:30px;
}
.h_iproduct, .h_iproduct span {
	width:425px;
	height:95px;
	color:#333;
}





.h_eproduct, .h_eproduct span {
	width:425px;
	height:98px;
	color:#333;
}
.h_eproduct span {
	background:url(images/themes_screenshots/eproduct/h_eproduct.jpg) no-repeat top left;
}
.h_eproduct {
	margin-bottom:30px;
}
.h_eproduct, .h_iproduct span {
	width:425px;
	height:98px;
	color:#333;
}

.h_ebook, .h_ebook span {
	height:98px;
	color:#333;
}
.h_ebook span {
	background:url(images/themes_screenshots/ebook/h_ebook.jpg) no-repeat -1px left;
}
.h_ebook {
	margin-bottom:25px;
}
.h_ebook, .h_ebook span {
	height:98px;
	color:#333;
}


.h_destination, .h_destination span {
	width:425px;
	height:98px;
	color:#333;
}
.h_destination span {
	background:url(images/themes_screenshots/destination/h_destination.jpg) no-repeat top left;
}
.h_destination {
	margin-bottom:30px;
}
.h_destination, .h_destination span {
	width:425px;
	height:98px;
	color:#333;
}


.h_magfolio, .h_magfolio span {
	height:98px;
	color:#333;
}
.h_magfolio span {
	background:url(images/themes_screenshots/magfolio/h_magfolio.jpg) no-repeat top left;
}
.h_magfolio {
	margin-bottom:20px;
}
.h_magfolio, .h_magfolio span {
	height:100px;
	color:#333;
}

.h_academy, .h_academy span {
	width:425px;
	height:95px;
	color:#333;
}
.h_academy span {
	background:url(images/themes_screenshots/academy/h_academy.jpg) no-repeat top left;
}
.h_academy {
	margin-bottom:30px;
}
.h_academy, .h_iproduct span {
	width:425px;
	height:95px;
	color:#333;
}
.h_academy, .h_academy span {
	width:425px;
	height:95px;
	color:#333;
}
.h_academy span {
	background:url(images/themes_screenshots/academy/h_academy.jpg) no-repeat top left;
}
.h_academy {
	margin-bottom:30px;
}
.h_academy, .h_iproduct span {
	width:425px;
	height:95px;
	color:#333;
}
.h_aim, .h_aim span {
	width:425px;
	height:95px;
	color:#333;
}
.h_aim span {
	background:url(images/themes_screenshots/aim/h_aim.jpg) no-repeat top left;
}
.h_aim {
	margin-bottom:30px;
}
.h_aim, .h_aim span {
	width:425px;
	height:95px;
	color:#333;
}
.h_bizfresh, .h_bizfresh span {
	width:425px;
	height:95px;
	color:#333;
}
.h_bizfresh span {
	background:url(images/themes_screenshots/bizfresh/h_bizfresh.jpg) no-repeat top left;
}
.h_bizfresh {
	margin-bottom:30px;
}
.h_bizfresh, .h_bizfresh span {
	width:425px;
	height:95px;
	color:#333;
}
.h_corporateblue, .h_corporateblue span {
	width:425px;
	height:95px;
	color:#333;
}
.h_corporateblue span {
	background:url(images/themes_screenshots/corporateblue/h_corporateblue.jpg) no-repeat top left;
}
.h_corporateblue {
	margin-bottom:30px;
}
.h_corporateblue, .h_corporateblue span {
	width:425px;
	height:95px;
	color:#333;
}
.h_goldenbrown, .h_goldenbrown span {
	width:425px;
	height:95px;
	color:#333;
}
.h_goldenbrown span {
	background:url(images/themes_screenshots/goldenbrown/h_goldenbrown.jpg) no-repeat top left;
}
.h_goldenbrown {
	margin-bottom:30px;
}
.h_goldenbrown, .h_goldenbrown span {
	width:425px;
	height:95px;
	color:#333;
}
.h_goldengreen, .h_goldengreen span {
	width:425px;
	height:95px;
	color:#333;
}
.h_goldengreen span {
	background:url(images/themes_screenshots/goldengreen/h_goldengreen.jpg) no-repeat top left;
}
.h_goldengreen {
	margin-bottom:30px;
}
.h_goldengreen, .h_goldengreen span {
	width:425px;
	height:95px;
	color:#333;
}
.h_ibusiness, .h_ibusiness span {
	width:425px;
	height:95px;
	color:#333;
}
.h_ibusiness span {
	background:url(images/themes_screenshots/ibusiness/h_ibusiness.jpg) no-repeat top left;
}
.h_ibusiness {
	margin-bottom:30px;
}
.h_ibusiness, .h_ibusiness span {
	width:425px;
	height:95px;
	color:#333;
}
.h_newsweek, .h_newsweek span {
	width:425px;
	height:95px;
	color:#333;
}
.h_newsweek span {
	background:url(images/themes_screenshots/newsweek/h_newsweek.jpg) no-repeat top left;
}
.h_newsweek {
	margin-bottom:30px;
}
.h_newsweek, .h_newsweek span {
	width:425px;
	height:95px;
	color:#333;
}
.h_organic, .h_organic span {
	width:425px;
	height:97px;
	color:#333;
}
.h_organic span {
	background:url(images/themes_screenshots/organic/h_organic.jpg) no-repeat top left;
}
.h_organic {
	margin-bottom:30px;
}
.h_organic, .h_organic span {
	width:425px;
	height:97px;
	color:#333;
}
.h_peace, .h_peace span {
	width:425px;
	height:95px;
	color:#333;
}
.h_peace span {
	background:url(images/themes_screenshots/peace/h_peace.jpg) no-repeat top left;
}
.h_peace {
	margin-bottom:30px;
}
.h_peace, .h_peace span {
	width:425px;
	height:95px;
	color:#333;
}
.h_simplesite1, .h_simplesite1 span {
	width:425px;
	height:95px;
	color:#333;
}
.h_simplesite1 span {
	background:url(images/themes_screenshots/simplesite1/h_simplesite1.jpg) no-repeat top left;
}
.h_simplesite1 {
	margin-bottom:30px;
}
.h_simplesite1, .h_simplesite1 span {
	width:425px;
	height:95px;
	color:#333;
}
.h_simplesite2, .h_simplesite2 span {
	width:425px;
	height:95px;
	color:#333;
}
.h_simplesite2 span {
	background:url(images/themes_screenshots/simplesite2/h_simplesite2.jpg) no-repeat top left;
}
.h_simplesite2 {
	margin-bottom:30px;
}
.h_simplesite2, .h_simplesite2 span {
	width:425px;
	height:95px;
	color:#333;
}
.h_vengeance, .h_vengeance span {
	width:425px;
	height:95px;
	color:#333;
}
.h_vengeance span {
	background:url(images/themes_screenshots/vengeance/h_vengeance.jpg) no-repeat top left;
}
.h_vengeance {
	margin-bottom:30px;
}
.h_vengeance, .h_vengeance span {
	width:425px;
	height:95px;
	color:#333;
}
.h_restaurant, .h_restaurant span {
	width:425px;
	height:95px;
	color:#333;
}
.h_restaurant span {
	background:url(images/themes_screenshots/restaurant/h_restaurant.jpg) no-repeat top left;
}
.h_restaurant {
	margin-bottom:10px; margin-bottom:30px;
}
.h_restaurant, .h_restaurant span {
	width:425px;
	height:95px;
	color:#333;
}
.banner_content2 {
	float:right;
	width:425px;
	padding-top:95px;
	position:relative;
	height:280px;
}
.banner_content2 p {
	color:#000;
	font-size:14px;
}
.banner_content2 p.livedemo {
	font-size:14px;
	color:#333;
	position:absolute;
	bottom:0;
top left:0;
}
.banner_content2 p.livedemo a {
	padding:0 2px;
	text-decoration:underline;
	color:#333;
	font-size:18px;
}
.banner_content2 p.livedemo a:hover {
	color:#000;
}
.latestheme2 {
	width:500px;
	float:left;
	padding-top:0px;
	text-align:left;
	position:relative;
}
.demolink a {
	width:500px;
	height:336px;
	display:block;
	background:url(images/trans.gif) repeat;
	position:absolute;
	right:0;
	top:45px;
	text-indent:-9809px;
	text-decoration:none;
}
.demolink a:hover {
	background: url(images/b_viewdemo2.png) no-repeat 188px 265px;
}
.payment_section {
	background:#fafed6;
	border:1px solid #d7b589;
	padding:15px;
	height:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.payment_single {
	width:220px;
	float:left;
}
.payment_single h3 {
	font-size:14px;
	margin-bottom:10px;
	color:#000;
	font-weight:normal;
	border-bottom:none;
}
.payment_single img {
	margin-bottom:8px;
}
#content-wrapper .payment_single p {
	font-size:11px;
	line-height:16px;
	color:#666;
}
.payment_second {
	width:300px;
	float:right;
}
.payment_second h3 {
	font-size:18px;
	margin-bottom:10px;
	color:#002963;
	font-weight:normal;
	border-bottom:none;
}
.payment_second p {
	font-size:12px !important;
}
.grey {
	color:#a3a3a3
}
.price {
	color:#333;
	border-bottom:1px solid #ccc;
}
.payment_second2 {
	width:inherit !important;
}
.payment_section2 {
	background:#f4ffe4;
	border:1px solid #99bc67;
	padding:15px;
	height:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.spacer {
	margin-right:65px;
}
.b_buy {
	float:left;
}
.b_buy span, .b_buy span a {
	background:url(images/b_buy.gif) no-repeat;
}
.b_buy span a, .b_buy {
	width:117px;
	height:32px;
}
.b_buy span:hover {
	background-position:0 -32px;
}
.b_download2 {
	float:left;
}
.b_download2 span, .b_download2 span a {
	background:url(images/b_download2.png) no-repeat;
}
.b_download2 span a, .b_download2 {
	width:110px;
	height:32px;
}
.b_download2 span:hover {
	background-position:0 -32px;
}
.features {
	width:300px;
	float:left;
	margin-left:20px;
}
.features h3 {
	margin:0 0 5px 0;
	padding:0;
	font:16px Arial, Helvetica, sans-serif;
	color:#010102;
	border-bottom:none;
}
#content-wrapper .features p {
	margin:0 0 10px 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#535353;
	line-height:18px;
}
.features img {
	float:left;
	margin:0 10px 10px 0;
	padding:3px;
	border:1px solid #90bad2;
}
hr {
	color:#fff;
	border:none;
	border-bottom:1px dotted #fff;
	margin:15px 0;
	_margin:4px 0;
	clear:both;
}
*+html hr {
	margin:4px 0;
}
.theme_feature {
	margin:0 0 40px 0;
	padding:0;
}
.theme_feature li {
	margin:0 0 50px 0;
	padding:0;
	list-style:none;
	float:left;
	width:300px;
	margin-left:20px;
	min-height:80px;
	_height:80px;
}
.theme_feature li img {
	float:left;
	margin:0 10px 10px 0;
	padding:3px;
	border:1px solid #90bad2;
}
.theme_feature h3 {
	margin:0 0 5px 0;
	padding:0;
	font:16px Arial, Helvetica, sans-serif;
	color:#010102;
	border-bottom:none;
}
#content-wrapper .theme_feature p {
	margin:0 0 10px 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#535353;
	line-height:18px;
}
.realatedlist {
	margin:0 0 40px 0;
	padding:0;
}
.realatedlist li {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	float:left;
	margin-left:20px;
	_margin-left:15px;
}
.realatedlist li img {
	border:1px solid #909090;
}
.realatedlist li img:hover {
	border:1px solid #333;
}
.post_realatedbg {
	height:200px;
	padding:20px 0;
	clear:both;
}
.post_realatedbg h3 {
	margin:0 0 14px 0;
	padding:0 0 0 20px;
	font:16px Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	border-bottom:none;
}
/*

P.I.E. FLOAT CLEARING

See http://www.positioniseverything.net/easyclearing.html 

--------------------- */

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/ * html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
