body {
	background: #FFFFFF url(../images/body_bg.jpg) repeat-x 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border:none;
	color:#E6E5D3;	
	}
	
#content img
{
}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}

/*  links */

a {
	color: #5A2049;
	text-decoration: underline;
	}
	
a:hover {
    color:#BDA6B6;
	text-decoration: underline;
	}

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #5A2049;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	line-height: 42px;
	margin: 0;
	
	}
	
h2 {
    font-size:18px;
    font-style:italic;
    line-height: 42px;
	}
	
h3 {
	font-size: 15px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color:#000000;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

hr.clear
{
    display:block;
    clear:both;
    border:none;
    background:none;
    color:#FFFFFF;
}
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	background:url(../images/wrapper_bg.jpg) repeat-y center top;
	}
	
/* [ Wireframe ] */

#wireframe_header {
	width: 955px;
	margin: 0 auto;
	height: 55px;
	padding-top: 10px;
	}

#wireframe_header img {
	float: left;
	}
	
#wireframe_header h1 {
	font-size: 12px;
	float: left;
	margin: 32px 0 0 10px;
	padding: 0;
	line-height: normal;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 180px;
	margin: 0;
	background:url(../images/site_header_wrapper_bg.jpg) no-repeat top center;
	}
	
#site_header {
	height: 180px;
	width: 840px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: 30px;
	left: 30px;
	}
	
#site_header_logo a {
	color: #fff;
	}
	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: -54px;
	right: 0;
	font-size: 11px;
	color: #ccc;
	text-align: right;
	}
	
#site_header_tools a {
	color: #999;
	text-decoration: none;
	}
	
#site_header_tools a:hover {
	color: #999;
	background: none;
	}
	
/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #6ccff6;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(mini_search_button.gif) no-repeat 0 -20px;
	}
	
	
/* [ Page Header ] */

#page_header_wrapper {
	/*height: 180px;*/
	/*background: #f3f3f4 url(images/page_header_wrapper.gif) repeat-x;*/
	position: relative;
	height: 30px;
  z-index: 100;
	}
	
#page_header {
	/*height: 180px;*/
	width: 780px;
	margin: 0 auto;
	position: relative;
	height: 30px;
	}

	
/* [ Main ] */

#main_wrapper {
  position: relative;
  min-height: 1px;
}

  * html #main_wrapper {
    height: 1px;
  }

#main {
	width: 840px;
	margin: 0 auto;
	z-index: 1;
	min-height: 1px;
	/*background:#FFFFFF;*/
	}
	
* html #main {
	height: 1px;
	}
	
#main:after
{
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
}
	
/* [ Content ] */

#content
{
	font-size: 12px;
	padding: 20px 15px 10px 30px; 
	color: #333;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 513px;
}
	
* html #content
{
	height: 400px;
}

#content img, #sidebar img
{
	/*margin:0px 0px 10px 0px;*/
}

#content_left
{
    width:290px;
    float:left;
}

#content_right
{   
    width:310px;
    float:left;
}

	
/* [ Sidebar ] */
#sidebar {
	width: 250px;
	float: left;
	position: relative;
	background: url(images/sidebar.gif) no-repeat bottom;
	padding: 0;
	z-index: 1000;
	margin:66px 0px 0px 0px;
	}
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */
#footer_wrapper {
	min-height: 80px;
	background:url(../images/footer_wrapper_bg.jpg) no-repeat bottom center;
	clear: both;
	}

#footer {
	width: 800px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#E6E5D3;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 0px 20px 40px 20px;
	text-align:right;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #BBB1A5;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#home_feature, .home_feature	
{
	float:left;
	width:515px;
	margin:0px 15px 15px 0px;
	/*height:375px;*/
}

#home_feature img, .home_feature img
{
	float:left;
}

.img_feature
{
    margin:0px 0px 0px 0px;
}
	
.home_item, .content_item
{
	width: 250px;
	margin: 0px 15px 15px 0px;
	float: left;
	min-height: 420px;
}

  * html .home_item,
  * html .content_item {
    height: 450px;
  }
  
.right_item
{
	width: 250px;
	margin: 0px 15px 0px 0px;
	float: left;
}  

.home_item img,.content_item img, img.feature
{
	margin: 0;
}

.home_item ul, .content_item ul
{
    margin: 0;
    padding: 0 0 0 20px;
}

.home_item ul li, .content_item ul li
{
    margin: 0;
    padding: 0;
}

.first
{
	margin-right:0;
}
.last
{
	margin-right:0;
}

.brown_button
{
	display: block;
	color:#FFFFFF;
	font-size:11px;
	padding:0 4px 0 4px;
	background:#BBB1A5;
	float: left;
	text-decoration:none;
}
.brown_button:hover
{
	background:#5A2049;
	color:#FFFFFF;
	text-decoration:none;
}

.side_item .brown_button
{
    margin:-5px 0px 10px 0px;
  }

.find_out_button
{
	display: block;
	color:#FFFFFF;
	font-size:11px;
	padding:0 4px 0 4px;
	background:#BBB1A5;
	float: left;
	text-decoration:none;
}
.find_out_button:hover
{
	background:#5A2049;
	color:#FFFFFF;
	text-decoration:none;
}
.content_list
{
	width:300px;
	margin:30px 0px 80px 0;
	padding:0 0 0 0;
}
.content_list li
{
	width:120px;
	float:left;
	list-style:none;
}

.product_item
{
	clear:both;
	margin:10px 0 20px 0;
}

.product_item img
{
	float:left;
	margin:0 15px 15px 0;
	
}

img.thumb
{
	margin:9px 9px 15px 0;
}

img.last
{
	margin-right:0;
}

.left
{
	float:left;
}

#gb_group
{
	margin:36px 0 0 0;
}

br
{
	clear:both;
}

#gallery
{
	float:right;
}

.side_item_mini
{
	float:left;
	margin:0 5px 0 0;
}

#sidebar ul
{
	margin:0;
	padding:0 0 0 17px;
}
#sidebar ul li
{
	margin:0;
	padding:0;
}
	
	
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	/*
	background: #f9f9f9;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 14px;	
	*/
	}
	
	.fn {
		/*font-size: 14px;*/
		font-weight: bold;
		}
		
	.adr {
		/*
		border-top: 1px solid #ccc;
		padding: 5px 0;
		*/
		}
		
	
/* [ Breadcrumbs ] */

#breadcrumb {
    font-family:Verdana, Arial, Sans-Serif;
    font-size:10px;
    margin:0 0 10px 0;
    color:#D0CEAE;
}

#breadcrumb a {
    color:#BDA6B6;
    text-decoration:none;
	
}
#breadcrumb a:hover {
    color: #5A2049;
    text-decoration:none;
}

/* [Site Map ] */
#site_map
{
    list-style:none;
    margin: 0;
    padding: 0;
    font-size:11px;
    line-height: 20px;
}

#site_map li
{
    list-style:none;
}

#site_map ul
{
    margin: 0 0 0 15px;
    padding: 0;
}

/* [ Pagination] */
.pagination
{
    clear:both;
}



li {
  min-height: 1px;
}

/* offsetting the entire ul down */
* html #content ul, * html #content ol {position: relative; top: 2px;} /* IE6 */
*:first-child+html #content ul, *:first-child+html #content ol {position: relative; top: 2px;} /* IE7 */

/* offsetting each li back up*/
* html #content ul li, * html #content ol li {vertical-align: top; position: relative; top: -4px;} /* IE6 */
*:first-child+html #content ul li, *:first-child+html #content ol li {vertical-align: top; position: relative; top: -4px;} /* IE7 */

ol li { display:list-item;}


/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 35px;
	right: 15px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #879b8f;
	background: #fff url(mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #b2ccbc;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(mini_search_button.gif) no-repeat 0 -20px;
	}
	
	
a#btn_newsletter {display:block; width:159px; height:0px; margin:0px 3px 0px 0px; padding:20px 10px 0px 0px; overflow:hidden; position:absolute; top:35px; right:169px; background:url(btn_newsletter.gif) no-repeat; border-right:1px solid #666;}

#ctl00_plcContent_home_feature { display:none; }