/* 
 * www.clutterfreebox.com
 * site's main colors
 * Blue: #3B60A9;  primary header, logo blue
 * Green: #297F2F; primary green, logo green
 * Light Green: #E5F1E7; footer
 * Light Green: #EAF4EC; body background
 * Dark Green: #144410; main nav, footer nav
 * 
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 13px;
	font-family:  Helvetica,Arial,sans-serif;
	line-height: normal;
}
body {
	background: #EAF4EC url(http://images.clutterfreebox.com/images/top-dropshadow.jpg) repeat-x 0 0;
	color: #283228;
}
td {
	font-family:  Helvetica,Arial,sans-serif;
	font-size: 13px;
}

/* baseline styles */
img {
	border: 0;
	/* vertical-align : top; */
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #297f2f;
}
p {
	font-size: 13px;
	line-height: 17px;
}
blockquote {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
   color: #000;
}
li {
	margin-bottom: 14px;
}
ol {
	padding-left: 32px;
	margin-left: 0;
}
ul {
	margin-left: 0;
	padding-left: 12px;
	list-style: none;
}
ul li {
   margin-top: 14px;
	padding-left: 18px;
	background-image: url(http://images.clutterfreebox.com/images/ul-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

/* use to center tables - fixes IE issue */
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* use to reset flow after floats */
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #297f2f;
}
a:hover, a:active {
	text-decoration: underline;
	color: #3b60a9;
}

/* headers */
h1 {
	font-size : 19px;
	font-weight: normal;
	line-height: 22px;
	color : #3b60a9;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
#pageTitle h1 {
	font-size: 30px;
	color: #fff;
	line-height: 33px;
	margin: 0 0 13px 12px;
	padding: 13px 0 0 0;
	font-weight: normal;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}

h2 {
	font-size : 16px;
	font-weight: normal;
	line-height: 20px;
	color : #297f2f;
	margin: 0;
	padding: 6px 0 0 0;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
h2 a:link, h2 a:visited {
        color: #297f2f;
        font-weight: normal;
        text-decoration: underline;
}
h2 a:hover, h2 a:active {
        color: #3b60a9;
        font-weight: normal;
        text-decoration: underline;
}
h3 {
	font-size : 14px;
	font-weight: normal;
	line-height: 17px;
	color : #000;
	margin: 0;
	padding: 6px 0 0 0;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
h4 {
	font-size : 14px;
	font-weight: normal;
	line-height: 17px;
	color : #297f2f;
	margin: 0;
	padding: 3px 0 0 0;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
h5 {
	font-size : 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	margin: 0;
	padding: 3px 0 0 0;
	text-decoration: none;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}
h6 {
	font-size : 12px;
	font-weight: normal;
	line-height: 15px;
	color : #3b60a9;
	margin: 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
}

.errorMessage {
	background: #e5f1e7 url(http://images.clutterfreebox.com/images/error-message.gif) 2px 2px no-repeat;
	color: #F00;
	font-weight: normal;
	padding: 5px 5px 5px 35px;
	display: block;
	margin: 8px 0;
}
.kadroError{
	color: #F00;
	font-weight: normal;
}
.errorFormMessage{
	font-weight: bold;
}
.errorItemMessage{
}

/* Error display */
div#kformErrorDisplay {
	color: #F00;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}
div#kformErrorDisplay p {
	color: #F00;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
div#kformErrorDisplay li {
	color: #F00;
	padding: 4px 0px;
}

div#creditList li {
	background-image: none;
	margin-top: 4px;
	margin-bottom: 6px;
	padding-left: 2px;
}

div#creditList ul {
	list-style-type: disc;
}

/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}
input.kESEmail {
	font-size: 12px;
	color: #000;
}

/* bread crumb */
#breadCrumbRow {
        margin-bottom: 10px;
		  display: none;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 10px;
}
.lastCrumb {
	color: #000;
	font-size: 10px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 10px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: none;
	color: #000;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #999;
}
.printPage {
	background: url(http://images.clutterfreebox.com/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}

/* back to top */
#backToTop {

        margin: 3px;
}
#backToTop img {
        margin-left: 5px; 
        margin-right: 10px;
}
#backToTop a {
        font-size: 11px;
        font-weight: normal;
        text-decoration: underline;
        color: #000;
}
#backToTop a:link, #backToTop a:visited {
        color: #000;
}
#backToTop a:hover, #backToTop a:active {
        color: #999;
}
#productSearch, #emailSignup {
	margin: 10px;
	padding: 0;
	text-align: center;
}
#productSearch label, #emailSignup label {
	color: #000;
	font-size: 13px;
        line-height: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
        display: block;
}
#searchInput, #emailInput {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 123px;
}
.inputBox {
	margin: 3px 0;
}
.inputButton {
   margin-bottom: 3px;
}
#searchButton, #emailButton {
   font-size: 12px;
}

/* clutterfreebox styles */
.brand1 {
   color: #3b60a9;
}
.brand2 {
   color: #297f2f;
}
#customerTestimonials blockquote {
	background: url(http://images.clutterfreebox.com/images/quotes.gif) 2px top no-repeat;
	padding-left: 36px;
   margin-bottom: 40px;
}
#customerTestimonials cite {
   font-style: normal;
   margin-left: 30px;
   display: block;
}
.copyright span {
	padding-right: 10px;
}
a.moreInfo {
	background: url(http://images.clutterfreebox.com/images/more-arrow.gif) right no-repeat;
	padding-right: 20px;
	line-height: 17px;
}
.cfbBox1 {
	width: 235px;
	background: transparent url(http://images.clutterfreebox.com/images/cfb_box_borders.jpg) repeat-y scroll 0 0;
}
.cfbBox1 .boxTop {
	background: url(http://images.clutterfreebox.com/images/cfb_box_top.jpg) 0 top no-repeat;
	width: 235px;
	height: 9px;
}
.cfbBox1 .boxContent {
	margin: 0 auto;
	width: 208px;
	padding: 5px;
	position: relative;
	z-index: 70;
}
.cfbBox1 .boxBottom {
	background: url(http://images.clutterfreebox.com/images/cfb_box_bottom.jpg) 0 bottom no-repeat;
	width: 235px;
	margin-top: -52px;
	height: 61px;
}
.cfbBox1 h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
}

#bubbles {
	background: #CEE1CE;
}
#bubbles td {
	padding-right: 20px;
	padding-left: 20px;	
	background: #CEE1CE;
}
.bubbleEmp {
	color: #3B60A9;
	font-weight: bold;
	background: #CEE1CE;
}

#FAQ p {
	margin: 0;
	padding: 6px 0 0 0;
}

#FAQ h3 {
	padding: 20px 0 0 0;
}

#quoteList li {
	background-image: none;
}

/*
.returnInstruction {
	background: #EAF4EC;
	font-weight: bold;
	font-size: 16px;
}
*/

.returnInstruction {
	padding: 20px 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}

#partnerWelcome {
	background: #EAF4EC;
}

#partnerWelcome h2 {
	margin-left: 14px;
	margin-right: 14px;
}

#partnerWelcome p {
	margin-left: 14px;
	margin-right: 14px;
}

.bannerLink {
	color: #297F2F;
	text-decoration:underline;
}

.bannerLink hover {
	color:#3B60A9;
}