/*-------------------------------------------

	TITLE: Crop Care

	CREATED: 11/05/2007

--

	LAYOUT

	- HEADER

	- MENU

	- CONTENT

	- FOOTER



	MISCELLANEOUS

	- CLEAR FIX

--

-------------------------------------------*/



html, body
{
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #010602;
	font-family: Arial, Helvetica, sans-serif;
}
#pagewidth
{
	width:870px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#wrapper
{
	margin-top: -19px;
	background-color: #ffffff;
}
a { outline: none; }
:focus { -moz-outline-style: none; }
#maincol a
{
	color: #a22a00;
	text-decoration: underline;
}
#maincol a:hover
{
	color: #f13e00;
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
/*-------------------------------------------



	- HEADER

		- logo

		- top nav

		- main nav



-------------------------------------------*/



#header
{
	position:relative;
	height:171px;
	width:100%;
}
/*------ logo ------*/

h1 { margin:0px; }
h1 a
{
	display: block;
	position: absolute;
	top: 10px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	width: 411px;
	height: 91px;
	margin:0px;
	text-indent: -9999px;
}
h1 a:hover { border: 0px; }
/*------ top nav ------*/

#dropdown
{
	position:absolute;
	left: 632px;
	top: 52px;
	background-image: url(../images/dropdown_bg.jpg);
	width: 213px;
	height: 47px;
}
#topnav
{
	width: 221px;
	height: 71px;
	background-image:url(/images/topnav_bg.jpg);
	position: absolute;
	left: 411px;
	top: 28px;
}
#topnav ul
{
	list-style-type:none;
	margin: 11px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:69px;
}
#topnav li
{
	height: 26px;
	margin-bottom: 1px;
	float:left;
}
#topnav a
{
	display:block;
	height: 26px;
	text-indent: -9999px;
	border-bottom: none;
}
#topnav li.list1
{
	background:transparent url(../images/btn_wheretobuy.jpg);
	background-repeat:no-repeat;
	width:117px;
}
#topnav li.list2
{
	background:transparent url(../images/btn_support.jpg);
	background-repeat:no-repeat;
	width:102px;
	margin:-27px 0;
}
#topnav li.list3
{
	background:transparent url(../images/btn_about.jpg);
	background-repeat:no-repeat;
	width:102px;
	margin:0px 0;
}
#topnav li.list4
{
	background:transparent url(../images/btn_contact.jpg);
	background-repeat:no-repeat;
	width:117px;
}
#topnav a#item01 { background:transparent url(../images/btn_wheretobuy.jpg) no-repeat; }
#topnav a#item02 { background:transparent url(../images/btn_support.jpg) no-repeat; }
#topnav a#item03 { background:transparent url(../images/btn_about.jpg) no-repeat; }
#topnav a#item04 { background:transparent url(../images/btn_contact.jpg) no-repeat; }
#topnav a#item01_current
{
	background:transparent url(../images/btn_wheretobuy.jpg) no-repeat;
	background-position:0px -26px;
}
#topnav a#item02_current
{
	background:transparent url(../images/btn_support.jpg) no-repeat;
	background-position:0px -26px;
}
#topnav a#item03_current
{
	background:transparent url(../images/btn_about.jpg) no-repeat;
	background-position:0px -26px;
}
#topnav a#item04_current
{
	background:transparent url(../images/btn_contact.jpg) no-repeat;
	background-position:0px -26px;
}
#topnav a#item01:hover
{
	background-position:0px -26px;
	z-index:50;
}
#topnav a#item02:hover
{
	background-position:0px -26px;
	z-index:50;
}
#topnav a#item03:hover
{
	background-position:0px -26px;
	z-index:50;
}
#topnav a#item04:hover
{
	background-position:0px -26px;
	z-index:50;
}
/*------ main nav ------*/





#mainnav
{
	background-image:url(../images/nav-bg.jpg);
	width: 870px;
	height: 53px;
	position: absolute;
	top: 99px;
}
#mainnav ul
{
	list-style-type:none;
	margin: 6px 0px 0px 5px;
	padding: 0px;
}
#mainnav li
{
	float:left;
	height: 42px;
	padding-right: 0px;
}
#mainnav a
{
	display:block;
	height: 42px;
	text-indent: -9999px;
	border-bottom: none;
}
#mainnav li.list1
{
	background:transparent url(../images/3ptsprayers_btn.png);
	background-repeat:no-repeat;
	width: 123px;
	margin-left:20px;
}
#mainnav li.list2
{
	background:transparent url(../images/trailersprayers_btn.png);
	background-repeat:no-repeat;
	width: 137px;
}
#mainnav li.list3
{
	background:transparent url(../images/vegetable_btn.png);
	background-repeat:no-repeat;
	width: 170px;
}
#mainnav li.list4
{
	background:transparent url(../images/farmlawnsprayers_btn.png);
	background-repeat:no-repeat;
	width: 215px;
}
#mainnav li.list5
{
	background:transparent url(../images/accessories_btn.png);
	background-repeat:no-repeat;
	width: 155px;
}
#mainnav li.list1_current
{
	background:transparent url(../images/3ptsprayers_btn.png);
	background-repeat:no-repeat;
	width: 123px;
}
#mainnav li.list2_current
{
	background:transparent url(../images/trailersprayers_btn.png);
	background-repeat:no-repeat;
	width: 137px;
}
#mainnav li.list3_current
{
	background:transparent url(../images/vegetable_btn.png);
	background-repeat:no-repeat;
	width: 170px;
}
#mainnav li.list4_current
{
	background:transparent url(../images/farmlawnsprayers_btn.png);
	background-repeat:no-repeat;
	width: 215px;
}
#mainnav li.list5_current
{
	background:transparent url(../images/accessories_btn.png);
	background-repeat:no-repeat;
	width: 155px;
}
#mainnav a#item1 { background:transparent url(../images/3ptsprayers_btn.png) no-repeat; }
#mainnav a#item2 { background:transparent url(../images/trailersprayers_btn.png) no-repeat; }
#mainnav a#item3 { background:transparent url(../images/vegetable_btn.png) no-repeat; }
#mainnav a#item4 { background:transparent url(../images/farmlawnsprayers_btn.png) no-repeat; }
#mainnav a#item5 { background:transparent url(../images/accessories_btn.png) no-repeat; }
#mainnav a#item1_current
{
	background:transparent url(../images/3ptsprayers_btn.png) no-repeat;
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item2_current
{
	background:transparent url(../images/trailersprayers_btn.png) no-repeat;
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item3_current
{
	background:transparent url(../images/vegetable_btn.png) no-repeat;
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item4_current
{
	background:transparent url(../images/farmlawnsprayers_btn.png) no-repeat;
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item5_current
{
	background:transparent url(../images/accessories_btn.png) no-repeat;
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item1:hover
{
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item2:hover
{
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item3:hover
{
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item4:hover
{
	background-position:0px -42px;
	z-index:50;
}
#mainnav a#item5:hover
{
	background-position:0px -42px;
	z-index:50;
}
/*-------------------------------------------



	- Body

		- home main column

		- home right column

		- Sub main Column



-------------------------------------------*/



#maincol h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #303c07;
	height: 26px;
	width: 618px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 0px 23px;
	padding: 0px;
	clear: both;
}
#mainfull
{
	float: right;
	width: 640px;
	background-image:url(../images/border-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 22px;
	margin-bottom: 30px;
}
#mainfull1
{
	float: right;
	width: 645px;
	background-image:url(../images/border-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 30px;
}
#mainfull ul
{
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#mainfull ul li
{
	color: #6d0000;
	font-weight: bold;
	list-style-position: outside;
}
#mainfull ul li ul li
{
	color: #666666;
	font-weight: normal;
	padding: 2px;
	list-style-position:inside;
	margin-left: -25px;
}
#text-atv-landing
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 30px 0px 23px;
	color:#666666;
	font-size: 12px;
	clear:both;
}
#text-atv-landing ul
{
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#text-atv-landing ul li
{
	color: #6d0000;
	font-weight: bold;
	list-style-position: outside;
}
#text-corporate
{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 30px 0px 23px;
	color:#666666;
	font-size: 11px;
	line-height:15px;
	clear:left;
}
.libg { background-color: #ebf2ea; }
#mainfull p
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #666666;
	padding: 0px 0px 0px 23px;
}
#mainleft
{
	float: left;
	width: 324px;
	background-image:url(../images/border-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 22px;
	margin-bottom: 30px;
}
#mainleft ul
{
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#mainleft ul li
{
	color: #6d0000;
	font-weight: bold;
	list-style-position: outside;
}
#mainleft ul li ul li
{
	color: #666666;
	font-weight: normal;
	padding: 2px;
	list-style-position:inside;
	margin-left: -25px;
}
ul#atvList
{
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
ul#atvList li
{
	color: #6d0000;
	font-weight: bold;
	list-style-position: outside;
}
ul#atvList li ul li
{
	color: #666666;
	font-weight: normal;
	padding: 2px;
	list-style-position:inside;
	margin-left: -25px;
}
.libg { background-color: #ebf2ea; }
#mainleft p
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #666666;
	padding: 0px 0px 0px 23px;
}
#photo
{
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	color: #999999;
	padding: 0px 0px 0px 20px;
}
#mainright
{
	float: right;
	text-align: center;
	width: 310px;
}
#mainright p
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	padding: 0px 40px 0px 35px;
	margin: 0px;
}
#mainright img { padding-top: 15px; }
#sfeatures_left
{
	float:left;
	width: 300px;
	margin-bottom: 20px;
}
#sfeatures_left ul
{
	margin: 0px;
	padding: 8px 0px 0px 22px;
	list-style-position:inside;
}
#sfeatures_left li
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
}
#video_right
{
	float:right;
	width:300px;
	height:200px;
	margin-top:10px;
	margin-right:20px;
}
#sfeatures_right
{
	float:right;
	width: 310px;
	margin-top: 14px;
	margin-bottom: 20px;
}
#sfeatures_right p
{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	padding: 0px 40px 0px 20px;
	margin: 0px;
}
/*------ home main column ------*/







#homemaincol
{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:368;
}
#homemaincol p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 14px 0px 0px 23px;
	margin: 0px;
	width: 321px;
}
#homemaincol a
{
	color: #a73022;
	text-decoration: underline;
}
#homemaincol a:hover {
 color:; text-decoration: none; }
#homemaincol h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #303c07;
	height: 26px;
	width: 317px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 0px 23px;
	padding: 0px;
}
#firstrow
{
	background-image: url(../images/first_row_bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom: 15px;
	background-color:#c8dac0;/* padding-top:1px;*/
}
#firstrow_content
{
	clear:both;
	width: 665px;
	margin: 0px;
	padding: 0px;
}
#firstrow_photo img { border-bottom: 7px solid #384631; }
#firstrow_photo { width: 665px; }
#topleftcorner_green
{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	z-index:50;
	background-image: url(../images/topleftgreen.gif);
}
#topleftcorner_tan
{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/toplefttan.gif);
	z-index:50;
}
#firstrow_content h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5f2c1b;
	height: 26px;
	width: 626px;
	border-bottom: 1px solid #b2c6ae;
	margin: 18px 0px 0px 23px;
	padding: 0px;
}
#firstrow_content p
{
	color: #062c19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 21px 0px 25px;
	margin: 8px 0px 0px 0px;
}
#small_main_image
{
	border:none;
	float:right;
	padding:0px 0px 15px 20px;
	margin:-20px -16px 0px 0px;
}
#firstrow_text { text-align:justify; }
/*------ home right column ------*/







#homerightcol
{
	width:502px;
	float:right;
	position:relative;
}
#homerightcol p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 5px 0px 0px 23px;
	margin: 0px;
	width: 480px;
}
#homerightcol h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #303c07;
	height: 26px;
	width: 500px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 0px 23px;
	padding: 0px;
}
#homerightcol h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a73022;
	height: 26px;
	width: 500px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 0px 23px;
	padding: 0px;
}
#homerightcol a
{
	color: #a73022;
	text-decoration: underline;
}
#homerightcol a:hover {
 color:; text-decoration: none; }
/*------ Sub Main Column ------*/







#maincol
{
	width:665px;
	float:right;
	position:relative;
}
/*-------------------------------------------







	- Sub left Column







		- leftcolumn







		- leftmenu







-------------------------------------------*/







#leftcol
{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:205;
}
#leftcol p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:20px;
}
#leftcol a:link, a:visited, a:active { color:#1F1F1F; }
#leftcol a:hover { color:#990033; }
/*------ Sub Main Column ------*/







#leftmenu
{
	background-image: url(../images/left_menu_bg.jpg);
	width: 205px;
	height: 338px;
}
#leftmenu ul
{
	margin: 0px;
	padding: 0px;
}
#leftmenu li
{
	text-indent: 0px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	_line-height: 0px;
}
#leftmenu li a
{
	color: #31130b;
	display: block;
	padding: 12px 0px 13px 29px;
	text-decoration: none;
	background-image:url(../images/left_menu_off.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	_height: 10px;
	_padding: 22px 0px 9px 29px;
	_margin-bottom: -7px;
}
#leftmenu li a.current
{
	color: #ffffff;
	background-image:url(../images/left_menu_over.gif);
}
#leftmenu li a:hover
{
	color: #ffffff;
	background-image:url(../images/left_menu_over.gif);
}
/*------ Contact Form ------*/

#contactform
{
	width: 800px;
	padding: 10px 20px 10px 20px;
}
#contactform td
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #666666;
	padding: 0px 0px 0px 23px;
}
#contactform h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #303c07;
	height: 26px;
	width: 800px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 0px 23px;
	padding: 0px;
}
#contactform input[type="text"] { color:#666666; }
#homemaincol td
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #666666;
	padding: 0px 0px 0px 23px;
}
/*-------- full column ------*/















#fullcol
{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:800px;
}
#fullcol p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 14px 0px 0px 23px;
	margin: 0px;
}
#fullcol h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #303c07;
	height: 26px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 0px 23px;
	padding: 0px;
}
ul.support
{
	width:650px;
	height:285px;
	list-style-type:none;
	margin:10px 0;
}
ul.support li
{
	width:300px;
	height:190px;
	margin-right:20px;
}
ul.support li a { text-decoration:none; }
ul.support li a:hover { background:#CCC; }
/*ul.support a#manuals {background:url(../images/sup_manuals.jpg) bottom left no-repeat; text-decoration:none; }
ul.support a#buildlists {background:url(../images/sup_buildlists.jpg) bottom left no-repeat; text-decoration:none;}
ul.support a#partbreakdown {background:url(../images/sup_partbreak.jpg) bottom left no-repeat; text-decoration:none;}
ul.support a#calibration {background:url(../images/sup_calibration.jpg) bottom left no-repeat; text-decoration:none;}
ul.support a#manuals:hover {background:url(../images/sup_manuals.jpg) bottom left no-repeat #CCC; text-decoration:none; }
ul.support a#buildlists:hover {background:url(../images/sup_buildlists.jpg) bottom left no-repeat #CCC; text-decoration:none;}
ul.support a#partbreakdown:hover {background:url(../images/sup_partbreak.jpg) bottom left no-repeat #CC; text-decoration:none;}
ul.support a#calibration {background:url(../images/sup_calibration.jpg) bottom left no-repeat #CCC; text-decoration:none;}*/
.description
{
	padding: 20px 0 0 120px;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
#fullcol h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a73022;
	height: 26px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 0px 23px;
	padding: 0px;
}
.supportitem
{
	width:252px;
	float:left;
	margin:18px 0 0 13px;
}
.supportitem h5
{
	font-weight:bold;
	color:#fff;
	background:#014a1d;
	border:0;
	padding:5px;
}
.supportitem img
{
	background:#014a1d;
	padding:2px;
}
.supportleft
{
	float:left;
	width:85px;
	display:block;
}
.supportright
{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
	width:200px;
	margin:0 0 0 5px;
}
.itemleft
{
	float:left;
	width:120px;
	display:block;
}
.itemright
{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	display:block;
	width:125px;
	margin:30px 0 0 5px;
}
.itemright a
{
	color:#000;
	text-decoration:none;
}
.itemleft img
{
	padding:2px;
	background-color:#4a765a;
}
a h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a73022;
	height: 18px;
	border-bottom: 1px solid #e7eadc;
	margin: 18px 0px 10px 0px;
	padding: 0px;
	text-decoration:none;
	cursor:normal;
}
a:hover h5
{
	color:#CCCCCC;
	cursor:pointer;
}
a img { border:0; }
.supportcontain { height:96px; }
.serial
{
	width:200px;
	margin:20px 0 0 18px;
}
.pdflist
{
	width:290px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:11px;
}
.pdflist a { color:#a73022; }
.pdflist a:hover { color:#333333; }
.pdflist ul { list-style-type:none; }
.pdflist ul li a
{
	list-style-type:none;
	background:url(../images/pdf.gif) no-repeat left;
	padding:0 0 0 25px;
	display:block;
	margin:0 0 10px 0;
}
.pdflistphoto
{
	width:300px;
	float:right;
	margin:20px 0;
}
.pdflistphoto img
{
	padding:2px;
	background:#4a765a;
}
a.back
{
	margin: 10px 0 0 22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-size:11px;
	color:#a73022;
}
a.back:hover { color:#333; }
/*-------------------------------------------







	- FOOTER







		- home footer







		- footer







-------------------------------------------*/















/*------ home footer ------*/















#homebottom
{
	height:162px;
	background-image: url(../images/footer_bg.jpg);
	clear:both;
}
#homebottomleft { float: left; }
#homebottomright
{
	float: right;
	clear: right;
	width: 750px;
}
#homebottomright p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #062c19;
	line-height: 20px;
	width: 750px;
}
#homebottomright h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5f2c1b;
	height: 26px;
	width: 750px;
	border-bottom: 1px solid #b5c9b2;
	margin: 18px 0px 0px 0px;
	padding: 0px;
}
#homebottomright a
{
	color: #008a41;
	text-decoration: underline;
}
#homebottomright a:hover
{
	color: #008a41;
	text-decoration: none;
}
/*------ home footer specific to index page ------*/















#homebottom2
{
	height:162px;
	/* background-image: url(../images/footer_bg.jpg);*/







 clear:both;
}
#homebottom2 h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #303c07;
	height: 26px;
	width: 700px;
	margin: 5px 0px 0px 23px;
	padding: 0px;
}
#homebottomleft2 { float: left; }
#homebottomright2
{
	float: right;
	clear: right;
	width: 650px;
}
#homebottomright2 p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #062c19;
	line-height: 20px;
	width: 650px;
	padding-right: 10px;
}
#homebottomright2 h3
{
	height: 26px;
	width: 650px;
	border-bottom: 1px solid #b5c9b2;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5f2c1b;
}
#homebottomright2 a
{
	color: #008a41;
	text-decoration: underline;
}
#homebottomright2 a:hover
{
	color: #008a41;
	text-decoration: none;
}
#mainleft .price, #sfeatures_left .price, #text-atv-landing .price
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#CC0000;
}
/*------ footer ------*/







#footer
{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #647560;
	text-align: center;
	padding: 60px 0px 10px 0px;
	background-image:url(../images/sub_footer_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 30px;
}
#footer a
{
	color: #647560;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
	color: #cadbc2;
}
/*------ footer home ------*/







#footerhome
{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #647560;
	text-align: center;
	padding: 20px 0px 10px 0px;
	background-position: top center;
	height: 30px;
	background-repeat: no-repeat;
}
.footerhomea
{
	clear:both;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footerhome a
{
	color: #647560;
	text-decoration: none;
}
#footerhome a:hover
{
	text-decoration: underline;
	color: #cadbc2;
}
/* *** Float containers fix: *** */ 







.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/







* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */  















.clear { clear:both; }







 







 /*printer styles*/ 







 @media print {
/*hide the right column when printing*/ 







#homerightcol { display:none; }
#twocols, #homemaincol
{
	width:100%;
	float:none;
}
}
/*- menu -*/	







#menubottom
{
	margin:0 auto;
	padding: 30px 0px 0px 0px;
	width:800px;
}
#menubottom ul
{
	margin:0 auto;
	padding: 0px 0px 0px 0px;
}
#menubottom li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	list-style-type: none;
	float:left;
	text-transform:uppercase;
	font-size: 11px;
	text-align: center;
	padding-right: 0px;
}
#menubottom li a
{
	float: left;
	color: white;
	text-decoration: none;
	padding: 6px 5px 6px 45px;
	height: 5px;
}
#menubottom li a:hover
{
	text-decoration: none;
	color: #8D070B;
}
.videospace { margin:10px 0; }
#left_thumbnails
{
	display:block;
	position:absolute;
	width:200px;
	margin-left:50%;
	top:560px;
	left:-435px;
}
#left_thumbnails img { padding:5px; }
#maindesc
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#phone
{
	font-size:18px;
	font-weight:bold;
	color:#5f2c1b;
}
#reviews { width:200px; }
#reviews p a
{
	font-size:18px;
	color:#ca2a1f;
	font-weight:bold;
}
.addToCart
{
	display:block;
	float:left;
	color:white !important;
	background-color:#1A5F20;
	text-decoration:none !important;
	padding:10px 30px;
	font-weight:bold;
	font-size:1.6em;
	margin:-30px 0px 0px 100px;
}
.round
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.contactBtn
{
	display:block;
	float:left;
	margin:15px 0px 15px 100px;
	color:white !important;
	background-color:#1A5F20;
	text-decoration:none !important;
	padding:10px 30px;
	font-weight:bold;
	font-size:1.6em;
}
.priceTxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#6d0000;
	float:left;
	display:block;
	margin-right:10px;
}
#plusone
{
	float:right;
	width:100px;
	margin-top:30px;
}
