body
{
	background-image: url(images/tile.gif);
	background-repeat: repeat;
	margin: auto;
	text-align: center;
	font-family: verdana, "trebuchet ms", sans-serif;
	font-size: 11px;
	color: #000;
}

#wrapper
{
	width: 760px;
	background-color: #fff;
	padding: 2px;
	border-right: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin: auto;
	text-align: left;
}

#breadcrumb_bar
{
	width: 100%;
	height: 24px;
	background-color: #901a1c;
	
}

#left_column
{
	float:left;
	width: 158px;
	padding: 5px;
}

#right_column
{
	float:left;
	float:left;
	padding: 5px;
	width: 582px;
	padding-bottom: 30px;
}

#footer
{
	clear: both;
	border-top: 1px solid #000;
	padding: 10px;
}

.intro
{
	line-height: 16px;
}

.product_block
{
	width: 155px;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 20px;
	text-align: justify;
}

.userpic_block
{
	width: 270px;
	float: left;
	padding-right: 18px;
	padding-bottom: 10px;
}

.breadcrumbs
{
	padding: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

.swatch
{
	border: 1px solid #666;
	margin: 3px;
}

.buy
{
	padding-left: 10px;
}


h1
{
	height: 36px;
	font-family: helvetica, verdana, "trebuchet ms", sans-serif;
	font-size: 18px;
	color: #000;
	background-image: url(images/tile_dot.jpg);
	background-repeat: repeat-x;
}

h2
{
	font-family: verdana,"trebuchet ms", sans-serif;
	font-size: 12px;
	color: #901a1c;
}

.price
{
	font-family: verdana,"trebuchet ms", sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bolder;
}


/*-----------------------------Link Styling-----------------*/

a
{
	color: #901a1c;
}

a:hover
{
	color: #f4961f;
}
















