
body {
	background: #ffffff;
}


/* This makes resized images look good in IE */
img { -ms-interpolation-mode:bicubic; }



#wrapper {
	width: 739px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#header {
	width: 739px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background: url('/images/top.gif') no-repeat bottom;
	clear: both;
}

#footer {
	width: 719px;
	padding-top: 12px;
	padding-right: 20px;
	/* padding same as height of graphic + margin for text */
	height: 20px;
	text-align: right;
	margin: 0px;
	clear: both;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	background: url('/images/bottom.gif') no-repeat top;
}

/* total area in middle = 739px */

#middle {
	text-align: left;
	width: 739px;
	padding-left: 63px;
	padding-right: 20px;
	background: url('/images/middle.gif') repeat-y left;

	overflow: hidden;
}

#navbar {
	float: left;
	width: 153px;
	height: 100%;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	/*border: 1px solid #006699;*/
	/*border-width: 0px 1px;*/
	padding-top: 10px;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 486px;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	padding-top: 10px;
	/*border: 1px solid #006699;*/
	/*border-width: 0px 1px;*/
	margin-left: 8px;
	padding: 0px 4px 6px 8px;

}

#content h1,h2,h3{
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 18pt;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

/* the proper title of the product displays nice and large */
#propt {
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 18pt;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

/* misspelling displays humble and small ;-) */
#impropt {
	font-family: georgia, serif;
	font-variant: small-caps;
	font-size: 12pt;
	color: #CFCFCF;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}



#navbar a {
	display: block;
	width: 146px;
	text-decoration: none;
	color: #000000;
	border: 1px dotted #006699;
	border-width: 0px 0px 1px 0px;
	padding: 3px 0px 2px 5px;
	margin: 0px 1px;
}

#navbar a:hover {
	background: #FFB2A5;
}

#navbar a:visited {
	color: #000000;
}


/* related to category listing pages */

#prodlist_table td{
	padding-bottom: 10px;
	padding-top: 5px;
	border: 1px solid gray;
	text-align: justify;
}

#prodlist_table img{
    	max-width: 150px;
}


.relprod a img{
    	max-width: 150px;
	float: left;
}

.relprod p{
	padding-bottom: 10px;
	padding-top: 5px;
	border: 1px solid gray;
	text-align: justify;
	height: 8ex;
	clear: both;
}


a.caption{
	display: block;
	margin-top: 7px;
	text-align: left;
	font-family: verdana, sans-serif;
	text-decoration: none;
	padding: 2px 2px;
	color: #727272;
}

a.caption:hover{
	text-decoration: underline;
}

.subdescription{
	font-size: small;
}


/* related to product viewing page */
/* content is 486px wide */


#product_picture img{
	float: left;
	text-align: right;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
}

#product_buybox {
	float: left;
	width: 176px;
	padding-right: 10px;
	text-align: left;
}

#product_description {
	clear: both;
	width: 466px;
	padding: 12px 10px 12px 10px;
	text-align: justify;
}

#pricetag {
	font-family: georgia, serif;
	font-size: 13pt;
	color: #3fac09;
}

/* the related keywords that appear at the bottom of pages */
#product_keywords{
	color: #969696;
	width: 466px;
	padding: 12px 10px 40px 10px;
}

#product_keywords a{
	color: #969696;
	font-size: 8pt;
	text-decoration: none;
}

#related_products {
	color: #969696;
}

