html {overflow-y: scroll;}
body {margin: 0px; padding: 0px; background: #fff;}
body ,div ,td {font-family: Arial , sans-serif; font-weight: 300; font-size: 12px; color: #060606;}
h1 {font-size: 22px; color: #333; letter-spacing: 2px; text-transform: uppercase; font-family: 'Red Hat Text', sans-serif; font-weight: 500;}

.rel {position: relative;}
.abs {position: absolute;}

#overlay {visibility: hidden; position: fixed; left: 0px; top: 0px; width:100%; height:100%; z-index: 100; background: rgba(0,0,0,0.6); z-index: 10;}
#overlay_content {
background: #fff;
position: relative;
top: 110px;
margin: 0 auto 0 auto; /* add negative left margin for half the width to center the div */
cursor: default;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

#site {margin: 10px auto 0px auto; width: 1080px; background: #fff;}

#header {}

#footer {text-transform: uppercase; font-family: 'Red Hat Text', sans-serif; font-weight: 500;}

#logo {}

.navtop_button {color: #91bf70; font-size: 21px;  font-family: 'Red Hat Text', sans-serif;}

.product_title {font-size: 14px; line-height: 19px; text-transform: uppercase; font-family: 'Red Hat Text', sans-serif; font-weight: 500;}
.product_attribute {margin-top: 16px; font-size: 12px; line-height: 16px; color: #686868; text-transform: uppercase; font-family: 'Red Hat Text', sans-serif; font-weight: 500;}
.product_price {margin-top: 18px; font-size: 24px;}

.ourstory_title {font-size: 22px; color: #333; letter-spacing: 2px; text-transform: uppercase; font-family: 'Red Hat Text', sans-serif; font-weight: 500;}
.ourstory_text {font-size: 16px; color: #595959; font-family: 'Red Hat Text', sans-serif; font-weight: 400;}

.checkout_product_text {font-size: 16px; color: #595959; font-family: 'Red Hat Text', sans-serif; font-weight: 400;}

/*Responsive settings*/
@media screen and (max-width:600px;){
	#logo {display: none;}
}


/*Common Styles*/
label, .link, .hand {cursor: pointer; cursor: hand;}
a:link, a:visited {color: #026b6a;}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.middle {vertical-align: middle;}

.text_small {font-size: 11px;}
.text_tiny {font-size: 10px;}
.text_gray ,.text_grey {color: #666;}
.text_white {color: #fff;}
.text_big ,.text_large {font-size: 14px;}

strong ,.bold {font-weight: bold;}
.italic ,.italics {font-style: italic;}
.strike {text-decoration: line-through;}

form {margin: 0px; padding: 0px;}
.label_left {vertical-align: middle; padding: 0px 8px 0px 0px; font-size: 12px; color: #666;}
.label_left_top {vertical-align: top; padding: 2px 8px 0px 0px; font-size: 12px; color: #666;}
.label_radio {vertical-align: middle; padding: 0px 0px 0px 0px; font-size: 13px;}
.label_checkbox {vertical-align: middle; padding: 0px 0px 0px 2px; font-size: 13px; color: #666;}
.complete_link {padding: 7px 0px 0px 0px;}

.edit_over {color: #f9e437;}
.edit_none {color: #fff;}

.odd {background: #cafaa7;}
.even {}


.ico_calendar {margin: 2px 0px 0px 0px;}

.textbox {padding: 4px; font-size: 16px;}
.textbox_small_text {padding: 3px; font-size: 14px;}
	.name {width: 160px;}
	.name_supershort {width: 80px;}
	.name_short {width: 130px;}
	.name_med {width: 190px;}
	.name_long {width: 300px;}
	.name_extralong {width: 380px;}
	.server_name {width: 110px;}
	.amount, .SAPassword {width: 90px;}
	.date {width: 88px;}
	.state {width: 34px;}
	.zip {width: 55px;}
	.ssn_last_4 {width: 38px;}
	.single_char {width: 16px;}
	.number {text-align: right; padding-right: 10px;}
	.email {width: 230px;}
	.ssn_full {width: 94px;}
	.phone {width: 160px;}
	.dollar {width: 80px; text-align: right; padding-right: 10px;}
	
	.comments {width: 360px; height: 200px;}


.cart-view-table-front table thead, .cart-view-table-back table thead{
	background-color: #8aba67;
}


/* Green button start */
.button {background: #009903; color: #fff; padding: 3px 6px 3px 6px; cursor: pointer; cursor: hand;}

.button {
 background: #b6e026; /* Old browsers */
 background: -moz-linear-gradient(top, #b6e026 0%, #89bf24 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(100%,#89bf24)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #b6e026 0%,#89bf24 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #b6e026 0%,#89bf24 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #b6e026 0%,#89bf24 100%); /* IE10+ */
 background: linear-gradient(top, #b6e026 0%,#89bf24 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#89bf24',GradientType=0 ); /* IE6-9 */
 border: 1px solid #89bf24;
 border-radius: 1px 1px 1px 1px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 text-align: center;
 color: #FFFFFF;
 font-size: 12px; 
 text-decoration:none;
 
    font-size:15px;
    white-space:nowrap;
    color:#fff;
    text-shadow:0 1px 0 #a0f7ae;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
/* Green button end */

.site_corners {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
 	-webkit-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
 	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
 	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
 	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.round_corners_3 {
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
 	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
 	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
 	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
 	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.round_corners_5 {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
 	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
 	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
 	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
 	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.round_corners_5_top {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
 	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
 	-webkit-border-top-left-radius: 5px;
}

.round_corners_5_btm {
	border-bottom-right-radius: 5px;
 	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
 	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


