/* 
================================
Skin styles for DotNetNuke
================================
*/   

.main_dnnmenu_seperator
{
    width:10px;
}

a {
	color: red;
}
a:hover {
	color: black;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.skinmaster {
	height: 100%;
}
.skinheader {
}
.skingradient {
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 335px;
	background-color: transparent;
	padding-right: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpanepadded {
	width: 235px;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
}
.contentpane {
	width: 652px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.newsworthy {
	background-color: transparent;
	padding-right: 0px;
	padding-top: 0px;
	
}


.blog{
	background-color: transparent;
	padding-left:0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left:-150px;
}

.contentpane a{
	color: red;
}

.contentpane a:hover{
	text-decoration: underline;
	color: red;
}

.leftpane a{
	color: red;
}

.leftpane a:hover{
	text-decoration: underline;
	color: red;
}

.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;

	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #999999; 
	font-size: 8pt; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana;    
    padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: red;
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

#footerNav {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	width: 602px;
}
#footerNav a{
	text-decoration: none;
	color: #999999;
}
#footerNav a:hover {
	text-decoration: underline;
	color: red;
}

/*This stuff runs when there is no damn flash installed*/
#mastHead {
	background: url(masthead.gif) top left no-repeat;
	width: 990px;
	height: 137px;
	vertical-align: text-top;
	text-align: right;
	padding: 0;
	margin: 0;
}
#mastHead h1 {
	display: none;
}
#mastHead a {
	color: red;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#mastHead a:hover {
	color: #ccc;
	text-decoration: underline;
}
#mastHead p {
	padding: 25px 0 18px 0;
	margin: 0;
}
#mastHead ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mastHead ul li {
	float: right;
	text-indent: -9999px;
	border-left: white 2px solid;
}

ul li.goodness {
	background: url(nav-goodness02.gif) top left no-repeat;
	width: 113px;
	height: 47px;
}
ul li.goodness a{
	display: block;
	background: url(nav-goodness01.gif) top left no-repeat;
	width: 113px;
	height: 47px;
}
ul li.goodness a:hover {
	display: block;
	background: url(nav-goodness02.gif) top left no-repeat;
	width: 113px;
	height: 47px;
}
ul li.ecoPotato {
	background: url(nav-eco02.gif) top left no-repeat;
	width: 92px;
	height: 47px;
}
ul li.ecoPotato a{
	display: block;
	background: url(nav-eco01.gif) top left no-repeat;
	width: 92px;
	height: 47px;
}
ul li.ecoPotato a:hover {
	display: block;
	background: url(nav-eco02.gif) top left no-repeat;
	width: 92px;
	height: 47px;
}
ul li.retailers {
	background: url(nav-retailers02.gif) top left no-repeat;
	width: 124px;
	height: 47px;
}
ul li.retailers a{
	display: block;
	background: url(nav-retailers01.gif) top left no-repeat;
	width: 124px;
	height: 47px;
}
ul li.retailers a:hover {
	display: block;
	background: url(nav-reatilers02.gif) top left no-repeat;
	width: 124px;
	height: 47px;
}
ul li.helping {
	background: url(nav-helping02.gif) top left no-repeat;
	width: 115px;
	height: 47px;
}
ul li.helping a{
	display: block;
	background: url(nav-helping01.gif) top left no-repeat;
	width: 115px;
	height: 47px;
}
ul li.helping a:hover {
	display: block;
	background: url(nav-helping02.gif) top left no-repeat;
	width: 115px;
	height: 47px;
}
ul li.story {
	background: url(nav-story02.gif) top left no-repeat;
	width: 93px;
	height: 47px;
}
ul li.story a{
	display: block;
	background: url(nav-story01.gif) top left no-repeat;
	width: 93px;
	height: 47px;
}
ul li.story a:hover {
	display: block;
	background: url(nav-story02.gif) top left no-repeat;
	width: 93px;
	height: 47px;
}
ul li.contact {
	background: url(nav-contact02.gif) top left no-repeat;
	width: 115px;
	height: 47px;
}
ul li.contact a{
	display: block;
	background: url(nav-contact01.gif) top left no-repeat;
	width: 115px;
	height: 47px;
}
ul li.contact a:hover {
	display: block;
	background: url(nav-contact02.gif) top left no-repeat;
	width: 115px;
	height: 47px;
}
.noShow {
	display: none;
}
#sideBar {
	width: 190px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
}
h2.home {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-freshchoice.gif) top left no-repeat;
	width: 356px;
	height: 46px;
}
h2.noteworthy {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-noteworthy.gif) top left no-repeat;
	width: 356px;
	height: 46px;
}
h2.potatoGoodness {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-potatogoodness.gif) top left no-repeat;
	width: 622px;
	height: 46px;
}
h2.ecoPotato {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-ecopotato.gif) top left no-repeat;
	width: 446px;
	height: 46px;
}
h2.retailersWanted {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-retailerswanted.gif) top left no-repeat;
	width: 390px;
	height: 46px;
}
h2.helpingOut {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-helpingout.gif) top left no-repeat;
	width: 583px;
	height: 46px;
}
h2.ourStory {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-ourstory.gif) top left no-repeat;
	width: 169px;
	height: 46px;
}
h2.contactUs {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-contactus.gif) top left no-repeat;
	width: 180px;
	height: 46px;
}

h2.termsAndConditions {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-terms.gif) top left no-repeat;
	width: 600px;
	height: 46px;
}
h2.privacyStatement {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-privacystatement.gif) top left no-repeat;
	width: 600px;
	height: 46px;
}
h2.links {
	padding: 0;
	margin: 0 0 0 340px;
	text-indent: -9999px;
	background: url(header-links.gif) top left no-repeat;
	width: 91px;
	height: 46px;
}
h2.careers {
	padding: 0;
	margin: 0 0 0 300px;
	text-indent: -9999px;
	background: url(header-careers.gif) top left no-repeat;
	width: 200px;
	height: 46px;
}
h3 {
	margin: 0 0 0 340px;
	font-size: 18px;
}
#h3 a {
	color: red;
}
#h3 a:hover {
	color: black;
}

#mainBody p {
	margin: 0 5px 20px 340px;
	font-size: 11px;
}
#mainBody a {
	color: red;
}
#mainBody ul {
	padding-left: 20px;
	margin-left: 340px;
	padding-top: 0;
	margin-top: 0;
	font-size: 11px;
}
#mainBody ol {
	padding-left: 20px;
	margin-left: 350px;
	padding-top: 0;
	margin-top: 0;
	font-size: 11px;
}
#mainBody ul li {
	padding-top: 5px;
	padding-bottom: 5px;

}
#mainBody ul li a {
	color: red;
	font-weight: bold;
}
#mainBody ul li a:hover {
	color: #ccc;
}
div.newsBlock {
	width: 587px;
	margin: 0 5px 20px 340px;
	background: url(newsblock-bg.gif) top center repeat-y;
}
#mainBody div.newsBlock h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 10px 150px;
}
div.newsBlockTop {
	width: 587px;
	height: 12px;
	padding: 0;
	margin: 0;
	background: url(newsblock-top.gif) top center no-repeat;
}
div.newsBlockBottom {
	width: 587px;
	height: 13px;
	padding: 0;
	margin: 0;
	background: url(newsblock-bottom.gif) bottom center no-repeat;
}
#mainBody div.newsBlock p {
	margin: 0 10px 10px 150px;
}
#mainBody div.newsBlock img {
	margin-left: 35px;
	margin-top: 20px;
	float: left;
}
#mainBody div.newsBlock a {
	color: red;
	font-weight: bold;
}
#mainBody div.newsBlock a:hover {
	color: #ccc;
}
#footer {
	text-align: center;
	font-size: 11px;
	color: black;
	padding: 20px;
	border-top: #666 1px solid;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: red;
}