/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'Open Sans';
    
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-italic-webfont.eot');
    src: url('../fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

html,
body {
   margin:0px;
   padding:0px;
   height:100%;
}

body {
	background-image: url("../images/background.png");	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	overflow: scroll;
}

#container {
	min-height:100%;
    position:relative;
}



header,section,article,aside,footer{
	display: block;
}

header {
	height: 48px;
}

header.v2012 {
	background-color: #f9ad81;
}

header.v2009 {
	background-color: #82ca9c;
}

header nav.v2012 {
	width:970px;	
	margin: 0 auto;
	height:48px;
	background: url("../images/header2012_background.png");
}

header nav.v2009 {
	width:970px;	
	margin: 0 auto;
	height:48px;
	background: url("../images/header2009_background.png");
}

header #logo {
	margin:0px;
	color: transparent;
	height:48px;
	width:236px;
	display: inline-block;
}

header #logo.v2012 {
	background: url("../images/logo2012.png") no-repeat;		
}

header #logo.v2009 {
	background: url("../images/logo2009.png") no-repeat;		
}

header ul {
	display: inline-block;
	list-style-type:none;
	margin:0px;	
	padding:0px;
	vertical-align: top !important;	
	height: 48px;
}

header li {
	display: inline-block;
	margin:0px;
	margin-right:10px;
	padding:0px;	
	height: 48px;	
	vertical-align: top !important;		
}

header a.v2012:hover {
	background: url("../images/header2012_hover_background.png") repeat-x;
}

header a.v2009:hover {
	background: url("../images/header2009_hover_background.png") repeat-x;
}

header a.v2012.current {
	background: url("../images/header2012_selected_background.png") repeat-x;
}

header a.v2009.current {
	background: url("../images/header2009_selected_background.png") repeat-x;
}

header a, header a:visited, header a:link {
	vertical-align: top !important;	
	color:black;
	text-decoration: none;
    display: inline-block;
	margin: 0px;
	padding:0px;
	padding-top:12px;
	padding-left:6px;
	padding-right:6px;
	font-family: 'Open Sans Light', 'Segoe UI', sans-serif;	
	text-transform:uppercase;    
	font-size: 16px;	
	height: 48px;	
}

.years{
	width:520px;	
	margin: 0 auto;
	font-family: 'Open Sans Light', 'Segoe UI', sans-serif;	
	font-size: 18px;	
}

.years a {
	display: inline-block;
	margin:4px;	
	padding:0px 6px;
	font-size:28px;
	color:black;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;	
	text-decoration: none;
}

.years #year2012, .years #year2012.current_year:hover {
	background-color: #f9ad81;	
}

.years #year2009, .years #year2009.current_year:hover {
	background-color: #82ca9c;
}

.years #year2009:hover {
	background-color: rgba(130, 202, 156, .6);
}

.years #year2012:hover {
	background-color: rgba(249, 173, 129, .6);
}

.years a.current_year {
	margin:0px;	
	padding:4px 6px;
 }

.main{
	width:970px;	
	margin: 0 auto;
	padding-bottom:56px;
}

.main:before, .main:after {
	display: table;
	content:' ';
}

.main:after {
	clear: both;
}

.a2009 a, .a2009 a:visited {
	color: #36995a;
}

.a2012 a, .a2012 a:visited {
	color: #ec681c;
}

#rotator {
	height:495px;
	background-color:#e6e6e6;
}

#rotator h2 {
	margin:0px;
	padding-left: 30px;
	padding-top: 20px;
	font-size:26px;
	color:#706e6e;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;	
}

#download {
	text-align: right;
	position: absolute;
	bottom: 37px;
	width: 200px;
	left:-8px;
	padding:14px;
	text-transform: uppercase;
	text-decoration: none;
	color:white;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	font-size:16px;
}

#download.v2012 {
	background: url("../images/download2012.png") no-repeat;	
	background-color: #f26522;
	background-position: 22px 5px;
}

#download.v2009 {
	background: url("../images/download2009.png") no-repeat;	
	background-color: #15833e;
	background-position: 22px 5px;
}


#download_trial {
	width: 220px;
	text-align: right;
	position: absolute;
	bottom: 17px;
	text-transform: none;
	font-size:11px;
	color:#999;
}

#blocks {	
	clear: both;	
	height:370px;
	background-color:white;
	padding-top:20px;
	padding-left:5px;
}
 #blocks h2 {
 	margin:0px;	
	color:#565656;
	font-size:26px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;	
 }

#blocks .block {
	float: left;
	width:280px;
	height:150px;
	margin-right:60px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;	
	font-size:16px;
} 
#blocks .block.last {
	margin-right:0px;
}

#blocks .block h3 {
	margin-bottom:5px;	
}

#blocks .block p {
	margin:0px;
	text-align: justify;
	font-size:14px;
	color:#565656;
}

#customers {
	clear: both;
	height:170px;
	background-color:white;
	padding-top:10px;
	padding-left:5px;	
}

#customers h4{
	margin:0px;	
	color:#565656;
	font-size:26px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;		
}

#customers img{
	margin:10px;
}

footer {	
    position:absolute;
    bottom:0;
	width: 100%; 
	height:40px; 
	margin: 0px; 
	padding-top:15px;
	color: rgb(102, 102, 102); 
	font-size: 0.92em; 
	border-top-color: white; 
	border-top-width: 1px; 
	border-top-style: solid;  
	background: url("../images/footer_background.png") repeat;	
	box-shadow: inset 0 7px 22px -10px rgba(0, 0, 0, 0.3),inset 0 -30px 50px 0 white,inset 0 1px 0 #C4C4C4;
}

footer .text {
	width:970px;	
	margin: 0 auto;
	text-align: right;	
}

/* FEATURES */

#features_menu {
	float:left;
	margin-top:20px;
	width:200px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	font-size:14px;
	background-color:white;
}

#features_menu.fixed {
	position: fixed;
	top:0px;
}

#features_menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#features_menu ul.group {
	display: none;
	font-size:12px;	
	list-style: none;	
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eeeeee;	
	margin:0px;
}

#features_menu ul.last {
	border-bottom: 0px;	
}

#features_menu ul.group li {
	padding:3px 0px;	
}

#features_menu ul.group li:before {
    content: "•"; 
    color: #f26522;
	margin-right:5px;
}

#features_menu ul.current {
	display: block;
}

#features_menu a {
	display: inline-block;
	text-decoration: none;
	color:black;
}

#features_menu a.group {
	padding:5px 3px;	
	border-bottom: 1px solid #eeeeee;	
	width:100%;
}

#features_menu a.last {
	border-bottom: 0px;	
}

#features_menu a:hover {
	text-decoration: underline;
}

#features_menu a.group:hover {
	background-color:#efefef;
	text-decoration: none;
}

#features_body {
	float:left;
	margin-top:20px;
	width:750px;
	padding-left:20px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	font-size:13px;
	background-color:white;
}

#features_body h1 {
	margin-top:0px;
	
}

#features_body img {
	border:  1px solid gray;	
}

#features_body hr {
	margin:20px 0px;
	border-top:  1px solid #eeeeee;	
}

#features_body .note {
	padding:20px;
	text-align:center;
	border:1px solid gray;
}

#download_body {
	float:left;
	margin-top:20px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	font-size:13px;
	background-color:white;	
	width:970px;
}

#download_body table {
	width:100%;	
	margin-bottom:20px;	
}

#download_body td,#download_body tr {
	border: 1px solid #CCC;
	padding:5px;
}

#download_body .titleborder2012 {
	border:1px solid rgba(249, 173, 129, .6);
}

#download_body .titleborder2009 {
	border:1px solid rgba(130, 202, 156, .6);
}

#download_body .header {
	text-align: center;
	font-weight: bold;
}

#download_body .title2012 {
	padding: 10px 5px;	
	background-color: rgba(249, 173, 129, .6);
}

#download_body .title2009 {
	padding: 10px 5px;	
	background-color: rgba(130, 202, 156, .6);
}

#order_body {
	float:left;
	margin-top:20px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	font-size:13px;
	background-color:white;	
	width:970px;
}

#order_body .block {
	border: 1px solid #CCC;
	padding: 20px;
	margin: 0px 10px 20px 0px;
	width:280px;	
}

#order_body .block ul {
	margin-bottom:0px;
}

#order_body .payment_methods {
	float:right;
	margin-top: -50px;
}

#order_body .payment_methods img {
	margin: 5px;
}

#order_body table {
	width:100%;	
	margin-bottom:20px;	
}

#order_body td, #order_body tr {
	border: 1px solid #CCC;
	padding:5px;
}

#order_body .titleborder2009 {
	border:1px solid rgba(130, 202, 156, .6);	
}

#order_body .titleborder2012 {
	border:1px solid rgba(249, 173, 129, .6);
}

#order_body .product_header {
	text-align: center;
	font-weight: bold;
}

#order_body .product_title2009 {
	padding: 10px 5px;	
	background-color: rgba(130, 202, 156, .6);
}

#order_body .product_title2012 {
	padding: 10px 5px;	
	background-color: rgba(249, 173, 129, .6);
}

#order_body .red {
	color:red;
}

#support_body {
	float:left;
	margin-top:20px;
	font-family: 'Open Sans', 'Segoe UI', sans-serif;
	font-size:13px;
	background-color:white;	
	width:970px;
}

#support_body form {
	margin-top:20px;
}

#support_body table, #support_body tr {
	border:0px;
}

#support_body input,#support_body textarea {
	width:300px;
}

#support_body .form_input {
	border:1px solid #C0C0C0;
}

#support_body .form_button {
	width:50px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
