/* CSS Reset */
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, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }

/* Typography */
body {
    color:#08414d;
    font-family:'Trebuchet MS', Verdana, sans-serif;
    font-size:13px;
    line-height:21px;
}
a {
    color:#006699;
}
a:active {
    color:#999900;
}
#footer a {
    text-decoration: none;
    color:#999900;
}
#footer a:active {
    color:#006699;
}
/*Heather added*/

#header a {
    color:#FFFFFF;
	text-decoration:none
}
#header a:active {
    color:#FFFFFF;
	text-decoration:none
}

ul.custom-list {
    list-style:none;
    margin-bottom:12px;
}
ul.custom-list li {
    padding-left: 20px;
    background:url('../images/bullet.png') no-repeat 0 8px;
    line-height:30px;
}
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom:12px;
}
h1 {
    font-family:'SpringsteelLight', 'Trebuchet MS', sans-serif;
    font-size:36px;
    line-height:45px;
}
h2 {
    font-family:'SpringsteelLight', 'Trebuchet MS', sans-serif;
    font-size:24px;
    line-height:33px;
}
h3 {
    font-family:'SpringsteelLight', 'Trebuchet MS', sans-serif;
    font-size:21px;
    line-height:30px;
}
h4 {
    font-family:'SpringsteelLight', 'Trebuchet MS', sans-serif;
    font-size:18px;
    line-height:27px;
}
h5 {
    font-family:'SpringsteelLight', 'Trebuchet MS', sans-serif;
    font-size:16px;
    line-height:26px;
}
h6 {
    font-family:'SpringsteelLight', 'Trebuchet MS', sans-serif;
    font-size:14px;
    line-height:22px;
}
/* Basic Layout */
body {
    background:url('../images/bg.jpg') repeat 0 0;
}
#header {
    background:url('../images/header.png') repeat-x 0 0;
    height:80px;
    margin:0 0 60px;
}
h1.logo {
    display:inline-block;
    color:#c2cacc;
    line-height:70px;
    text-shadow:0 1px 1px #000;
    float:left;
}
.wrap {
    width:960px;
    margin:0 auto;
}
#middle {
    background:url('../images/middle.jpg') repeat-x 0 0;
    height:31px;
    margin:40px 0;
    padding:20px 0;
}
.descriptionShip {
    width:820px;
    float:left;
}
.description {
    width:420px;
    float:left;
}
.emailConfirm {
    font-family:'SpringsteelLight', 'Trebuchet MS', sans-serif;
    font-size:14px;
	color:#8a7b3e
}
#btmmenu {
	width:200px;
	left:10px;
	position:relative;
	padding-top:10px;
	margin-left:7px;
	float:right;
}
#pressex {
	color:#08414d;
    font-size:14px;
    font-weight:bold;
	padding-right: 30px;
	float:left;
}
#press {
	color:#08414d;
    font-size:14px;
    font-weight:bold;
	float:left;
}
#press a {
    color:#08414d;
}
#press a:active {
    color:#08414d;
}
#pressex a {
    color:#08414d;
}
#pressex a:active {
    color:#08414d;
}
.feature {
    width:500px;
    float:right;
}
.imagefeature {
    width:405px;
    float:right;
}
.feature-container {
    box-shadow:#cecece 0 0 5px;
   -moz-box-shadow:#cecece 0 0 5px;
   -webkit-box-shadow:#cecece 0 0 5px;
    border-radius:10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
    background:#fff;
    padding:10px;
    line-height:0;
}

#slider {
    width:480px;
    height:270px;
    overflow:hidden;
}
#pager {
    line-height: 0;
    list-style: none;
    overflow: hidden;
    padding: 12px 0 0;
    text-align: center;
}
#pager li {
    display:inline-block;
}

*+html #pager li {float:left;} /* For IE7 */

#pager li.activeSlide a{
    background:#9eb7bc;
}
#pager li a {
    background:url('../images/bg-dark.jpg') repeat-x 0 0;
    border:1px solid #9eb7bc;
    width:8px;
    height:8px;
    display:block;
    margin-left:5px;
    border-radius:10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
}
.one-third {
    width:306px;
    float:left;
    margin-right:40px;
}
.two-thirds {
    width:614px;
    float:left;
    margin-right:40px;
}
#footer {
    margin-top:40px;
    background:url('../images/footer.png') repeat-x 0 0;
    height:50px;
}
#footer .wrap {
    color:#aaa;
    text-shadow:0 1px 1px #222;
    font-size:12px;
    padding-top:18px;
}
/* Buttons */
.button-buy, .button-download {
    float:left;
    display:inline-block;
    height:50px;
    padding-right:40px;
    margin:20px 20px 0 0;
    color:#eee;
    font-size:18px;
    font-weight:bold;
    text-shadow:0 1px 1px #063640;
    text-decoration:none;
    line-height:44px;
}
.button-buy span, .button-download span {
    display:inline-block;
    height:50px;
    padding:0 12px 0 20px;
}
.button-buy {
    background:url('../images/button-buy-right.png') no-repeat top right;
}
.button-buy span {
    background:url('../images/button-buy-left.png') repeat-x top left;
}
.button-download {
    background:url('../images/button-download-right.png') no-repeat top right;
}
.button-download span {
    background:url('../images/button-download-left.png') repeat-x top left;
}
.button-buy:hover, .button-download:hover {
    opacity: 0.9;
}
.button-buy:active, .button-download:active {
    opacity: 1;
    color:#eee;
}
.button-buy:active, .button-download:active {
    position:relative;
    top:1px;
}
/* Contact Info List */
.contact-info {
    list-style:none;
    float:right;
    margin:27px 10px 0 0;
}
.contact-info li {
    float:left;
    margin-left:20px;
    line-height:20px;
    color:#ffffff;
    text-shadow:0 1px 1px #222;
}
.contact-info li img span {
    float:left;
	color:#ffffff;
    margin-right:5px;
}
/* Social List */
.social-list {
    list-style:none;
    float:left;
}
.social-list li {
    float:left;
    margin-right:10px;
}
/* Middle Area */
#middle .wrap h3 {
    float:left;
    display:inline-block;
    margin-right:10px;
}
/* Newsletter form */
#newsletter {
    float:left;
    line-height:36px;
}
#newsletter input[type=text] {
    float:left;
    background:#fff;
    width:190px;
    border:1px solid #9eb7bc;
    height:18px;
    padding:5px;
    box-shadow:inset #ccc 0 1px 5px;
   -moz-box-shadow:inset #ccc 0 1px 5px;
   -webkit-box-shadow:inset #ccc 0 1px 5px;
    border-radius:4px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}
#newsletter input[type=submit] {
    display:block;
    float:left;
    width:auto;
    height:30px;
    border:0;
    background:url('../images/submit-gradient.png') repeat-x 0 0 #9eb7bc;
    color:#d9d9d9;
    text-shadow:0 1px 1px #222;
    border-radius:3px;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
    margin-left:-11px;
}
#newsletter input[type=submit]:hover {
    background:url('../images/submit-gradient.png') repeat-x 0 -30px #9eb7bc;
    color:#fff;
    cursor:pointer;
}
#newsletter input[type=submit]:active {
    background:url('../images/submit-gradient.png') repeat-x 0 -60px #9eb7bc;
    outline:0;
}

.activation {
    color:#339900;
}

/* Image gallery */
.gallery {
    list-style: none;
}
.gallery li {
    float:left;
    margin:0 7px 14px 6px;
}
.gallery li a {
    display:block;
    padding:5px;
    background:#fff;
    box-shadow:#cecece 0 0 5px;
   -moz-box-shadow:#cecece 0 0 5px;
   -webkit-box-shadow:#cecece 0 0 5px;
    border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
    line-height: 0;
}
.gallery li a:hover {
    box-shadow:#aeaeae 0 0 5px;
   -moz-box-shadow:#aeaeae 0 0 5px;
   -webkit-box-shadow:#aeaeae 0 0 5px;
}
/* Feature list */
.feature-list {
    list-style: none;
}
.feature-list li {
    float: left;
    margin:0 20px 8px 0;
    width:276px;
}
.feature-list .icon {
    float:left;
    margin-right:10px;
}



 /* Testimonials */
 .testimonials {
     list-style: none;
}
.testimonials li {
    background:url('../images/quotes.png') no-repeat top left;
    padding:0 0 0 38px;
    margin-bottom:20px;
    color:#666;
    overflow:hidden;
}
.testimonials li em{
    display:block;
    float:right;
    margin-top:10px;
    color:#08414d;
}
/* Table */
table {
    width:100%;
    /*border:1px solid #ced7d9;*/
    margin-bottom:12px;
}

thead {
    background:url('../images/bg-dark.jpg') repeat 0 0;
}
td, th {
    /*border:1px solid #ced7d9;*/
    padding: 10px 20px;
    text-align: center;
}
tr > td:first-child, tr > th:first-child {
    text-align: left;
}
/* Tabs */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.ui-tabs { position: relative; padding: 0; zoom: 1; margin-bottom:20px;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li h6 { margin-bottom:0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0 !important; border-top:1px solid #ced7d9; border-right:1px solid #ced7d9; border-left:1px solid #ced7d9; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 20px; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-state-default { background:url('../images/bg-dark.jpg') repeat 0 0; }
.ui-tabs .ui-tabs-nav li.ui-state-hover a { color: #08414d; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; background: #fff; border-right:1px solid #9eb7bc; border-top:1px solid #9eb7bc; border-left:1px solid #9eb7bc; box-shadow:inset #ccc 0 1px 2px; -moz-box-shadow:inset #ccc 0 1px 2px; -webkit-box-shadow:inset #ccc 0 1px 2px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color: #08414d;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; color: #666;} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 20px 20px 8px; background: #fff; border:1px solid #9eb7bc; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Accordion */
.ui-accordion {
    margin-bottom:20px;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    text-decoration: none;
    color: #08414d;
    padding: .5em 20px;
}
.ui-accordion .ui-accordion-header a:hover {
    color: #08414d;
}
.ui-accordion .ui-state-active {
    background: #fff!important;
    border-right:1px solid #9eb7bc!important;
    border-top:1px solid #9eb7bc!important;
    border-left:1px solid #9eb7bc!important;
    border-bottom:0!important;
    box-shadow:inset #ccc 0 1px 2px;
   -moz-box-shadow:inset #ccc 0 1px 2px;
   -webkit-box-shadow:inset #ccc 0 1px 2px;
    margin-bottom:0!important;
}
.ui-accordion .ui-state-default {
    background:url('../images/bg-dark.jpg') repeat 0 0;
    margin:2px 0;
    border:1px solid #ced7d9;   
}
.ui-accordion .ui-state-default a {
    color: #666;
}
.ui-accordion .ui-accordion-content {
    padding:20px 20px 8px;;
    background: #fff;
    border-right:1px solid #9eb7bc;
    border-bottom:1px solid #9eb7bc;
    border-left:1px solid #9eb7bc;
}
/* Misc. Classes */
.last {
    margin-right:0!important;
}
.left {
    float:left;
}
.right {
    float:right;
}
/* Clearfix */
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; } /* Hides from IE-mac \*/
.clearfix { display:block; }

/* For Safari to display lighter font */
@media screen and (-webkit-min-device-pixel-ratio:0){
    h1, h2, h3, h4, h5, h6 {
        font-weight: 100;
    }
}