
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(/images/bodyback.jpg) fixed repeat-x top center;
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(/images/wrapperback.png) repeat-y center top;
	text-align: center;
	font-size: 0.85em;
}


#pagecontainer {
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 100px 0px 100px;
	width: 780px;

}

#topofpage {
	width: 760px;
	margin: 1px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

	#topofpageleft {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
		width: 370px;
	}

	#topofpageright {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		float: right;
		text-align: right;
		width: 390px;
		height: 100px;
	}

#topnav {
	width: 760px;
	margin: 1px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: #474  url(/images/topnavback.jpg) repeat-x top center;
}

	#topnavleft {
		margin: 0px 0px 0px 0px;
		padding: 8px 0px 6px 0px;
		float: left;
		text-align: left;
		width: 560px;
	}

	#topnavright {
		margin: 0px 0px 0px 0px;
		padding: 6px 10px 6px 0px;
		float: right;
		text-align: right;
		width: 190px;
	}

#breadcrumb {
	width: 760px;
	margin: 1px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	background: #ddd;
}

#mainpage {
	width: 760px;
	margin: 1px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: #fff url(/images/mainpageback.jpg) repeat-x top center;
}

	#mainpageleft {
		margin: 0px 0px 10px 0px;
		padding: 0px 10px 0px 0px;
		float: left;
		text-align: left;
		background: transparent;
		width: 170px;
	}

	#mainpageright {
		margin: 15px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		width: 570px;
		float: right;
		text-align: left;
		min-height: 500px;
		height: auto;
	}
		/* for Internet Explorer */
		/*\*/
		* html #mainpageright {
			height: 500px;
		}
		/**/



#footer {
	width: 760px;
	margin: 10px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
	background: #fff;
}

	#footerinner {
		width: 760px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: #efe;
	}

		#footer1 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 5px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer2 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 5px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer3 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 5px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer4 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 5px 0px;
			width: 165px;
			float: left;
			text-align: left;
		}


#belowfooter {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/*****************
 FONTS
 *****************/

#topofpageleft { font-size: 0.8em; color: #000; }
#topofpageright { font-size: 0.8em; color: #000; }
#breadcrumb { font-size: 0.8em; color: #000; }
#mainpageleft { font-size: 0.9em; color: #000; letter-spacing : 0px; }
#mainpageright { font-size: 0.9em; color: #000; line-height: 1.4em; }
#footer { font-size: 0.8em; color: #000; }
#belowfooter { font-size: 0.8em; color: #000; }

/*****************
 LINKS
 *****************/

#topofpage a:link{ color: #000; text-decoration: none; }
#topofpage a:visited{ color: #000; text-decoration: none; }
#topofpage a:hover{ color: #000; text-decoration: underline; }

#breadcrumb a:link{ color: #000; text-decoration: none; }
#breadcrumb a:visited{ color: #000; text-decoration: none; }
#breadcrumb a:hover{ color: #000; text-decoration: underline; }

#mainpageright a:link{ color: #474; text-decoration: underline; }
#mainpageright a:visited{ color: #474; text-decoration: underline; }
#mainpageright a:hover{ color: #474; text-decoration: underline; }

#mainpageright a.prodlink:link{ display: block; height: 34px; color: #474; text-decoration: none; line-height: 18px; padding-left: 4px; padding-right: 4px; }
#mainpageright a.prodlink:visited{ display: block; height: 34px; color: #474; text-decoration: none; line-height: 18px; padding-left: 4px; padding-right: 4px; }
#mainpageright a.prodlink:hover{ display: block; height: 34px; color: #474; text-decoration: underline; line-height: 18px; padding-left: 4px; padding-right: 4px; }

#footer a:link{ color: #474; text-decoration: none; }
#footer a:visited{ color: #474; text-decoration: none; }
#footer a:hover{ color: #474; text-decoration: underline; }

#belowfooter a:link{ color: #333; text-decoration: underline; }
#belowfooter a:visited{ color: #333; text-decoration: underline; }
#belowfooter a:hover{ color: #474; text-decoration: underline; }

/*****************
 TOP OF PAGE NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 550px;
}

#topnav ul li {
	font-size: 0.9em;
	letter-spacing : -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 10px;
	display: inline;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #000;
	text-decoration: none;

}

/* APPLY END OVERRIDES */
#topnav ul li.deliverylink {
	padding: 0px 0px 0px 10px;
	display: inline;
}

/*****************
 NO MARGIN UL
 *****************/

UL.nomargin {
margin: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}


/*****************
 UL SIDE NAV
 *****************/


ul.sidenavlist{
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	letter-spacing : 0px;
	width: 160px;
	text-transform: lowercase;
}


ul.sidenavlist li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	line-height:1.6em;
	border-bottom: 1px dotted #666;
}

ul.sidenavlist a:link, ul.sidenavlist a:visited{
	color: #333;
	text-decoration: none;
}

ul.sidenavlist a:hover{
	color: #474;
	text-decoration: underline;
}

ul.sidenavlist li.active a:link, ul.sidenavlist li.active a:visited{
	color: #474;
	font-weight: bold;
}


/* APPLY HERE OVERRIDES */
ul.sidenavlist  li.here {
 	font-weight: bold;
}

/* APPLY HEADER OVERRIDES */
ul.sidenavlist  li.sidenavheader {
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #666;
 	font-size: 0.9em;
 	font-weight: bold;
 	text-transform: uppercase;
 	letter-spacing : -1px;
	width: 160px;
	color: #474;
}

/**********************
 CUSTOMER SERVICE NAV
 **********************/


ul.custserv{
	margin: 10px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	letter-spacing : 0px;
	text-transform: lowercase;
}

ul.custserv li{
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	line-height:1.4em;
}

ul.custserv a:link, ul.custserv a:visited{
	color: #333;
	text-decoration: none;
}

ul.custserv a:hover{
	color: #474;
	text-decoration: underline;
}




/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.4em; display:block; color: #030; font-weight: normal; margin: 0px 0px 0px 0px;}
h2 { font-size: 1.2em; color: #333; display: block;  margin: 10px 0px 0px 0px; padding: 5px 0px 0px 0px;}
h2.feature { font-size: 1.2em; color: #333; display: block;  margin: 10px 0px 0px 0px; padding: 5px 0px 0px 0px;}
h2.space { font-size: 1.2em; color: #333; display: block;  margin: 10px 0px 0px 0px; padding: 5px 0px 10px 0px;}
h3 { font-size: 1.1em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}

/*****************
 FORMS
 *****************/

form.inline { display:inline; }

input.searchinput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 150px;
	color: #000;
}

input.searchsubmit {
	border: 1px solid #666;
	background-color: #030;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	width: 30px;
}


input.newsletterinput {
	border: 1px solid #333;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 140px;
	color: #000000;
}

input.newslettersubmit {
	border: 1px solid #666;
	background-color: #030;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	width: 60px;
}

input.addtocart {
	border: 1px solid #666;
	background-color: #b37;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
}


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/*****************
 PARAGRAPHS
 *****************/

p { margin: 5px 0px 5px 0px; }
p.space { margin: 10px 0px 10px 0px; }
p.nomarg { margin: 0px; }

/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}


 /*****************
  BLOCK  ITEMS
 *****************/

 div.blockitem {
  	width: 135px;
 	margin: 10px 7px 10px 0px;
 	padding: 0px 0px 2px 0px;
  	float: left;
  	background: #efe;
  	border: 1px dashed #474;
  	text-align: left;
  	position: relative;
  	min-height: 205px;
  }
	/* for Internet Explorer */
	/*\*/
	* html div.blockitem {
		height: 205px;
	}
	/**/


 div.blockitemend { margin: 10px 0px 10px 0px; padding: 0px 0px 2px 0px; }

 div.blockitem img { width: 135px; height: 135px; border: 0px; }

 div.blockitem p { font-size: 0.9em; line-height: 1.1em; margin: 5px 0px 0px 0px; padding: 0px 4px 2px 4px; }


span.specialoffer {
	position: absolute;
	background: url(/images/specialoffer.png) no-repeat right top;
	width: 50px; height: 50px;
	right: -10px; top: -10px;

	* background: none;
	* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/specialoffer.png', sizingMethod='scale');

}

 /*****************
   FEATURE  ITEMS
  *****************/

  div.featureitem {
   	width: 258px;
  	margin: 10px 10px 10px 0px;
  	padding: 10px;
   	float: left;
   	border: 1px solid #cdc;
   	background: #fff;
   	text-align: left;
   	display: block;
   }


 div.featureitemend { margin: 10px 0px 10px 0px; }

 /***************
  LINKS PAGE
  ***************/
 .websiteLink {
 	margin: 10px 0px 0px 0px;
}

