/***********************************************/
/*             GLOBAL DEFINITIONS              */
/***********************************************/

* { margin:0; padding:0; }

.clear { clear: both; height:0px; font-size: 0px; }

body { 
	font-family: arial,helvetica,sans-serif; 
	font-size: 11px;
	color: #333;
	background-color: #fff;
	margin: 15px 0 30px 0;
	text-align: center;
}

td, th { vertical-align: top; }

a img { border: none; }

img { display: block; }

* html input.checkbox { margin: 0 -4px 0 -4px; } /* remove default margin on checkbox in IE) */

a { color: #F00D18; text-decoration: none; }
a:hover { text-decoration: underline; }

.error { color: #f00; }
.spamErrMsg { display: none; }
.error .spamErrMsg { display: block; font-style: italic; }

.nowrap { white-space: nowrap; }

#container {
	margin: 0 auto;
	width: 680px;
	text-align: left;
}

#globalBranding {
	width: 500px;
/*	margin: 0 auto;*/
	margin-bottom: 13px;
	float: left;
}

#aboutBtn img {
	margin-top: 19px;
	float: right;
}

#mainNav {
	clear: left;
	padding-bottom: 11px;
	border-bottom: 2px solid #4C4C4C;
	margin-bottom: 5px;
}

#mainNav td {
	padding-right: 24px;
	padding-left: 9px;
}

#mainNav td.latItem {
	padding-right: 0;
}

#mainNav td {
	vertical-align: bottom;
}

#secondaryNav {
/*	height: 40px;*/
	height: 20px;
	font-size: 12px;
	margin-bottom: 1em;
}

#secondaryNav li {
	float: left;
	list-style: none;
	padding: 0 10px;
	background: url(/images/bg_dotted.gif) repeat-y right top;
}

.backBtn { float: right; }

#secondaryNav li.lastItem {
	border-right: none;
	background: none;
}

#secondaryNav li.on {
}

#secondaryNav li.on li.on {
}

#secondaryNav li ul {
	display: none;
}


#secondaryNav li.on ul {
	position: absolute;
	display: none;
	margin-top: 3px;
}

#secondaryNav li li {
	font-size: 10px;
}

#secondaryNav li.on li a,
#secondaryNav a {
	color: #333;
}

#secondaryNav li.on li.on a,
#secondaryNav li.on a {
	color: #F00D18;
}




#mainContentArea {
	clear: left;
	padding-bottom: 50px;
	clear: left;
	position: relative;
}

p {
	margin-bottom: 1em;
}


h2 {
	font-size: 1.5em;
	margin-bottom: 1em;	
	color: #2C6C14;
	font-style: italic;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1.2em;
}
h3#viewColor { padding-top: 5px; }
.moreColors { float: right; margin-top: 8px; }

h4,h5 {
	font-size: 1em;
	margin-bottom: 0em;
	margin-top: 1em;
}


.contentImage {
	float: right;
	padding-left: 10px;
}

#mainContentArea ol,
#mainContentArea ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

.chartArea {
	margin: 2em 0 1em 0;
}

.landingImg {
	text-align: center;
	margin: 0 auto;
}

.landingImg img {
	display: inline;
}

.overview img {
	margin: 0 auto;
	margin-top: 30px;
}


.caption {
	font-size: 0.9em;
	margin-left: 10px;
}

.filesize {
	font-size: 0.9em;
	white-space: nowrap;
}

.pagination {
	float: right;
}


.downloadTable {
	margin-bottom: 1em;
}

.downloadTable th {
	width: 230px;
	text-align: left;
	font-weight: normal;
	border-left: 1px solid #666;
}

.downloadTable th,
.downloadTable td {
	padding: 3px 5px 2px 5px;
}

.downloadTable .subdocs {
	background-color: #efefef;
}


#quoteForm th {
	text-align: left;
	font-weight: normal;
	padding: 0 5px 10px 5px;
	vertical-align: top;
}

#quoteForm .formNote {
	font-size: 9px;
	font-weight: normal;
}

colgroup.req {

}


/* WOCA products */
.productItem {
	height: 190px;
	float: left;
	width: 108px;
	margin-right: 42px;
	text-align: center;
}

.productItem#ttMop {
	width: 250px;
}

.productItem img {
	margin-bottom: 1em;
}

.productItem a {
	color: #333;
}

.productPhoto {
	width: 165px;
	float: left;
	padding-right: 15px;
}

.orderCTA {
	margin-top: 30px;
}

#Rappgo_Products .productDescription {
	float: left;
	width: 350px;
}
	
#Rappgo_Products .productItem {
	width: 152px;
	margin-right: 12px;
}

#Rappgo_Products .productPhoto {
	width: 300px;
	float: right;
}

#Rappgo_Products .productPhoto img {
	margin-bottom: 5px;
}

.prodSpecTable {
	border-top: 1px solid #ccc;
}
.prodSpecTable th,
.prodSpecTable td {
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
}

.prodSpecTable th {
	font-weight: normal;
	text-align: left;
	width: 150px;
}

.prodSpecTable td {
	text-align: right;
	width: 200px;
}

.prodSpecTable .actionBtn {
	margin-bottom: 0;
}

.prodSpecTable .actionBtn a {
	font-weight: bold;
}

.actionBtn a {
	padding-left: 10px;
	background: url(/images/arrow.gif) no-repeat left center;
}



#footer {
	clear: left;
	margin-top: 20px;
}

#footer #tertiaryNav {
	width: auto;
	margin: 0 auto;
}

#footer td {
	padding-right: 30px;
}

#footer td.lastItem { padding-right: 0; }





/* ***** PRODUCTS ***** */

.productsTwoColumn .product {
	float: left;
	width: 310px;

	margin-right: 30px;
	margin-bottoM: 30px;
}

.productImage {
	float: left;
}

.productDetails {
	float: left;
	width: 150px;
	margin-left: 20px;
	line-height: 1.5em;
}

.productDetails p {
	margin-bottom: 0;
}

.productName {
	font-size: 11px;
	font-weight: normal;
}

.listPrice {
	font-style: italic;
	text-decoration: line-through;
}

.salePrice {
	color: #F00D18;
}

#reqContactForm {
	background: url(/images/bg_dotted_h.gif) repeat-x left top;
	padding-top: 1px;
}

#reqContactForm .inner {
}

#reqContactForm table {
	background: #efefef;
	border-color: #efefef;
	border-style: solid;
	border-width: 12px 15px 6px 10px;
}

#reqContactForm th {
	padding-right: 20px;
}

#questionList {
	background: url(/images/bg_dotted_h.gif) repeat-x left top;
	padding-top: 2em;
}

#blockSpecifyColors {
	background: url(/images/bg_dotted_h.gif) repeat-x left bottom;	
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.dotted {
	background: url(/images/bg_dotted_h.gif) repeat-x left top;
	padding-top: 10px;
	width: 440px;
}

.contentBlock .dotted {
	width: auto;
}

blockquote {
	margin-top: -0.7em;
	margin-bottom: 2em;
	margin-left: 35px;
}

#pricingTable th {
	text-align: left;
	padding-right: 15px;
	font-weight: normal;
}

#quoteForm .qItemSet th,
#quoteForm .qItemSet td {
	padding-bottom: 2em;
}

#quoteForm .qItemSet th {
	padding: 0;
}

#quoteForm .qItemSet td {
	padding-left: 15px;
}

#quoteForm .qItemSet .optRow td { padding: 0; }
#quoteForm .qItemSet .optRow td td { padding: 0 10px 10px 0; }

#quoteForm select,
#quoteForm textarea,
#quoteForm .textInput { border: 1px solid #a5a5a5; padding: 1px 2px; font-size: 11px;}

#quoteForm textarea#comment {
	width: 340px;
	height: 60px;
}

.optFormBlock {
	background: #efefef;
	padding: 8px 10px 0 10px;
	position: relative;
	margin: -1.5em 0 0.5em 0;
	float: left;
	clear: both;
}

.optFormBlock h5 { margin-bottom: 0.5em; float: none; margin-top: 0; }

.formHelpNote {
	width: 400px;
	margin-top: 1em;
}

.phone,
.formHelpNote strong { white-space: nowrap; }


#quoteForm .qItemSet .checkbox,
#quoteForm .qItemSet .radio {
	/*margin-left: 10px;*/
	margin-right: 5px;
	vertical-align: middle;
}

.dataTable,
.dataTable td,
.dataTable th {
	border-style: solid;
	border-color: #dedede;
}

.dataTable {
	border-width: 1px 1px 0 0;
	width: 100%;
}

.dataTable td,
.dataTable th {
	border-width: 0 0 1px 1px;
	padding: 10px;
}

.dataTable thead td,
.dataTable thead th {
	background-color: #aaa;
}

.dataTable tbody td,
.dataTable tbody th {
	background-color: #fff;
}

.dataTable tbody .oddRow td,
.dataTable tbody .oddRow th {
	background-color: #efefef;
}

.dataTable tbody th {
	font-weight: normal;
}

.dataTable h6 {
	font-size: 1em;
}

.dataTable address {
	font-style: normal;
}



.applicationSteps table {
	/*border-width: 1px 0 0 1px;*/
	width: 600px
}

.applicationSteps th,
.applicationSteps td {
	border: 1px solid #333;
	border-left: none;
}

.applicationSteps th {
	background: #ccc;
	vertical-align: middle;
	font-size: 20px;
	padding: 10px;
	border-left: 1px solid #333;
}

.applicationSteps .rowDivider td {
	font-size: 6px;
	border: none;
}

.applicationSteps .innerContent {
	padding: 0 10px;
}

.appImages {
	/*background: #333;*/
}

.imgDivider {
	height: 1px;
	padding: 0;margin:0;
	line-height: 5px;
}

.warning {
	width: 300px;
	border: 1px solid #600;
	padding: 0px 10px;
	color: #600;
}

.dataTable .colPure { width: 120px; }
#mainContentArea .colorList { margin: 0 -10px; padding: 0; min-width: 122px; list-style: none; }
.colorList li { padding: 0 0 5px 5px; float: left; }
.colorList li img { border: 1px solid #333; }

.colorTable { background: #efefef; padding: 10px 0 0 9px; margin: 0 0 1em 0; }
.colorTable table { width: 100%; }
.colorTable td { text-align: center; padding-right: 10px; padding-bottom: 10px; }
.colorTable td img { margin: 0 auto; }
.colorTable a { color: #333; }
.colorTable a:hover { color: #f00; }

.csBox {
	width: 200px;
	border: 1px solid;
	background: #efefef;
	float: right;
	margin-left: 200px;
	z-index: 99999;
	position: relative;
	padding: 5px;
	margin: -10px 0 -60px 0;
}
.csBox .subset { float: left; width: 100px; }
.csBox p { margin-bottom: 5px; }
.csBox h5 { margin-top: 0; }
.ccards img { display: inline; }
.csBox .ccards { margin-bottom: 0; }

.csBox.pdf { width: 150px; margin-top: 0; }

a[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(/images/ico_pdf.gif) no-repeat center left;
}

.getAdobe {
	text-align: right;
}
.getAdobe img { display: inline; }


.featureBox {
	width: 270px;
	position: absolute;
	right: 0;
	padding-bottom: 0;
}

#mainContentArea .featureBox h3 {
	margin-top: 0;
	margin-bottom: 8px;
}

#mainContentArea .featureBox ul {
	list-style: none;
	margin: -5px;
	margin-bottom: -2px;
	padding: 0;
}

#mainContentArea .featureBox li {
	margin-top: 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #aaa;
	float: left;
	clear: left;
}

#mainContentArea .featureBox li.last { border-bottom: none; }

#mainContentArea .featureBox li a img {
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
}

#mainContentArea .featureBox li a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}



.order .colPrice { width: 80px; }
.order .dataTable { width: auto; }

.productCostTable { margin-bottom: 10px; }

.productCostTable th {
	text-align: left;
	padding: 0 20px 10px 0;
}

.productCostTable td {
	padding: 0 20px 10px 0;
	text-align: right;
}

.productCostTable td.notes {
	text-align: left;
}

.caption { font-size: 10px; color: #666; font-style:italic; display: block; text-align: left; }

.dayStep { padding-left: 30px; }
.dayStep h5.day {
	margin: 0;
	display: block;
	padding: 3px 20px; 
	width: 150px;
	font-size: 12px;
	color: #fff;
	background: #d45916;
	text-align: center;
}

.dayStep p { border-top: 1px solid #666; width: 350px; padding: 10px; font-size: 14px; }


/* ***** MONOCOAT ***** */

.monocoat#container { width: 745px; }
.monocoat .brandContainer { padding: 0 10px 8px 10px; }
.monocoat #siteBranding img { float: left; padding-right: 10px; }
.monocoat #siteDescription img { float: left; padding-right: 10px; padding-top: 34px; }
.monocoat .brandContainer .promoBox img { float: right; }
.monocoat .contactLine { padding: 8px 0 7px 10px; border-bottom: 1px solid #999; }
.monocoat #secondaryNavArea { padding-bottom: 0px; }
.monocoat #secondaryNav { border-top: 1px solid #ccc; padding-top: 5px; height: auto; float: left; }
.monocoat #secondaryNav li { margin-bottom: 8px; padding: 0 8px 0 7px; }
.monocoat #mainContentArea { padding-left: 10px; line-height: 16px; padding-bottom: 20px; min-height: 200px; }
.monocoat .contentBlock { width: 330px; float: left; padding: 0 30px 0 0px; }
.monocoat .rightBlock { padding-right: 0; width: 375px; }
.monocoat h1 sup, .monocoat h2 sup { font-size: 10px; padding-left: 2px; line-height: 5px; }
.monocoat h1 { font-size: 1.5em; margin-bottom: 0;	color: #2C6C14; }
.monocoat h4 { margin-top: 15px; }
.monocoat h5.divider { color: #fff; padding: 5px 0 4px 10px; text-transform: uppercase; font-weight:bold; background-color: #999; margin-bottom: 5px; }
.monocoat #mainNav { border-bottom: 1px solid #999; margin-bottom: 0; }
.monocoat #mainNav td { padding-right: 14px; }
.subFooter { border-top: 1px solid #ccc; color: #999; padding: 15px 10px 0 10px; }
.subFooter a { color: #999; }
.subFooter a:hover { color: #f30; }
.subFooter .legalBlock { float: left; width: 300px; }
.subFooter .altFootBlock { float: right; text-align: right; width: 300px; }

.callout {
	background: #ded;
	padding: 5px 10px;
}

.callout h3 {
	margin-top: 10px;
}

#mainContentArea .callout ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.icoSample {
	position: relative;
	margin-top: -25px;
	margin-bottom: -15px;
	padding-left: 30px;
}

.gallery .banner {
	border-top: 1px solid #dedede;
}
.gallery .banner img {
	display: none;
}

.gallery .productItem img { margin-bottom: 1px; }
.gallery .productItem .caption { margin: 0; }

