/* CSS Document */

body {
	background-color: #BFBFBF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	background-image: url(../images/bkgd_tile.gif);
}
/* STANDARD LINKS */
a:link, a:visited, a:active{
	color: #0077BB;
	font-weight: normal;
	text-decoration: underline;
	background-color: none;
}
a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	background-color: #0077BB;
}

/* BUTTON LINKS */
a.btn:link, a.btn:visited, a.btn:active{
	color: #FFFFFF;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	
}
a.btn:hover {
	color: #FFFFFF;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	background-color: #79D246;
	text-decoration: none;
}

/* COPY STYLES */

.body_copy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.MAIN_HDGS {
	font-family: "Trebuchet MS";
	font-size: 20px;
	line-height: 40px;
	color: #666666;

}
.HDG_STYLE_2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 18px;
	color: #006EA8;
	font-weight: bold;
}
.big_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	color: #0077BB;
	font-weight: bold;
}
.small_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: normal;
}

.footer_txt {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.green_hdgs {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #63C629;
}
.lighter_grey {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}
.formtype {
	color: gray;
	background-color: white;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align:middle;
}
.table_bkgs{
	padding:opx;
	background-color:#F2F2F2;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/table_bkgds.gif);
}

/* BACK TO TOP BUTTON */
a.top_btn {
display: block;
width: 80px;
height: 30px;
background: url("../images/btn_top.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.top_btn {
background-position: 0 -30px;
}
/* order_buttons */
a.edit_btn {
display: block;
width: 166px;
height: 29px;
background: url("../images/btn_edit_quantities.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.edit_btn {
background-position: 0 -29px;
}
a.checkout_btn {
display: block;
width: 187px;
height: 29px;
background: url("../images/btn_go_to_checkout.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.checkout_btn {
background-position: 0 -29px;
}

/* CS FOOTER BTN */
a.cs_btn {
display: block;
width: 493px;
height: 70px;
background: url("../images/cs_btm_bnr2.jpg") 0 0 no-repeat;
text-decoration: none;
}
a:hover.cs_btn {
background-position: 0 -70px;
}

