﻿html { overflow-y:scroll; } /* ff scroll jump fix */ 
a {outline:none;} /* ff outline fix */ 

body 
{
	margin:0px Auto; 
	width:1000px;
	background-color:#cccccc;
	padding:0; 
	color:#505153; /* Dark grey */
	font:normal normal normal 12px Tahoma, Verdana, Arial;
	line-height:16px;
}

p
{
	font: normal normal normal 12px Tahoma, Verdana, Arial;
	color: #505153; /* Dark grey */
	margin: 2px;
	line-height: 16px;
}

a:visited, a:link
{
	text-decoration: none;
	color:#4d75ab; /* Blue */
}

a:hover
{
	/* text-decoration: underline; */
	color:#993399;
}

h1 
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:33px;
	color: #b27db5; /* Lilac */
	margin-top:0px;
	margin-bottom:4px;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:35px;
}

h2
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:16px;
	color:#505153; /* Dark grey */
}
h2 #stepnum
{
	font-size:22px;
}

h3 
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:17px;
	color: #486b48; /* Dark green */
	margin-top:0px;
}

h5
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:12px;
	color: #b27db5; /* Lilac */
	margin:0px;
	padding:0px;
}

.productfeatureslist
{
	padding-left:16px;
	margin:0px;
	font-size:10px;
	line-height:11px;
	list-style-image: url('/app_images/bullet.gif');
}

.news
{
	background-color:#ddeed6; /* Light Green */
	text-align:left;
}

.newslinkitem
{
	padding-left:6px;
}
.newslinkaltitem a:visited, .newslinkaltitem a:link
{
	color:#505153;
	padding-left:6px;
}
.newslinkaltitem a:hover
{
	color:#993399;
	padding-left:6px;
}

#footerlinks a
{
	text-decoration: none;
	color:#505153; /* Dark grey */
	font-size:10px;
}
#footerlinks a:hover
{
	color:#993399;
}

.imagecaption
{
	color: #486b48; /* Dark green */
	font-style:italic;
}

.imagefloatright
{
	float:right;
	padding-left:8px;
}


/* BEGIN - SCROLLING QUOTES */
.quotesoutter
{
	width:286px;
	background-color:#ddeed6; /* Light Green */
}

.quotesinner
{
	background-color:#ffffff;
	padding:12px;
}

.quotetext
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:18px;
	color:#7eb366; /* Logo green */
	line-height:20px;
}

.quotetextlilac
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:18px;
	color:#b27db5; /* lilac */
	line-height:20px;
}

.quoteauthorlilac
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:15px;
	color:#8A3189; /* Dark lilac */
}


.quoteauthor
{
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:15px;
	color:#486b48; /* Dark green */
}

div.scrollable 
{ 
    position:relative; 
    overflow:hidden; 
    width:286px; 
    height:185px; 
} 
 
div.scrollable div.items 
{ 
    width:20000em;
	position:absolute;
} 
 
div.scrollable div.items div { 
	float:left;
	width:286px; 
} 
 
/* END - SCROLLING QUOTES */



.highlight
{
	color: #993399;
}

.validationsummary, .highlight
{
    color: #4d75ab;
    font-weight: bold;
}

.validationsummary ul
{
    padding: 0px 4px 0px 16px;
}

/* TOP NAV BUTTON MENU */
#topNav td a {height:25px; display:block; padding:0px;text-indent:-3000px; }

#topNav td#home a {background:url('/app_images/btn-nav-home.png') bottom left no-repeat; width:108px;} 
#topNav td#growyourown a {background:url('/app_images/btn-nav-growyourown.png') bottom left no-repeat; width:108px;} 
#topNav td#ask a {background:url('/app_images/btn-nav-ask.png') bottom left no-repeat; width:108px;} 
#topNav td#books a {background:url('/app_images/btn-nav-books.png') bottom left no-repeat; width:108px;} 
#topNav td#blog a {background:url('/app_images/btn-nav-blog.png') bottom left no-repeat; width:108px;} 
#topNav td#about a {background:url('/app_images/btn-nav-about.png') bottom left no-repeat; width:108px;} 
#topNav td#contact a {background:url('/app_images/btn-nav-contact.png') bottom left no-repeat; width:108px;} 
#topNav td#login a {background:url('/app_images/btn-nav-login.png') bottom left no-repeat; width:108px;} 

#topNav td#home a:hover,
#topNav td#growyourown a:hover,
#topNav td#ask a:hover,
#topNav td#books a:hover,
#topNav td#blog a:hover,
#topNav td#about a:hover,
#topNav td#contact a:hover,
#topNav td#login a:hover {background-position:0 0px;}

#topNav td#home .active,
#topNav td#growyourown .active,
#topNav td#ask .active,
#topNav td#books .active,
#topNav td#blog .active,
#topNav td#about .active,
#topNav td#contact .active,
#topNav td#login .active {background-position:0 0px;}
/* END - TOP NAV BUTTON MENU */


.draggable  
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.droppable 
{
	width: 700px;
	height: 61px;
}

.dropZoneInfoEmpty
{
	background-image: url('/app_images/bg-basket.jpg'); 
	background-repeat:no-repeat; 
	background-position: center;
}
.dropZoneInfoHalf
{
	background-image: url(''); 
}
.dropZoneInfoFull
{
	background-image: url(''); 
	background-color: #ddeed6;
}

.bgrtFull
{
	background-image: url('/app_images/basket-rt-full.jpg'); 
	height:67px; 
	width:10px;	
}

.bgrtEmpty
{
	background-image: url('/app_images/basket-rt.jpg'); 
	height:67px; 
	width:10px;
}

.bgrtHover
{
	background-image: url('/app_images/basket-rt-hover.jpg'); 
	height:67px; 
	width:10px;
}


.drophover { background: #c1c1c1; }

