@charset "utf-8";
/* CSS Document */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

	ol, ul {
	list-style-type: none;
	}
	h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
	
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 140px;
	padding-bottom: 15px;
	background-color: #8C4600;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

	a {
	color: #FFFF99;
	outline: none;
	}
	a:hover {
	color: #151515;
	}

	a:visited {}

	a:active {}
	
	#header {
	position:relative;
}
	
		#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	}
	.clearer {
		clear:both;
		
	}
	
	
HEADER
------------------------------------------------------------------------------------------------ */
#header {
	background:#f5f5f5 url(../images/bg-header.gif) left top repeat-x;
	position:relative;
	overflow:hidden;
}
	#content .header_image {
		margin:5px auto 14px;
		width:948px;
		display:block;
	}
	
	
/* content
------------------------------------------------------------------------------------------------ */	
#content {
	padding-top:10px;
}
	#content #content_text {
	float:left;
	display:inline;
	width:902px;
	margin-left:20px;
	padding-top:40px;
	margin-right: 20px;
	background-image: url(../images/bg-content-narrow-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	}
		#content #content_text p {
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
		}
	
.image_right {

	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	margin-top: 20px;
	margin-left: 15px;
}

.image_left {
	margin-right: 15px;
	margin-bottom: 15px;
}
.footer_bottom{
	overflow:hidden;
	width: 942px;
	display: block;
	height: 50px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	text-align: center;
	padding-top: 50px;
	background-image: url(../images/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-bottom: 10px;
	}
	
.form_wrapper {
	width:260px;
	height:450px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/form_wrapper_bg.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
}	


textarea {
	border: 1px solid #CCCCCC;
	width:200px;
	height:100px;
	background-color:#1F75BE;
	overflow: auto;
	background-image: url(../images/textarea.jpg);
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border: 1px solid #CCCCCC;
}
input.textboxes {
	width:200px;
	height:20px;
	background-color:#FFFFFF;
	background-image: url(../images/textbox.jpg);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input.btn {
	background-image: url(../images/send.gif);
	width:54px;
	height:16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#products01 {
	width:870px;
	padding:15px 19px 0;
	}
.titleRM {
	padding-top: 27px;
	padding-left: 5px;
	font-weight: lighter;
	font-size: 16px;
	color: #FFFF99;
	padding-bottom: 20px;
	text-decoration: underline;
}
.titleCM {
	padding-top: 27px;
	padding-left: 5px;
	font-weight: lighter;
	font-size: 16px;
	color: #FFFF66;
	padding-bottom: 20px;
	text-decoration: underline;
}


.product {
	width:850px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:inherit;
	}
.shopdiv {
	height:350px;
	}
	
.shopdiv2 {
	height:190px;
	}
		
.shop {
	float:left;
	width:137px;
	font-size:10px;
	text-align: center;
	padding-right: 10px;
	height: 175px;
	}
.shop img {
	display:block;
	text-align: center;
	border: 1px solid #EEEEEE;
	}
.shop a {
	font:bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF99;
	text-decoration:none;
	}
.shop a:hover{
	color:#000000;
	text-decoration:underline;
	}
