<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue.otf');
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue_fcaef021.eot') format('eot'),
         url('../fonts/BebasNeue.woff') format('woff'),
         url('../fonts/BebasNeue.ttf') format('truetype');
}
* {
	margin: 0;
	padding:0;
	outline:none;
}
html, body {
	height:100%;
	background:url(../../images/pattern.png) repeat top left transparent;
	background-color:#eaeaea;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:12px;
	line-height:19px;
}
h1 span {
	color:#134bad;
	font-size:inherit;
	font-family:inherit;
}
.custom {
	margin:auto;
	width:90%;
	border-collapse:collapse;
	border:1px solid #d6d5d5;
	margin-bottom:25px;
}
.custom th {
	background-color:#e5e5e5;
	text-align:left;
	text-shadow: 0px 1px 0px #eeeeee;
	color:#666666;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	font-size:14px;
}
.custom td {
	background-color:#ececec;
	text-align:left;
	color:#555555;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	font-size:12px;
}
.custom tr .clr {
	background-color:#ffffff;
}
a {
	text-decoration:none;
	color:#999999;
}
a:hover {color:#555555;text-decoration:underline}
a:visited {color:#555555;}
p {
	margin-bottom:20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'BebasNeueRegular';
	color:#134bad;
	margin-bottom:8px;
	font-weight:100;
	letter-spacing:1px;
}
h1 {font-size:30px;color:#555555}
h2 {
	font-size:24px;
	text-shadow: 0px 1px 0px #555555;
}
h1 em, h2 em {margin-top:2px;display:block;font-size:12px;letter-spacing:normal}
h3 {font-size:18px;margin-bottom:12px;}
h3 em {margin-top:0;display:block;font-size:12px; letter-spacing:normal}
h4 {font-size:14px;margin-bottom:12px;}
h5 {font-size:12px;margin-bottom:12px;}
h6 {font-size:10px;margin-bottom:10px;}
h4 em, h5 em, h6 em {margin-top:0px;display:block;}
/* LIST STYLES */
ul.clear {
	list-style:none;
}
ul.bullet, ul.point, ul.point2, ul.check, ul.point3, ul.bullet2, ul.kill, ul.block, ul.kill2, ul.basic {
	padding:0;
	margin:0;
	margin-top:10px;
}
ul.bullet li, ul.point li, ul.point2 li, ul.check li, ul.point3 li, ul.bullet2 li, ul.kill li, ul.block li, ul.kill2 li, ul.basic li {
    background-repeat: no-repeat;
    list-style-type: none;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 0;
    padding-top: 5px;
}
ul.basic {
	margin-top:15px;
}
ul.basic li {
	padding:0;
    padding-top: 3px;
	padding-left:20px;
	padding-bottom:10px;
}
ul.bullet li {
	background:url(../../images/list-style-bullet1.png) 0 5px no-repeat transparent;
}
ul.point li {
	background:url(../../images/list-style-point1.png) 0 5px no-repeat transparent;
}
ul.point2 li {
	background:url(../../images/list-style-point2.png) 0 5px no-repeat transparent;
}
ul.check li {
	background:url(../../images/list-style-check1.png) 0 5px no-repeat transparent;
}
ul.point3 li {
	background:url(../../images/list-style-point3.png) 0 5px no-repeat transparent;
}
ul.bullet2 li {
	background:url(../../images/list-style-bullet2.png) 0 5px no-repeat transparent;
}
ul.kill li {
	background:url(../../images/list-style-kill1.png) 0 5px no-repeat transparent;
}
ul.kill2 li {
	background:url(../../images/list-style-kill2.png) 0 5px no-repeat transparent;
}
ul.block li {
	background:url(../../images/list-style-blocked.png) 0 5px no-repeat transparent;
}
ul.basic li {
	background:url(../../images/list-style-basic.png) 0 5px no-repeat transparent;
}
ul.divide li {
	padding-top:10px;
	background-position:0 10px;
	border-top:1px solid #dddddd;
}
/* END OF LIST SYLING */
/* Accordion Styling */
.accordion {
	min-width:300px;
	cursor:pointer;
}
.accordion h3.parent {
	margin: 0;
	padding: .25em;
	background: #dedede;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}
.accordion div.content {
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: .5em .25em;
	display:none;
}
/* End of accordion Styling */
/* Tabbed content styling */
.tabbed-area {
	margin-top:20px;
	margin-bottom:20px;
}
.tabbed-area ul.tabs {  
	margin:0px;
	padding:0px;  
}  
.tabbed-area ul.tabs li {
	margin:0;
	padding:0; 
    list-style:none;  
    display:inline;  
}
.tabbed-area ul.tabs li a {
	padding:10px 16px 10px 16px;  
	text-decoration:none;  
	font-weight:bold;
	position:relative;
	z-index:100;
	border-bottom:none;
	outline:none;
}  
.tabbed-area ul.tabs li a.active {
	color:#282e32;  
	border:1px solid #c0c0c0;
	background-color:#FFFFFF;  
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-top-left: 7px;
	-webkit-border-radius-top-right: 7px;
	border-bottom:4px solid #ffffff;
}
.tabbed-area .content {  
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
    padding:10px;
	position:relative;
	top:10px;
	z-index:10;	
}  
.tabbed-area .content { display:none; }  
/* End of tabbed content styling */
img {
	outline:none;
	border:none;
}
a.prettyPhoto {
	position:relative;
	z-index:100;
}
a.prettyPhoto img {
	position:relative;
}
.prettyPhoto .image-mag {
	background:url('../../images/image-mag.png') top left no-repeat transparent;
	height:50px;
	width:50px;
	margin:0;
	padding:0;
	position:relative;
	z-index:1000;
	display:none;
}
.link .image-mag {
	background:url('../../images/image-link.png') top left no-repeat transparent;
	height:50px;
	width:50px;
	margin:0;
	padding:0;
	position:relative;
	z-index:1000;
	display:none;
}
hr { 
	display: block;
	height: 1px;
    border: 0;
	width:80%;
	border-top: 1px solid #e2e2e2;
	margin:auto;
	padding:0;
	margin-top:20px;
}
span.highlight {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:0;
	padding:4px;
	background-color:#ffff00;
	color:#000000;
	text-shadow: 0px 1px 0px #ffffff;
}
span.highlight.red {
	background-color:#c50000;
	color:#ffffff;
	text-shadow: 0px 1px 0px #000000;
}
span.highlight.orange {
	background-color:#EE9A00;
	color:#000000;
	text-shadow: 0px 1px 0px #cccccc;
}
span.highlight.green {
	background-color:#00CD00;
	color:#ffffff;
	text-shadow: 0px 1px 0px #666666;
}
span.highlight.gray {
	background-color:#8B8B7A;
	color:#ffffff;
	text-shadow: 0px 1px 0px #666666;
}
span.highlight.purple {
	background-color:#800080;
	color:#ffffff;
	text-shadow: 0px 1px 0px #000000;
}
span.highlight.black {
	background-color:#222222;
	color:#ffffff;
	text-shadow: 0px 1px 0px #555555;
}
.dropcap-circle {
	background:url('../../images/dropcap.png') top left no-repeat transparent;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	display: block;
    float: left;
    font-size: 24px;
    line-height: 35px;
	margin-right:8px;
    text-align: center;
    width: 35px;
	text-shadow: 0px 1px 0px #ffffff;
}
.dropcap-circle.select {
	background:url('../../images/dropcap-select.png') top left no-repeat transparent;
	color:#ffffff;
	text-shadow: 0px 1px 0px #000000;
}
blockquote {
	background:url(../../images/blockquote.png) top left no-repeat;
	padding-left:58px;
	min-height:50px;
	padding-top:35px;
	font-style:italic;
	color:#838383;
}
blockquote.double:after {
	content: url('../../images/blockquote-double.png');
	width:50px;
	height:50px;
	margin-top:10px;
	float:right;
}
/****** SOCIAL MEDIA ICONS ***/

/** These are the images that will initially be displayed **/
.twitter  {background:url('../../images/social/white_twitter.png') no-repeat top left transparent;}
.facebook {background:url('../../images/social/white_facebook.png') no-repeat top left transparent;}
.gplus {background:url('../../images/social/white_gplus.png') no-repeat top left transparent;}
.dribbble {background:url('../../images/social/white_dribbble.png') no-repeat top left transparent;}
.youtube {background:url('../../images/social/white_youtube.png') no-repeat top left transparent;}
.myspace {background:url('../../images/social/white_myspace.png') no-repeat top left transparent;}

/** These are the images that JavaScript will change onhover **/
.twitter  a{background:url('../../images/social/black_twitter.png') no-repeat top left transparent;}
.facebook a{background:url('../../images/social/black_facebook.png') no-repeat top left transparent;}
.gplus a{background:url('../../images/social/black_gplus.png') no-repeat top left transparent;}
.dribbble a{background:url('../../images/social/black_dribbble.png') no-repeat top left transparent;}
.youtube a{background:url('../../images/social/black_youtube.png') no-repeat top left transparent;}
.myspace a{background:url('../../images/social/black_myspace.png') no-repeat top left transparent;}

.twitter, .facebook, .gplus, .dribbble, .youtube, .myspace {
	cursor:pointer;
	height:32px;
	padding-bottom:18px;
	text-decoration:none;
	position:relative; /* Fix for IE 7 */
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100); /* IE 5-7 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* Netscape */
}
.twitter a, .facebook a, .gplus a, .dribbble a, .youtube a, .myspace a {
	padding-bottom:21px;
	padding-left:32px;
	margin:0;
	text-decoration:none;
	position:relative; /* Fix for IE 7 */
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* IE 8 */
	filter: alpha(opacity=10); /* IE 5-7 */
	-khtml-opacity: 0.1; /* Safari 1.x */
	-moz-opacity: 0.1; /* Netscape */
}

/***** END OF SOCIAL MEDIA ICONS ***/
.wrapper {
	width:100%;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
.header {
	margin:auto;
	margin-top:27px;
	height:27px;
}
.header-body {
	height:107px;
	background:url('../../images/header-sweep.png') repeat-x top left transparent;
	background-color:#ffffff;
	position:relative;
	z-index:100;
	width:960px;
	margin:auto;
	-moz-box-shadow: 0px 0px 3px #aaaaaa;
	-webkit-box-shadow: 0px 0px 3px #aaaaaa;
	box-shadow: 0px 0px 3px #aaaaaa;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-top-left: 7px;
	-webkit-border-radius-top-right: 7px;	
}
.header-seperator {
	background-color:#ffffff;
	background:url('../../images/header-sepeator.png') repeat-x top left transparent;
	width:960px;
	position:relative;
	z-index:900;
	top:19px;
	margin:auto;
}
.header-body .logo {
  margin: -20px 0 20px 0 ;
	padding-top:20px;
	padding-left:17px;
	height:68px;
	float:left;
}
/** LIST STYLES **/

/*** MENU NAV *****/
.menu-navigator-wrapper {
	float:right;
	position:relative;
	margin-right:17px;
	z-index:1000;
	margin-top:40px;
}
.menu-navigator-wrapper .menu-navigator {
	padding-right:60px;
	list-style:none;
	z-index:1000;
	position:relative;
	z-index:51px;
}
.menu-navigator-wrapper .menu-navigator a, .menu-navigator-wrapper .menu-navigator ul {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#555555;
	text-decoration:none;
	text-shadow: 0px 1px 0px #ffffff;
	z-index:1000;
}
.menu-navigator-wrapper .menu-navigator a:hover {
	color:rgb(255,102,51);
	z-index:1000;
}
.menu-navigator li {
	float:right;
	position:relative;
	z-index:1000;
	text-align:center;
}
.menu-navigator a {
	padding-left:20px;
	z-index:1000;
	padding-right:20px;
}
.menu-navigator .active {
	background:url("../../images/menu-nav-active.png") no-repeat transparent;
	position:relative;
	background-position:center center;
	padding-top:10px;
	z-index:100;
	padding-bottom:10px;
	color:rgb(255,102,51) !important;
	text-shadow: 0px 1px 0px #eeeeee !important;
	padding-left:20px;
	padding-right:20px;
}
.sub-menu-wrapper {
	position: absolute;
    left: 50%;
    margin-left: -60px;
	top:35px;
	clear:both;
	width:120px;
	-moz-box-shadow: inset 0px 0px 3px #d7d6d6;
	-webkit-box-shadow: inset 0px 0px 3px #d7d6d6;
	box-shadow: inset 0px 0px 3px #d7d6d6;
	-moz-border-radius: 7px; /* Firefox */
	-webkit-border-radius: 7px; /* Safari, Chrome */
	border-radius: 7px; /* CSS3 */
	background-color:#eeeded;
	display:none;
	z-index:1000000000000000000000;
}
.menu-nav-parent-subclass {
	background:url('../../images/sub-menu-top-indicator.png') bottom center transparent no-repeat;
	position:absolute;
	width:19px;
	height:15px;
	top:-13px;
	left:50px;
}
.sub-menu-wrapper .sub-menu-item {
	padding:0;
	margin:0;
	clear:both;
}
.sub-menu-wrapper li {
	position:relative;
	list-style:none;
	padding-top:10px;
	width:100%;
}
.sub-menu-wrapper .divider {
	position:relative;
	background:url('../../images/menu-nav-devider.png') bottom center transparent no-repeat;
	margin-bottom:2px;
	width:120px;
	height:2px;
	clear:both;
}
.sub-menu-wrapper li:hover {
	background-color:#dddddd;
}
.sub-menu-wrapper li:first-of-type:hover {
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-top-left: 7px;
	-webkit-border-radius-top-right: 7px;	
}
.sub-menu-wrapper li:last-of-type:hover {
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottom-left: 7px;
	-webkit-border-radius-bottom-right: 7px;	
}
.sub-menu-wrapper li a {
	list-style:none;
	position:relative;
	width:100%;
	padding-left:0;
	padding-right:0;
	padding-bottom:10px;
	padding-top:10px;
	display:block;
	color:#555555;
	font-size:16px !important;
	margin:0;
}
.sub-menu-wrapper li a:hover {
	color:#FFFFFF !important;
	text-shadow: 0px 1px 0px #b3b3b3 !important;
}
.sub-menu-wrapper li a:hover {
}
/*** End of Menu ***/
/* Primary (Sub) Header */
.upper-header-body {
	position:relative;
	top:10px;
	z-index:1;
}
.upper-background-wrapper { /* This is the background that stretches the header */
	position:relative;
	z-index:1;
	height:401px;
	background:url(../../images/dark-pattern-dots.png) repeat top left transparent;
	margin-top:9px;
}
.upper-wrapper { /* This is the inner background that doesn't stretch the page */
	background:url(../../images/light-pattern-dots.png) repeat top left transparent;
	width:960px;
	margin:auto;
	height:370px; /* Subtract padding-top and border thickness from the height*/
	padding-top:30px;
	border-bottom:1px solid #dadada;
	-moz-box-shadow: 0px 0px 3px #777777;
	-webkit-box-shadow: 0px 0px 3px #777777;
	box-shadow: 0px 0px 3px #777777;
}
.upper-slider-wrapper {
	background:url('../../images/upper-slider-shadow.png') no-repeat top left transparent;
	width:923px;
	margin:auto;
	margin-top:-9px;
	text-align:center;
	height:362px;
}
.upper-slider-wrapper img {
	padding-top:20px; /* Simulate border */
}
/** End of Primary header **/
/** Start the secondary header **/
.secondary-header { /*the background strips */
	background:url(../../images/dark-pattern-whitetop.png) repeat top left transparent;
	height:54px;
	position:relative;
	z-index:99;
	top:27px;
	clear:both;
}
.secondary-header-push {
	margin-top:37px; /* pushes the header down, 10 + 'top' style of '.secondary-header' */
}
.secondary-header-inner-wrapper {
	width:960px;
	margin:auto;
	position:relative;
	padding:0;
	z-index:1000;
}
.secondary-header-nav-left {
	background:url(../../images/navs/nav-ribbon-left.png) top left no-repeat transparent;
	width:13px;
	height:72px;
	top:-8px;
	left:-13px;
	margin-bottom:10px;
	position:relative;
}
.secondary-header-nav-right {
	background:url(../../images/navs/nav-ribbon-right.png) top left no-repeat transparent;
	width:13px;
	float:right;
	height:72px;
	position:relative;
	left:973px; /* page width + image width */
}
.secondary-header-second-nav-wrapper {
	background:url(../../images/dark-pattern-dots.png) repeat top left transparent;
	margin-left:13px;
	height:52px; /* 71 - padding top and bottom */
	width:940px; /* 960 - (padding left and padding right) */
	padding:10px;
	position:relative;
}
.secondary-header-content {
	top:-64px;
	left:30px;
	width:960px;
	position:relative;
}
.secondary-header-title {
	padding-top:10px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #888888;
	font-size:30px;
	float:left;
	color:#ffffff;
}
.secondary-header-desc {
	padding-top:5px;
	margin:0;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: 0px 1px 0px #888888;
	color:#ffffff;
	font-style:italic;
}
.secondary-header-page {
	text-align:right;
	position:relative;
	top:32px;
	right:45px;
	color:#ffffff;
}
/** End of Secondary Header **/
/** Post styling **/
.blog-post-preview {
	padding:20px;
}
.body-content .divider {
	background:url('../../images/page-divider.png') top left repeat-x transparent;
	width:640px;
	height:2px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.gdivider {
	background:url('../../images/gradient-divider2.png') top left repeat-x transparent;
	width:920px;
	height:29px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.gdivider span {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative;
	color:#ffffff;
	padding:6px;
	background:#134bad;
	top:6px;
	border-top:1px solid #666666;
	text-shadow: 0px 1px 0px #333333;
}
.blog-post-preview img {
	width:150px;
	height:150px;
	overflow:hidden;
	float:left;
	margin-right:12px;
}
.blog-post-preview .title {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#134bad;
	padding-top:10px;
	padding-bottom:6px;
}
.blog-post-preview .link a {
	font-size:10px;
	color:#9c9c9c;
}
.blog-post-preview .desc {
	line-height:24px;
	color:#353535;
}
.blog-post-preview .date {
	color:#555555;
	font-size:10px;
	padding-bottom:4px;
}
.blog-post-preview .date a {
	color:#8db6ff;
	font-size:10px;
}
.blog-post-preview .date a:hover {
	color:#555555;
	font-size:10px;
}
.blog-post-preview .link {color:#6c6c6c;}
/** End of Post Styling **/
/** Sidebar and widget styling **/
.sidebar-left, .sidebar-right {
	margin-top:-8px;
	position:relative;
}
.sidebar-left {
	float:left;
	margin-right: -292px;
}
.sidebar-right {
	float:right;
	margin-left: -292px;
}
.sidebar-left .sidebar-content {
	border-right:1px solid #cccccc;
	height:100%;
}
.sidebar-right .sidebar-content {
	border-left:1px solid #cccccc;
	height:100%;
}
.sidebar-content {
	padding:15px;
	width:260px; /* 290 - (padding left + padding right) */
	margin:0;
	height:100%;
}
.sidebar-content li {
	list-style:none;
}
.sidebar-content h2 {
	color:#134bad;
	text-shadow:none;
}
.sidebar-content .divider {
	background:url('../../images/sidebar-divider.png') top left repeat-x transparent;
	width:240px;
	height:2px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.sidebar-search {
	width:260px;
	height:35px;
	background:url(../../images/searchbar.png) 0 0 no-repeat;
	padding:0px;
	margin:0px;
	position:relative;
}
.sidebar-search .search-box {
	border:0px;
	background-color:transparent;
	position:absolute;
	top:5px;
	left:32px;
	width:200px;
	color:#555555;
	height:28px;
}
.sidebar-search .searchbox-submit {
	border:0px;
	background-color:transparent;
	position:relative;
	left:10px;
	top:9px;
	width:19px;
	height:19px;
}
.sidebar-content .sponsors .first-column {
	padding-bottom:10px;
	float:left;
}
.sidebar-content .sponsors .second-column {
	padding-bottom:10px;
	float:right;
}
.sidebar-content .news li {
	padding-bottom:10px;
}
.sidebar-content .news li a {
	color:#555555;
}
.sidebar-content .news li a:hover {
	color:#353535;
}
.sidebar-content .text-widget {
	color:#555555;
	line-height:22px;
}
/** End of sidebar and widget styling **/
/* Start of pricing table formatting */
.pricing-tables-small {
	max-width:71%;
	margin:auto;
	clear:both;
}
.pricing-tables {
	max-width:80%;
	margin:auto;
	clear:both;
}
.pricing-table, .pricing-table-small {
	max-width:28%;
	position:relative;
	z-index:4;
	float:left;
	width:28%;
	background-color:#fafafa;
	max-height:800px;
	-moz-box-shadow: 0px 0px 2px #999999;
	-webkit-box-shadow: 0px 0px 2px #999999;
	box-shadow: 0px 0px 2px #999999;
}
.pricing-table-small {
	max-width:22%;
	width:22%;
	margin:auto;
}
.price .time {
	margin:0;
	padding:0;
}
.gold, .gold-small {
	margin-top:-10px;
	position:relative;
	z-index:10;
}
.pricing-table:hover, .pricing-table-small:hover {
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
}
.pricing-table th, .pricing-table-small th {
	background-color:#eaeaea;
	margin:0;
	padding:0;
}
.pricing-table tbody, .pricing-table-small tbody{
	background-color:#fafafa;
}
.pricing-table tbody tr .divider, .pricing-table-small .divider {
	background:url('../../images/pricing-divider.png') top left no-repeat transparent;
	width:180px;
	height:2px;
}
.pricing-table tbody ul, .pricing-table-small ul {
	text-decoration:none;
	list-style-type:none;
	padding-top:15px;
	min-height:350px;
	margin:auto;
}
.gold tbody ul {
	min-height:370px;
}
.pricing-table tbody ul li, .pricing-table-small tbody ul li {
	text-align:center;
	font-size:16px;
	padding-top:2px;
	color:#5a5a5a;
}
.pricing-table-small tbody ul li {
	font-size:12px;
}
.pricing-table tfoot, .pricing-table-small tfoot {
	background-color:#f1f1f1;
	text-align:center;
}
.pricing-table tfoot td, .pricing-table-small tfoot td {	
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	margin-left:10px;
}
.pricing-table tfoot a.purchase, .gold tfoot a.purchase, .pricing-table-small tfoot a.purchase, a.largeButton, a.largeButton.gold {
	background: transparent url(../../images/buttons/pricing-button-cut.png) no-repeat scroll top right;
    display: block;
    float: left;
	text-decoration:none !important;
    height: 48px;
    margin-right: 6px;
	margin-left:12px;
    padding-right: 28px; /* sliding doors padding */
    text-decoration: none;
}
.pricing-table tfoot a.purchase span, .gold tfoot a.purchase span, .pricing-table-small tfoot a.purchase span, a.largeButton span, a.largeButton.gold span {
	background: transparent url(../../images/buttons/pricing-button.png) no-repeat;
    display: block;
	line-height:16px;
    padding-top: 16px;
    padding-bottom: 16px;
	padding-right:32px;
	padding-left:60px;
	color:#eeeeee !important;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:100 !important;
}
.pricing-table-small tfoot a.purchase span {
	font-size:24px;
	text-align:center;
}
.gold tfoot a.purchase, a.largeButton.gold {
	background: transparent url(../../images/buttons/pricing-button-gold-cut.png) no-repeat scroll top right;
}
.gold tfoot a.purchase span, a.largeButton.gold span {
	background: transparent url(../../images/buttons/pricing-button-gold.png) no-repeat;
	color:#282828 !important;
}
.pricing-table tfoot a.purchase:hover, .pricing-table-small tfoot a.purchase:hover, a.largeButton:hover {
    background-position: center right;
}
.pricing-table tfoot a.purchase:hover span, .pricing-table-small tfoot a.purchase:hover span, a.largeButton:hover span {
    background-position: center left;
}
.pricing-table tfoot a.purchase:active span, .pricing-table-small tfoot a.purchase:active span, a.largeButton:active span {
    background-position: bottom left;
    outline: none; /* hide dotted outline in Firefox */
} 
.pricing-table tfoot a.purchase:active, .pricing-table-small tfoot a.purchase:active, a.largeButton:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
.pricing-table .price-title, .pricing-table-small .price-title {
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	text-shadow: 0px 1px 0px #e4e4e4;
	color:#545454;
	font-size:32px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-weight:100;
}
.pricing-table .price, .pricing-table-small .price {
	color:#545454;
	font-size:36px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-weight:100;
	padding-bottom:20px;
	line-height:30px;
}
.pricing-table-small .price-title {
	font-size:24px;
	padding-top:13px;
	padding-bottom:13px;
}
.pricing-table-small .price {
	font-size:26px;
	padding-bottom:12px;
}
/* End of pricing tables formatting */
.page-wrapper {
	padding:15px;
}
.body-content-sidebar-right, .body-content-sidebar-left{
	width:668px;
	background-color:#ffffff;
}
.body-content-sidebar-none {
	width:960px;
	background-color:#ffffff;
}
.body-content-sidebar-right {
	float:left;
	border-right: 292px solid #ffffff;
}
.body-content-sidebar-left {
	float:right;
	border-left: 292px solid #ffffff;
}
.body-content {
	width:960px;
	background-color:#ffffff;
	margin:auto;
	-moz-box-shadow: 0px 0px 3px #aaaaaa;
	-webkit-box-shadow: 0px 0px 3px #aaaaaa;
	box-shadow: 0px 0px 3px #aaaaaa;
}
/* Single post styling */
.single-post {
	margin:auto;
	margin-top:5px;
	width:600px;
}
.single-post img {
	max-width:600px;
	max-height:234px;
	overflow:hidden;
	float:left;
}
.single-post .poster {
	color:#a0a0a0;
	float:left;
	background:url('../../images/poster.png') center left no-repeat transparent;
	min-width:24px;
	height:26px;
	padding-left:26px;
	padding-top:22px;
}
.single-post .divider {
	background:url('../../images/single-page-divider.png') top left repeat-x transparent;
	width:600px;
	height:2px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
}
.single-post .desc p, .single-post .desc {
	color:#555555;
	text-indent:24px;
	line-height:24px;
	margin:auto;
}
.single-post b {
	color:#858585;
}
.responses .response-amount {
	color:#848484;
	float:left;
	background:url('../../images/quote.png') center left no-repeat transparent;
	min-width:27px;
	height:19px;
	padding-left:35px;
}
ul.responses {
	clear:both;
	padding-top:25px;
}
ul.responses li {
	list-style:none;
	float:left;
	width:100%;
	padding-top:10px;
}
ul.responses li img {
	margin-right:10px;
	width:40px;
	height:40px;
	overflow:hidden;
}
ul.responses li .name {
	color:#858585;
}
ul.responses li .post-info {
	font-size:9px;
	color:#aaaaaa;
	font-style:italic;
}
ul.responses li .reply a {
	float:right;
	font-size:9px;
}
ul.responses li .comment {
	margin-top:9px;
	margin-left:55px;
	color:#555555;
	line-height:20px;
}
ul.responses ul.responses {
	margin-left:90px;
	width:510px;
}
.single-response-form {
	margin-top:60px;
	width:400px;
}
.contact-form {
	width:400px;
}
.single-response-form h2, .contact-form h2 {
	margin-top:15px;
	margin-bottom:15px;
}
.single-response-form p, .contact-form p {
	margin-bottom:25px;
}
.single-response-form .form-field, .contact-form .form-field {
	padding-bottom:60px;
}
.single-response-form .textarea-wrapper, .contact-form .textarea-wrapper {
	width:553px;
	height:179px;
	background:url(../../images/textarea.png) 0 0 no-repeat transparent;
	position:relative;
}
.single-response-form .textarea-error-wrapper, .contact-form .textarea-error-wrapper {
	width:553px;
	height:179px;
	background:url(../../images/textarea-error.png) 0 0 no-repeat transparent;
	position:relative;
	display:none;
	float:left;
}
.single-response-form textarea, .contact-form textarea {
	width:523px;
	height:149px;
	float:left;
	max-width:523px;
	max-height:149px;
	min-width:523px;
	max-height:149px;
	overflow:auto;
	background-color:transparent;
	border:none;
	position:absolute;
	left:15px;
	bottom:15px;
	top:15px;
	resize:none;
	color:#888888;
}
.single-response-form label, .contact-form label {
	float:left;
	clear:left;
	margin-top:5px;
	margin-left:5px;
	color:#666666;
}
.single-response-form .input-wrapper, .contact-form .input-wrapper {
	background:url(../../images/input.png) top left no-repeat transparent;
	height:45px;
	width:240px;
	position:relative;
	float:right;
}
.single-response-form .error-wrapper, .contact-form .error-wrapper {
	background:url(../../images/input-error.png) top left no-repeat transparent;
	height:45px;
	width:240px;
	position:relative;
	float:right;
	display:none;
}
.single-response-form .input-wrapper input, .contact-form .input-wrapper input{
	height:45px;
	width:212px;
	left:10px;
	padding:0;
	position:absolute;
	color:#888888;
	background-color:transparent;
	border:0;
}
.single-response-form .button, .contact-form .button {
	margin-bottom:30px;
	margin-top:10px;
}
.form-result {
	width:80%;
	margin:auto;
	margin-bottom:20px;
	display:none;
}
.form-success, .form-fail {
	color:#777777;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px;
}
.form-fail {
	background:#ffd7d7;
	border:1px dashed #FF0000;
}
.form-success {
     background: none repeat scroll 0% 0% #ebffe6;
     border: 1px dashed #0D4400;
}
/* End of single post styling */
/* Image borders */
.border-small {
	background: url(../../images/img-border-200.png) top left no-repeat transparent;
	width:221px;
	height:154px;
	padding-bottom:8px;
}
.border-small img {
	padding-left:12px;
	width:196px;
	height:124px;
	overflow:hidden;
	padding-top:9px;
}
.border-square {
	background: url(../../images/img-border-150.png) top left no-repeat transparent;
	width:196px;
	height:186px;
	padding-bottom:8px;
}
.border-square img {
	padding-left:23px;
	width:150px;
	height:150px;
	overflow:hidden;
	padding-top:10px;
}
.border-simple {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ececec;
    padding: 4px;
}
/* End of image borders */
/*********************** BUTTONS ****************************/
a.button, a.downButton {
	background: transparent url(../../images/buttons/standard_button_cut.png) no-repeat scroll top right;
    display: block;
    float: left;
	text-decoration:none !important;
    height: 35px;
    margin-right: 6px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url(../../images/buttons/standard_button.png) no-repeat;
    display: block;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-right:10px;
	padding-left:10px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	text-shadow: 0 1px rgba(255, 255, 255, 0.9);
	font-family:Helvetica,arial,freesans,clean,sans-serif;
}
a.banner {
	background: transparent url(../../images/buttons/bannerbutton-cut.png) no-repeat scroll top right;
	height:63px;
    padding-right: 15px; /* sliding doors padding */
}
a.banner span {
	background: transparent url(../../images/buttons/bannerbutton.png) no-repeat scroll top left;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:30px;
	font-weight:100;
	line-height: 23px;
    padding: 20px;
	padding-left:64px;
	padding-right:50px;
	text-align:center;
	text-shadow: 0 1px #666565;
}
a.down {
	background: transparent url(../../images/buttons/standard_button_down_cut.png) no-repeat scroll top right;
	padding-right:21px;
}
a.cancel {
	background: transparent url(../../images/buttons/standard_button_cancel_cut.png) no-repeat scroll top right;
	padding-right:22px;
}
a.check {
	background: transparent url(../../images/buttons/standard_button_check_cut.png) no-repeat scroll top right;
	padding-right:25px;
}
a.go {
	background: transparent url(../../images/buttons/standard_button_go_cut.png) no-repeat scroll top right;
	padding-right:19px;	
}
a.plus {
	background: transparent url(../../images/buttons/standard_button_plus_cut.png) no-repeat scroll top right;
	padding-right:23px;	
}
a.drop {
	background: transparent url(../../images/buttons/standard_button_drop_cut.png) no-repeat scroll top right;
	padding-right:16px;	
}
a.trash {
	background: transparent url(../../images/buttons/standard_button_trash_cut.png) no-repeat scroll top right;
	padding-right:25px;	
}
a.cart {
	background: transparent url(../../images/buttons/standard_button_cart_cut.png) no-repeat scroll top right;
	padding-right:25px;	
}
a.bird {
	background: transparent url(../../images/buttons/standard_button_bird_cut.png) no-repeat scroll top right;
	padding-right:23px;	
}
a.cursor {
	background: transparent url(../../images/buttons/standard_button_cursor_cut.png) no-repeat scroll top right;
	padding-right:16px;	
}
a.search {
	background: transparent url(../../images/buttons/standard_button_search_cut.png) no-repeat scroll top right;
	padding-right:20px;	
}
a.email {
	background: transparent url(../../images/buttons/standard_button_email_cut.png) no-repeat scroll top right;
	padding-right:23px;	
}
a.cancel span, a.down span, a.check span, a.go span, a.plus span, a.drop span, a.trash span, a.cart span, a.bird span, a.cursor span, a.search span {
	padding-right:7px;
}
a.button:hover {
    background-position: center right;
}
a.button:hover span {
    background-position: center left;
}
a.button:active span {
    background-position: bottom left;
} 
a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
/*************** END OF BUTTON STYLING **********************************/
/****** STANDARD classes ****/
.padding {padding:25px;}
.padding-top {padding-top:10px;}
.padding-left {padding-left:25px;}
.padding-right {padding-right:25px;}
.padding-bottom {padding-bottom:10px;}
.padding-light-sides { padding:10px;padding-right:30px;padding-top:50px; }
.padding-light-sides .divider { margin-bottom:30px; }
.left {float:left;padding-right:10px;}
.right{float:right;padding-left:10px;}
.center{text-align:center;margin:auto;width:80%;}
/*** END OF STANDARD CLASSES ****/

/**** BLOCK STYLING ****/
.col-body {
	padding-left:15px;
}
.col-body img.border {
	border:3px solid #134bad;
	margin:0;
	padding:0;
}
.col-body p {
	margin:0;
	padding:0;
}
.col-13, .col-23, .col-full, .col-14, .col-12, .col-34 {
	margin:0;
	padding:0;
	float:left;
	padding-bottom:10px;
}
.col-13 h3, .col-23 h3, .col-full h3, .col-14 h3, .col-12 h3, .col-34 h3 {
	padding:0;
}
.col-13 {width:33%;}
.col-23 {width:66%;}
.col-14 {width:25%;}
.col-12 {width:50%;}
.col-34 {width:75%;}
.col-full {width:100%;}
.footer .col-14 .col-body {
	margin-left:10px;
	margin-right:25px;
	color:#686767 !important;
}
.col-full img {
	margin-right:15px !important;
}
.col-full .right img {
	float:right;
}
.col-full p {
	padding-right:50px;
	padding-bottom:10px;
}
.body-content .col-body a {
	color:#999999;
}
.copy {
	font-size:14px;
	color:#737373;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-weight:100;
	width:960px;
	margin:auto;
	text-align:center;
	padding-top:0px;
	position:relative;
	top:-30px;
}
.footer .col-body h2, .footer .col-body p {
	color:#686767;	
}
.footer .col-body h2 {
	text-shadow: 0px 1px 0px #e4e4e4;
}
.footer .footer-nav {
	list-style-type:disc;
	margin-left:15px;
}
.footer .footer-nav li {
	padding-bottom:4px;
}
.footer .divider {
	background:url('../../images/gradient-divider.png') top left no-repeat;
	width:850px;
	height:28px;
	margin:auto;
	padding-bottom:15px;
}
.footer .social-icons {
	margin:auto;
	width:940px;
	height:28px;
	margin:auto;
	padding:0;
	padding-bottom:25px;
	text-align:center;
}
/*** END OF BLOCK STYLING ****/
.body-bottom {
	background:url(../../images/body-bottom.png) no-repeat top left transparent;
	width:970px;
	height:95px;
	margin:auto;
	padding:0;
	position:relative;
	z-index:1000;
}
.footer {
	width:940px;
	margin:auto;
	padding-top:40px;
	position:relative;
	top:-60px;
	z-index:100;
	background:url(../../images/dark-pattern-dots.png) repeat top left transparent;
	clear:both;
	border-top:1px solid #bebebe;
	-moz-box-shadow: 0px 0px 5px #aaaaaa;
	-webkit-box-shadow: 0px 0px 5px #aaaaaa;
	box-shadow: 0px 0px 5px #aaaaaa;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottom-left: 7px;
	-webkit-border-radius-bottom-right: 7px;
	color:#686767 !important;
	bottom:-60px;
}
.footer .padding {
	padding:0;
	padding-top:15px;
}
.footer li {
	color:#686767 !important;
	background:url(../../images/1pDiv.png) transparent repeat-x;
    background-position: bottom left;
	padding-bottom:10px;
	margin-bottom:10px;
	background-position:0 bottom;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color:#134bad;
}
.footer a {
	color:#555555;
}</pre></body></html>