@charset "utf-8";
/* CSS Document */

body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style:normal;
}
body {
	background-color: #FFFFFF;
}
img {
	border: none;
}
a:link, a:visited, a:active {
	color: #205352;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #7AC142;
	text-decoration: none;
}
td {
	padding: 1px;
}
hr {
	color: #CCCCCC;
}
#fake_link { color:#205352; text-decoration:none; font-weight:bold;}
#fake_link:hover { color: #7AC142; text-decoration: none;}
/* ======================================== Body ======================================== */

.pod_body {
	width: 970px;
	margin: auto;
}
#pod_header {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 970px;
	display: inline-block;
}
#pod_logo {
	margin: 30px 0px 0px 15px;
	height: 65px;
	width: 235px;
	display: inline-block;
	float: left;
}
#pod_slogan {
	width: 400px;
	height: 45px;
	float: right;
	clear: none;
	margin-top: 30px;
	margin-right: 0px;
	padding: 8px 0px 0px 5px;
	border-bottom: #CCCCCC 1px solid;
}
#pod_slogan h1 {
	font-size: 16px;
	color: #205352;
	font-weight: bold;
}
.icon_img {
	float: right;
}
.icon_img_contact {
	float: right;
	margin-top: -30px;
}
/* ======================================== Font Styles ======================================== */

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0px;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	color: #205352;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	color: #8B9B92;
}
h3 {
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}
h4 {
	font-size: 12px;
	line-height: 14px;
}
h5 {
	font-size: 10px;
	line-height: 12px;
}
h6 {
	font-size: 8px;
	line-height: 10px;
}
.icons {
	float: right;
	margin-top: -25px;
}
#green_text {
	color: #7AC142;
	font-weight: bold;
	font-size: 14px;
}
#blue_text {
	color: #00A8CB;
}
#warning_text	{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
/* ======================================== Menu/Nav Bar ======================================== */


#navcontainer {
	overflow: hidden;
	width: 970px;
	height: 40px;
	background-image: url(img/menu_bkg.gif);
	clear: both;
}
#navcontainer ul {
	list-style-type: none;
	margin: 10px 0px 0px 10px;
	_margin: 8px 0px 0px 10px;
	padding: 0;
}
#navcontainer li {
	border-left: 1px solid #FFFFFF;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	font-size: 12px;
	font-weight: bold;
}
#navcontainer li a {
	color: #FFFFFF;
	text-decoration: underline;
}
#navcontainer li :hover {
	color: #205352;
}
#navcontainer ul li:first-child {
	border-left: none;
}
#left_corner {
	background: #000;
	float: left;
	width: 5px;
	height: 5px;
	display: block;
	background: url(img/top_left.jpg) no-repeat;
}
#right_corner {
	background: #000;
	float: right;
	width: 5px;
	height: 5px;
	display: block;
	background: url(img/top_right.jpg) no-repeat;
}
/* ======================================== Forms ======================================== */

label {
	font-weight: bold;
}
input, button {
	background-color:#fff;
	color: #555;
	font-size: 12px;
	margin:2px;
	padding:2px;
}
button, input[type="button"], input[type="submit"], input[type="reset"] {
	background-color: #999999;
	color: #FFF;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #205352;
	color: #fff;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	background-color: #fff;
	color: #000;
	border: 1px solid #EE4400;
}
table.tableform td.button {
	text-align: center;
}
input[type="text"], input[type="password"], textarea {
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 150px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	color: #000;
	background-color: #fff;
	border: 1px solid #205352;
}
textarea {
	width: 300px;
}
fieldset {
	border: 2px solid #8cc63f;
	padding: 3px;
}
fieldset td {
	padding: 1px;
}
legend {
	font-weight: bold;
	font-size: 150%;
	padding: 3px;
	color:#666666;
}
input[type="checkbox"], select {
	padding: 1px;
	font-size: x-small;
}
.required {
	color: #205352;
}
#phone_text {
	width: 33px;
}
#phone_text4 {
	width: 44px;
}
/* ======================================== Content ======================================== */

#main {
	width: 968px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#content {
	width: 950px;
	height: inherit;
	padding: 10px 0px 10px 10px;
}
/* ======================================== Footer ======================================== */

#footer {
	width: 970px;
	height: 80px;
	background-image: url(img/footer_bkg.gif);
	background-repeat: repeat-x;
	clear: both;
	margin: auto;
}
#footer_navcontainer {
	overflow: hidden;
	width: 970px;
	height: 40px;
	clear: both;
}
#footer_navcontainer ul {
	list-style-type: none;
	margin: 20px 0px 0px 10px;
	padding: 0;
}
#footer_navcontainer li {
	border-left: 1px solid #FFFFFF;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	font-size: 12px;
	font-weight: bold;
}
#footer_navcontainer li a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer_navcontainer li :hover {
	color: #205352;
}
#footer_navcontainer ul li:first-child {
	border-left: none;
}
#copyright {
	clear: both;
	width: 970px;
	margin: auto;
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #205352;
}
#bottom_left_corner {
	background: #000;
	float: left;
	width: 5px;
	height: 5px;
	display: block;
	background: url(img/bottom_left.jpg) no-repeat;
	margin-top: 10px;
 *margin-top: 11px;
}
#bottom_right_corner {
	background: #000;
	float: right;
	width: 5px;
	height: 5px;
	display: block;
	background: url(img/bottom_right.jpg) no-repeat;
	margin-top: 10px;
 *margin-top: 11px;
}
/* ======================================== Home Page ======================================== */



#home_highlight {
	color: #00A8CB;
}
#login_area {
	width: 955px;
	margin: auto;
	height: 472px;
   *height: 487px;
}
#login_area hr {
	width: 960px;
}
#login_home {
	margin: 5px;
	width: 440px;
	*width: 430px;
	height: 85px;
	float: left;
	border: 1px solid #00A8CB;
	padding: 10px;
}
#login_home img {
	float: right;
}
#login_home h2 {
	color: #00A8CB;
}
#returning_cust img {
	float: right;
}
#returning_cust {
	margin: 5px 15px 15px 5px;
	*margin: 5px 6px 15px 0px;
	float: right;
	display: inline-block;
	width: 440px;
	*width: 430px;
	height: 155px;
   *height: 185px;
	border: 1px solid #7AC142;
	padding: 10px;
}
#returning_cust h2 {
	color: #7AC142;
}
.home_forgot {
	padding-top: 9px;
}
#welcome_area	{
	width: 950px;
}
#welcome_area p	{
	line-height: 12px;
	padding: 0 0 0 5px;
}
#welcome_area img	{
	padding: 10px 0 10px 0;	
}
#welcome_area h1	{
	padding: 0 0 0 5px;	
}
/* ======================================== Products Page  ======================================== */







#products_page {
	height: inherit;
	width: 950px;
}
#products_left {
	width: 460px;
	float: left;
	margin: 5px;
	display: inline;
}
#products_whole {
	width: 935px;
	float: left;
	margin: 5px;
	display: inline;
}
#products_right {
	width: 460px;
	float: right;
	display: inline;
	margin: 5px;
}
#bc_1 {
	height: 80px;
	border: 1px solid #7AC142;
	padding: 5px;
	margin-bottom: 10px;
}
#bc_lh {
	height: 215px;
	clear: both;
	border: 1px solid #FFCF01;
	padding: 5px;
	margin-bottom: 10px;
}
#bc_envelopes {
	height: 80px;
	border: 1px solid #F8971D;
	padding: 5px;
	margin-bottom: 10px;
}
#bc_note {
	height: 100px;
	border: 1px solid #205352;
	padding: 5px;
	margin-bottom: 10px;
}
#bc_labels {
	height: 120px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#bc_wg {
	height: 140px;
	border: 1px solid #00A8CB;
	padding: 5px;
	margin-bottom: 10px;
}
#bc_downloads {
	height: 80px;
	border: 1px solid #7AC142;
	padding: 5px;
	margin-top: 10px;
}
#products_left img {
	float: right;
	margin-top: -20px;
}
#products_whole img {
	float: right;
	margin-top: -20px;
}
#products_right img {
	float: right;
	margin-top: -10px;
}
#products_left p {
	float: left;
}
#products_whole p {
	float: left;
}
#products_right p {
	float: left;
}
#products_left h1 {
	float: left;
}
#products_whole h1 {
	float: left;
}
#products_right h1 {
	float: left;
}
.product_boxes {
	border: 1px solid #CCCCCC;
	margin: 5px;
}
.product_boxes1 {
	border: 1px solid #7AC142;
	padding-top: 5px;
}
.product_boxes1 img{
	padding-top: 10px;
}
.product_boxes1 h2 {
	padding: 5px;
}
.product_boxes2 {
	border: 1px solid #FFCF01;
	padding-top: 5px;
}
.product_boxes2 img{
	padding-top: 10px;
}
.product_boxes2 h2 {
	padding: 5px;
}
.product_boxes3 {
	border: 1px solid #F8971D;
	padding-top: 5px;
}
.product_boxes3 img{
	padding-top: 10px;
}
.product_boxes3 h2 {
	padding: 5px;
}
.product_boxes4 {
	border: 1px solid #205352;
	padding-top: 5px;
}
.product_boxes4 img{
	padding-top: 10px;
}
.product_boxes4 h2 {
	padding: 5px;
}
.product_boxes5 {
	border: 1px solid #00A8CB;
	padding-top: 5px;
}
.product_boxes5 img{
	padding-top: 10px;
}
.product_boxes5 h2 {
	padding: 5px;
}
.product_boxes img {
	padding: 0px 0px 5px 5px;
}
.buy_cell {
	padding-right: 15px;
}
.product_boxes h3 {
	line-height: 14px;
	font-size: 13px;
}

#list_cat	{
	line-height: 14px;
	padding-left: 5px;
}
/* ======================================== Shopping Cart Page  ======================================== */

.shopping_total {
	border-bottom: 1px solid #CCCCCC;
}
.shopping_total h3 {
	color: #205352;
	font-size: 16px;
	font-weight: bold;
	float: right;
	padding: 5px 5px 0px 0px;
}
.remove_cell {
	padding: 0px 20px 0px 20px;
}
.checkout_cell {
	margin-left: 25px;
}
.shop_check {
	margin-top: 10px;
	padding-top: 15px;
}
#chk_btn {
	padding-left: 10px;
}
/* ======================================== Check Out Page  ======================================== */







.subtotal_boxes {
	border: 1px solid #CCCCCC;
	padding: 10px 0px 0px 10px;
	margin-left: 1px;
	margin-bottom: 10px;
	width: 200px;
	height: 95px;
}
.sub_space p {
	font-size: 8px;
}
.shipping_boxes {
	border-left: 1px solid #CCCCCC;
}
#divider_line hr {
	color: #CCCCCC;
}
#checkout_box {
	width: 515px;
	height:inherit;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 10px 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}
.checkout_total h3 {
	color: #205352;
	font-weight: bold;
}
#check_out_btn {
	padding: 0px 0px 10px 0px;
}
#billing_box {
	width: 375px;
	height: 130px;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 10px 5px;
	margin-bottom: 10px;
}
#billing_page {
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#shipping_table {
	float: right;
	margin-right: 50px;
	display: inline;
	width: 400px;
}
#ship_sml_text {
	font-size:12px;
	color: #F8971D;
}
.sb_addresses {
	border: 1px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
}
.chg_btn {
	padding: 5px 8px 0px 0px;
}
/* ======================================== Order History Page  ======================================== */







.order_table {
	margin-top: 25px;
}
.order_history_table {
	padding: 0px 0px 20px 30px;
}
.add_q {
	padding: 0px 50px 0px 10px;
	margin-right: 25px;
	border-right: 1px solid #CCCCCC;
}
/* ======================================== Accounting Page  ======================================== */







.account_boxes {
	border: 1px solid #CCCCCC;
	margin: 5px;
	width: 485px;
}
.account_cells {
	padding: 5px;
}
.account_cells img {
	float: right;
}
#account_text {
	float: left;
}
/*







=================================================================================================================================







Contact Form Styling







=================================================================================================================================







*/











#myform fieldset {
	border: 1px solid #ccc;
	padding: 3px 10px 10px;
	margin: 10px 0;
}
#myform textarea, #myform select, #myform input {
	border: 1px solid #ccc;
	width: 400px;
	font: 12px/12px normal Verdana, arial, sans-serif;
	color: #000;
	margin:0px;
	padding:2px;
}
#myform checkbox {
	border:none;
}
#myform label {
	width: auto;
	margin:0px;
	padding:0px;
	float:left;
}
#myform form {
	width: auto;
	margin:0px;
	padding:0px;
}
#myform span {
	width:auto;
	height:auto;
	margin:5px;
	padding:5px;
	clear:both;
}
.button {
	margin:20px 0 0 0;
	width: 100px;
}
#myform legend {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
	padding: 2px 4px;
	border: 1px solid #ccc;
}
/* Forms ----------------------------------------------- */







form {
 margin: 0 padding: 0;
	display: inline;
}
label {
	font-weight: bold;
}
.required {
	color: #FF0000;
}
textarea {
	height: 100px;
}
.phoneType, .occupation, .month, .year, .state {
	width: 80px;
}
/* Success, error & notice boxes for messages and errors. */



.error, .notice, .info, .success {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 2px solid #ddd;
}
.error {
	color: #D12F19;
	border-color: #FBC2C4;
	background: #fbe3e4 url(/media/img/error.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.notice {
	color: #817134;
	border-color: #FFD324;
	background: #FFF6BF url(/media/img/note.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.success {
	color: #529214;
	border-color: #C6D880;
	background: #E6EFC2 url(/media/img/sucess.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.info {
	color: #336699;
	border-color: #6299c5;
	background: #dff4ff url(/media/img/info.png) no-repeat 10px 11px;
	padding-left: 35px;
}
.note, .optional {
	color: #999;
	padding-left:5px;
}
/* Forms ----------------------------------------------- */

#downloads_guide {
	width: 940px;
	height: 80px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#downloads_logo {
	width: 940px;
	height: 200px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#downloads_ilogo {
	width: 940px;
	height: 275px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#downloads_docs {
	width: 940px;
	height: 100px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#dl_icon {
	width: 50px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	float: left;
	margin-top: 5px;
}
#dl_text {
	width: 870px;
	height: 170px;
	margin: 8px 0px 0px 15px;
	line-height: 17px;
	display: inline-block;
}
#dl_uhg	{
	width: 300px;
	height: 80px;
	float: left;
	display: inline;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
#dl_no_uhg	{
	width: 300px;
	height: 80px;
	float: right;
	display: inline;
	padding: 5px;
	margin-right: 210px;
	border: 1px dotted #CCCCCC;
}
#dl_logo	{
	width: 648px;
	height: 140px;
	float: left;
	display: inline;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
#note_box {
	width: 850px;
	height: 40px;
	padding: 3px 3px 3px 0px;
	color: #009933;
	display: inline-block;
	font-size: 14px;
}
/* Edit Card Page ----------------------------------------------- */



#inter_note {
	float: right;
	display: inline-block;
	width: 250px;
	height: 200px;
}
#inter_note img {
	float: right;
}
/* Vendor Login ----------------------------------------------- */
#space {
	padding: 0px 0px 0px 8px;
}


#vendor_log img {
	float: right;
}
#vendor_log {
	margin:10px;
	display: inline-block;
	width: 440px;
	height: 115px;
 *height: 185px;
	border: 1px solid #7AC142;
	padding: 10px;
}
#vendor_log h2 {
	color: #7AC142;
}
.home_forgot {
	padding-top: 9px;
}

/* ======================================== Pop Up Display  ======================================== */

#pop_body	{
	background-color: #205352;
}
#pop_bkg	{
	background-color: #205352;
	width: 100%;
	height: 100%;
	display: block;
}
.pop{display:block}
.pop *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#CCC}
.pop1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  background:#CCC}
.pop2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  background:#CCC}
.pop3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;}
.pop4{
  border-left:1px solid #CCC;
  border-right:1px solid #CCC}
.pop5{
  border-left:1px solid #CCC;
  border-right:1px solid #CCC}
.popfg{
  background:#FFF;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-color: #8cc63f;
  border-top-style: solid;
  border-top-color: #8cc63f;
  
  }
.popfg h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #8B9B92;
	margin: 5px 5px 5px 10px;
}
.editor_dropdown {width: 200px;}