*
{
	padding: 0;
	margin: 0;
	
}
a img
{
	border: none;
}

ul
{
	margin: 0 0 0 15px;
}

li
{
}
body
{
	background: #D3DDDF url(/common/images/body-bg.gif) left top repeat-x;
	font-family: arial;

}

.wrapper
{
	width: 950px;
	margin: 5px auto 10px auto;
	background: #FFFFFF url(/common/images/wrapper-tr.gif) right top no-repeat;
}


.header
{
	background: transparent url(/common/images/header-strap.gif) left center repeat-x;

}

.logo
{
	float: left;
	width: 20%;
	margin: 20px 0 20px 0;
}

.logo img
{
	margin: 0 20px 0 20px;
}
.strap
{
	float: left;
	width: 33%;
	margin: 60px 0 0 0;
}

span.site
{
	display: block;
	color: #FFFFFF;
	font-size: 2.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

span.subtitle
{
	display: block;
	color: #FFFFFF; 
	font-size: 1.5em;
}

span.subtitle2
{
	display: block;
	color: #666666; 
	font-size: 0.8em;
}

h1
{
	font-size: 1.5em;
	border-bottom: 1px dashed #7c6150;
	margin: 0 0 5px 0;
}

h2
{
	padding: 10px 0 0 0;
	color: #727f8f; 
	font-size: 1.3em;
	
}

h3
{
	padding: 8px 0 0 0;
	color: #262D36;	
	font-size: 1.0em;
}

.main
{
	clear: both;
	padding: 0 20px 0 20px;
	
}

.nav
{
	float: left;
	width: 214px;
	background-color: #D3DDDF;
	margin: 0 0 10px 0px;
	border: 2px dashed #98A6A8;
}


.nav ul
{
	list-style-type:none;
	margin: 10px 0 10px 15px;
}

ul li
{
	padding: 5px 0 0px 0;
}

ul li a
{
	color: #262D36;
	text-decoration: none;
}

ul li a:hover
{
	color: #687376;
	border-bottom: 1px dashed #687376;

}

ul li.currentpage
{
	font-weight: bold;
}

ul li.menuactive
{
	font-weight: bold;
}

ul li.menuactive ul
{
	font-weight: normal;
}

.nav ul li ul
{
	list-style-type:none;
	margin: 3px 0 3px 10px;
}

.content
{
	margin: 0 0 10px 0;
	float: right;
	width: 74%;
	background-color: transparent;
}

p
{
	margin: 0 0 10px;
}

/*
	Products Table
*/

.productsTable
{
	margin: 10px 0 0 0;
}

.product
{
	clear: both;
	margin: 0 0 10px 0;
	border: 1px solid #687376;
}
.productsTable .image
{
	margin: 0px 5px 5px 5px;
	float: left;
	width: 40%;
}

.productsTable .image img
{
	width: 250px;
}


.productsTable .details
{
	float: right;
	width: 58%;
}

.productsTable .details h4
{
	background-color: #687376;
	color: #ffffff;
	padding: 3px 3px 3px 3px;
}

.productsTable .details table
{
	width: 100%;
}

.productsTable .details table td
{
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	border-left: 1px solid #687376;
	border-bottom: 1px solid #687376;
}

.productsTable .details table td.heading
{
	font-weight: bold;
	width: 30%;	
}

/* category page */

.category_items
{
	clear: both;
}

.category_item
{
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #687376;
	background-color: #EFEFEF;
	text-align: center;
}

.category_item img
{
	height: 120px;	
	margin: 2px px 2px 2px;
}

.category_title
{
	margin: 0 0 2px 0;
	padding: 0 2px 2px 2px;
	text-align: center;
}

.category_title a
{
	text-decoration: none;
	font-size: 0.9em;
}

.category_title a:hover
{
	text-decoration: underline;
}

.catnav
{
	clear: both;
	padding: 3px 0 3px 0;
	font-size: 0.8em;
}

/* item page */

.viewcartlink
{
	display: inline;
	float: right;
	width: 10%;
}

.item_title
{
	background-color: #687376;
	color: #ffffff;
	padding: 3px 3px 3px 3px;
}

.catalog_item .item_images
{
	text-align: center;
}

.catalog_item .item_images p
{
	font-size: 0.8em;
}

.catalog_item .item_images a img
{
	border: none;
}

.catalog_item .item_thumbnails
{
	margin: 2px 0 5px 0;
}

.catalog_item .details
{
	clear: both;
}

.catalog_item .buttons
{
	clear: both;
	text-align: right;
	font-size: 0.8em;
}

.catalog_item .description
{
	float: left;
	width: 40%;
}

.catalog_item .attributes
{
	float: right;
	width: 58%;
}

.catalog_item table tr.pack
{
	background-color: #cfd9dc;
}

.catalog_item table tr.pattern
{
	background-color: #dbe7ea;
}

.catalog_item table td
{
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}

.catalog_item table td.heading
{
	font-weight: bold;
	width: 30%;	
}

.catalog_item table td.price
{
	font-weight: bold;
	text-align: right;
}



/* Gallery Table */

.galleryTable
{
	border: 1px solid #FFFFFF;
	background-color: #f2f9fb;
}

.galleryTable tr
{
}


.galleryTable td
{
	border: 0;
	border-bottom: 5px solid #ffffff;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.galleryTable td img
{
	margin: 3px 3px 3px 3px;
}

.NewsContainer
{
	width: 50%;
}

.NewsSummary
{
	font-size: 80%;
	background-color: #e6f1f3;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

.NewsSummaryLink
{	
}

.NewsSummaryLink a
{
	font-size: 120%;
	padding: 0 0 0 0px;
	text-decoration: none;	
	color: #333333;
	font-weight: bold;
}

.NewsSummaryLink a:hover
{
	text-decoration: underline;	
}

.NewsSummaryPostdate
{
	font-size: 80%;
	color: #666666;
	text-align: right;
}








.footer
{
	padding: 5px 0 10px 0;
	border-top: 1px dashed #663300;
	text-align: center;
	background-color: #EFEFEF;
	font-size: 0.8em;
}


.footer .links a
{
	color: #262D36;
	text-decoration: none;
}

.footer .links a:hover
{
	color: #687376;
	border-bottom: 1px dashed #687376;

}


.break
{
	height: 0px;
	font-size: 0px;
	clear: both;
	background-color: transparent; 
	color: #ffffff;
}
