* {
margin:0px;
padding:0px;
}
html, body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	border-collapse: collapse;
	font-family: Tahoma , Helvetica , Sans serif;
	font-size: 12px;
	color:#000000;
}

a {
	color:#5C2E04;
	font-size:12px;
	font-family: Tahoma , Helvetica , Sans serif;
	text-decoration:underline;
}

a:hover {
	color:#261200;
	font-size:12px;
	font-family: Tahoma , Helvetica , Sans serif;
	text-decoration:underline;
}

/*classes*/
.form_caption {
	font-family:Tahoma,Arial,Helvetica;
	font-size:18px;
	color:#3a3a3a;
}
.textbox {
	font-size:18px;
	width:80%;
	background:#fdfdfd;
	color:#373737;
	height:25px;
	font-family:Tahoma,Arial,Helvetica;
	padding-left:3px;			
}
.textbox:hover {
	background:#fffae6;
}
.error_textbox {
	font-size:18px;
	width:80%;
	background:#FFE3EA;
	color:#373737;
	height:25px;
	font-family:Tahoma,Arial,Helvetica;
	padding-left:3px;		
}
.textarea {
	font-size:12px;
	width:80%;
	background:#fdfdfd;
	color:#373737;
	height:75px;
	font-family:Tahoma,Arial,Helvetica;
	padding-left:3px;			
}	
.textarea:hover {
	background:#fffae6;
}
.error_textarea {
	font-size:12px;
	width:80%;
	background:#FFE3EA;
	color:#373737;
	height:75px;
	font-family:Tahoma,Arial,Helvetica;
	padding-left:3px;		
}		

.n1 {
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
}
	.n1 li {
		list-style:none;
		padding-top:2px;
	}
.buttons {
	width:100%;
	height:auto !important;
	min-height:117px;
	height:117px;
	float:left;
}
.textbox {
	background:white;
	border:1px solid black;
	font-size:12px;
	color:black;
	height:18px;
	width:95%;
}
.product_left {
	width:50%;
	height:auto !important;
	min-height:200px;
	height:200px;
	float:left;
}
.product_right {
	width:50%;
	width:48%/*ie*/;
	height:auto !important;
	min-height:200px;
	height:200px;
	padding-left:2%;
	float:left;
}
.product_small {
	width:170px;
	width:150px/*ie*/;
	height:auto !important;
	min-height:210px;
	height:210px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
	.product_picture {
		width:150px;
		height:160px;
		text-align:center;
		float:left;
	}
	.product_caption {
		width:150px;
		height:auto !important;
		height:20px;
		min-height:20px;
		float:left;
		text-align:center;
	}
.path {
	width:100%;
	height:auto !important;
	min-height:30px;
	height:30px;
	float:left;
	font-size:11px;
}
	.path a{
		font-size:11px;
	}
	.path a:hover {
		font-size:11px;
	}
.leftcolumn {
	background:#F7F5EB;
	border-right:1px solid #5C2E04;
	padding-left:23px;
	padding-top:22px;
	padding-right:10px;
	padding-bottom:20px;
}
	.leftcolumn h2 {
		font-family:Times New Roman,Helvetica,Tahoma;
		font-size:18px;
		font-weight:lighter;
		color:#5C2E04;
	}
	.leftcolumn h3 {
		font-family:Times New Roman,Helvetica,Tahoma;
		font-size:14px;
		font-weight:lighter;
		color:#000000;
		padding-bottom:10px;
		margin-bottom:0px;
		background:url('/img/left_bg.jpg') bottom repeat-x;
		width:90%;
		padding-right:14px;
		padding-top:20px;
		text-transform:uppercase;
	}	
		.leftcolumn h3 a {
			font-family:Times New Roman,Helvetica,Tahoma;
			font-size:14px;
			font-weight:lighter;
			text-decoration:none;
			color:#000000;
			text-transform:uppercase;
		}
		.leftcolumn h3 a:hover {
			font-family:Times New Roman,Helvetica,Tahoma;
			font-size:14px;
			font-weight:lighter;
			text-decoration:none;
			color:#000000;
			text-transform:uppercase;
		}				
		
.centercolumn {
	background:white;
	padding-top:22px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	color:black;
	font-size:12px;
}
	.centercolumn h1 {
		font-size:24px;
		text-align:center;
		color:#5C2E04;
		font-family:Times New Roman,Helvetica,Tahoma;
		padding-top:10px;
		padding-bottom:35px;
		margin-bottom:15px;
		background:url('/img/h1_bg.jpg') center bottom no-repeat;
		text-transform:uppercase;
		font-weight:lighter;
	}
	.centercolumn p {
		padding-top:5px;
		padding-bottom:5px;
	}
	.centercolumn li {
		padding-left:20px;
		list-style:none;
	}
.rightcolumn {
	background:#F7F5EB;
	border-left:1px solid #5C2E04;
	padding-left:23px;
	padding-top:22px;
	padding-right:10px;	
	padding-bottom:10px;
}
	.rightcolumn h2 {
		font-weight:lighter;
		color:#181818;
		font-family:Times New Roman,Helvetica,Tahoma;
		font-size:18px;
		padding-bottom:10px;
	}
	.rightcolumn p {
		padding-top:5px;
		padding-bottom:5px;
	}
	.rightcolumn li {
		list-style:none;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:3px;
	}
		.rightcolumn li a {
			font-size:12px;
			color:#494948;
			text-decoration:underline;
		}
		.rightcolumn li a:hover {
			font-size:12px;
			color:#494948;
			text-decoration:underline;
		}	
.contenttable {
	width:100%;
	height:300px;	
}
.submenus {
	width:90%;
	background:#F9F8F1;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
	color:black;
	font-size:14px;
}
	.submenus li {
		list-style:none;
	}
	.submenus li a {
		font-size:14px;
		text-decoration:underline;
		font-family:Times New Roman,Helvetica,Tahoma;
		color:#5C2E04;
	}
	.submenus li a:hover {
		font-size:14px;
		text-decoration:underline;
		font-family:Times New Roman,Helvetica,Tahoma;
		color:#5C2E04;
	}	
.date {
	padding-top:10px;
	font-size:11px;
	color:#767158;
	padding-bottom:0px;
}
/*classes*/

/*id*/
	#container {
		width:100%;
		height:auto !important;
		height:100%;
		min-height:100%;
		min-width:1000px;
		float:left;
	}
		#header {
			width:100%;
			height:172px;
			float:left;
			background:url('/img/header_bg.jpg') repeat-x;
		}
			#header_logo {
				width:38%;
				height:172px;
				float:left;
				background:url('/img/header_logo.jpg') no-repeat;
			}
			#header_right {
				width:50%;
				height:172px;
				float:right;
				background:url('/img/header_right.jpg') top right no-repeat;
			}
			#slogan {
				z-index:999;
				top:32px;
				left:30%;
				width:365px;
				height:140px;
				position:absolute;
			}
		#menu {
			width:100%;
			height:27px;
			float:left;
			background:url('/img/menu_bg.jpg') repeat-x;
		}
			#menu_home {
				width:1%;
				height:27px;
				float:left;
			}
			#menu_left {
				width:69%;
				width:67%/*ie*/;
				height:27px;
				padding-left:2%;
				float:left;
			}
				#menu_left li {
					display:inline;
					list-style:none;
					color:black;
					font-size:12px;
					background:url('/img/li_bg.jpg') right no-repeat;
					padding-right:15px;
					line-height:24px;
					padding-bottom:5px;
					padding-left:5px;
				}
					#menu_left li a {
						color:black;
						font-size:12px;					
						text-decoration:none;
					}
					#menu_left li a:hover {
						color:black;
						font-size:12px;					
						text-decoration:none;
					}					
			#menu_search {
				width:30%;
				height:27px;
				float:right;
			}
		#content {
			width:100%;
			height:auto !important;
			min-height:300px;
			height:300px;
			float:left;
		}
.right22 {
		font-family:Times New Roman,Helvetica,Tahoma;
		font-size:14px;
		font-weight:lighter;
		color:#000000;
		padding-bottom:10px;
		margin-bottom:0px;
		background:url('/img/left_bg.jpg') bottom repeat-x;
		width:90%;
		padding-right:14px;
		padding-top:20px;
		text-transform:uppercase;
}
	.rightcolumnh2 {
		font-weight:lighter;
		color:#181818;
		font-family:Times New Roman,Helvetica,Tahoma;
		font-size:18px;
		padding-bottom:10px;
	}
/*id*/