/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
	color:#FFFFFF;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
  }
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.quantity_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: thin solid #123985;
}
.quantity_table_blk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: thin solid #111111;
}
#scroll_left {
	width:175px;
	overflow: auto;
	padding: 5px;
	background-color: #FFE0E0;
	height: 400px;
	border: thin solid #000000;
	text-align: center;
}
#scroll_right {
	width:175px;
	overflow: auto;
	padding: 5px;
	background-color: #B2FFB2;
	height: 320px;
	border: thin solid #000000;
	text-align: center;
}
#dashed {
	border: medium dashed #000066;
	padding: 2px 2px 2px 5px;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #CC0000;
	font-weight: normal;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000066;
}
textarea {
	scrollbar-base-color:#123985;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #525252;
	}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-color: #FFFFFF;
}
#bg {	
	background-color: #B3E1EE;
}


/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
	width: 850px;
	margin: 0 auto;
	z-index: 1;
	background-color: #FFFFFF;
  }
#header {
	width:850px;
	margin: 0 auto;
	z-index:2;
	position: relative;
	left: 0px;
	top: 0px;
}
#maincontent {
	width: 850px;
	margin: 0 auto;
	position: relative;
	z-index:900;
	top: 0px;
  }
#navLeftBG{
	width: 200px;
	background-position: top;
	background-color: #EEF9FD;
}
#navLeft a:link, #navLeft a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 200px;
	padding-top: 1.5px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 13px;
}
#navLeft a:hover{
	background-color: #6DC9DC;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
#navLeft a:active{
	color: #CC0000;
	background-color: #FFFFFF;
}
#selected a:link, #selected a:visited, #selected a:active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-align: left;
	width: 200px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	line-height: 22px;
}
#selected a:hover{
	background-color: #238094;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
#best_sellers a:link, #best_sellers a:visited, #best_sellers a:active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #133888;
	text-decoration: none;
	text-align: left;
	width: 200px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#best_sellers a:hover{
	background-color: #238094;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
#special a:link, #special a:visited, #special a:active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #238094;
	text-decoration: none;
	text-align: left;
	width: 200px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#special a:hover{
	background-color: #238094;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}
#ScrollerLg {
	left:5px;
	top:0px;
	width:840px;
	overflow: auto;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	scrollbar-arrow-color:#143989;
	scrollbar-track-color:#D8EFF5;
	scrollbar-face-color:#6DC9DC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#c1c1c1;
	scrollbar-darkshadow-color:#e1e1e1;
	scrollbar-shadow-color:#e1e1e1;
}
#Scroller {
	left:10px;
	top:0px;
	width:640px;
	height:550px;
	overflow: auto;
	padding: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	scrollbar-arrow-color:#143989;
	scrollbar-track-color:#D8EFF5;
	scrollbar-face-color:#6DC9DC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#c1c1c1;
	scrollbar-darkshadow-color:#e1e1e1;
	scrollbar-shadow-color:#e1e1e1;
}
#Scroller750 {
	scrollbar-base-color:#123985;
	width:750px;
	height:140px;
	overflow: auto;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
}
#content {
	left:0px;
	top:0px;
	width:700px;
	border: 1px solid #CC0000;
	background-color: #FFE8E8;
}
#step2 {
	left:0px;
	top:0px;
	width:650px;
	height:129px;
	padding: 0px;
	position: relative;
}
.steps_nonactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #123985;
}
.steps_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc0000;
}
#View_more a:link, #View_more a:visited {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #123985;
	font-weight: bold;
	height: 10px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-decoration: none;
	line-height: 18px;
}
#View_more a:hover{
	background-color: #123985;
	color: #FFFF00;
}
#footer {
	width: 100%;
	height: 16px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #123985;
	text-align: center;
	padding: 5px;
}
#footerLinks a:link, #footerLinks a:visited {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	}

#footerLinks a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #990066;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #123985;
}
.footerTextBlk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footerTextRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
#blue2 a:link, #blue2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #1F85B6;
	font-weight: normal;
	text-decoration: none;
}
#blue2 a:hover{
	color: #CC0000;
	text-decoration: underline;
   }
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #123985;
	font-style: italic;
	text-transform: capitalize;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #CC0000;
	padding: 3px 2px;
	border: thin dashed #CC0000;
	display: block;
	width: 185px;
	vertical-align: middle;
	text-indent: 6px;
	margin-left: 7px;
}
a:link, a:visited, a:active{
	color: #0033CC;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: none;
}
#heading5 a:link, #heading5 a:hover, #heading5 a:active, #heading5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #123985;
	line-height: 20px;
	text-decoration: none;
}
.heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #123985;
	line-height: 20px;
}
#heading6 a:link, #heading6 a:hover, #heading6 a:active, #heading6 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	line-height: 15px;
	text-decoration: underline;
}
.heading6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	line-height: 15px;
}
.nav_blue_ {
	color: #ffffff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #123985;
	text-align: center;
	line-height: 18px;
	height: 18px;
	width: 200px;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	background-image: url(../images/headingBG.png);
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #05005A;
	text-align: center;
	padding-bottom: 10px;
}
.text2red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #cc0000;
	text-align: center;
	padding-bottom: 10px;
}
.text5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 30px;
}
.text6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
}
.steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
}
.steps_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #123985;
	font-weight: bold;
}
.steps2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.red{
	color: #CC0000;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.red_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cc0000;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}
.red_note{
	color: #CC0000;
	font-size: 18px;
	font-style: normal;
}
.red22{
	color: #000000;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.blue_ {
	color: #0033CC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.black_ {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.black_heading {
	font-size: 15px;
	font-weight: bold;
}
.small_red {
	font-size: 10px;
	color: #FF0000;
}
.small_red_bold {font-size: 10px; color: #990066; font-weight: bold; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990066;
}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #003333;
}
.image_border {
	border: thin solid #000000;
}
.printing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.printing_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #123985;
}
.blue_instructions {
	color: #556FAA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.testimonial_name {
	color: #CC0000;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
}
.testimonial_from {
	color: #3366CC;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#six_hundred_red {
	width: 600px;
	border: thin solid #CC0000;
	text-align: center;
}
#six_hundred_blue {
	width: 600px;
	border: thin solid #123985;
	text-align: center;
}

.testimonial_text {
	color: #111111;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.page_title {
	font-size: 22px;
	font-weight: bold;
	color: #123985;
	line-height: normal;
	font-family: "Arial Unicode MS", Arial, sans-serif;
}
.page_title_blk {
	font-size: 22px;
	font-weight: bold;
	color: #111111;
	line-height: normal;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	text-decoration: none;
}
#top {
	z-index: 2;
	height: 118px;
	width: 850px;
	background-image: url(../images/header02.jpg);
	background-repeat: no-repeat;
}

#opt-inT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/opt-in_dropdown_bg.jpg);
	background-repeat: no-repeat;
	height: 630px;
	width: 400px;
	text-align: center;
	left: 0px;
	top: 0px;
}
.TextBlksm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.black12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.red12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}
.aqua12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09A2C7;
}
