body, html {
	height: 100%;
	background-color: #fff;
	background: url('../img/bg-top.jpg') no-repeat center top, url('../img/bg/fiji.jpg') no-repeat fixed center bottom;
}

body {
	color:#333;
	font: 13px/16px Verdana, Geneva, sans-serif;
}

.button_green, .button_green:visited, .button_green_big, .button_green_big:visited, .button_grey, .button_grey:visited, .button_grey_big, .button_grey_big:visited, .button, .button:visited {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	text-align: center;
	padding: 0 15px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3), inset 0px -1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3), inset 0px -1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3), inset 0px -1px 2px rgba(0,0,0,0.3);
}
.button_green:hover, .button_green_big:hover, .button_grey:hover, .button_grey_big:hover, .button:hover {
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
}
.button_green, .button {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	background: url("../img/button_green.png") repeat-x;
}
.button_green_big {
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	background: url("../img/button_green_big.png") repeat-x;
}
.button_grey {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	background: url("../img/button_grey.png") repeat-x;
}
.button_grey_big {
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	background: url("../img/button_grey_big.png") repeat-x;
}
#cSubmit .button_grey {
	margin-top: 10px;
	display: block;
}
.read_more {
	color: #666;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.5);
	padding: 0 8px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	background-color: #efefef;
	margin-top: 5px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5); box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
.read_more:visited {
	color: #666;
}
.read_more:hover {
	color: #333;
}
.read_more:before {
	content: "»";
	margin-right: 5px;
	color: #999;
	font-size: 15px;
	line-height: 20px;
}
.entry-content .read_more {
	float: right;
}
#ajaxsearchForm .button_grey {
	width: 65px;
	float: right;
}
#ajaxsearchForm input[type=text] {
	width: 180px;
	margin: 1px 0 30px 0;
}
input[type=text], input[type=password], textarea {
	border: none;
	color: #666;
	background-color: #f0f0f0;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
}

input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, textarea:hover, textarea:focus {
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.6);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.6);
}

/* link color */
a {
	color:#ba4e27;
	background-color:transparent;
	text-decoration:none;
}
a:hover {
	color:#208eb1;
	background-color:transparent;
	text-decoration: none;
}

/* Main Container */
#container {
	position:relative;
	width:1018px;
	text-align:left;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin:0 auto 0em;
}

/* Header */
header {
	float: left;
	position: relative;
	width: 1018px;
	height: 205px;
	padding: 5px;
	background: url('../img/header.png') no-repeat left top;
}
.site-title a {
	float: left;
	position: relative;
	color: #1e1e1e;
	font: bold 28px Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	text-shadow: 0 1px 0 #fff;
	text-indent: -9999px;
	
}
.site-title a:hover {
	background: none;
	text-shadow: 0 1px 0 #fff;
}
.site-title img {
	position: absolute;
	top: -10px;
	left: 10px;
	width:338px;
	height:105px;
	background: transparent url('../img/logo.png');
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.contact-me {
	position: absolute;
	top: 70px;
	right: 45px;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	font: 18px "Myriad Pro", Arial, Verdana;
}
.contact-me img {
	margin: 0 5px -8px 5px;
}
.contact-me a {
	display: innline-block;
	color: #fff;
}
.contact-me a:hover {
	text-shadow: 1px 1px 1px #000000;
}
a.customer-login {
	position: absolute;
	top: 0;
	right: 30px;
	width: 72px;
	height: 48px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/icons/login.png') no-repeat left top;
}
a.customer-login:hover {
	background: url('../img/icons/login.png') no-repeat left bottom;
}
a.login-blue {
	background: url('../img/icons/login.png') no-repeat left bottom;
}


/* Navigation */
nav {
	margin: 130px 30px 0 0;
	z-index: 1004;
}
.section {
	padding:0 0 0 9px;
	float:right;
	background:url('../img/bg-section-t.png') no-repeat;
}
.section .b {
	height:38px;
	width:10px;
	overflow:hidden;
	background:url('../img/bg-section-b.png') no-repeat;
	font-size:0;
	line-height:0;
	float:left;
}
.section .c {
	float:left;
	height:38px;
	background:url('../img/bg-section.png') repeat-x;
}
#nav-main {
	list-style:none;
	padding:0;
	margin:0 -7px;
	float:left;
	font:12px/15px "Lucinda Grande", Arial, Helvetica, sans-serif;
}
#nav-main li {
	float:left;
	background:url('../img/bg-nav-separator.gif') no-repeat;
}
#nav-main a {
	color:#c0c0c0;
	float:left;
	padding:9px 21px 10px;
}
#nav-main .active a {color:#fff;}
#nav-main ul li,
#nav-main ul a {
	margin:0;
	float:none;
	z-index: 1307;
}
#nav-main ul li:first-child,
#nav-main ul li.first-child {background:url('../img/bg-drop-nav.gif') no-repeat !important;}
#nav-main ul li {
	padding:0 0 3px;
	margin:0;
	background:url('../img/bg-drop-nav.gif') no-repeat;
	width:100%;
	vertical-align:top;
	float:left;
	position:relative;
	z-index: 1307;
}
#nav-main ul a {
	padding:0 20px 0 19px;
	float:left !important;
	z-index: 1307;
}
#nav-main a:hover,
#nav-main li:hover a,
#nav-main li.hover a {
	cursor:pointer;
	text-decoration:none;
	background:none;
	text-shadow: none;
	z-index: 1307;
}
#nav-main a:hover {color:#fff;}
#nav-main li.hover,
#nav-main li:hover { position:relative;}
#nav-main li.hover .drop,
#nav-main li:hover .drop {display: block;}
#nav-main .drop {
	width:183px;
	position:absolute;
	left:0;
	top:100%;
	display:none;
	z-index: 1307;
}
#nav-main .top,
#nav-main .bottom {
	height:7px;
	display:block;
	overflow:hidden;
	z-index: 1307;
}
#nav-main .top {background:url('../img/bg-drop-t.png') no-repeat;}
#nav-main .bottom {
	background:url('../img/bg-drop-b.png') no-repeat;
	height:22px;
	width:183px;
	margin:0;
	z-index: 1307;
}

#nav-main ul {
	width:165px;
	background:url('../img/bg-drop.png') no-repeat;
	list-style:none;
	padding:4px 5px 0 13px;
	margin:0;
	font:11px/13px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	z-index: 1307;
}
#nav-main .drop ul:after {
	content:"";
	clear:both;
	display:block;
	z-index: 1307;
}
#nav-main li:hover ul a,
#nav-main li.hover ul a {
	height:1%;
	padding-left:20px;
	background:none;
	color:#fff;
	z-index: 1307;
}
#nav-main ul li:hover a,
#nav-main ul li.hover a {
	color:#dab353;
	text-decoration:none;
	z-index: 1307;
}
#nav-main ul li:hover,
#nav-main ul li.hover {background:url('../img/bg-drop-nav.gif') no-repeat -486px 0 !important;}
#nav-main ul li.hover a:hover {color:#dab353;}
* html #nav-main ul ul {margin:-6px 0 0;}
* +html #nav-main ul ul {margin:-6px 0 0;}
#nav-main li.hover .drop .drop,
#nav-main li:hover .drop .drop {display:none;}
#nav-main li:hover li:hover .drop,
#nav-main li.hover li.hover .drop {display:block;}
#nav-main .drop .drop {
	left:100%;
	top:0;
	z-index: 1307;
}
#nav-main ul ul a,
#nav-main ul li:hover li a,
#nav-main ul li.hover li a{color:#fff;}
#nav-main ul ul a:hover,
#nav-main ul ul li:hover a,
#nav-main ul ul li.hover a {color:#dab353;}
#nav-main ul li:hover .has-drop-down-a,
#nav-main ul li.hover .has-drop-down-a {background:url('../img/bg-drop-arrow.gif') no-repeat 100% 4px;}
#nav-main li:first-child,
#nav-main li.first-child {background:none !important;}

/* Main Site */
.main {
	float: left;
	margin: -50px 0 0 0;
	width: 1018px;
	background: url('../img/bg-content-top.png') left top no-repeat;
	height: 100%;
	z-index: 4;
}

.main-bg {
	float: left;
	width: 1018px;
	margin-top: 128px;
	background: url('../img/bg-content.png') left top repeat-y;
	z-index: 4;
}

.content {
	float: left;
	position: relative;
	margin-top: -100px;
	width: 958px;
	padding: 30px;
	height: 100%;
	margin-bottom: 20px;
}

.content-small {
	float: left;
	margin-top: -100px;
	width: 640px;
	padding: 30px 0 30px 30px;
	margin-bottom: 40px;
}
.grid_xs {
	width: 200px;
}
.grid_s {
	width: 290px;
}
.grid_m {
	width: 600px;
}
.grid_b {
	width: 950px;
}

.topsection {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: url("../img/separator_horizontal.png") center bottom no-repeat;
	-webkit-background-size: 960px 2px;
	-moz-background-size: 960px 2px;
	background-size: 960px 2px;
}
.topsection .entry-content {
	font-size: 16px;
	color: #999;
	margin: 0;
}
.topsection nav {
	margin-top: 25px;
	text-align: right;
}
.topsection ul {
	}
.topsection li {
	display: inline-block;
	list-style: none;
	padding: 0 13px;
	margin: 10px 6px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.topsection li:first-child {
	margin-left: 0;
}
.topsection li a, .topsection li a:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.topsection li.selected, .topsection li:hover {
	background: url("../img/menu_item.png") repeat-x;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px #000; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px #000; box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px #000;
}
.topsection li.selected a, .topsection li:hover a {
	color: #fff;
	text-shadow: 0px 1px 2px #000;
}
.topsection .article_stats {
	margin-top: -30px;
}		
ul.check {
	margin-bottom: 10px;
}
ul.check li {
	list-style: none;
	background: url("../img/icons/package-install.png") left center no-repeat;
	line-height: 25px;
	color: #333;
	padding-left: 24px;
}
.article_stats {
	position: relative;
	font-size: 11px;
	line-height: 23px;
	margin: 4px 0;
	float: right;
	border: 1px solid #e2e2e2;
	background-color: #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.article_stats span {
	display: inline-block;
	padding: 0 15px 0 12px;
	background: url("../img/separator_vertical.png") right repeat-y;
}
.article_stats span:last-child {
	background: none;
}
body .article_stats a {
	color: #849d3c;
}
.article_stats a img {
	position: absolute;
	top: 4px;
	right: 8px;
}
.article_stats a:hover {
	text-decoration: underline;
}
.sidebar {
	position: relative;
	width: 300px;
	min-height: 400px;
	margin-top: -70px;
	margin-bottom: 40px;
}

.sidebar:after {
	position:absolute;
	content:" ";
	after:" ";
	bottom:-30px;
	width:8px;
	height:30px;
}

.sidebar {float: right;padding-left: 20px; background:url('../img/sidebar-right.png') top left no-repeat;}
.sidebar:after {left:0;background:url('../img/sidebar-right-end.png') 0 0 no-repeat;}

.post {
	position: relative;
	margin-top: 10px;
}
.post ol, .post ul {
	margin-left: 10px;
}
.post:first-of-type {
	padding-top: 0;	
}

/* Post title */
.post .entry-title {
	margin-bottom: 30px;
}

.post .entry-title a {
	color: #333;
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	-webkit-transition: color 150ms ease-in-out;
	/*-moz-transition: color 150ms ease-in-out;*/
	transition: color 150ms ease-in-out;
}

.post .entry-title a:hover { 
	color: #ba4e27;
}

/* Post thumbnail and images */
figure { 
	background: #f4f4f4;
	border: 2px solid #cecdcd;
	border-radius: 5px;
	float: left;
	padding: 10px;
	text-align: center;
	-webkit-transition: border 200ms ease;
	/*-moz-transition: border 200ms ease;*/
	transition: border 200ms ease;
}
figure:hover {
	border: 2px solid #ba4e27;
}
figure  {
	margin: 0 15px 10px 0;
}
figure.alignright {
	float: right;
	margin: 0 20px 10px 10px;
}
figure.alignleft {
	margin-left: 10px;	
}

/* Post meta */
.post-meta {
	position: relative;
	font: 14px 'Droid Serif', sans-serif;
	margin-top: 20px;
	width: 100%;
}

.post-meta p {
	background-color: rgba(243, 243, 243, 0.6);
	border: 1px solid;
	border-color: #fff #c9c9c9 #c9c9c9 #fff;
	border-radius: 5px;
	line-height: 1.8;
	margin: 0;
	padding: 10px;
	min-height: 5px;
	text-shadow: 0 1px 0 #fff;
}

.voteresult {
	position: relative;
	display: none;
	margin: 10px 0 0 0;
}
.post-meta p .votecontainer {
	position: absolute;
	top: 5px;
	right: 5px;
}
.entry-content label {
	padding: 5px 2px;
	display: block;
	width: 296px;
}
.short-content {
	min-height: 100px;
}

/* Sidebar widgets */
.widget {
	width: 275px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.widget h3 {
	margin-top: 10px;
}
.widget:first-child {
	border-top: none;
	padding-top: 0;
}

.widget:last-child {
	border-bottom: none;
}

/* Lists in widgets */
.widget li {
	line-height: 25px;
	background: url('../img/cat-swirl.png') no-repeat left top;
	padding: 1px 0 1px 20px;
	margin: 3px;
}
.widget li a { 
	color: #333;
	-webkit-transition: margin-left 100ms linear;
	transition: margin-left 100ms linear;
}
.widget li a:hover {
	color: #208eb1;
	margin-left: 5px;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Footer */
.footer {
	float: left;
	width: 1018px;
	height: 130px;
	overflow: hidden;
	background: url("../img/bg-footer.png") top left no-repeat;
}
.footer-content {
	width: 1000px;
	margin: 5px auto 0em;
}

.footer-box, .footer-box-big {
	float: left;
}

.footer-box {
	width: 300px;
	height: 120px;
	border-right: 1px solid rgba(186, 78, 39, 0.6);
}

.footer-box-big {
	width: 378px;
	height: 120px;
}

.box-content {
	position: relative;
	color: #b0b0b0;
	padding: 5px 20px;
}
.box-content h3 {
	color: rgba(186, 78, 39, 1);
	font-weight: normal;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	text-shadow: 1px 1px 1px #000000;
}

/* Footer News/Blog */
.footer-news ul {
	float: left;
}

.footer-news li {
	list-style: none;
	background: url('../img/icons/date.png') no-repeat left top;
	padding: 1px 0 1px 25px;
	margin: 5px 0 10px -10px;
}

.footer-news li a {
	color: #d3d3d3;
	text-shadow: 1px 1px 1px #000000;
	-webkit-transition: margin-left 200ms linear;
	transition: margin-left 200ms linear;
	-moz-transition: margin-left 200ms linear;
}

.footer-news li a:hover {
	color: #ba4e27;
	margin-left: 5px
}

.footer-nav {
	float: left;
	width: 1018px;
	height: 66px;
	background: url("../img/bg-footer-nav.png") top left no-repeat;
}
.footer-nav-content {
	width: 960px;
	margin: 15px auto 0em;
}
.footer-nav-content h6 {
	color: rgba(186, 78, 39, 1);
	font-weight: normal;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 1px #000000;
}
.footer-nav .links {
	float: left;
}
.footer-nav .links a, .footer .copyright a, .footer-nav .copyright a {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}
.footer-nav .links a:hover, .footer .copyright a:hover, .footer-nav .copyright a:hover {
	color: #23bbec;
	text-shadow: none;
}
.footer-nav .links a:after, .footer .copyright a:after {
	content: "·";
	padding: 0 5px;
}
.footer-nav .links a:last-child:after, .footer .copyright a:last-child:after {
	content: "";
}			
.footer-nav .copyright {
	float: right;
	text-align: right;
	text-size: 11px;
}
.footer-nav .copyright p {
	margin: 0 4px;
}

.footer-nav .stuff {
	float: left;
	
}

/* Footer Social - Media */
.social {
	position: absolute;
	bottom: -8px;
	right: -4px;
}
.social a {
	float:left;
	text-indent:-9999px;
	width:30px;
	height:30px;
}

.social .facebook {
	background: transparent url('../img/social-media.png') no-repeat -30px top;
}
.social .twitter {
	background: transparent url('../img/social-media.png') no-repeat -60px top;
}
.social .linkedin {
	background: transparent url('../img/social-media.png') no-repeat -90px top;
}
.social .youtube {
	background: transparent url('../img/social-media.png') no-repeat -120px top;
}
.social .skype {
	background: transparent url('../img/social-media.png') no-repeat -150px top;
}
.social .vimeo {
	background: transparent url('../img/social-media.png') no-repeat -210px top;
}
	
hr {
	margin-top: 0;
	margin-bottom: 20px;
	height: 2px;
	border: none;
	background: url("../img/separator_horizontal.png") repeat-x;
}

.clear {clear:both;}

/* Code */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

pre {
	background: #464646;
	border: solid #121212;
	border-width: 2px 0 2px 0;
	border-radius: 5px;
	color: #fff;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	position: relative;
	text-shadow: 0px 1px 0px #333;
	margin-bottom: 10px;
}

code {
	background: #f6dde7;
	font-size: 14px;
	padding: 3px;
	border-radius: 3px;
}

pre code {
	background: none;
	font-size: 16px;
}

.message_good, .message_bad, .message_info {
	border: 1px solid #e2e2e2;
	padding: 5px 5px 5px 33px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.05); box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.message_good {
	background: #fcfcfc url("../img/icons/package-reinstall.png") 8px center no-repeat;
}
.message_bad {
	background: #fcfcfc url("../img/icons/package-broken.png") 8px center no-repeat;
}
.message_info {
	background: #fcfcfc url("../img/icons/package-installed-outdated.png") 8px center no-repeat;
}

/* Stuff */
.admincp {float:left;width:16px;height:16px;background:url('../img/edit.png') top left no-repeat;text-decoration:none;}
.printme {float:left;width:16px;height:16px;background:url('../img/print.png') top left no-repeat;text-decoration:none;}
.fnp {text-align:center;padding-top:5px}
.fnp a {text-decoration:none;}
ol, ul {
	padding-left: 10px;
}

#panel {
    position: absolute;
    top: 0;
    height: 150px;
    width: 345px;
    right: 100px;
    z-index: 1002;
    overflow: hidden;
    text-align: left;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	border: 1px solid #000000;
}
#panel_contents {
	position: relative;
    z-index: 11;
    padding: 20px;
    color: #fff;
}
#panel_contents h3 {
	text-shadow: none;
}

.columns {
	float: left;
	margin-top: 20px;
}

.column2 {
	float: left;
	width: 470px;
	margin-left: 10px;
}

.column3 {
	float: left;
	width: 300px;
	margin-left: 10px;
}

.column4 {
	float: left;
	width: 230px;
	margin-left: 10px;
}

.column2 h2, .column3 h2, .column4 h2 {
	margin-bottom: 30px;
}

.column2 h2 img,.column3 h2 img, .column4 h2 img {
	float: left;
	margin: -15px 10px 0 0;
}
.pricing_boxes {
	margin: 0;
	padding: 0;
	
}
.pricing_boxes .grid_s {
	float: left;
	display: inline;
	margin-left: 5px;
	padding: 0;
}
.pricing_boxes > li {
	list-style: none;
	background: #fcfcfc;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.05); box-shadow: 0px 1px 10px rgba(0,0,0,0.05);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.pricing_boxes .top {
	background: #fcfcfc url("../img/top.png") top right no-repeat;
}
.pricing_boxes h2 {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	margin-top: 20px;
}
.pricing_boxes span {
	display: block;
	padding: 5px 0 15px 0;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #999;
}
.pricing_boxes span strong {
	color: #859D26;
}
.pricing_boxes li ul {
}
.pricing_boxes li li {
	padding: 10px;
	list-style: none;
	border-top: 1px solid #e2e2e2;
}
.pricing_boxes h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.pricing_boxes p {
	margin: 5px 5px 0 5px;
}
.pricing_boxes .button_green_big {
	display: block;
}
.pricing_table {
	display: table;
}
.pricing_table tr {
}
.pricing_table tr:nth-child(2n+1) td:first-child {
	background: none;
	border: none;
}
.pricing_table td {
	text-align: center;
	border: 1px solid #e2e2e2;
	background-color: #fcfcfc;
	padding: 10px;
	width: 20%;
	color: #666;
}
.pricing_table td img {
	width: 16px;
	vertical-align: middle;
}
.pricing_table tr:first-child td:first-child {
	border: none;
}
.pricing_table tr td:first-child {
	text-align: left;
	width: auto;
	color: #333;
}
.pricing_table .header td {
	border: 1px solid #e2e2e2;
	padding: 0;
	color: #333;
}	
.pricing_table .header h2 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 0;
}
.pricing_table .header span {
	display: block;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.pricing_table .header span strong {
	color: #859D26;
}