* {
	border:none;
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font:12px Arial, Helvetica, sans-serif;
	color:#444;
}
/*  Links ----------------------------------------------------------------------- */
a {
	outline:none;
	color:#444;
}
a:hover {
	color:#c00;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

.imgleft {
	float:left;
	border:1px solid #809098;
	margin:0 12px 12px 0;
	padding:3px;
}
.imgright {
	float:right;
	border:1px solid #809098;
	margin:0 0 12px 12px;
	padding:3px;
}


/* Headings --------------------- */
h1 {
	font-size:24px;
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0 0 3px;
}
h2 {
	font:22px Arial, Helvetica, sans-serif;
	color:#000;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 15px;
	padding:0;
}
h3 {
	font:18px Arial, Helvetica, sans-serif;
	color:#000;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 5px 0;
	padding:0;
}
h4 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px;
	padding:0;
}
h5 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px;
	padding:0;
}
h6 {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 10px;
	padding:0;
}
p {
	font-size:12px;
	line-height:18px;
	margin:0 0 12px 0;
	padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 16px Arial, Helvetica, sans-serif;
	line-height:22px;
	padding:5px 25px 5px 30px;
}
blockquote p { font:bold 14px Arial, Helvetica, sans-serif; }

.clientname {
	font-size:11px; font-weight:normal;
}
.bquote {
	background:url(images/bquote.png) no-repeat bottom right;
}
.lgrey { color:#999;}

/* list formating --------------------------------- */
ul {
	margin:0;
	padding:0;
}
li {
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	background:url(images/bullet.png) no-repeat 0 5px;
	margin:0 0 8px;
	padding:0 0 5px 15px;
}
ul li ul {
	margin:8px 0 5px;
	padding:0 0 5px;
}
ul li ul li {
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
	background:url(images/bullet.png) no-repeat;
	margin:0 0 2px;
	padding:0 0 5px 15px;
}
ul li a, ul li ul li a {
	color:#666;
}
ul li a:hover {
	color:#333;
}
ul li.unone a {
	text-decoration:none;
	font-weight:bold;
}
ol {
	list-style-type:decimal;
	line-height:18px;
	font-size:12px;
	margin:0;
	padding:0 0 10px 25px;
}
ol li {
	background:none;
	margin:0 0 5px;
	padding:0;
}
ol li ol {
	margin:8px 0 5px 18px;
	padding:0;
}

/* STRUCTURE ----------------------------------*/
#header {
	height:80px;
	background:#000;
}
#header-in {
	width:940px;
	position:relative;
	margin:0 auto;
}
#content-wrap {
	width:940px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
}
#content {
	float:left;
	width:640px;
	padding:25px 0;
	overflow:hidden;
	min-height:500px;
	_height:500px;
}
#sidebar {
	float:right;
	width:280px;
	padding:25px 0 25px 10px;
}
.sidebar_sub {
	width:130px;
}
#ftop {
	border-top:4px solid #dcdcdb;
	background:#fff url(images/footertop_bg.png) repeat-x top;
	height:55px;
	clear:both;
}
#ftop-in {
	width:940px;
	overflow:hidden;
	height:100%;
	margin:0 auto;
}
#bottom {
	background:#000 url(images/bottombg.png) no-repeat center 10px;
	clear:both;
}
#bottom-in {
	width:940px;
	position:relative;
	height:130px;
	margin:-1px auto 0;
	padding:10px 0 0;
}

/* Header  ----------------------------------*/
#header-in .logo {
	position:relative;
	display:block;
	width:126px;
	height:24px;
	font-size:20px;
	color:#000;
	overflow:hidden;
	float:left;
	margin:10px auto 0;
}
#header-in .logo span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url("images/logo.png") no-repeat left top;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
}
#header-in .logo a {
	color:#ccc;
}
#header-in .logo a:hover {
	color:#fff;
}
#header-in .h_left {
	float:left;
	width:620px;
}
#header-in .h_right {
	float:right;
	width:145px;
 	padding-left:18px;
	font-size:11px;
	color:#a8a8a8;
}
#header-in .h_right a {
	color:#a8a8a8;
	text-decoration:none;
}
#header-in .h_right a:hover {
	color:#fff;
	text-decoration:none;
}
#header-in .description {
	font:12px Arial, Helvetica, sans-serif;
	color:#eae9e9;
	text-align:center;
	border-left:1px solid #71716b;
	float:left;
	margin:11px 0 0 15px;
	padding:5px 5px 5px 15px;
}
#header-in p.cart {
	position:absolute;
	top:57px;
	right:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	z-index:1;
}
#header-in p.cart a {
	padding-left:20px;
	color:#b2b3b2;
	background:url(images/i_cart.png) no-repeat 0 3px;
}
#header-in p.cart a:hover {
	color:#fff;
	background-position:0 -10px;
}

/* innner head -----------------------------------------------------------------------*/
#headtop {
	background:#8f0100 url(images/inner_headbg.gif) repeat-x;
	height:49px;
}
#headtop-in {
	width:940px;
	margin:0 auto;
}
#headtop-in h1 {
	font-size:24px;
	font-weight:normal;
	color:#fff;
	float:left;
	margin:0;
	padding:12px 0 0;
}



/* 
dropnavIGATION --------------------------------------------------------------------------------------------------------- */
#dropnav {
	list-style:none;
	font-size:12px;
	height:100%;
	clear:both;
	width:940px;
	position:absolute;
	left:0;
	top:55px;
	padding:0;
}
#dropnav li {
	display:block;
	float:left;
	line-height:18px;
	margin:0 0 0 1px;
	padding:0 0 5px;
}
#dropnav li a {
	display:block;
	text-decoration:none;
	color:#ccc;
	border-bottom:0;
	background:#302f2f url(images/navbg2.gif);
	margin:0;
	padding:4px 11px 6px 11px;
}
* html #dropnav li a { padding:3px 11px 6px 11px; }
#dropnav li ul li a {
	display:block;
	text-decoration:none;
	overflow:hidden;
	color:#333 !important;
	border-bottom:0;
	margin:0;
}
#dropnav li a:hover {
	color:#000;
	background:#fff url(images/navbg_h.gif) repeat-x top;
}
#dropnav li.current_page_parent .current_page_item {
	color:#000;
}
#dropnav li.current_page_parent .current_page_item a {
	color:#000;
	background:#000;
}
#dropnav li ul li a:hover {
	color:#666;
	background:none;
}
#dropnav li.current_page_item, #dropnav li.current_page_parent, #dropnav li.current_page_item a, #dropnav li.current_page_parent a {
	color:#000;
	background:#fff url(images/navbg.gif) no-repeat center top;
}


/* ftop bottom section----------------------------------- */
#ftop-in .flogo {
	position:relative;
	display:block;
	width:113px;
	height:25px;
	font-size:22px;
	color:#fff;
	overflow:hidden;
	float:left;
	margin:10px auto 0;
}
#ftop-in .flogo span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:url("images/f_logo.png") no-repeat left top;
	cursor:pointer;
	float:left;
	margin:0;
	padding:0;
}
.bookmark {
	float:right;
	margin:5px -10px 0 0;
	padding:10px 0;
}
.bookmark li {
	float:left;
	background:none;
	display:inline;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
}
#ftop-in .blinks {
	margin-top:12px;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#000;
	width:580px;
	float:left;
	position:relative;
}
#ftop-in .blinks a {
	color:#cc0001;
	text-decoration:underline;
	padding:0 5px;
}
#ftop-in .blinks a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}
/* bottom-in ----------------------------------- */
.fcolumns {
	width:300px;
	height:100%;
}
.fcolumn_spacer {
	margin-left:20px;
}
.fcolumns h3 {
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	border:none;
	margin:0 0 10px;
	padding:0;
}
.fcolumns p {
	font-size:11px;
	color:#a3a3a3;
	line-height:15px;
	margin:0;
	padding:0 0 6px;
}
.fcolumns p.rss {
	background:url(images/rss.png) no-repeat;
	padding-left:20px;
}
.fcolumns p.mail {
	background:url(images/i_mail.png) no-repeat 0 4px;
	padding-left:20px;
}
.fcolumns p.designby, .fcolumns p.designby a {
	color:#6d6d6d;
}
.fcolumns ul {
	clear:both;
	border-bottom:1px solid #1c1c1c;
	margin:0 0 5px;
	padding:0;
}
.fcolumns li {
	line-height:20px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#a3a3a3;
	margin:0 0 8px;
	padding:0 0 5px 22px;
}
.i_wpremix {
	background:url(images/i_wpremix.png) no-repeat;
}
.i_wordpress {
	background:url(images/i_wordpress2.png) no-repeat;
}
.i_pt {
	background:url(images/i_premiumthemes.png) no-repeat;
}

#bottom-in .top {
	position:absolute;
	top:-90px;
	right:0;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
}
#bottom-in .top a {
	color:#666;
	background:#fff url(images/rocket.png) no-repeat right top;
	display:block;
	width:130px;
	text-decoration:underline;
	padding:7px 10px 7px 0;
}
#bottom-in .top a:hover {
	background:#fff url(images/rocket.png) no-repeat right top;
	background-position:right -29px;
	color:#000;
}
.subscribe {
	width:250px;
}
.stextfield {
	float:left;
	width:155px;
	border:1px solid #656565;
	background:#444;
	height:16px;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:2px;
}
* html .stextfield { color:#333;}
*+html .stextfield {
	color:#333;
}
.submit {
	font-size:12px;
	color:#fff;
	height:22px;
	font-weight:bold;
	float:right;
	background:#666;
	cursor:pointer;
	width:85px;
	padding:2px 0;
}
.submit:hover {
	background:#c00;
	color:#fff;
}
#ftop-in .flogo a, .ptlogo a {
	color:#ccc;
}
#ftop-in .flogo a:hover, .ptlogo a:hover {
	color:#fff;
}
.fcolumns p a, .fcolumns li a {
	color:#a3a3a3;
	text-decoration:none;
}
.fcolumns p a:hover, .fcolumns li a:hover {
	color:#fff;
	text-decoration:none;
}





	
/* Contact Form ----------------------------------------------------------------*/
.contactform {
	width:96%;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-top:15px;
	text-align:center;
	background:url(images/contactbg.png) no-repeat right 95px;
	padding:0 10px;
	height:100%;
	overflow:hidden;
}

.contactform form { padding-top:10px; margin-top:10px; }
.contactform textarea, .contactform input {
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	width:240px;
	margin-right:5px;
}
.contactform textarea {
	height:150px;
}
#carbon_copy input { width:auto; }
.contactform #contactsubmit {
	width:142px;
	height:34px;
	padding-bottom:6px;
	font:bold 14px Arial, Helvetica, sans-serif;
	background:#8f0100 url(images/b_sendmessage.png) no-repeat;
	color:#fff;
	border:none;
	cursor:pointer;
}
.contactform #contactsubmit:hover {
	background-position:0 -34px;
}
.contactleft {
	font:bold 12px Arial, Helvetica, sans-serif !important;
	width:120px;
	float:left;
	color:#666;
	text-align:right;
	overflow:hidden;
	margin-bottom:20px;
	_height:25px;
	_margin:0;
}
*+html .contactleft { height:25px; margin:0; }

.contactright {
	font:normal 9px Arial, Helvetica, sans-serif !important;
	width:480px;
	font-weight:normal !important;
	float:right;
	text-align:left !important;
	color:#c00000;
	margin-bottom:12px;
	_margin:0;
	}
*+html .contactright {  margin:0; }


.contactright p { display:none; visibility:hidden; }
/* sidebar content ----------------------------------*/
.sidebg {
	background:url(images/sidebarbg.png) repeat-y 650px 0;
	height:100%;
	overflow:hidden;
}
#sidebar a, #sidebar a {
	color:#064599;
	text-decoration:none;
}
#sidebar a:hover, #sidebar_r a:hover {
	color:#ef181e;
}
#sidebar h5 {
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#333;
	text-transform:uppercase;
	border-top:1px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	margin:0 0 5px;
	padding:5px 0;
}
#sidebar p {
	line-height:18px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
	padding:0 0 8px;
}
#sidebar p a {
	color:#666;
	border-bottom:1px dotted #666;
	text-decoration:none;
}
#sidebar p a:hover {
	color:#333;
	text-decoration:none;
}
#sidebar ul, #sidebar ul li {
	background:none;
	margin:0 0 25px;
	padding:0;
}
#sidebar ul li ul {
	margin:0;
	padding:0;
}
#sidebar ul li ul li {
	background:url(images/bullet3.png) no-repeat 0 6px;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 7px;
	padding:0 0 3px 15px;
}
#sidebar ul li ul li a:hover {
	text-decoration:none;
	color:#000;
}
#sidebar ul li ul li ul li {
	list-style:inside;
	margin:0;
	padding:3px 0;
}
#sidebar ul li ul li ul {
	margin:0;
	padding:0;
}
#sidebar ul li ul li ul li a:hover {
	color:#000;
}
.ads {
	margin-bottom:20px;
}
/*-------------- buttons -----------------*/
.button {
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	background:#000;
	text-align:center;
}
.button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.button span a {
	display:block;
}
.b_purchasedownload {
	top:-25px;
	left:290px;
}
.b_purchasedownload span, .b_purchasedownload span a {
	background:url(images/b_purchasedownload.png) no-repeat;
}
.b_purchasedownload span a, .b_purchasedownload {
	width:188px;
	height:32px;
}
.b_purchasedownload2 {
	top:-25px;
	left:295px;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:225px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}
.b_getyourcodenow {
	float:right;
}
.b_getyourcodenow span, .b_getyourcodenow span a {
	background:url(images/b_getyourcodenow.png) no-repeat;
}
.b_getyourcodenow span a, .b_getyourcodenow {
	width:185px;
	height:26px;
}
#sidebar ul li ul li a, #sidebar ul li ul li ul li a {
	line-height:18px;
	color:#666;
}
.button a, .b_purchasedownload a, .b_purchasedownload2 a, .b_getyourcodenow a {
	color:#fff;
}
.button a:hover, .b_purchasedownload a:hover, .b_purchasedownload2 a:hover, .b_getyourcodenow a:hover {
	color:#ffde00;
}
.b_getyourcodenow span:hover {
	background-position:0 -26px;
}
.b_purchasedownload span:hover{
	background-position:0 -32px;
}


.button {
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	background:#000;
	text-align:center;
}
.button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.button span a {
	display:block;
}

.price, .price2 {
	font-size:18px;
	font-weight:bold;
	border-bottom:3px solid #e8e8e8;
}
#sidebar .license_content {
	margin:10px 0 20px 15px;
	padding:0;
	overflow:hidden;
	height:100%;
}

#sidebar .license h2{
	border-bottom:1px solid #e8e8e8;
}

#sidebar .license_content2 h4 {
	border-bottom:1px solid #e8e8e8;
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:bold;
}
#sidebar .license_content li {
	background:url(images/bullet.png) no-repeat 0 6px;
	font-size:12px;
	list-style:none;
	color:#333;
	margin:0 10px 8px 0;
	padding:0 0 0 15px;
}

.b_buynow, .b_buynow span a {
	width:110px;
	height:28px;
}
.b_addtocart, .b_addtocart span a {
	width:110px;
	height:23px;
}
.b_buynow span, .b_buynow span a {
	background:url(images/b_buynow.png) no-repeat;
}
.b_buynow span:hover {
	background-position:0 -28px;
}
.b_addtocart span, .b_addtocart span a {
	background:url(images/b_addtocart.png) no-repeat;
}
.b_addtocart span:hover {
	background-position:0 -23px;
}


.b_download, .b_download span a {
	width:151px;
	height:34px;
}
.b_download span, .b_download span a {
	background:url(images/b_download.png) no-repeat;
}
.b_download span:hover {
	background-position:0 -34px;
}
