body{
	background: url('../images/bg.gif') repeat;
	padding: 0;
	margin: 0;
	font-family: verdana, arial;
	font-weight: normal;
}

.boldtext {
	font-weight: bold;
	font-size: 14px;
	color: #008c00;
}

div#container{
	text-align: center;
}

div#submenu{
	text-align:right;
font-size: 14px;
	font-style: normal;
	color: #008c00;
	font-weight: bold;
}


div#main{
	background: #fff;
	text-align: center;
	margin: 0 auto;
	width: 760px;
	padding: 0;
}

div#headcont{
	background-color: inherit;
	width: 100%;
}

div#logo{
	position: relative;
	float: left;
	background: url('../images/logo.gif') no-repeat;
	width: 74px;
	height: 65px;
}

div#contact{
	position: relative;
	float: right;
	padding: 8px;
	background-color: inherit;
	color: #008c00;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


div#navcont{
	background-color: #fff;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

div#mainbreak{
	clear: both;
	background-color: #eee;
	background: #eee;
}


div#downsoft{
	background: url('../images/downsoft.gif') no-repeat;
	background-color: #eee;
	position: relative;	
	float: left;
	margin: 20px;
	width: 273px;
	height: 36px;
}

div#cds{
	background: url('../images/cds.jpg') no-repeat;
	background-color: #eee;
	position: relative;
	margin: 15px;
	float: right;
	width: 319px;
	height: 248px;
}

div#contenthead{
	background-color: #fff;
	clear: both;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	color: #6bba70;
	clear: both;
	font-style: italic;
	text-align: left;
}

div#subcat{
	font-size: 14px;
	font-style: normal;
	text-align: left;
	color: #008c00;
	font-weight: bold;
}

div#rightcolumn{
	position: relative;
	float: right;
	width: 174px;
}


div#newshead{
	background: url('../images/newshead.gif') no-repeat;
	/*174, 26*/
	width: 174px;
	height: 26px;
}

div#newssub{
	border-style: solid;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: #008c00;
	color: #008c00;
	font-size: 12px;
	text-align: left;
	margin-left: 8px;
	padding-top: 4px;
	margin-bottom: 4px;
}

div#newscontent{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	width: 160px;
	margin-left: 14px;
	/*border: 1px solid #000;*/

}

div#content{
text-align: left;
	position: relative;
	float: left;
	width: 540px;
	font-size: 10px;
	font-weight: normal;
	margin-left: 12px;
	margin-right: 12px;
}


div#quickhead{
	margin-top: 8px;
	background: url('../images/quicklinks.gif') no-repeat;
	/*174, 26*/
	width: 174px;
	height: 26px;
}

div#quicklinks{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 160px;
	margin-left: 10px;
	padding: 4px;
}

div#deals{
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	background: url('../images/latestdeals.gif') no-repeat;
	border: solid 1px #008c00;
	border-top-width: 0;
	width: 180px;
}

div#dealcont{
	margin-top: 30px;
	padding: 4px;
}

div#services{
	background: url('../images/ourserve.gif') no-repeat;
	padding-top: 20px;
	position: relative;
	color: #008c00;
	float: right;
	margin-top: 20px;
	width: 330px;
}

div#footer{
	padding: 20px;
	clear:both;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align:center;
}

/***************************Drop Down CSS*********************************/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	text-align: right;
	position: absolute;
	background: #fff;
	width: 180px;
	/*left: -999em;  using left instead of display to hide menus because display: none isn't read by screen readers */
	display: none;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: list-item;
}
/*******************************************************Classes**************************************************/

.left{
	position: relative;
	float: left;
	clear: left;
}

.right{
	position: relative;
	float: right;
	clear: right;
	width: 160px;
	text-align: left;
}
.quotesel{
	margin-top: 4px;
	font-size: 12px;
	color: #008c00;
	border: solid 1px #008c00;
	width: 150px;
}

.quotetext{
	width: 146px;
	margin-top: 4px;
	font-size: 12px;
	color: #008c00;
	border: solid 1px #008c00;
}

.quotefinal{
	width: 146px;
	margin-top: 4px;
	font-size: 12px;
	color: #000;
	border: solid 1px #008c00;
}

div.pulldown{
	clear:both;
}

div.vspace{
clear: both;
	height: 20px;
}

/*******************************************************Link Classes**************************************************/


/*DEFAULT*/

a:link{
	color: #0000EE;
	text-decoration: underline;
}
a:visited{
	color: #0000EE;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: none;
}




a.green_link:link { 
	color: #008c00;
}
a.green_link:visited { 
	color: #008c00;
}
a.green_link:hover { 
	color: #cdeb8b;
}
a.green_link:active { 
	color: #008c00;
}


/*CopyLink*/

a.copylink:link { 
	color: #008c00;
	text-decoration: none;
	font-weight: bold;
}
a.copylink:visited { 
	color: #008c00;
	text-decoration: none;
	font-weight: bold;
}
a.copylink:hover { 
	color: #cdeb8b;
	text-decoration: none;
	font-weight: bold;
}
a.copylink:active { 
	color: #008c00;
	text-decoration: none;
	font-weight: bold;
}

/*foot_a*/

a.foot_a:link { 
	color: #000;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
a.foot_a:visited { 
	color: #000;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
a.foot_a:hover { 
	color: #000;
	background-color: #eee;
	padding: 2px 4px 2px 4px;
}
a.foot_a:active { 
	color: #000;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}

/*Read More*/

a.readmore:link {
	font-family: verdana, arial;
	color: #008c00;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.readmore:visited {
	font-family: verdana, arial;
	color: #008c00;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.readmore:hover {
	font-family: verdana, arial;
	color: #008c00;
	text-decoration: none;
	background-color: #eeeeee;
	font-size: 10px;
	font-weight: normal;
}
a.readmore:active {
	font-family: verdana, arial;
	color: #008c00;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

/*6bba70 NAV*/


a.nav:link {
	font-family: 'Times New Roman', 'Times', serif;
	color: #6bba70;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
a.nav:visited {
	font-family: 'Times New Roman', 'Times', serif;
	color: #6bba70;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}
a.nav:hover {
	font-family: 'Times New Roman', 'Times', serif;
	color: #008c00;
	text-decoration: none;
	background-color: #eeeeee;
	padding: 2px 4px 2px 4px;
}
a.nav:active {
	font-family: 'Times New Roman', 'Times', serif;
	color: #6bba70;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
}