/************************* Global *************************/
html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 18px;
	background-image: url(../images/background/bg.gif);
	background-repeat: repeat;
}

a { text-decoration: none; }

#bodyContainer
{
  margin: 0 auto;
	width: 916px;
}

#contentContainer
{
	top: 0px;
	width: 906px;
	border: thick #555 solid;
}

#headerContainer
{
	border-bottom: medium #62883E solid;
}

#headerTopContainer
{
	background-color: black;
	border-bottom: medium #62883E solid;
	height: 106px;
	background-image: url(../images/header/top_logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	padding: 4px 1px;
}

#headerNavContainer
{
	background-color: #5A6D44;
	height: 25px;
	text-align: center;
	padding-top: 7px;
}

.headerNavLink
{
	text-transform: uppercase;
	text-decoration: none;
	background-color: #5A6D44;
	color: #DDD;
	height: 25px;
	padding: 8px 8px 9px 8px;
}

.headerNavLink:link
{
	background-color: #5A6D44;
	color: #DDD;
}

.headerNavLink:visited
{
	background-color: #5A6D44;
	color: #DDD;
}

.headerNavLink:hover
{
	color: #FFF;
	background-color: #333;
	border-color: white;
	border-style: solid;
	border-width: 2px 2px 1px 2px;
	padding: 6px 6px 11px 6px;
}

.headerNavLink:active
{
	color: red;
	background-color: #000;
	border-color: white;
	border-style: solid;
	border-width: 2px 2px 1px 2px;
	padding: 6px 6px 11px 6px;
}

.headerNavLinkCurrent
{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: #333;
	border-color: white;
	border-style: solid;
	border-width: 2px 2px 1px 2px;
	padding: 6px 6px 11px 6px;
}

.headerTopRightContainer
{
  margin-top: -3px;
}

.headerTopRightContainer div
{
  margin-top: 4px;
}

.headerTopRightA
{
	text-decoration: none;
	color: #0065B5;
	margin-left: 2px;
}

.headerTopRightA:visited { color: #0065B5; }

.headerTopRightA:hover
{
	color: red;
}

.headerTopRightCustomerName
{
	background-color: white;
	padding: 1px 2px;
	margin-top: 2px;
}

#pageContainer
{
	background-color: white;
	background-repeat: repeat;
}

.pageHeading
{
	font-size: 16pt;
	font-weight: bold;
	padding: 16px 0px;
	text-align: center;
}

.divItalic
{
  font-style: italic;
  font-size: 8pt;
}

.divP
{
	text-align: justify;
	padding: 8px 32px;
}

.divPHeading
{
	padding: 8px;
	color: #555;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

#footerContainer
{
	border-top: medium #62883E solid;
	background-color: black;
	padding: 8px;
}

#footerNavContainer { text-align: center; }

#footerPhone
{
	color: white;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
}

.footerNavLink
{
	color: #62883E;
	text-decoration: none;
}

.footerNavLink:visited
{
	color: #62883E;
}

.footerNavLink:hover
{
	color: white;
}

.footerNavLink:active
{
	color: red;
}

.footerNavLinkCurrent
{
	color: white;
	text-decoration: none;
}

#footerCopy
{
	text-align: left;
	color: #555;
}

#loginContainer
{
	background-color: #FFF;
	margin: 8px;
	padding: 2px;
}

#loginContainer div
{
	color: #58820D;
}

#loginContainer div div
{
	/*
	border: thin red solid;
*/
	color: #69C;
	white-space: nowrap;
	text-align: right;
	padding: 2px;
}

#loginContainer div div span
{
	color: #555;
  float: left;
}

#loginContainer div div input
{
	margin: 0px;
	border: thin silver solid;
	background-color: #EEE;
}

#loginContainer .borderDottedTop
{
	text-align: right;
	border-top: thin silver dotted;
	padding-top: 8px;
}

#loginContainer .borderDottedTop span
{
	color: #555;
  float: left;
}

.loginp
{
	text-align: justify;
	padding: 8px 180px;
}

/************************* Home *************************/
#homeContainer
{
  margin: 0 auto;
  background-color: #DDD;
}

#homeColumnLeft
{
	width: 200px;
	height: 500px;
	background-color: #EEE;
	position: absolute;
}

#homeColumnRight
{
	left: 0px;
	width: 100%;
	height: 500px;
	background-color: #DDD;
}

.homeQuickLinkContainer { background-color: #888; }

.homeQuickLinks
{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 12pt;
	line-height: 20pt;
}

.homeQuickLinks:visited
{
	color: #FFF;
}

.homeQuickLinks:hover
{
	color: #8EB65A;
	font-size: 14pt;
}

/************************* About *************************/
.aboutContainer
{
  margin: 0 auto;
}

/************************* Services *************************/
.servicesContainer
{
  margin: 0 auto;
}

.servicesPHeading
{
  font-weight:bold;
}

.servicesP
{
	text-align: justify;
	padding: 8px 16px 0px 16px;
}

/************************* Order *************************/
.webOrderContainer
{
  margin: 0 auto;
  padding: 12px;
}

.webOrderLinkContainer
{
  border: thin silver solid;
  margin-bottom: 12px;
}

.webOrderRegistrationContainer
{
  border: thin silver solid;
  padding-bottom: 12px;
}

/************************* FAQ *************************/
.faqContainer
{
  margin: 0 auto;
}

.faqTOCContainer { text-align: left; }

.faqTOCA
{
	text-decoration: none;
	color: #62883E;
}

.faqPHeading
{
	text-align: left;
  font-weight:bold;
	padding: 8px 32px 0px 32px;
}

.faqP
{
	text-align: justify;
	padding: 8px 64px 0px 64px;
}

/************************* Contact *************************/
.contactcontainer
{
	padding: 1px;
}

.contactsectioncontainer
{
	border: 2px #62883E solid;
}

.contactheading
{
	color: white;
	font-size: 10pt;
	font-weight: bold;
	background-color: #62883E;
	padding-top: 2px;
	padding-bottom: 2px;
}

.contactcontent
{
	padding: 2px 8px;
}

.contactlppguy { }
.contactlabel { color: black; }

.contactvalue
{
	color: black;
	width: 80px;
}

.contactformcontainer
{
	background-color: white;
	border: thin silver solid;
	margin-top: 8px;
	margin-bottom: 8px;
}

.commentformlabel
{
	text-align: right;
}

.commentformvalue
{
	text-align: left;
}

.contactformgroup
{
	/*
border: thin silver dashed;
*/
}

.contactContainer
{
  margin: 0 auto;
}

.contactInfoHeading
{
	text-align: center;
  font-weight:bold;
	padding: 8px 32px 0px 32px;
}

.contactInfo
{
}

.contactHoursOfficeContainer
{
	width: 200px;
	text-align: center;
	display: inline-block;
	padding-bottom: 16px;
}

.contactHoursShippingContainer
{
	width: 200px;
	text-align: center;
	display: inline-block;
	padding-bottom: 16px;
}

.contactHoursHeading
{
	text-align: center;
  font-weight:bold;
	padding: 8px 0px 0px 0px;
}

.contactHours
{
	text-align: center;
}

.contactDepartmentContainer
{
}

.contactDepartmentImage
{
  float: left;
}

.contactDepartmentHeading
{
	text-align: center;
	color: #555;
	background-color: silver;
}

.contactDepartment
{
	text-align: center;
	width: auto;
	display: inline-block;
	padding: 4px;
}

.contactDepartmentLink
{
	display: block;
	text-decoration: none;
}

/************************* Products Menu *************************/
.viewcartmenu
{
	background-color: #D5D5D5;
	color: #666;
	padding: 2px;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	# border-top: thin silver solid;
}

.viewcartmenu:hover { color: white; }

.productmenucontainer
{
	border: thin silver solid;
	min-width: 200px;
	margin: 1px;
}

.productmenuheading
{
	background-color: #D5D5D5;
	color: #666;
	font-weight: bolder;
	font-size: 12pt;
	padding: 2px 2px 6px 2px;
}

.productmenu
{
	font-size: 9pt;
	font-weight: bold;
	color: gray;
	text-align: left;
	height: 20px;
	background-color: #F9F9F9;
	text-decoration: none;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
}

.productmenu:hover { color: #A6BFEE; }

.productmenucurrent
{
	font-size: 9pt;
	font-weight: bold;
	color: #666;
	text-align: left;
	height: 20px;
	background-color: #D3DBEE;
	text-decoration: none;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
}

.productmenucurrent:hover { color: gray; }

/************************* Products *************************/
.productbordertop { border-top: thin silver solid; }

.productheading
{
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.producttext
{
	width: 175px;
	height: 110px;
	text-align: justify;
	padding: 5px;
}

.producttextspecial
{
	text-align: left;
	margin-top: 20px;
}

.producttextspeciala
{
	text-decoration: none;
	color: #62883E;
	font-weight: bold;
}

.producttexthaveaquestion
{
	margin-top: 14px;
	color: #039;
	font-weight: bold;
}

.producttextbold { font-weight: bold; }
.producttextrequestsample { margin-top: 14px; }

.greyheaders
{
	color: #999;
	font-weight: bold;
}

.ordercontainer
{
	border: 2px #62883E solid;
	min-height: 400px;
	background-color: #FFF;
	margin-top: 1px;
}

.orderheading
{
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	background-color: #62883E;
	padding: 4px;
}

.productfavoritescontainer { margin: 1px; }

.favoritescontainer
{
	min-height: 140px;
	border: 2px #62883E solid;
	background-color: #FFF;
	margin: 1px;
}

.favoritesheading
{
	background-color: #62883E;
	padding-top: 2px;
	padding-bottom: 2px;
}

.favoritesaheading
{
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.favoritesimg
{
	float: left;
	padding-right: 6px;
	padding-bottom: 2px;
}

.favoritesa
{
	text-decoration: none;
	color: #555;
	padding: 2px;
	display: block;
}

.favoritestext
{
	text-align: justify;
	padding: 5px;
	vertical-align: top;
	font-size: 10pt;
	line-height: 12pt;
}

.orderproductcontainer
{
	background-color: silver;
	border-left: 1px #555 solid;
}

.orderproductinputspec
{
	background-color: #EBF2F6;
	border: 1px #999 solid;
	margin: 8px 8px 0 8px;
}

.orderproductinputship
{
	background-color: #E5EDF1;
	margin: 0 8px 0 8px;
	border-width: 0 1px 1px 1px;
	border-color: #999;
	border-style: solid;
}

.orderproductretail
{
	background-color: #ECDEE4;
	border: 1px #999 solid;
	margin: 8px 8px 0 8px;
	font-style: italic;
	font-weight: bold;
}

.orderproductretaillabel
{
	color: #933;
	font-size: 7pt;
	font-weight: 900;
	line-height: 8pt;
}

.orderproductcost
{
	background-color: #FBF197;
	border: 1px #999 solid;
	margin: 8px 8px 0 8px;
	font-weight: bold;
	font-family: Tahoma, "Andale Mono", monospace;
	font-size: 9pt;
	color: red;
	padding: 8px;
}

.productpricesubmit
{
	background-color: #E0E8EB;
	border: thin silver solid;
	margin: 8px 8px 4px 8px;
}

.productpricelabel
{
	color: black;
	font-weight: bold;
	width: 100%;
	white-space: nowrap;
	line-height: 12pt;
}

.productpricevalue
{
	color: black;
	white-space: nowrap;
	line-height: 12pt;
	padding-left: 4px;
}

.productpricetax
{
	color: #555;
	font-style: italic;
	line-height: 12pt;
}

.productpricetotallabel
{
	padding-top: 8px;
	font-size: 12pt;
}

.productpricetotalvalue
{
	padding-top: 8px;
	font-size: 12pt;
	white-space: nowrap;
	padding-left: 4px;
}

.productpricesymbol { }
.productorderbuttonscontainer { margin: 0; }

.productorderbutton
{
	padding-right: 2px;
	padding-left: 2px;
	margin: 0;
}

.productpricebordertop { border-top: 1px silver solid; }
.productpriceborderbottom { border-bottom: 1px silver solid; }
.productpriceerror { color: black; }

.productpriceerrorphone
{
	color: red;
	white-space: nowrap;
}

#blanketDiv
{
	background-color: #62883E;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	min-height: 400px;
	min-width: 400px;
	z-index: 9001;
}

#blanketContentDiv
{
	position: absolute;
	min-height: 400px;
	min-width: 400px;
	z-index: 9002;
}

#blanketProgress
{
	width: 300;
	height: 300;
	margin-top: 96px;
	margin-left: 64px;
	z-index: 9003;
}

/************************* Template *************************/
.templatecontainer
{
	background-color: #E8EFF3;
	border: 1px silver solid;
}

.templateheading
{
	text-align: left;
	font-weight: bold;
	color: #FFF;
	background-color: #62883E;
}

.templatea
{
	text-decoration: none;
	color: #62883E;
	display: block;
}

.templatea:visited { color: #62883E; }

/************************* Upload Files *************************/
.uploadContainer
{
  margin: 0 auto;
  width: 100%;
	font-size: 8pt;
}

.uploadContainerHeading
{
	border-bottom: thin #62883E solid;
	padding: 4px;
	text-align: left;
	background-color: #62883E;
	color: white;
	font-weight: bold;
}

.uploadRegistrationContainer
{
  border: thin silver solid;
  padding-bottom: 12px;
}

.uploadfilescontainer
{
}

.uploadfilesheading
{
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	background-color: #5A6D44;
	padding: 4px;
	margin-bottom: 10px;
}

.divUpload
{
	background: #EEE;
	border: thin gray solid;
	border-bottom: none;
}

.uploadComment
{
	color: red;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	border-bottom: thin gray solid;
	background-color: #FFF;
}

.uploadFormContainer
{
	border-bottom: thin gray solid;
}


.uploadinputcontainer
{
	border: none;
}

.uploadinput
{
	filter:alpha(opacity: 0);
	opacity: 0;
	-moz-opacity:0 ;
}

.uploadResult
{
	color: #333;
	min-height: 28px;
	background-color: #DDD;
	padding: 4px;
}

.text12 { font-size: 12px; }
.text11 { font-size: 11px; }

.textItalic10
{
	font-style: italic;
	font-size: 10px;
}
	
.divUploadForm
{
	border-bottom: thin gray solid;
	padding: 4px;
}

.uploadFileSubmit { }

.uploadInfoContainer
{
  border: thin #5A6D44 solid;
}

.uploadThumbContainer { }
.uploadDebugContainer { }
.uploadFileName { color: red; font-weight: bold; }

.progressBarContainer { border: thin black solid; width: 552px; } 

/************************* Order_Review *************************/
.viewcartcontainerright
{
	border: 2px #62883E solid;
	margin-bottom: 8px;
}

.viewcartcontainer
{
	border: 1px #62883E solid;
	width: 100%;
}
.viewcartcontainers { color: #62883E; 	width: 100%;
}

.viewcartheading
{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #62883E;
}

.viewcartordercontainer
{
	background-color: #E8EFF3;
	color: #62883E;
	font-size: 8pt;
	line-height: 10pt;
	white-space: nowrap;
	min-width: 200px;
	max-width: 200px;
	margin: 0 4px;
}

.viewcartorderlabel
{
	font-weight: bold;
	text-align: right;
	padding: 2px;
}

.viewcartordervalue
{
	text-align: left;
	padding: 2px;
}

.viewcartorderlabelprice
{
	font-weight: bold;
	text-align: right;
	color: red;
	padding: 2px;
}

.viewcartordervalueprice
{
	text-align: left;
	padding-left: 2px;
	color: red;
	padding: 2px;
}

.viewcartorderaremove
{
	text-decoration: none;
	color: #FFF;
	font-size: 7pt;
}

.viewcartorderaremove:hover { color: #39F; }

.viewcartshipcontainer
{
	background-color: #E8EFF3;
	color: #62883E;
	font-size: 8pt;
	line-height: 10pt;
	margin: 0;
	padding: 0 0 2px 0;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
}

.viewcartshiplabel
{
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding: 2px;
}

.viewcartshipvalue
{
	text-align: left;
	min-width: 160px;
	max-width: 160px;
	padding: 2px;
}

.viewcartshipseperate
{
	padding: 0 2px 2px 2px;
	color: red;
}

.viewcartnotescontainer
{
	background-color: #E8EFF3;
	color: #62883E;
	white-space: nowrap;
	min-width: 220px;
}

.viewcartbordertop { border-top: 1px silver solid; }
.orderreviewstagecontainer { width: 240px; }

.orderreviewstageitem
{
	font-weight: bold;
	font-size: 10pt;
	padding: 12px;
}

.orderreviewproductmenu { padding-right: 18px; }

.orderreviewcheckoutpricecontainer
{
	background-color: #FFC;
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: thin silver solid;
}

.orderreviewcheckoutpricecontainerheading
{
	text-align: center;
	background-color: #CCC;
	font-size: 12pt;
	font-weight: bold;
	line-height: 20pt;
}

.orderreviewcheckoutpricecontainerheadingsandbox
{
	text-align: center;
	background-color: black;
	color: red;
	font-size: 12pt;
	font-weight: bold;
	line-height: 20pt;
}

.orderreviewcheckouterrors
{
	color: red;
	padding: 4px 30px 8px 30px;
	text-align: justify;
	line-height: 10pt;
}

.orderreviewcheckoutpriceitem
{
	padding: 24px 12px 12px 12px;
	text-align: center;
}
.orderreviewcheckoutpriceseparator
{
	padding: 24px 12px 12px 12px;
	text-align: center;
}

.orderreviewcheckoutpricetotal
{
	padding: 24px 12px 12px 12px;
	text-align: center;
	color: red;
}

.orderreviewcheckoutpaymentcontainer
{
	padding-top: 8px;
	background-color: #E8EFF3;
}

/************************* Order History *************************/
.a01
{
	text-align: center;
	border-color: #2872AD;
	font-size: 12px;
}

.one
{
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.boxcenter
{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

.shipping1
{
	font-size: 12px;
	color: #000;
}

.editcenter
{
	font-size: 14px;
	color: #039;
}

address { color: #333; }
.des { font-weight: bold; }
.das { font-weight: bold; }
.dasno { font-weight: normal; }
.buttonscenter
{
	text-align: center;
	padding-bottom: 4px;
}

.paymentmessage
{
	background-color: white;
	color: red;
	padding: 16px 4px 16px 4px;
	font-weight: bold;
}

.paymentselect
{
	font-size: 10pt;
}

.paymentmethod { text-align: center; }

.orderinstructions
{
	background-color: white;
	color: red;
	padding: 4px;
}

/************************* Order History *************************/
.a01
{
	text-align: center;
	border-color: #2872AD;
	font-size: 12px;
}

.one
{
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.boxcenter
{
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

.shipping1
{
	font-size: 12px;
	color: #000;
}

.editcenter
{
	font-size: 14px;
	color: #039;
}

address { color: #333; }
.des { font-weight: bold; }
.das { font-weight: bold; }
.dasno { font-weight: normal; }
.buttonscenter
{
	text-align: center;
	padding-bottom: 4px;
}

.paymentmessage
{
	background-color: white;
	color: red;
	padding: 16px 4px 16px 4px;
	font-weight: bold;
}

.paymentselect
{
	font-size: 10pt;
}

.paymentmethod { text-align: center; }

.orderinstructions
{
	background-color: white;
	color: red;
	padding: 4px;
}

/************************* AccountExec *************************/

.accountExecutiveTextP
{
	text-align: justify;
	padding: 12px 24px;
	background-color: white;
}

.accountExecutiveTextP img
{
	float: left;
	margin: 0 12px 6px 0;
}

.accountExecutiveEmailA
{
	text-decoration: none;
	color: white;
}

.accountExecutiveEmailA:visited
{
	color: white;
}

.accountExecutiveEmailA:hover
{
	color: red;
}

