/* Reset these styles across all browsers */
body,html,.container,.site, P, HR, H1, H2, H3 {
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
}

body, html {
	height: 100%;
	background: #E6E5D3;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

P {
	margin-bottom: 12px;
}

HR {
	display: block;
	margin: 0;
	padding: 0;
}

A {
	text-decoration: none;
}

/* Container to encapsulate the whole site */
.container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
}

.site {
	position: relative;
	width: 940px; /* 940px actual width and 30px all around padding */
	height: 100%;
	padding: 30px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	clear: both;
	border-top: 20px #E6E5D3 solid;
}

.header {
	position: relative;
	width: 100%;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	clear: both;
	color: #FFFFFF;
	overflow: hidden;
}
	.header_col1 {
		position: relative;
		float: left;
		width: 721px;
		height: 81px;
		background: #ED2D24 url(../images/img_head1.jpg);
		overflow: hidden;
	}
	.header_col2 {
		position: relative;
		float: left;
		width: 219px;
		height: 81px;
		background: #59592B;
		overflow: hidden;
	}
	.header_col2 A {
		color: #FFFFFF;
	}
	.header_col2 A:HOVER, .header_col2 A:FOCUS {
		color: #000000;
	}
	
.navigation {
	position: relative;
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
}
	.navigation_items {
		position: relative;
		float: left;
		width: 721px;
		height: 19px;
		overflow: hidden;
		background: #FFFFFF;
	}
	.nav_item {
		position: relative;
		float: left;
		width: 143px; /*Not used because includes/navigation.php uses an algorithm to calculate this*/
		height: 16px;
		padding-top: 3px;
		border-right: 1px solid #FFFFFF;
		background: #ED2D24;
		text-align: center;
		color: #FFFFFF;
		overflow: hidden;		
	}
		.navigation A, .nav_item A {
			color: #FFFFFF;
		}
		.nav_item:HOVER, .nav_item:FOCUS {
			color: #FFFFFF;
			background: #59592B;
			cursor: pointer;
		}
	.nav_item2 { /* Search */
		position: relative;
		float: left;
		width: 204px;
		height: 18px;
		padding-top: 1px;
		padding-left: 15px;
		background: #59592B;
		text-align: left;
		color: #FFFFFF;
		overflow: hidden;
	}
	

.display {
	position: relative;
	width: 100%;
	height: 325px;
	background: #EEEEEE;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	clear: both;
	overflow: hidden;
}

.body {
	position: relative;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
	.body_col1 {
		position: relative;
		display: block;
		clear: left;
		float: left;
		width: 180px;
		min-height: 100%;
		height: 100%;
		background: #E7E7D4;
		padding: 20px;
		padding-top: 15px;
		color: #000000;
		font-size: 12px;
	}
		.body_col1 H1 {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
		}
		.body_col1 H1 A {
			color: #000000;
		}
		.body_col1 H1 A:HOVER {
			color: #ED2D24;
		}
		.H1_selected, .H1_selected A {
			font-size: 14px;
			margin-bottom: 6px;
			color: #ED2D24;
			font-weight: bold;
		}
		.body_col1 H2 {
			font-size: 14px;
			font-weight: normal;
			margin-left: 20px;
			margin-bottom: 6px;
		}
		.body_col1 H2 A {
			color: #000000;
		}
		.body_col1 H2 A:HOVER {
			color: #ED2D24;
		}
		.H2_selected, .H2_selected A {
			font-size: 14px;
			margin-left: 10px;
			margin-bottom: 6px;
			color: #ED2D24;
			font-weight: normal;
		}
	.body_col2 {
		position: relative;
		display: block;
		float: left;
		width: 465px;
		height: 100%;
		background: #FFFFFF;
		padding: 20px 19px;
		padding-top: 0px;
		color: #000000;
		font-size: 11px;
	}
		.body_col2 A {
			color: #0C86A0;
		}
		.body_col2 A:HOVER {
			text-decoration: underline;
		}
		.body_col2 H1 {
			font-size: 20px;
			font-weight: normal;
			margin: 0;
			margin-top: 10px;
			margin-bottom: 15px;
			color: #59592B;
		}
		.body_col2 H2 {
			font-size: 14px;
			font-weight: bold;
			margin: 0;
			color: #ED2D24;
		}
		.body_col2 H3 {
			font-size: 14px;
			font-weight: bold;
			margin: 0;
		}
		.body_col2 HR {
			margin: 0;
			padding: 0;
			margin-top: 25px;
			margin-bottom: 25px;
			border: 0;
			background: #000000;
			height: 1px;
			display: block;
		}
		.body_col2 TD A {
			color: #0C86A0;
		}
		.body_col2 TD A:HOVER {
			text-decoration: underline;
		}
		.body_col2 TD H1 {
			font-size: 14px;
			margin-bottom: 5px;
			font-weight: bold;
		}
		.body_col2 TD H2 {
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			margin: 0;
		}
		.body_col2 TD H3 {
			font-size: 12px;
			font-weight: bold;
			color: #ED2D24;
			margin: 0;
		}
		.body_col2 TD HR {
			display: block;
			margin: 0;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.body_col2 TABLE {
			margin-bottom: 5px;
		}
		.body_col2 P {
			margin: 0;
			margin-top: 0;
			margin-bottom: 15px;
		}
		
	.body_col2b { /*For 2 column layout; spans across column 3 - column 3 will not exist*/
		position: relative;
		float: left;
		width: 720px;
		height: 100%;
		background: #FFFFFF;
		color: #000000;
		font-size: 11px;
	}
	.body_col3 {
		position: relative;
		float: left;
		width: 190px;
		height: 100%;
		background: #FFFFFF;
		padding-right: 5px;
		padding-top: 5x;
		padding-bottom: 20px;
		color: #000000;
		font-size: 12px;
	}

.subheader1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #ED2D24;
	clear: both;
}
	.subheader1_body {
		font-size: 11px;
		line-height: 16px;
		color: #000000;
		clear: both;
		margin-bottom: 15px;
	}

.product_container {
	position: relative;
	float: left;
	width: 215px;
	height: 230px;
	margin-left: 17px;
	margin-bottom: 17px;
	border: 4px solid #FFFFFF;
	overflow: hidden;
}
	.product_container:HOVER {
		border: 4px solid #ED2D24;
		cursor: pointer;
	}
	.product_image {
		position: relative;
		width: 215px;
		height: 190px;
		background: #EEEEEE;
		clear: both;
	}
	.product_caption {
		position: relative;
		width: 205px;
		height: 30px;
		padding: 5px;
		background: #ED2D24;
		color: #FFFFFF;
		text-align: center;
		clear: both;
	}
		.product_caption H1 {
			font-family: Arial;
			font-size: 14px;
			font-weight: bold;
			margin: 0;
			color: #FFFFFF;
		}
		.product_container A, .product_caption A, .product_caption H1 A {
			color: #FFFFFF;
		}

.product_headblock {
	position: relative;
	display: block;
	width: 441px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 5px;
	background: #E7E7D4;
	clear: both;
}
	.product_headblock H1 {
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		margin: 0;
	}
	.product_headblock A {
		color: #ED2D24;
		text-decoration: underline;
	}
	.product_headblock A:HOVER {
		color: #000000;
	}
.product_listbox {
	position: relative;
	display: block;
	width: 457px;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333333;
}
	.product_imagebox {
		position: relative;
		display: block;
		float: left;
		width: 100px;
		height: 100px;
		clear: left;
		/*background: #E7E7D4;*/
		overflow: hidden;
	}
	.product_imagebox img {
		width: 100px;
	}
	.product_textbox {
		position: relative;
		display: block;
		width: 345px;
		float: left;
		clear: right;
		padding-left: 10px;
	}
		.product_textbox H1 {
			font-size: 12px;
			font-weight: bold;
			color: #ED2D24;
			margin: 0;
			margin-bottom: 3px;
		}
		.product_textbox P {
			margin: 0;
			margin-bottom: 8px;
		}

.footer1 {
	position: relative;
	width: 100%;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
}
	.footer1_block {
		position: relative;
		float: left;
		width: 217px;
		height: 64px;
		margin-right: 24px;
		background: #FFFFFF;
		overflow: hidden;
	}
		.footer1_block H1 {
			font-size: 14px;
			font-weight: bold;
			margin-top: 3px;
		}
			.footer1_block H1 A {
				color: #ED2D24;
				text-decoration: none;
			}
			.footer1_block H1 A:HOVER {
				text-decoration: underline;
			}

.footer2 {
	position: relative;
	width: 1000px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	clear: both;	
	font-family: Arial;
	font-size: 11px;
	color: #60604b;	
}
	.footer2_col1 {
		position: relative;
		float: left;
		width: 650px;
		color: #60604b;
		text-align: left;
	}
	.footer2_col2 {
		position: relative;
		float: left;
		width: 230px;
		color: #60604b;
		text-align: left;
	}
	.footer2_col3 {
		position: relative;
		float: left;
		width: 120px;
		color: #9C9779;
		text-align: right;
		clear: right;
	}
		.footer2_col1 A, .footer2_col2 A {
			color: #60604B;
		}
		.footer2_col3 A  {
			color: #9C9779;
		}
	.footer2_revealtxt {
		position: relative;
		float: left;
		display: none;
		width: 280px;
		padding-top: 15px;
		padding-right: 40px;
		line-height: 14px;
	}

.contact_col1 {
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	padding-right: 17px;
	clear: left;
}
	.contact_title {
		position: relative;
		width: 100%;
		margin-bottom: 4px;
		font-weight: bold;
		font-size: 12px;
		color: #60604B;
		clear: both;
	}
	.contact_field {
		position: relative;
		width: 100%;
		margin-bottom: 5px;
		clear: both;
	}
.contact_col2 {
	position: relative;
	float: left;
	width: 197px;
	padding-left: 20px;
	height: auto;
	clear: right;
	font-size: 12px;
	color: #60604B;
}
	.contact_option {
		position: relative;
		width: 100%;
		margin-bottom: 5px;
		clear: both;
	}
	.c_checkbox {
		position: relative;
		float: left;
		width: 25px;
	}
	.c_optiontxt {
		/*position: relative;*/
		width: auto;
	}

.clear {
	position: relative;
	clear: both;
}

.textline1 {
	position: relative;
	display: block;
	margin-bottom: 1px;
	clear: both;
}
.textline2 {
	position: relative;
	display: block;
	margin-bottom: 3px;
	clear: both;
}
.highlight_text {
	background: #FFFCCC;
}

.pagenumbers {
	position: relative;
	display: block;
	width: auto;
	margin-bottom: 15px;
	clear: both;
}
	.pagenum_text {
		position: relative;
		float: right;
		margin-left: 5px;
		margin-right: 5px;
	}
	.pagenum_link {
		position: relative;
		float: right;
		margin-left: 5px;
		margin-right: 5px;
	}
	.pagenum {
		position: relative;
		float: right;
		margin-right: 4px;
	}
		.pagenum A {
			text-decoration: underline
		}
	.pagenum_select {
		position: relative;
		float: right;
		margin-right: 4px;
		text-decoration: none;
		color: #000000;
		font-weight: bold;
	}

/* FORM ELEMENTS */
.textfield_1 {
	position: relative;
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color: #999999;
	margin: 0;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	width: 95px;
	background: #FFFFFF;
	border: 0;
	height: 13px;
	overflow: hidden;
}
	.textfield_1:HOVER, .textfield_1:FOCUS {
		border-color: #606060;
	}
	
.button_1 {
	background: transparent;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	padding-left: 8px; padding-right: 8px;	
	border: 0;
}
	.button_1:HOVER {
		cursor: pointer;
	}

.textfield_2 { 
	position: relative;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #BBBBBB;
	margin-bottom: 3px;
	padding: 7px;
	padding-left: 3px; padding-right: 3px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
}
	.textfield_2:HOVER, .textfield_2:FOCUS {
		border-color: #BBBBBB;
	}

.textarea_1 { 
	position: relative;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #BBBBBB;
	margin-bottom: 3px;
	padding: 5px;
	padding-left: 3px; padding-right: 3px;
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	clear: both;
}
	.textarea_1:HOVER, .textarea_1:FOCUS {
		border-color: #BBBBBB;
	}

.button_send {
	position: relative;
	clear: both;
	width: 102px;
	height: 36px;
	border: 0;
	color: #EE2E23;
	background: url(../images/btn_send.gif) top left no-repeat;
}
	.button_send:HOVER {
		cursor: pointer;
	}
	
/* al's styles */

.footer1_block img {
	width: 217px;
	height: 64px;
	opacity: 0;
}
.footer1_block img:hover {
	opacity: 1;
}

#footer1_block1 {
	background-image: url('/images/footer_button_1.png');
}
#footer1_block2 {
	background-image: url('/images/footer_button_4.png');
}
#footer1_block3 {
	background-image: url('/images/footer_button_3.png');
}
#footer1_block4 {
	background-image: url('/images/footer_button_2.png');
}
#footer1_block5 {
	background-image: url('/images/img_header_col3.gif');
}
#footer1_block6 img {
	width: 45px;
	height: 45px;
	opacity: 1;
}

/* slider */

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
	width: 940px;
	height: 322px;
	float: left;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 940px; /* opera hack */
	height: 322px; /* opera hack */
}

/* 2015-08-17 header fixes */

.header .shop {
	display: block;
	width: 219px;
	height: 81px;
	text-align: center;
}

.header .shop img {
	width: 165px;
	height: 37px;
	margin-left: -1px;
	margin-top: 20px;
}

.header .shop:hover {
	background-color: #464622;
}

.header_col1 {
	width: 720px;
	border-right: 1px solid #fff;
}

.header, .navigation {
	margin-bottom: 2px;
}

.navigation, .navigation_items {
	height: 30px;
}

.nav_item {
	line-height: 30px;
	height: 30px;
	padding-top: 0;
}

.nav_item2 {
	height: 30px;
	line-height: 29px;
}

.textfield_1 {
	height: 14px;
	vertical-align: top;
	margin-top: 7px;
}