/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;

}
img {
	border-style: none;
	display: block;
}	
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #666 url(images/css/bg-fade.jpg) repeat-x top;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #666666;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	vertical-align: text-top;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	text-indent: 0px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	line-height: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: normal;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #666666;
	text-decoration: none;
	
}
/* Sets the style for visited links. */
a:visited {
	color: #666666;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
	font-size: smaller;
	font-weight: bold;
}
/*----- Header ----- */
#headerWrapper {
	background: url(images/css/header-fill.jpg) repeat-x top;
	padding: 0px 0px 0px 0px;
}
#header {
	height: 117px;
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#logo {
	float: left;
}
#tagline {
	padding-right: 8px;
	padding-top: 8px;
	height: 20px;
	float: right;
}
/* ----- Top nav bar ----- */
#nav {
	float: right;
	clear: right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 89px;
	text-align: center;
	color: #999999;
}
#nav ul li a:hover {
	background: url(images/css/nav-hover.jpg) repeat-x top;
	text-decoration: none;
	color: #99CC00;
}
#nav ul li#active {
	background: url(images/css/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
/* ----- Home Page Feature ----- */
#featureWrapper {
	background-image: url(images/css/feature-wrap-fade1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
#featureWrapper #feature {
	height: 240px;
	width: 920px;
	background-image: url(images/css/feature-fade1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px auto;
}
#feature .feature-title {
	padding-left: 5px;
	padding-top: 1px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.feature-text {
	width: 285px;
	padding-top: 25px;
	padding-left: 10px;
	margin-top: 0px;
	line-height: 30px;
	float: left;
}
.feature-frame {
	padding-top: 25px;
	
}
#feature ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}	
#feature li {
	padding-left: 0px;
	padding-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #EFFFBF;
	line-height: 28px;
	list-style-type: none;		
}
#feature ul li a {
	color: #EFFFBF;
	text-decoration: none;
}
#feature ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#feature a:active {
	color: #99CC00;
	font-size: smaller;
}
#feature ul li a:visited {
	color: #EFFFBF;
	text-decoration: none;
}
#outerWrapper {
	width: 920px;
	margin: 0 auto 15px;
	text-align: left;
	background: #FFFFFF;
}
/* ----- Left Column ----- */
#outerWrapper #contentWrapper #leftColumn1 {
	width: 195px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 16px;
	float: left;
}
#leftColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;
}
#leftColumn1 ul li {
	list-style: none;
	display: inline;
}
#leftColumn1 ul li a {
	background-image: url(images/css/cat-divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 5px 4px 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
}
#leftColumn1 ul li a:hover {
	text-decoration: none;
	color: #99CC00;
}
/* ----- Sidebar Box ----- */
.sidebarlt {
	background: #F5FFD7;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #99CC00;
}
.sidebardk {
	background: #666666;
	padding: 10px;
	margin-bottom: 15px;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}
.sidebarbox {
	background: url(images/css/sidebox-fill.gif) repeat-y left;
	margin-top: 10px;
}
.sidebarbox p {
}
.sidebarboxtop {
	background: url(images/css/sidebox-top.gif) no-repeat left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;	
}
.sidebarboxbottom {
	background: url(images/css/sidebox-bottom.gif) no-repeat left bottom;
	height: 5px;
}
.boxtophead {
	padding-bottom: 10px;
}
.boxheading {
	padding-bottom: 3px;
}
.cart {
	height: 32px;
	width: 40px;
	padding-left: 5px;
	padding-top: 2px;
	float: left;
}
.mycart {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 25px;
	width: 120px;
	font-size: 1em;
	margin-left: 50px;
	padding-top: 10px;
}
#advancedsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #99CC00;
	width: 115px;
	padding-top: 6px;
	padding-left: 12px;
}
#go {
	height: 25px;
	width: 45px;
	float: right;
	padding-top: 5px;
}
.heading {
	height: 40px;
	width: 625px;
	padding-top: 20px;
	padding-left: 20px;	
}
.subheading {
	height: 30px;
	width: 625px;
	padding-left: 20px;
	margin-bottom: 10px;	
}
/* ----- Content ----- */
#outerWrapper #contentWrapper {
	background: url(images/css/content-fade.jpg) repeat-x top;
}
#outerWrapper #contentWrapper #content {
	margin-left: 220px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#outerWrapper #contentWrapper #content p {
	margin-bottom: 10px;
	font-size: small;
}
#outerWrapper #contentWrapper #content1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
#outerWrapper #contentWrapper #content1 p {
	margin-bottom: 10px;
	font-size: small;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
/* ----- Product Category Pages ----- */
#categories {
	height: 800px;
	padding-left: 20px;
}
.category1 {
	height: auto;
	width: 165px;
	padding-top: 30px;
	float: left;
}
.category1Photo {
	width: auto;
	height: 150px;
}
.w100 {
	padding-left: 20px;	
}	
.category1Title {
	height: 20px;
	width: 155px;
	padding-left: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: normal;
}
/* ----- Bottom Bar ----- */
#outerWrapper #bottomBarWrapper {
	padding-top: 20px;
	padding-bottom: 5px;
}
#outerWrapper #bottomBarWrapper #bottomBar {
	height: 55px;
	width: 780px;
	margin-bottom: 10px;
	margin-left: 65px;
}
#outerWrapper #bottomBarWrapper #bottomBar p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 16px;
}	
.bottomLinkGroup {
	width: 115px;
	padding-left: 40px;
	border-left-width: .5px;
	border-left-style: solid;
	border-left-color: #99CC00;
	float: left;
}
.noBorder{
	border-left-style: none;
}
/* ----- Footer ----- */
#footer {
	background: #666666 url(images/css/footer.jpg) no-repeat left top;
	height: 30px;
	padding-top: 18px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	color: #000;
	clear: both;
}
.footerText {
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #EFFFBF;
	line-height: 18px;
}
#end {
	height: 80px;
	width: 920px;
	background: #666666;
	margin: 0 auto 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#end a {
	color: #999999;
}
#end p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 12px;
	color: #FFF;
}
#address 	{
	height: 80px;
	width: 300px;
	float: right;
	margin-right: 20px;
}
#address p  {
	text-align:right;
}
#copyright	{
	height: 50px;
	width: 300px;
	margin-left: 20px;
	padding-top: 30px;
}
#copyright p {
	text-align:left;
}

