/******************

::::: TABLE OF CONTENTS :::::

1. miscellaneous
2. columns
3. CSS3 buttons
4. links
5. headings
6. paragraph
7. form styling

******************/

@charset "utf-8";
@import url("reset.css");
body {
	background: #f9f9f9 url("../images/bg2.png") repeat;
	font-family: Verdana, 'Droid Sans', sans-serif;
	color: #777;
	font-size:13px;
	line-height:25px;
}

/* 1. miscellaneous */
.wrap {
	width:960px;
	margin:0 auto;
}
.wrap_price {
	width:985px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
	text-align:left;
}
.alignright {
	float:right;
	text-align:right;
}
.space {
	padding:30px 0;
}
.space2 {
	padding:10px 0;
}
.space3 {
	padding:20px 0;
}
.divider {
	background: url("../images/divider.png") repeat-x;
	width:100%;
	height:8px;
	margin:40px 0;
}

/* 2. columns */
.one_half {
	float:left;
	width:47%;
	margin:0 6% 0 0;
}
.one_third {
	width:30%;
	float:left;
	margin-right:5%;
}
.two_thirds {
	float:left;
	width:65%;
	margin:0 5% 0 0;
}
.one_fourth {
	width:23%;
	float:left;
	margin-right:2.6%;
}
.one_fifth {
	float:left;
	width:18%;
	margin:0 2.5% 0 0;
}
.last {
	margin-right: 0 !important;
}

/* 4. links */
a {
	color: #d10a0a;
	text-decoration:none;
}
a:hover {
	color: #590202;
	text-decoration:none;
}

/* 5. headings */
h1 {
	font-size:22px;
}
h2 {
	font-size:21px;
}
h3 {
	font-size:19px;
}
h4 {
	font-size:17px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:11px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, 'Capriola', sans-serif;
	color: #444;
	font-weight:bold;
	margin:0px 0 10px 0;
}

/* 6. paragraph */
p {
	font-family: Verdana, 'Droid Sans', sans-serif;
	font-size:13px;
	line-height:25px;
	margin:0 0 10px 0;
	text-shadow:none;
	color: #777;
}

/* 7. form styling */
input,button,select,textarea{
	font:12px Arial, Helvetica, sans-serif; 
}

/* 8. cod and pre */
pre {
	background: #fff;
	border: 1px solid #ddd;
	padding:10px 20px;
	color: #555;
	margin:10px 0;
	float:left;
	width:920px;
	font-size:11px;
}

/* 12. logo */
#logo {
	float:left;
	margin-top:10px;
	font-size:32px;
	width:278px;
	height:75px;
	color: #fff;
}

/* 13. up */
#top {
	background: #111 url("../images/banner_bg2.png") repeat;
	width:100%;
	height:100px;
	position:relative;
}

#details {
	background: #000;
	border:1px solid #222;
	border-top:0px !important;
	margin-top:-1px;
	padding:0px 0px 5px 20px;
	float:right;
}
#links {
	padding-top:15px;
}
#links ul li img#client-login {
	margin:3px 2px 0 0;
}
#links ul li img#forums {
	margin:4px 3px 0 0;
}
#links ul li img#support {
	margin:4px 3px 0 0;
}
#links ul li img#contact-us {
	margin:3px 3px 0 0;
}
#links ul {
	float:right;
}
#links ul li {
	float:left;
	margin-left:20px;
}
#links ul li a {
	text-decoration:none;
	color: #fff;
}
#links ul li a:hover {
	text-decoration:none;
	color: #ff8625;
}
#tel {
	padding-right:20px;
}

#social {
	float:right;
	width:90px;
	height:40px;
	margin:0px 0px 0px 30px;
}
#social img {
	padding-left:10px;
	float:left;
}

#nav {
	position:absolute;
	bottom:0;
	float:right;
	width:960px;
}
#nav ul {
	float:right;
}
#nav ul li {
	float:left;
	margin-left:15px;
}
#nav ul li a {
	background: #333; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333,  #222); /* for firefox 3.6+ */ 
	border-top:1px solid #444;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	padding:5px 20px;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #222;
	font-weight:bold;
	float:left;
	text-decoration:none;
	color: #fff;
}
#nav ul li a:hover {
	background: #bc5400; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06b00', endColorstr='#bc5400'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f06b00), to(#bc5400)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f06b00,  #bc5400); /* for firefox 3.6+ */ 
	border-top:1px solid #ff8625;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	padding:5px 20px;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #5f0404;
	font-weight:bold;
	float:left;
	text-decoration:none;
}

#nav ul li a.sign-up {
	background: #5f0404; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#830000', endColorstr='#5f0404'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#830000), to(#5f0404)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #830000,  #5f0404); /* for firefox 3.6+ */ 
	border-top:1px solid #970101;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	padding:5px 20px;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #5f0404;
	font-weight:bold;
	float:left;
	text-decoration:none;
}
#nav ul li a.sign-up:hover {
	background: #770505; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c0000', endColorstr='#770505'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#9c0000), to(#770505)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #9c0000,  #770505); /* for firefox 3.6+ */ 
	border-top:1px solid #a90101;
	color: #fff;
}


#nav ul ul	{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	list-style-type:none;
}

#nav ul li:hover	{
	position:relative;
}

#nav ul li:hover ul 	{
	left:-18px; 
	top:33px;  
	padding:3px; 
	width:120px;
	z-index:9999999999;
}

#nav ul li:hover ul li 	{
	border:none;
	z-index:9999999999;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#nav ul li:hover ul li a {
	padding:9px 15px; 
	display:block; 
	border:none;
	border-top:1px solid #fff;
	border-bottom:1px solid #e0e0e0;
	width:155px; 
	color: #333;
	text-shadow:none;
	line-height:18px; 
	text-indent:5px;
	white-space:nowrap;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background: #eee;
}

#nav ul li:hover ul li a:hover {
	background: #e5e5e5;
	padding:9px 15px; 
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}



#slider_wrapper {
	background:url(../images/slide_bg.png) ;
	height:395px;
	width:990px;
	margin:0 auto;
	margin-top:20px;
}
#slider1 {
	display:block;
	height:326px;
	width:946px;
	padding:24px 0px 0px 8px;
}
#slider {
	display:block;
	height:330px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slider div {
	padding:0px 0 0 0;

}
#slider h1 {
	color: #eee;
	font-size:40px;
	text-shadow:0 3px 0 #000;
}
#slider p {
	color:#000;
	font-size:12px;
	margin:-200px 0px 0px 50px;
	line-height:20px;
	font-family:arial;
	width:610px;
}
.slide_btn {
	background: url(../images/slide_btn.png);
	width:82px;
	height:29px;
	display:block;
	position:absolute;
	margin:25px 0px 0px 47px;
	color:#fff;
	padding:3px 0px 0px 20px;
}
.slide_btn:hover {
	background: url(../images/slide_btnh.png);
	color:#fff;
}

.slide1_btn {
	background: url(../images/slide1_btn.png);
	width:150px;
	text-align:center;
	height:31px;
	display:block;
	position:absolute;
	margin:115px 0px 0px 397px;
	color:#000;
	padding:3px 0px 0px 0px;
}
.slide1_btn:hover {
	background: url(../images/slide1_btnh.png);
	color:#000;
}
/* PAGER */
.bx-pager {
	top: 305px;
	left:445px;
	position:absolute;
	z-index:9999;
	width:200px;
}
.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-pager a {
	background: #fff;
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-pager a:hover {
	background: #000;
}
.pager-active {
	background: #000 !important;
}

.bx-wrapper {
	position: relative;
	margin: 0 0 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

.bx-prev {
	z-index:9999;
	text-indent: -999999px;
	background: url("../images/slider-prev.png") no-repeat;
	position:absolute;
	top:42%;
	left:15px;
	width: 30px;
	height: 47px;
}
.bx-next {
	z-index:9999;
	text-indent: -999999px;
	background: url("../images/slider-next.png") no-repeat;
	position:absolute;
	top:42%;
	right:20px;
	width: 30px;
	height: 47px;
}


#wrapper {
	padding:40px;
}
#wrapper h3 {
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
}

ul#features {
	list-style:disc inside;
}
ul#features span {
	color: #d10a0a;
	font-weight:bold;
}

#pricet_b {
	width:242px;
	height:auto;
	float:left;
}
#pricet_bw {
	width:242px;
	height:auto;
	float:left;
}
#pricet_title {
	width:225px;
	height:39px;
	font-size:24px;
	font-weight:bold;
	font-family:arial;
	padding:18px 0px 0px 17px;
	text-shadow:1px 1px #851414;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/price_bgtop.png) no-repeat;
}
#pricet_titlep {
	width:225px;
	height:39px;
	font-size:24px;
	font-weight:bold;
	font-family:arial;
	padding:18px 0px 0px 17px;
	text-shadow:1px 1px #851414;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/price_bgtopp.png) no-repeat;
}
.best_deal{
	height:138px;
	width:43px;
	margin:-2px 0px 0px 197px;
	position:absolute;
}
#price_shadowleft {
	background:url(../images/price_shadowleft.png) no-repeat;
	width:15px;
	height:729px;
	position:absolute;
	margin:0px 0px 0px 226px;
}
#price_shadowpro {
	background: url(../images/shadow_pro.png) no-repeat;
	width:272px;
	height:483px;
	position:absolute;
	margin:0px 0px 0px -15px;
}
#pricet_bg {
	width:242px;
	height:60px;
	background:url(../images/price_bg.png) repeat-x;
	padding:10px 0px 0px 0px;
}
#pricet_bgleft {
	width:100px;
	height:50px;
	color:#fff;
	font-size:16px;
	font-family:arial;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
	margin:8px 0px 0px 20px;
	float:left;
}
#pricet_bgright {
	width:105px;
	height:50px;
	margin:10px 0px 0px 5px;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px #000;
	color:#fff;
	font-size:30px;
	font-family:arial;
}

#pricet_sub {
	width:242px;
	height:31px;
	font-size:16px;
	font-family:arial;
	color:#fff;
	font-weight:bold;
	padding:4px 0px 0px 0px;
	text-align:center;
	background:url(../images/subtitlebg.png) repeat-x;
}

#price_bg {
	width:240px;
	height:auto;
	background:#fff;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
}

#pricetb_bg {
	width:230px;
	height:auto;
	background:url(../images/pricet_bg.png) repeat-x;
	margin:0px 0px 0px 5px;
}

#pricetb_bg li{
	list-style:none;
	line-height:33px;
	font-size:14px;
	font-family:arial;
	color:#4c4c4c;
	background: url(../images/bord_btm.png) no-repeat bottom;
	margin:0px 7px 0px 7px;
}
#pricetb_btng {
	width:230px;
	height:65px;
}
.pricetb_btn {
	background: url(../images/big_btn.png);
	width:128px;
	text-align:center;
	height:32px;
	display:block;
	position:absolute;
	margin:16px 0px 0px 45px;
	color:#fff;
	padding:4px 0px 0px 0px;
	font-weight:bold;
	font-size:16px;
}
.pricetb_btn:hover {
	background: url(../images/big_btnh.png);
	color:#fff;
}

#pricet_bottom {
	width:242px;
	margin:0px 0px 0px 0px;
	clear:both;
	height:30px;
	background:url(../images/table_bottom.png) no-repeat top;
}

#footer {
	background: #111 url("../images/banner_bg2.png") repeat;
	width:100%;
	padding:30px 0;
}
#footer h4 {
	color: #fff;
}
#footer ul li a {
	color: #777;
}
#footer ul li a:hover {
	color: #d10a0a;
}

p#copyright {
}
p#copyright span {
	color: #fff;
}


#pricing {
	font-size:11px;
	width:960px;
}
.features {
	background: #fafafa;
	width:190px;
	float:left;
	-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.features .head {
	-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
border-right:1px solid #bc2524;
}
.features ul {
	float:right;
	line-height:35px;
	border-right:1px solid #ccc;
}
.features ul li {
	background: #fff;
	width:169px;
	padding-left:20px;
}
.features ul li.second {
	background: #eee;
	width:169px;
	padding-left:20px;
}
.head {
	background: #ad1514 url("../images/nav-hover.png") no-repeat center;
	text-align:center;
	padding:10px 0;
	color: #fff;
	font-size:18px;
	border-right:1px solid #bc2524;
}
.plan {
	background: #fafafa;
	width:128px;
	float:left;
	text-align:center;
}
.plan img{
	margin:0px 0px 0px 0px;
}
.plan ul {
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
}
.plan ul li {
	background: #fff;
	width:121px;
	height:27px;
	padding:8px 2px 0px 3px;
}
.plan ul li.second {
	background: #eee;
	width:121px;
	height:27px;
	padding:8px 2px 0px 3px;
}

.head4 {
	background: #ad1514 url("../images/nav-hover.png") no-repeat center;
	text-align:center;
	padding:10px 0;
	color: #fff;
	font-size:18px;
	border-right:1px solid #bc2524;
}
.plan4 {
	background: #fafafa;
	width:192px;
	float:left;
	text-align:center;
}
.plan4 ul {
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	line-height:35px;
}
.plan4 ul li {
	background: #fff;
	width:185px;
	padding:0 2px 0 3px;
}
.plan4 ul li.second {
	background: #eee;
	width:185px;
	padding:0 2px 0 3px;
}


.plan2 {
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.plan2 .head {
	-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
.plan24 {
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.plan24 .head4 {
	-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
.plan1 {
	-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
}
.features2 {
	-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
padding:10px 0;
}
.button3 {
	-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.plan ul li.button2 {
	padding:15px 0px 16px 20px;
	width:90px;
}
.plan4 ul li.button4 {
	padding:10px 0px 13px 0px;
}
a.order  {
	background: url("../images/button.png") no-repeat center center;
	display:block;
	color: #fff;
	font-family: 'Cabin', sans-serif;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:92px;
	height:27px;
	padding:3px 0px 0px 0px;
}
a.order span {
	font-weight:bold;
	font-size:16px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.divider {
	background: #000;
	border-bottom:1px solid #292929;
	height:1px;
	width:960px;
	margin:30px 0;
}


.icon-heading {
	padding:5px 0 0 50px;
}


#shared {
	width:440px;
	height:100px;
}
#shared ul {
	list-style:url("../images/tick.png") inside;
	-moz-box-shadow: 0 0 25px 5px #333;
	-webkit-box-shadow: 0 0 25px 5px #333;
	box-shadow: 0 0 25px 5px #333;
}
#shared ul li {
	text-align:left;
}
#shared1 {
	background: #000;
	border:1px solid #444;
	float:left;
	display:block;
	padding:10px 20px;
}
#shared2 {
	background: #000;
	border:1px solid #444;
	float:right;
	display:block;
	padding:10px 20px;
}




.slide_list {
	width:494px;
	height:192px;
	min-height:80px;
	margin:20px auto 0 auto;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:left;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0d0d0d;
	background:url("../images/slider_list_bg.png") top center no-repeat;	
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(66,68,69,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(66,68,69,1);
	box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 1px 1px rgba(66,68,69,1);
	}

.slide_list ul {
	padding:10px 0;
	margin:0px 0 0 0}

.slide_list ul li {
	list-style:none;
	background:url("../images/icon_check.png") 25px 1px no-repeat;
	line-height:23px;
	padding-left:60px;
	width:187px;
	padding-bottom:25px;
	display:block;
	float:left;
	margin:0 0 0}

#chat {
	float:right; 
	background: url('../images/chat.png');
	width: 120px; 
	height: 35px;
	margin-top:20px;
}

.buy {
	background: #bc5400; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06b00', endColorstr='#bc5400'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f06b00), to(#bc5400)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f06b00,  #bc5400); /* for firefox 3.6+ */ 
	border-top:1px solid #ff8625;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding:15px 20px;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #5f0404;
	font-weight:bold;
	width:50%;
	color: #fff;
	text-decoration:none;
	
	margin:0 auto;
}
.buy:hover {
	color: #fff;
}





