/*
SalesPage Style For AMZ SlidePanel
http://wpthemeplugin.com
*/

/* RESETS */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration:none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* GLOBAL */
img { -ms-interpolation-mode: bicubic; }
.ie6_height_fix {overflow:hidden;}
.ie6_display_inline	{display: inline;}
.clear	{clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* LAYOUT */

body {
	font-family: Open Sans, Arial;
	font-size: 16px;
	line-height: 1.3em;
	background: #FFF;
	color: #444;
}

#header_wrapper {
	height: 10px;
	background: #336699;
}

#header {
	width: 960px;
	margin: 0 auto;
}

#header .logo {
	padding: 20px;
	text-align: center;
}

#content_wrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFF;
	min-height: 900px;
}

#content {
	padding: 20px;
}

.topcontent h2 {
	font-size: 39px;
	line-height: 48px;
	color:#333;
	font-weight: bold;
	text-align: center;
}

h3.subheadline {
	font-size: 18px;
	line-height: 20px;
	color:#444;
	text-align: center;
}

.features {
	margin: 0 20px 50px;
	font-size: 13px;
	line-height: 1.4em;
}

.features h3 {
	font-size: 18px;
	color:#1A1A1A;
	margin-bottom: 14px;
}

.feature_left,
.feature_center,
.feature_right {
	width: 275px;
	float: left;
	color: #444;
	text-align: justify;
}

.feature_center {
	margin: 0 25px;
}

.feature_left img,
.feature_center img,
.feature_right img {
	float: left;
	margin: 3px 8px 0 0;
}

#bottom {
	margin: 50px 0 0;
}

.license {
	min-height: 33px;
	font-size: 18px;
	color: #444;
	margin: 0 0 10px;
}

.license img {
	float: left;
	margin: 0 10px 0 0;
}

.buynow {
	text-align: center;
	margin: 20px 0;
}

#footer_wrapper {
	background: #EEE;
	margin-top: 80px;
	height: 48px;
	border-top: 5px solid #336699;
}

#footer {
	width: 960px;
	font-size: 13px;
	margin: 0 auto;
}

#footer p {
	padding: 15px 20px 0;
	color: #555;
}
