* {
	outline: none;
}

body {
	background: url(../images/body-background.png) repeat-x top left White;
	padding-bottom: 10px;
}

#page {
	width: 814px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 37px;	
	background: url(../images/page-background.png) no-repeat top center transparent;
}

#product_logo {
	display: block;
	width: 155px;
	height: 47px;
	position: absolute;
	margin-top: 58px;
	margin-left: 22px;
}

#product_logo .usa {
  background: url(../images/product-logo-usa.png) no-repeat top left transparent;
}

#product_logo .canada {
  background: url(../images/product-logo-canada.png) no-repeat top left transparent;
}

#arysta_logo-top {
	display: block;
	width: 154px;
	height: 38px;
	position: absolute;
	margin-top: 5px;
	margin-left: 634px;
	background: url(../images/arysta_logo-gray.png) no-repeat top left transparent;
}

#product_logo span,
#arysta_logo-top span {
	display: none;
}

/********************************************************************************
 * Primary Navigation
 *******************************************************************************/
#pri-nav {
	height: 18px;
	padding-top: 68px;
	margin-left: 196px;
	margin-bottom: 23px;
	font-size: 93%;
	padding-left: 0;
}

#pri-nav li {
	float: left;
	height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	line-height: 18px;
	border-left: 1px solid #b1b1b1;
	list-style: none;
}

#pri-nav li.first {
	border: none;
	padding-left: 33px;
}

#pri-nav a {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

#pri-nav a:hover,
#pri-nav li.active a {
	color: #0094d3;
}

/********************************************************************************
 * Secondary Navigation Block - Navigation
 *******************************************************************************/
#feature {
    min-height: 20px;
}

#col {
	float: left;
	width: 178px;
	margin-top: 28px;
	padding-left: 9px;
	margin-right: 9px;
	font-size: 93%;
}

#col #sec-nav, #persistent-nav {
	padding-top: 7px;
	background: url(../images/secnav-top.png) 9px 0 no-repeat transparent;
}

#col ul {
	width: 163px;
	padding-bottom: 7px;
	margin-left: 0px;
	padding-left: 9px;
	background: url(../images/secnav-bottom.png) bottom right no-repeat transparent;
}

#col ul li {
	display: block;
	width: 163px;
	height: 25px;
	padding-bottom: 1px;
	background: url(../images/secnav-border.png) bottom center no-repeat transparent;
	list-style-image: none;
	list-style-position: outside;
	margin: 0;
}

#col ul li.last {
	padding: 0;
	background: none;
}

#col ul li a {
	display: block;
	width: 141px;
	height: 25px;
	padding-left: 22px;
	line-height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/secnav-item.png);
	background-color: White;
	color: #a3a3a3;
	text-decoration: none;
	font-weight: bold;
}

#col ul li a:hover,
#col ul li.active a {
	background-position: 0 -25px;
	color: White;
}

/********************************************************************************
 * Secondary Navigation Block - Feature
 *******************************************************************************/

#feature #button {
	display: block;
	width: 179px;
	height: 40px;
	padding-top: 1px;
	margin-top: 100px;
	line-height: 32px;
	background: url(../images/tab.png) no-repeat top left transparent;
	text-decoration: none;
	color: #615e5b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 93%;
	text-align: center;
}

#feature #button * {
	cursor: pointer;
}

#feature #button span {
	color: #003d7d;
}

#feature p {
	font-family: Verdana;
	font-size: 85%;
	color: #3c3c3c;
	padding-left: 10px;
	padding-right: 10px;	
	padding-bottom: 58px;
	background: url(../images/photos.png) no-repeat bottom right transparent;
	line-height: normal;
}

#newground {
	display: block;
	width: 178px;
	margin-top: 20px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
}

#newground span {
	display: none;
}
#product-site span, .product-site span {
    display: none;
}
#product-site, .product-site {
    background-color:transparent;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    height:74px;
    margin-bottom:25px;
    margin-top:25px;
}
/********************************************************************************
 * Content
 *******************************************************************************/

#content {
	float: left;
	width: 566px;
	padding-top: 212px;
	padding-left: 33px;
	padding-right: 19px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

/********************************************************************************
 * Content - Find Out How I Used [Product]
 *******************************************************************************/
#content #find_out {
	display: block;
	float: right;
	width: 173px;
	height: 276px;
	border-left: 20px solid White;
	background-position: top right;
	background-color: White;
	background-repeat: no-repeat;
}

#content #find_out span {
	display: none;
}

/********************************************************************************
 * Content - Locale Navigation
 *******************************************************************************/
#nav-locale {
	padding: 0;
	margin: 0;
	cursor: pointer;
  position: absolute;
  top: 169px;
}

#content {
  position: relative;
}

#nav-locale li {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-color: transparent;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 24px;
	padding-right: 2px;
	margin-right: 3px;
}

#nav-locale li a {
	text-decoration: none;
	color: #777777;
	font-size: 93%;
	font-weight: bold;
}

#nav-locale li a:hover,
#nav-locale li.active a {
	color: #0094d3;
}

#nav-locale li.active {
	background-color: #D3D3D3;
	border: 1px solid #777777;
}

#nav-locale-home {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#nav-locale-home li {
	display: block;
	width: 262px;
	height: 89px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#nav-locale-home #usa {
	background-image: url(../images/home-nav-us.png);
	cursor:pointer;	
}

#nav-locale-home #canada {
	background-image: url(../images/home-nav-ca.png);
	cursor:pointer;
}                                      
/********************************************************************************
 * Footer
 *******************************************************************************/
.clear_both {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

#footer{
	border-top: 1px solid #003d7d;
	padding-top: 10px;
	margin: 30px 17px 0;
}

#footer ul, #footer p{
	font-size: 77%;
	color: #666666;
	font-family: Verdana;
}

#footer ul {
	margin-left: 17px;
	padding-left: 2px;
	margin-right: 19px;
	padding-top: 11px;
}

#footer ul li {
	display: inline;
}

#footer ul a {
	color: #3d3d3d;
}

#footer ul a:hover {
	text-decoration: none;
}

#footer ul a {
	border-left: 1px solid #666666;
	margin-left: 2px;
	padding-left: 6px;
}

#footer #arysta_logo {
	display: block;
	width: 189px;
	height: 55px;
	position: absolute;
	margin-top: 10px;
	background: url(../images/arysta_logo.png) no-repeat top left transparent;
}

#footer #arysta_logo a {
	display: block;
	width: 189px;
	height: 67px;
	margin: 0;
	padding: 0;
	font-size: 0;
	border: none;
}

#footer #arysta_logo span {
	display: none;
}

#footer p, #footer ul{
	margin-left: 212px;
}

#pagination {
	padding: 0;
	margin: 0;
}

#pagination li {
	list-style: none;
}

#pagination a {
	font-family: Verdana;
	font-size: 85%;
	color: #0094d3;
}

#pagination a:hover {
	text-decoration: none;
}

#pagination #previous {
	float: right;
}

#pagination #next {
	float: left;
}

