/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Print Styles
	CSS Document
	Author: 9xb.com
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

html, body {
	font: 12px/1.4em arial, helvetica, tahoma, verdana, sans-serif;
	color: #767676;
	line-height: normal;
}

#header, #leftcolumn, .breadcrumb, #footer, #rightcolumn, .bigbrownbutton, .buttonoptions, #rotator, .sidebox, .hpproductswrap, .hpboxes, #logos{
	display:none;
}

#innercontentwrap{
	width:100%;
}


h1, h2, h3 {
	color: #407f20;
	line-height: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

h1 {
	color: #407f20;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #d6d6d6;
}


h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #767676;
}

a {
	color: #407f20;
	text-decoration: underline;
}
a:hover {
	color: #407f20;
	text-decoration: none;
}


/* Feature box */

.featurebox {
	background: url(../images/rolawn/bg_featurebox_footer.gif) no-repeat bottom left;
	padding: 0;
	margin: 0 0 10px 0;
	width: 420px;
	clear: both;
}
.featurebox h2 {
	font-weight: bold;
	background: url(../images/rolawn/bg_content_title.gif) no-repeat top left;
	color: #fff;
	padding: 8px 0 0 12px;
	margin: 0;
	border: none;
	font-size: 1.2em;
	width: 408px;
	height: 32px;
	float: left;
}
.featurebox .fbinner {
	padding: 15px;
	margin: 0 0 10px 0;
	width: 390px;
}
.featurebox .fbinner p {
	margin: 0 0 10px 0;
}
.featurebox .fbinner strong {
	color: #407f20;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TABLE ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 0;
	clear: both;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #e7e7e7;
	margin: 0 0 15px;
	width: 420px;
} 
table caption {
	font-weight: bold;
	background: url(../images/rolawn/bg_content_title.gif) no-repeat top left;
	color: #fff;
	padding: 8px 0 0px 12px;
	margin: 0px;
	text-align: center;
	border: none;
	font-size: 1.2em;
	width: 420px;
	height: 24px;
	line-height: normal;
}

table td, table th {
	padding: 4px;
}
table thead th {
	text-align: left;
	background: #f5f5f5;
	color: #666;
	border: 1px solid #fff;
}

table tbody th {
	color: #666;
	border: 1px solid #fff;
	text-align: right;
}

table tbody tr {
	background: #fff; 
	text-align: left;
	}

table tbody tr td { 
	background: #fff;
	border: 1px solid #fff;
}

table td strong, table a { 
	color: #407F20;
}

	
	
