/*****************
 GLOBAL
*****************/

* {margin:0; padding:0;}

p {margin: 0.5em 0 1.0em 0;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 {margin:0.5em 0 0.2em 0;}

body {
	margin:0;
	padding:0;
	color: #000;
	background: #fff url(images/bodyback.gif) repeat-x fixed left top;
}

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/**********************
 LAYOUT
***********************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(/images/bodyback.gif) top left;
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 1040px;
	margin: 0 auto;
	font-size: 0.9em;
	background: url(/images/wrapperback.png) repeat-y center top;
}

#pagecontainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 130px 0px 130px;
	width: 780px;

}

#topofpage {
	width: 760px;
	margin: 1px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

	#topofpageleft {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 0px;
		float: left;
		text-align: left;
		width: 400px;
	}

	#topofpageright {
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		float: right;
		text-align: right;
		width: 360px;
	}

#topnav {
	width: 760px;
	margin: 1px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: #d59;
}

	#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: 5px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

	#mainpageleft {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 10px;
		float: left;
		text-align: left;
		background: transparent;
		width: 160px;
	}

	#mainpageright {
		margin: 15px 0px 0px 0px;
		padding: 0px 10px 0px 10px;
		width: 570px;
		float: right;
		text-align: left;
		min-height: 500px;
		height: auto;
		}
		/* for Internet Explorer */
		/*\*/
		* html #mainpageright {
		height: 500px;
		}
		/**/



			#contactleft {
				margin: 15px 10px 0px 0px;
				padding: 0px;
				width: 260px;
				float: left;
				height: auto;
				}

			#contactright {
				margin: 15px 10px 0px 0px;
				padding: 0px;
				width: 280px;
				float: right;
				height: auto;
				}



#footer {
	width: 760px;
	margin: 10px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
	background: #fff url(/images/footerbottom.gif) no-repeat bottom center;
}

	#footerinner {
		width: 760px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: url(/images/footertop.gif) no-repeat top center;
	}

		#footer1 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer2 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer3 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 10px;
			width: 175px;
			float: left;
			text-align: left;
		}

		#footer4 {
			margin: 0px 0px 0px 0px;
			padding: 5px 10px 0px 0px;
			width: 165px;
			float: left;
			text-align: left;
		}


#belowfooter {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}


/*****************
 FONTS
*****************/

#topofpageleft { font-size: 0.8em; color: #000; letter-spacing: -1px; }
#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: #c48; text-decoration: underline; }
#mainpageright a:visited{ color: #c48; text-decoration: underline; }
#mainpageright a:hover{ color: #b37; text-decoration: underline; }

#mainpageright a.prodlink:link{ display: block; color: #c48; text-decoration: none; line-height: 18px; padding-left: 4px; padding-right: 4px; }
#mainpageright a.prodlink:visited{ display: block; color: #c48; text-decoration: none; line-height: 18px; padding-left: 4px; padding-right: 4px; }
#mainpageright a.prodlink:hover{ display: block; color: #c48; text-decoration: underline; line-height: 18px; padding-left: 4px; padding-right: 4px; }

#footer a:link{ color: #c48; text-decoration: none; }
#footer a:visited{ color: #c48; text-decoration: none; }
#footer a:hover{ color: #c48; text-decoration: underline; }

#belowfooter a:link{ color: #333; text-decoration: underline; }
#belowfooter a:visited{ color: #333; text-decoration: underline; }
#belowfooter a:hover{ color: #c48; text-decoration: underline; }

/*****************
 TOP OF PAGE NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
	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: 140px;
	background: #fff;
	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: #c48;
	text-decoration: underline;
}

ul.sidenavlist li.active a:link, ul.sidenavlist li.active a:visited{
	color: #c48;
	font-weight: bold;
}

	ul.sidenavlist li.subnav a:link, ul.sidenavlist li.subnav  a:visited{
		color: #000;
		text-decoration: none;
		font-size: 0.9em;
		padding-left: 12px;
		letter-spacing: -1px;
		background: url(/images/subnav.gif) no-repeat 0px 1px;
	}

	ul.sidenavlist li.subnav  a:hover{
		color: #c48;
		text-decoration: underline;
	}

	ul.sidenavlist li.subactive a:link, ul.sidenavlist li.subactive a:visited{
		color: #c48;
		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: 140px;
	color: #c48;
}


/*****************
 HEADINGS
*****************/

h1 { font-size: 1.4em; display:block; color: #000; 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;
}

select.searchselect {
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 0.9em;
	width: 110px;
	color: #000;
}

input.searchsubmit {
	border: 1px solid #666;
	background-color: #b37;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	width: 30px;
}

input.searchsubmit2 {
	border: 1px solid #666;
	background-color: #b37;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	width: 20px;
}

input.newsletterinput {
	border: 1px solid #333;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 90px;
	color: #000000;
}

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.blockitemrow {
	width: 570px;
	margin: 0;
	padding: 5px 0;
}

div.blockitem {
	width: 137px;
	margin: 10px 7px 10px 0px;
	padding: 0px 0px 2px 0px;
	float: left;
	background: #fff;
	text-align: left;
}


div.blockitemend { margin: 10px 0px 10px 0px; padding: 0px 0px 2px 0px; float: left; }

div.blockitem img { width: 135px; height: 135px; border: 1px solid #d59; }

div.blockitem img a:link { border: none; }

div.blockitem p { font-size: 0.9em; line-height: 1.1em; margin: 5px 0px 0px 0px; padding: 0px 4px 2px 4px; }

/**********************************
 SPECIAL BLOCK ITEMS
**********************************/

 div.specialblockitem {
  	width: 150px;
 	margin: 10px 40px 10px 0px;
 	padding: 0px 0px 2px 0px;
  	float: left;
  	background: #fff;
  	text-align: left;
  }


 div.specialblockitemend { margin: 10px 0px 10px 0px; padding: 0px 0px 2px 0px; }

 div.specialblockitem img { width: 135px; height: 135px; border: 1px solid #ccc; }
 
 div.specialblockitem img a:link { border: none; }

 div.specialblockitem p { font-size: 0.9em; line-height: 1.1em; margin: 5px 0px 0px 0px; padding: 0px 4px 2px 4px; }


/*****************
 FEATURE  ITEMS
*****************/

  div.featureitem {
   	width: 260px;
  	margin: 10px 10px 10px 0px;
  	padding: 10px;
   	float: left;
   	background: #fef;
   	text-align: left;
   }


 div.featureitemend { margin: 10px 0px 10px 0px; }

/*****************
 PINK SPEECH BUBBLE
*****************/

div.pinkbubble {
	width: 125px;
	margin: 15px 0px 5px 0px;
	padding: 5px 5px 40px 10px;
	float: left;
	background: #fce url(/images/bubblebtm.gif) repeat-x bottom right;
	text-align: left;
	font-size: 0.9em;
}

div.pbnames {
	width: 105px;
	margin-top: 7px;
	line-height: 1.2em;
	font-weight: bold;
}

/*****************
 NEWSLETTER
*****************/

 div.lhsnewsletter {
   	width: 130px;
  	margin: 0px 0px 10px 0px;
  	padding: 5px;
   	float: left;
   	text-align: left;
   	font-size: 0.9em;
   	background: #fce;
  }

/*****************
 PINK BAR
*****************/

div.pinkbar {
  	width: 560px;
 	margin: 15px 0px 5px 0px;
 	padding: 5px 5px 10px 5px;
  	float: left;
  	background: #fce;
  	text-align: center;
  }

/***********************
 CUSTOMER SERVICE UL
***********************/
ul.custnav {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 20px;
	list-style: square;
	line-height: 22px;
	color: #BBB;
}

	ul.custnav li {
		margin: 0px 0px 0px 0px;
	}


	ul.custnav li ul {
		margin: 0px 0px 0px 15px;
		list-style: square;
		font-size: 0.9em;
	}

	ul.custnav a:link, ul.custnav a:visited { color: #000; }
	ul.custnav a:hover { color: #D5449E; }


/***************
 LINKS PAGE
***************/
	.websiteLink {
		margin: 10px 0px 0px 0px;
}


/**** GALLERY STUFF ****/

#GalleryImg {
	margin-top: 0px;
}

div.imgCaption {
	width: 550px;
	background: #ddd;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
	color: #000;
	margin-top: 1px;
}

	div.imgCaption p {
		margin: 0px;
	}

#mainpageright a.gallerybut:link, #mainpageright a.gallerybut:visited {
	float: left;
	width: 38px;
	height: 28px;
	background: #D59;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

#mainpageright a.gallerybut:hover {
	background: #B37;
}

#downloadnote {
	border:1px solid #dd5599;
	padding:5px;
	margin:0px 0px 10px 0px;
	color:#dd5599;
	font-size:0.9em;
	font-weight:bold;
}