/* TITANIUM */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}

fieldset{
    border:0; 
}
a img{
    border:0;
}
.clear{
    clear:both;
}
body {
    background: url(bodybg.jpg) top repeat-x;
     /* Body background orange */
    /*background-color:#F28707;*/
    /* body background aqua */
    background-color:#009393;
    /* body background dark aqua */
    /*background-color:#00585F;*/
    font-family: helvetica, arial, sans-serif;
    font-size:14px;
    color:#333333;
    margin:0;
    padding:0;
}
p {
    line-height: 170%;
    color: #333333;
    font-size: 14px;
    padding-bottom:12px;
}
h1 {
    font-size:30px;
    font-weight:bold;
    color:#000000;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}
h2 {
    font-size:24px;
    font-family: helvetica, arial, sans-serif;
    font-weight:normal;
    color:#000000;
    margin: 10px 0px 5px 0px;
}
#wrapper {
    width:960px;
    margin:0pt auto;
}

#header{
    width: 960px;
    height: 82px;
    background: url(fastspring_bw_light.gif) top right no-repeat;
}

#headerleft{
   /*float: left;*/
    font-size:30px;
    font-weight:bold;
    color:#ffffff;
    padding: 20px 20px 5px 0px;
}

#navigation ul{
  position: relative;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 43px;
}


#navigation ul li{
    float: left;
    margin: 5px 0px 0px 13px;
    padding: 0px 20px 0px 0px;
    background: url(libg.jpg) right no-repeat;
}

#navigation ul li a{
    color: #D6D6D6;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li#active a{
    color: #FF3800;
}

#navigation ul li.weebly-nav-more{
  
background: none;
}
#guide {
	width: 730px;
	font-size: 14px;
	color: #000;
	/*text-shadow: 1px 1px 1px #fff;*/
	background: url(head-corners-tile.png) repeat-x;
	letter-spacing: 1px;
	padding: 12px;
	-moz-box-shadow: 2px 3px 3px #aaa;
	-webkit-box-shadow: 3px 4px 4px #aaa;
	border: 1px #cdcdcd solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border: 1px solid #aaa;
}
#content{
    width: 898px;
    background: #fff;
    min-height: 500px;
    _height: 500px;
    padding: 32px;
}
/*
#content a{
    color: #FF3800;
    text-decoration: underline;
}
#content a:hover{
    color: #E31B23;
    text-decoration: underline;
}
#content a:visited{
    color: #FF5C48;
    text-decoration: underline;
} */
#nav_h ul { 
	margin-left: 0; 
	padding-left: 0; 
	display: inline; 
}
#nav_h ul li { 
	margin-left: 0; 
	padding-right: 0; 
	list-style: none; 
	display: inline; 
}
#nav_h ul li.first { 
	margin-left: 0; 
	border-left: none; 
	list-style: none; 
	display: inline; 
}
ul#nav { 
	list-style: none; 
	width: 750px; 
	padding: 0 10px; 
	background: url(hr_dot_black.gif) repeat-x; 
	border-bottom: 3px solid #000; 
	float: left; 
	clear: both; 
}
ul#nav li { 
	padding: 0.85em 40px 0.7em 0; 
	font: 14px Helvetica, Arial, sans-serif; 
	font-weight: bold;
	text-transform: uppercase; 
	float: left; 
}
ul#nav li a, ul#nav li a:visited { 
	color: #838383; 
	background-color: #ffffff; 
	text-decoration: none; 
}
ul#nav li a:hover { 
	color: #8DC919; 
	background-color: #ffffff; 
	text-decoration: none; 
}
ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { 
	color: #8DC919; 
	background-color: #ffffff; 
	text-decoration: none; 
}
#head-security {
	text-align: right;
	padding-right: 1em;
	background: url(fs_secure-ordering.png) no-repeat left;
	background-position: 400px 20px;
}
/**
 * Switches
 */

/* No security info */
.ns #head-security {
	display:none;
}
/* No header */
.nh #head {
	display:none;
}
/**
 * Override
 */

.store-order-action-list li {
	white-space: normal !important; /* france length */
}
.core-form-field-required .core-form-field-label {
	font-weight: bold;
}
.core-form-field-group + .core-form-field-group {
	margin-top: 2em;
}
.core-form-field-label {
	margin-bottom: 4px;
}
.core-body-window .core-section {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	margin-top: 2em;
}
.core-body-window .core-section-header {
	/* background: url(section-header-c.png) left top repeat-x;*/
	background: black;
	margin: 0px;
	font-size: 12px;
	padding-left: 10px;
	color: white;
	padding: 10px;
	letter-spacing: 1px;
	/*text-shadow: 2px 2px 2px #666;*/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}
.core-body-window .core-section-body {
	padding: 2em;
	border: 1px solid #aaa;
	background: #f8f8f8;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.store-footer {
	background: #fff url(footer-bg2.gif) repeat;
	color: #eee;
	margin-bottom: 30px;
	padding: 2em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.store-footer a:link, .store-footer a:visited {
	color: #00bfff;
}
.store-footer a:hover {
	color: #ffa500;
	text-decoration: none;
}
.store-product-detail-description-short {
	margin-left: 1em;
}
.store-product-list-item {
	margin-bottom: 0;
}
.store-product-list-item-title {
	letter-spacing: 1px;
	/*text-shadow: 2px 2px 2px #ddd;*/
}
.store-product-list-item-description {
	margin-top: 1em;
}
.store-product-detail {
	line-height: 1.4em;
}
.store-product-detail-title {
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", Geneva,  sans-serif;
	margin-bottom: 10px;
	margin-right: 1em;
	/*text-shadow: 2px 2px 2px #ddd;*/
	/*letter-spacing: 1px;*/
}
.core-form-field-group-header, .store-product-list-item-title {
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", Geneva,  sans-serif;
	margin-right: 1em;
}
.store-page-navigation {
	border-top: 0px none;
	border-bottom: 3px #666 solid;
	padding-top:0px;
	padding-bottom:60px;
}
.store-page-navigation .store-action-list {
    text-align:left;
}
.store-product-detail-quantity {
	margin-top: 10px;
}
.store-product-detail-description, .store-product-list-item-description {
/*	text-align: justify;*/
	margin-bottom: 1em;
}
.store-product-option-groups {
	padding-left: 1em;
	padding-right: 1em;
}
.core-form-field-body-note {
	font-size: 10px;
	margin-top: 4px;
	color: #666;
}
