/*
 * HTML5 Boilerplate
 *
 * 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;
}

body {
    font-size: 14px;
    line-height: 21px;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-color:#6e7b92;
	color:#FFF
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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




/* ==========================================================================
    Author: Copyright 2012  AldoDesign - aldo@aldodesign.com
    http://www.aldodesign.com 
   ========================================================================== */ 
   
   
/* @group << -------// GLOBAL Settings //------ */
	
	* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Menu Current Pages Set if needed*/
body#bhome a#home, body#babout a#about, body#bproducts a#products, body#bcontactpage a#contactpage {
	text-shadow: 1px 1px 0px #000;
	text-shadow: 0px 0px 0px #dfdad6;
	color: #FFF;
	background-color: #1D439B;
}
/* LINKS */

a {
	color: #FC0;
	text-decoration: underline;
}
a:visited {
	color: #fco;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
/* ie fix image border */

a img {
	border: 0px;
}
/* IE6 Whitespace Bug fix*/

ul li {
	display: inline;
}
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px;
	padding-bottom: 5px;
	font-weight: 400;
	font-weight: normal;
	display: block;
}
h1 {
	font-size: 26px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	line-height:27px;
	padding: 0px 0px 4px;
	font-style: bold;
	color: #fc0;
}
h3 {
	font-size: 18px;
	padding: 0px 0px 5px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: 400;
	color: #fc0;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 0px;
}
h5 {
	font-size: 16px;
	padding: 0px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: #727f85;
}
h6 {
	font-size: 14px;
	padding: 0px;
	color: #0B3E82;
}
.left {
	float: left;
}
.right {
	float: right;
}
.image-left {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.image-center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* @end */

/* @group << --------// CONTAINERS //-------- */
#headerWrapper {
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDDDA;
	background-color: #FFF;
}

#header {
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 960px;
	height: 100px;
	position: relative;
	color: #333;
	text-shadow: 1px 1px 0px #F4F3EF;
}
#apDivLogo {
	position: absolute;
	width: 250px;
	height: 80px;
	z-index: 2;
	padding-left: 20px;
}
#topNavSearch {
	padding: 0px;
	width: 400px;
	color: #666666;
	font-size: 1em;
	line-height: 2.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: right;
	position: absolute;
	float: right;
	margin: 0px;
	display: block;
	top: 40px;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top-nav {
	width: 400px;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 20px;
	padding-right: 10px;
	color: #888;
}
#top-nav h4 {
	font-size: 16px;
	margin-bottom: .6em;
	font-weight: 400;
}
#top-nav a {
	color: #194B8A;
	font-style: italic;
}
#top-nav img {
	border: 2px solid #E1E2DC;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 60px;
}
#menuWrapper {
	padding: 0px;
	display: block;
	margin: 0px auto;
	font-weight: normal;
	background-color: #FFFFFF;

}
/* @group << -----------// Main Menu //------ */

#menu {
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
	display: block;
	font-weight: normal;
	width: 970px;
	height: 200px;
}
#menu ul {
	padding: 0px;
	display: block;
	margin: 0px;
}
#menu li {
	list-style: none;
	display: inline;
}
/* fix for IE6-7 white space gap */

#menu a {
	display: inline-block;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #959597;
	font-family: 'Oswald', "Trebuchet MS", sans-serif;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-variant: normal;
	text-shadow: 1px 1px 1px #FFF;
	border-right-width: 1px;
	border-right-color: #DEDDDA;
	border-right-style: solid;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: right;
	margin: 0px;
}
#menu li a:hover {
	color: #174793;
	background-color: #F4F3EF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDDDA;
}
#menu li a.current {
	color: #333333;
}
#menu li a.last {
	border-right-style: solid;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDDDA;
	border-right-color: #DEDDDA;
}

#banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #FFF;
	height: 190px;
	width: 960px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E3E3DA;
	border-left-color: #E3E3DA;
}
#wrapper {
	margin: 0px auto;
	display: block;
	padding: 0px;
}
#container {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	border-right: 0px solid #E3E3DA;
	border-left: 0px solid #E3E3DA;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E3E3DA;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-width: 0px;
}
#content {
	padding: 0px 20px;
}
.full-width {
	overflow: hidden;
}
.one-half {
	width:450px;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.one-third {
	width:285px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.two-thirds.nav {
	width: 610px;
	display: block;
	float: left;
	margin-right: 15px;
	background-color:#FC0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left:0px;
	border-left-width: 0px;
	background-image:none;
}
.two-thirds.nav a {
	color: #000;
	text-decoration: none;
}
.two-thirds.nav a:visited {
	color: #333;
}
.two-thirds.nav a:focus {
	outline: none;
}
.two-thirds.nav a:hover {
	text-decoration: none;
	color: #D6302E;
}
.two-thirdsBody {
	width: 595px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #fff;
	padding:10px;
	background-image:url(../images/dark.png);
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;

}
.one-fourth {
	width: 112px;
	float: left;
	margin-left: 6px;
	margin-right: 3px;
	margin-bottom: 2px;
	position: relative;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.three-fourths {
	width:680px;
	display: block;
}
.last {
	margin-right:0!important;
}
#apDivIcons {
	width: 30px;
	padding-left: 5px;
	text-align: left;
	position: absolute;
	z-index: 1;
	left: 5px;
}
/* -------------------------------------------------------------- 
   Tabs
-------------------------------------------------------------- */
.tab_container {
}
ul.tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	display: block;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #C5C5C5;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0 url(../images/accordion_header.png) repeat-x top right;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #263849;
	display: block;
	font-size: 1.1em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active, ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_content_container {
	border: 1px solid #CCC;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff url(../images/dots.gif) repeat;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px 20px 10px;
	line-height: 1.4em;
	font-weight: 400;
	color: #606060;
}
/* Bullets */
ul.bullets {
	list-style: none;
	padding: 5px 20px;
	margin: 0px;
	line-height: 20px;
	font-size: 14px;
	display: block;
}
ul.arrow li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/arrow_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
ul.black li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: transparent url(../images/icons/yellow_bullet.png) no-repeat 0 11px;
	display: block;
}
ul.red li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/red_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
ul.blue li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/blue_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
ul.green li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/green_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
ul.square li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/square_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
/* @end */

/* @group << -------// SPECIAL //--------- */

.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.10px-spacer {
	margin: 2px 0px;
	clear: both;
	display: block;
	height: 8px;
	overflow: hidden;
}
.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%;
}
.hr_line {
	width: 100%;
	max-width: 940px;
	color: #00adb3;
	border-bottom: dashed 1px;
	margin-bottom: 30px;
	float: left;
}
/* @end */



/* @group << -------//  FOOTER //-------- */

#footer {
	margin-top: 0px;
	padding: 10px;
	width: 920px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 400;
	text-align: right;
	overflow: hidden;
	color: #777;
	background-color:#dfdfdf;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-radius: 6px;

}
#footer p {
	padding-bottom: 6px;
}
#footer .one-fourth {
	width: 218px;
	margin-right: 15px;
}
#footer .one-fourth.last {
	margin-right: 0px;
	width: 218px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #CC3300;
	text-decoration: underline;
}
#footer-copyright {
	display: block;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9DAD4;
}
.social {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}
.social img {
	padding-right: 10px;
	display: block;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* ==========================================================================
   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: 100%;
}

/*
 * 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.
   Theses 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 only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* 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;
    }
}
