@charset "utf-8";
/* CSS Document */

/* ---- LAYOUT -----*/

body {
	overflow-x: hidden;
	background: #ffffff; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #333333;
	line-height: 20px;	
	}

.clearfix { 
	clear:both; 
	}

.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	}
#container {
	margin-top:0;
}
.bodybg {
	background: #bfdbf1 url(images/bodybg.png) repeat left top;
	}
	
.bodybg2 {
	background: #bfdbf1 url(images/bodybg.png) repeat left top;
	max-height: 290px;
	margin-top: 0;
	}
	
.home .bodybg2 {
	box-shadow: 0 -20px 16px rgba(0, 0, 0, 0.12) inset;
	}
		
.container_12 {
	width: 978px;
	margin: 0 auto;
	}

#header {
	width: auto;
	float: left;
	}

.header-wrap {
	background: none;
	}

#branding {
	width: auto;
	padding: 0;
	}					

.banner {
	width: 980px;
	padding-top: 35px;
	margin: 0 auto;
	}

.banner .product_img {
	float: left;
	width: 35%;
	text-align: center;
	margin-right: 4.5%;
	}
	
.banner .product_img img {
	max-width: 100%;
	}
	
.banner .product_desc {
	float: left;
	width: 60%;
	padding-top: 30px;
	}

#main {
	width: 978px;
	margin: 0 auto;
}

/* ---- FEATURE BOXES --*/	

.feature_box_cont {
	margin-top: 15px;
	margin-bottom: 40px;
    padding: 15px 10px 10px;
	}
	
.feature_box {
	background: #E2E9EF;
    border: 1px solid rgba(203,222,218,.7); 
	position: relative;
	margin-left: -3%;
	}
	
.feature_box .widget {
	width: 30.2%;
	clear: none;
	float: left;
	margin: 0 0 0 3%;
	}
	
.feature_box .imgbox {
	background: #FFFFFF;
    border-color: #DDDDDD #BBBBBB #BBBBBB #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 34%;
	padding: 3%;
	margin-right: 3.2%;
	margin-top: 15px;
	}
	
.feature_box .imgbox img { 
	width: 100%;
	max-width: 100%;
	}
	
.feature_box .feature_box_content {
	float: left;
    width: 55.2%;
	}
	
.feature_box .feature_box_content .widget-title {
	font-size: 15px;
	line-height: normal;
	border-bottom: none;
	}
	
.feature_box .widget .feature_box_content p {
	line-height: 20px;
	padding: 0;
	}
	
/* ---- COLUMNS ---- */

.colWrap {
    margin-left: -3%;
    padding: 0;
    position: relative;
	}
.column {
    clear: none;
    float: left;
    margin: 0 0 0 3%;
    width: 30.3%;
	}
.colFormat {
	margin-bottom: 20px
	margin-top: 0;
/*	clear: both;
	float: left;
	width: 30.3%;*/
}

/* ---- QUOTES ---- */

blockquote {
	margin-left: -5px;
	background: url(images/bg_blockquote.gif) 0 21px no-repeat;
    background-position: 0 5px;
	border-left: none !important;
    font-size: 15px;
	line-height: 24px;
	padding: 0 0 0 38px !important;
	font-family: Helvetica, Arial, sans-serif !important;
	color: #444444;
	font-style: normal !important;
	font-weight: bold;
	margin-bottom: 0 !important;
	}
	
blockquote cite {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
	}


blockquote p {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 0;
	}

	
/* ---- FOOTER ---- */
#footer {
    font-size: 13px;
    line-height: inherit;
    text-transform: none;
	width: 978px;
	margin: 0 auto;
	border-top: 1px solid #666;
	}
		

/* ---- IMAGES ---- */

.button {
	height: auto;
	background: #2A5B80;
	border: none;
	border-radius: 3px;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	-o-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	cursor: pointer;
	padding: 5px 10px 4px;
	text-decoration:none;
	}

.button:hover {

	opacity: .9;
	background-color: #666666;
	color: #ffffff;
	}

.cs {
	margin-top: 10px;
	float: right;
}
.csTop {
	margin-top: -20px;
	float: right;
}
.about_author img.author {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #5C5C5C;
    float: left;
    margin: 0 15px 2px 0;
    max-width: 100%;
    padding: 2px;
}	
	
	
/* ---- TEXT -----*/


.banner .product_desc h2 {
    font-size: 48px;
	color: #283433;
    font-weight: bold;
	line-height: 48px;
    margin: 0 0 18px;
    padding: 0;
	}
	
.banner .product_desc p {
    font-size: 20px;
	color: #417EAD;
    line-height: 28px;
    margin: 0;
    padding: 0 0 8px;
	}
.action_button {
    display: block;
    float: right;
    margin-top: -6px;
    text-align: center;
    text-decoration: none;
	}
	
.action_button a {
    background: #FFA201;
	background-image: linear-gradient(top, #FDCF01 0%, #FFA201 68%);
	background-image: -o-linear-gradient(top, #FDCF01 0%, #FFA201 68%);
	background-image: -moz-linear-gradient(top, #FDCF01 0%, #FFA201 68%);
	background-image: -webkit-linear-gradient(top, #FDCF01 0%, #FFA201 68%);
	background-image: -ms-linear-gradient(top, #FDCF01 0%, #FFA201 68%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FDCF01),
		color-stop(0.68, #FFA201)
	);
    border-radius: 4px;
	border: 1px solid #d08101;
	box-shadow: 1px 1px 0px #FFEA5D inset;
	color: #692608;
	display: block;
    float: left;
    font: bold 14px Helvetica,Arial,sans-serif;
    padding: 14px 18px 10px;
    text-decoration: none;
	}

.action_button a:hover {
  	color: #000000;
	}

.column-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #3D3D3D;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 3px;
    text-transform: none;
}
.small {
	font-size: .9em;
	}