
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: JWD print stylesheet
author: tom sears
created: 03/03/2009
modified: 03/03/2009
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style style */
	
@import url(products.css);	

* {
	margin: 0;
	border: 0;
	padding: 0;
}


/* -----------------------------------------------------------------------------
   main layout style */

#wrapper {
	width: 800px;
	margin: 0 auto;
} 

#mainphoto, ul#nav, ul.backbutton, ul#sidenav, ul#smallnav, #sidebar, ul#breadcrumbs {
	display: none;
}

#main ul li {
	float: left;
	padding: 5px;
	width:133px;
}

#main ul.normal{
	padding-left: 20px;
}

#main ul.normal li {
	width: 100%;
	list-style: circle;
}

#main ul {
	clear: both;
	padding-bottom: 10px;
}

#main img {
	float: right;
}

p, dd {
	padding-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #000;
}

h5 a {
	color: #CB0D0D;
	text-decoration: none;
	font-size: 130%;
}

a {
	text-decoration: none;
	color: #818181;
}

/* -----------------------------------------------------------------------------
 banner style */
 
#banner {
	border-bottom:2px solid #F2BFBF;
	clear:both;
	padding-bottom: 20px;
	margin-bottom: 10px;
	color: #CC0000;
}

#banner a {
	color: #CC0000;
	text-decoration: none;
}

/* -----------------------------------------------------------------------------
footer style */

#footer {
	border-top:2px solid #F2BFBF;
	clear:both;
	color:#818181;
	text-align: right;
	font-size:90%;
	padding-top:10px;
	width: 100%;
	margin-top: 25px;
}
