html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ol,ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

body { font-size: 100%; line-height: 1.25em;}
html>body { font-size: 16px; }
p { margin: 1.25em 0; }
h1 { font-size: 2em; margin: 0.625em 0; }
h2 { font-size: 1.75em; margin: 0.75em 0; }
h3 { font-size: 1.5em; margin: 0.875em 0; }
h4 { font-size: 1.25em; margin: 1.05em 0; }
h5 { margin: 1.25em 0; }
h6 { font-size: 0.857em; margin: 1.75em 0; }

body { font-family: arial, helvetica, sans-serif; }

.head, .foot, .body
{
	clear: both;
}

#page
{
	width: 960px;
	margin: 0 auto;
}

.column
{
	float: right;
}

#content
{
	width: 700px;
	margin: 0 20px 0 10px;
}
#navigation
{
	width: 200px;
	margin: 0 10px 0 20px;
}

/* product listing */
.product_listing, .product_listing div
{
	clear: left;
}
.product_listing img
{
	float: right;
	margin: 0 5px 0 20px;
}
.product_listing h4 a
{
	color: #444;
}
.product_listing a
{
	color: #c73f49;
}

/* product details */
.product_details img
{
	float: right;
	border: 1px solid #444;
	clear: right;
	margin: 0 10px 10px 10px;
}
.product_details p
{
	text-align: justify;
}




#navigation a
{
	text-decoration: none;
	color: #c73f49;
	font-weight: bold;
}
#navigation a:hover
{
	text-decoration: underline;
}


/* prodct purchase */
div.product_purchase
{
	line-height: 1.5em;
	margin: 0.5em 0 1.5em 0;
	width: 350px;
}

/* menu */
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/



/* standard content block backgrounds */

.content_block .content_container,
.content_block .top,
.content_block .bottom,
.content_block .bottom div
{
	background:transparent url(/images/content_block.png) no-repeat top right;
	_background-image:url(/images/content_block.gif);
}

/* navigation content block backgrounds */

.navigation_block .content_container,
.navigation_block .top,
.navigation_block .bottom,
.navigation_block .bottom div
{
	background:transparent url(/images/navigation_block.png) no-repeat top right;
	_background-image:url(/images/navigation_block.gif);
}

/* product content block backgrounds */

.product_block .content_container,
.product_block .top,
.product_block .bottom,
.product_block .bottom div
{
	background:transparent url(/images/product_block.png) no-repeat top right;
	_background-image:url(/images/product_block.gif);
}

/* standard content block setup */

.content_block
{
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#444;
	z-index:1;
	margin-bottom:0.5em; /* spacing under dialog */
}

.content_block .content_container
{
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}

.content_block .top
{
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.content_block .bottom
{
	position: relative;
	width: 100%;
}


.content_block .bottom, .content_block .bottom div
{
	font-size:1px;
}

.content_block .bottom
{
	background-position: bottom right;
}

.content_block .bottom div
{
	position: relative;
	background-position: bottom left;
}

.content_block .head, .content_block .body, .content_block .foot
{
	position: relative;
}

.content_block .content_wrapper
{
	position: static;
	max-height: 1000px;
	overflow: auto;
}

/*.content_block h1, .content_block p
{
	margin: 0px;
}*/






/* navigation column content blocks */

.content_block
{
	margin-left:12px; /* default, width of left corner */
}

.content_block .content_container
{
	padding-right: 12px;
}

.content_block .bottom div
{
	margin-left:-25px;
	width:	25px;
	/* bottom corner width */
}

.content_block .bottom, .content_block .bottom div
{
	height:30px;
	/* height of bottom cap/shade */
}

.content_block .top
{
	width:25px; /* top slice width */
	margin-left:-25px;
}

/* product list content blocks */




/* link list */
ul#link_list
{
	text-align: center;
}


/* gallery */
ul.gallery
{
	width: 630px;
	margin: 0 auto;
}
ul.gallery li
{
	display: block;
	width: 210px;
	height: 250px;
	float: left;
	text-align: center;
	line-height: 200px;
	vertical-align: center;
}
ul.gallery img
{
	padding: 2px;
	border: 1px solid #444;
	margin: 2px auto 2px auto;
	display: block;
}

td
{
	padding: 0.25em;
}