td
{
	color: #D0D0CC;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
}
p
{
	color: #D0D0CC;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
}
a
{
	color: #74A71A;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	text-decoration: none;
}
a:hover
{
	color: #eeeeee;
	text-decoration: underline;
}
.topNav
{
	color: #eeeeee;
	font-family: helvetica,verdana,arial;
	font-size: 11px;
	text-decoration: none;
}
.topNav:hover
{
	color: #bbbbbb;
	text-decoration: none;
}
.required
{
	color: #74A71A;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}

.subNav
{
	color: #f7f7f7;
	font-family: helvetica,verdana,arial;
	font-size: 13px;
	font-weight: bold;
}
.subNav:hover
{
	color: #74A71A;
}
.greenText
{
	color: #74A71A;	
}
.copyHead
{
	color: #74A71A;
	font-family: helvetica,verdana,arial;
	font-size: 14px;
	font-weight: bold;
	
}
.subNavLit
{
	color: #74A71A;
	font-family: helvetica,verdana,arial;
	font-size: 13px;
	font-weight: bold;
	
}
h4
{
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}
h3
{
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}
h2
{
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}
h1
{
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	font-weight: bold;
}
.dottedVert
{
	background-image: url(/images/dottedVert.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.dottedHoriz
{
	background-image: url(/images/dottedHoriz.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.crossHoriz
{
	background-image: url(/images/crossHoriz.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.mainBG
{
	background-image: url(/images/mainBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #2D291A;
}
.BG
{
	background-image: url(/images/BG.gif);
	background-repeat: repeat-x;
	background-position: left top;

}
.subNavBG
{
	background-image: url(/images/subNavBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.topBG
{
	background-image: url(/images/topBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


table.inventory {
	width: 100%;
	border: 1px solid #c1bca4;
	border-spacing: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding: 0 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

table.inventory td {
	padding: 15px 10px 2px 2px;
	line-height: 24px;
	vertical-align: top;
}	

table.inventory .thumb {
	height: 90px;
	width: 120px;
	margin: 10px 10px 0 0;
	vertical-align: top;
}

table.inventory img {
	border: 10px solid #fff;
	background: #fff;
	vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

table.inventory .details {
}

table.inventory .price {
	text-align: right;
}

table.inventory .normal {
	font-size: 14px;
	font-weight: bold;
	color: #336633;
	text-decoration: line-through;
}

table.inventory .special {
	background: #d6121a;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
}

.inset-tall {
	float: right;
	margin: 0 0 0 10px;
}

.HomePlanLink {
	padding: 0 0 0 31px;
	margin: 0;
	background: url(/images/pdf.gif) no-repeat 11px top;
	height:19px;
}

.HomePlanLinkHeader {
	color: #74A71A;
	font-family: helvetica,verdana,arial;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 9px 0;
}

#legend {
	padding: 0 0 6px 0;
	margin: 6px 0 0 0;
	border-bottom: 1px dotted #999;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#legend li {
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 6px;
	line-height: 1.1;
}

#legend li a {
	font-weight: bold;
}

#legend li img {
	float: left;
	margin: 0 7px 50px 0; 
}

#legend strong {
	font-size: 12px; 
	font-weight: bold;
	padding: 2px 0 2px 0;			
}

#legend .new {
	width: 100px;
	height: 40px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: bold;
	float: right;
}


.incentives {
	border: 1px solid;
	border-color: #74A71A;
	border-spacing: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding: 0 5px 5px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.incentives td {
	padding: 9px 7px 2px 2px;
	line-height: 24px;
	vertical-align: top;	
	border-color: #74A71A;
}	
