﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	color: #5f4c38;
	font-size: 13px;
	font-family: tahoma;
}
h1 {
	color: #91491b;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
strong {
	color: #91491b;
	font-size: 13px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.event strong a{
	color: #91491b;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:underline;
}
.event {
	color: #5f4c38;
	font-size: 12px;
	font-family: tahoma;
}
.quote {
	color: #91491b;
	font-size: 14px;
	font-family: tahoma;
	font-style:italic;
	line-height:20px;
}
.productsquote {
	color: #91491b;
	font-size: 12px;
	font-family: tahoma;
	line-height:20px;
}
.footer {
	color: #5f4937;
	font-size: 11px;
	font-family: tahoma;
}
.footer2 {
	color: #5f4937;
	font-size: 9px;
	font-family: tahoma;
}
ul, li {
	color: #5f4c38;
	font-size: 13px;
	font-family: tahoma;
	list-style:nonel
}
a {
	color: #91491b;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:underline;
}
a:visited {
	color: #91491b;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:underline;
}


/***************************contact form*********************/

/* Contact form */
#contact-form {
	overflow:hidden;
	position:relative;
	vertical-align:top;
	width:100%;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			overflow:hidden;
			margin:0;
			padding:0 0 2px 0px;
			}
			#contact-form input[type=text] {
				width:235px;
				font-size:1em;
				padding:8px 14px; 
				margin:0;
				background:#ccb691;
				color:#5f4c38;
				border:1px solid #483531;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form .area {height:320px;}
			#contact-form .area .error {float:left;}
			#contact-form textarea {
				width:235px;
				height:175px;
				background:#ccb691;
				color:#5f4c38;
				font-size:1em;
				border:1px solid #483531;
				padding:10px 14px;
				margin:0;
				overflow:auto;
				display:block;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				}
				#contact-form a {
					cursor:pointer;
					}
				#contact-form .alignright {
					padding-top:12px;
					}
					#contact-form small {
						color:red;
						font-weight:bold;
						padding:0 0 0 5px;
						}
			#contact-form label {
				padding:0 0 0px 10px;
				display:inline-block;
				color:#F00;
				}
			#contact-form strong {
				padding:0 0 2px 9px;
				display:inline-block;
				color:#838383;
				}
				#contact-form .error {
					float:left;
					color:red;
					width:220px;
					line-height:1.2em;
					display:none;
				}
		.buttons-wrapper {margin-top:19px; float:left;}

.button {cursor:pointer; display:inline-block; font-size:16px; line-height:1.2em; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#fff; background:#622f02; border:1px solid #622f02; padding:6px 16px 5px 18px; width:100px}
.button:hover {background:#622f02; border:1px solid #622f02; color:#fff;}




