/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
    margin-bottom:1px;
}

a img{
	border:none;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.imgfloatLeft{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.imgfloatRight{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
body{
	background-color:#51A5C7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#606060;
}

h1{
	line-height:normal;
	font-size:21px;
	font-weight:bold;
	color: #0088AF;
	margin-bottom:10px;
}
h2{
	line-height:normal;
	font-size:14px;
	font-weight:bold;
}

.blue{
	color:#0088Af;
}

.green{
	color:#7EA041;
}

h3{
	line-height:normal;
	font-size:14px;
}

#wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding-bottom:50px;
}

#innerWrapper{
	width:840px;
	margin-left:60px;
}

#logo{
	padding-top:20px;
	float:left;
}

#customer{
	float:right;
	color:#F78F1E;
	padding-top:25px;
	font-size:12px;
	font-weight:bold;
}

#loginText{
	float:left;
	margin-right:5px;
	margin-top:10px;
}

#loginText a{
	color:#F78F1E;
	text-decoration:none;
}

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

#menu{
	font-size:12px;
	margin-top:5px;
	width:840px;
	height:30px;
	background-color:#0094B6;
	color:#ffffff;
}

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

#menu li{
	float:left;
	padding:0;
	margin:0 0 0 0;
}

#menu li a{
	padding-top:5px;
	padding-right:14px;
	padding-left:14px;
	height:25px;
	color:#ffffff;
	text-decoration:none;
	border-left:1px solid #ffffff;
	display:block;
	position:relative;
	float:left;
}

#menu li a:hover{
	background-color:#73C2D4;
}

#pageBanner{
	width:838px;
	margin-top:15px;
	border:1px solid #838383;
	zoom: 1;
}

#bannerButtons{
	width:230px;
	float:left;
}

#bannerButtons img{
	display:block;
	float:left;
}

#pageBannerImage{
	float:left;
}

#pageBannerImage img{
	float: left;
	display: block;
}

#main{
	float:left;
	width:840px;
}

#productNavWhole{
	width:230px;
	float:left;
	margin-right:30px;
}

#productNav{
	font-size:12px;
}

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

#productNav li a{
	color: #414141;
	text-decoration:none;
	border-bottom:1px solid #D8D8D8;
	display:block;
	margin-top:3px;
	padding-bottom:6px;
	padding-left:20px;
}

#productNav li a:hover{
	text-decoration:underline;
}

#homeContent{
	float:left;
	margin-top:30px;
	width:434px;
}

#aboutContent{
	float:left;
	margin-top:30px;
	width:560px;
}

#homeButtons{
	float:right;
}

#homeButtons img{
	display:block;
}

#footer{
	margin-top:20px;
	margin-bottom:20px;
	color:#838383;
	width:840px;
	font-size:11px;
}

#environment{
	width:460px;
	color:#9ea863;
	margin-top:15px;
	float: left;
}

#envirImg{
	float:left;
	margin-right:10px;
}

#envirText{
	margin-top:5px;
	float:left;
	font-size: 11px;
	padding-top: 5px;
}

#fsc{
	margin-top: 0px;
	float: right;
	width: 116px;
}

#fscCopy{
	font-size:8px;
	margin-top:5px;
}

#fscTag{
	float:right;
	margin-top:0px;
	font-size: 9px;
	text-align: right;
	width: 125px;
	line-height:12px;
}

#fscText{
	margin-top:0px;
	margin-bottom: 15px;
	margin-right: 5px;
}

#reg{
	margin-top:5px;
	float:left;
	text-align:left;
	margin-left: 10px;
}

#footer a{
	color:#838383;
	text-decoration:none;
}

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

#footerLinks{
	float:left;
	width:230px;
}

#footerEnv{
	float:left;
	margin-left: 30px;
}

#footerLinksMid{
	float:left;
	margin-left:197px;
	display:inline;
}

#footerLogos{
	display:block;
	text-align: center;
	margin-top:10px;
	margin-right:220px;
	float:right;
}

#secure{
	margin-left:27px;
	float:right;
}

#mainLogos{
	float:left;
}

#internalMain{
	margin-top:15px;
	width:840px;
}

#internalLeftCol{
	width:230px;
	float:left;
	margin-right:15px;
}

#internalContent{
	float:left;
	width:595px;
}

.products {
	border-collapse:collapse;
}

.products th{
	background-color:#808080;
	color:#ffffff;
	padding:5px 10px 5px 10px;
}

.products td{
	border:1px solid #c5c5c5;
	padding: 5px;
}

.smalltext{
	font-size:10px;
	line-height:normal;
}
#full-cart .fullCartRow {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	padding: 5px 5px 0 5px;
}
#full-cart #fullCartHeaderTextLeft {
    padding: 0 5px 0 5px;
    margin:0;
    width: 200px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #0095B6;
}

#full-cart #fullCartHeaderTextRight {
    padding: 0 5px 0 5px;
    margin:0;
    width: 600px;
    float: right;
}

input{
	border:1px solid #51A5C7;
	color:#333333;
}

textarea{
	border:1px solid #51A5C7;
}
#mini-cart .alt-row, #full-cart .alt-row {
    background-color:#d7f4fa; /*B3E8F3;*/
}

#mini-cart #cart-title {
    color: #0088Af;
}
legend {
    font-weight:bold;
}
#mini-cart #mini-cart-buttons {
	text-align: right;
}
#full-cart {
    /*height:             250px;*/
    /*border:             1px solid #ff0000;*/
    margin:             0 auto;
    border-bottom:      1px solid #aaaaaa;
    width:              100%;
    font-size:          12px;
}

#full-cart .cart-item {
    border-bottom:      1px solid #ffffff;
    padding:            5px;
    font-size:          12px;

}
#full-cart .alt-row {
}
#full-cart .cart-item .id {
}
#full-cart .cart-item .price {
    float:              right;
}
#full-cart .cart-item .price div {
    float:              right;
    width:              70px;
    text-align:         right
}
#full-cart .cart-item .price input {
    width:              24px;
    font-size:          11px;
    padding:            0;
    margin:             0;
}
#full-cart .cart-item .name {
    clear:              both;
    padding:            4px 0;
}
#toTop { 
	text-align:right;
}
#toTop a {
	color:#0000EE;
	text-decoration:none;
}
#toTop a:hover {
	text-decoration:underline;
}
#terms {
    float:right;
    width:300px;
    text-align:right;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal
}
#terms a {
    color: #0095B6;
    text-decoration: none;
    
}
#terms a:hover {
    text-decoration: underline;
}
