/* modules css style sheet */
/* set the default body text style */
body {
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

a:link {
	color: #913220;
}
a:visited {
	color: #913220;
}
a:hover {
	color: #913220;
}
a:active {
	color: #913220;
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #913220;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#top {
	width: 1024px;
	height: 20px;
	position: absolute;
}

#container {
	width: 1024px;
	background: url(images_stencil/content_back.jpg) repeat-y;
	margin: auto;
}

#header {
	width: 1024px;
	height: 178px;
}

#underheader {
	width: 1024px;
	height: 34px;
}

#nav {
	width: 1024px;
	height: 88px;
}

#center {
	width: 1024px;
}

#content {
	background: url(images_stencil/back_right.jpg) no-repeat;
	float: right;
	width: 759px;
}

#customer {
	padding: 15px 94px 10px 10px;
}

#textbox {
	padding: 10px 104px 20px 20px;
}

#left {
	background: url(images_stencil/back_left.jpg) no-repeat;
	float: left;
	width: 265px;
	padding: 0px;
}

#footer {
	clear: both;
	width:1024px;
	height: 88px;
}

#copyright {
	background:#FFFFFF;
	clear: both;
	width: 1004px;
	padding: 10px;
	text-align: center;
	margin: auto;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

/* set banner settings */
.banner_image
{
	border: 1px solid #000000;
}

.banner_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* set borders settings */
.borders
{
	background-color: #000000;
	width: 1px;
	height: 1px;
}
/* set horizontal lines separator */
.separator_horizontal
{
	border-bottom: 1px dotted #000000;
}
/* set vertical lines separator */
.separator_vertical
{
	border-left: 1px dotted #000000;
}
/* set top of the page title/heading text, usually should be bold and a touch bigger then normal font */
.heading_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #913220;
}
/* set top of the page title/heading description, usually can be the same as normal font */
.heading_description
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* set listing link/title, usually bold and same size as normal font */
.listing_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336633;
}
/* set listing link/title mouse over, usually same as listing_title */
.listing_title:hover
{
	// do nothing
}
/* set listing description, usually same as normal font */
.listing_description
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* set listing information, usually one size smaller then normal, for form field names, and information areas */
.listing_information
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* set listing price(cart)/date(events/news), usually a little smaller than normal font */
.listing_special
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C85117;
	font-style: italic;
}

.listing_special:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663333;
}
/* set listing sale price/error messages, usually darker red and bold */
.listing_error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #663333;
}
/* set image styles */
.listing_image
{
	border: 1px solid #000000000;
}
/* set buttons styles */
.listing_buttons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
/* listing table header style */
.listing_table_header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000000;
	background-color: #E2C57F;
	border: 1px solid #000000000;
	background-image: url(images/link_back.jpg);
}
/* listing table row 1 style */
.listing_table_row_1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000000;
	background-color: #eeeeee;	
	border: 1px solid #000000000;
}
/* listing table row 2 style, should be little lighter/darker background then row 1 */
.listing_table_row_2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000000;
	background-color: #cccccc;
	border: 1px solid #000000000;
}

.listing_table_null
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6633;
	background-color: #000000;
	border: 1px solid #000000000;
}
/* set side navigation heading */
.side_heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
/* set side navigation body */
.side_main
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
/* set side navigation links */
.side_nav
{
	text-decoration: none;
	font: bold 11px verdana, sans-serif;
}
/* set side navigation links mouse over effect */
.side_nav:link 
{
	color: #ffffff;
}
.side_nav:active 
{
	color: #ffffff;
}
.side_nav:visited 
{
	color: #ffffff;
}
.side_nav:hover
{
	color: #000000;
}

/* set side navigation links for first level deep (usually same a side_nav) */
.side_nav_1
{
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 25px;
	font: bold 11px verdana, sans-serif;
	color: #DFD0E7;
	border-top: #FFFFFF dotted 1px;
}
.side_nav_1:link 
{
	color: #ffffff;
}
.side_nav_1:active 
{
	color: #ffffff;
}
.side_nav_1:visited 
{
	color: #ffffff;
}
.side_nav_1:hover
{
	color: #000000;
}

/* set side navigation links for second level deep (add more levels if needed) */
.side_nav_2
{
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 25px;
	font: bold 10px verdana, sans-serif;
	color: #DFD0E7;
}
.side_nav_2:link 
{
	color: #ffffff;
}
.side_nav_2:active 
{
	color: #ffffff;
}
.side_nav_2:visited 
{
	color: #ffffff;
}
.side_nav_2:hover
{
	color: #000000;
	background-color: #903F98;
}

/* set side navigation links for third level deep (add more levels if needed) */
.side_nav_3
{
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 25px;
	font: bold 10px verdana, sans-serif;
	color: #DFD0E7;
}
.side_nav_3:link 
{
	color: #ffffff;
}
.side_nav_3:active 
{
	color: #ffffff;
}
.side_nav_3:visited 
{
	color: #ffffff;
}
.side_nav_3:hover
{
	color: #000000;
	background-color: #903F98;
}

.top_slogan {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; font-weight: bold; color: #FFFFFF}

.top_nav {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #CCFFFF;
	border: 1px solid #000000;
	background-image: url(images/colorback.gif);
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.featured_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 5px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #669933;
	border: 1px solid #000000000;
	padding: 5px;
