@import url("reset.css");

body {
	background: #84521d url(../images/mainbackground.jpg) top center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	font-size: 11px;
	padding: 15px 0 40px 0;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}

blockquote {
	padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size:25px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	padding-bottom: 15px;
}

#wrapper-repeat {
	background: url(../images/wrapper_repeat.png) repeat-y left top;
	width: 771px;
	margin: 0 auto;
}

#wrapper-bottom {
	background: url(../images/wrapper_bottom.png) no-repeat left bottom;
	padding-bottom: 12px;
}

#wrapper-top {
	background: url(../images/wrapper_top.png) no-repeat left top;
	padding: 10px 0 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 756px;
	background: #fff url(../images/forte-flower-big.jpg) no-repeat 10px bottom;
	text-align: left;
}

#logo {
	padding: 50px 0 20px 0;
	text-align: center;
}

#menubar {
	font-size: 18px;
	padding-bottom: 40px;
	text-align: center;
}

#homecontentWrap {
	text-align: center;
	font-size: 19px;
	line-height: 30px;
}

#leftWrap {
	width: 166px;
	float: left;
	padding-top: 10px;
}

#contentWrap {
	width: 414px;
	float: left;
	padding-top: 40px;
}

#content {
	padding-left: 5px;
	line-height: 22px;
}

.leftContent {
	width: 50%;
	float: left;
}

.rightContent {
	width: 47%;
	float: right;
}

.contact-repeat {
	background: url(../images/contact_repeat.jpg) repeat-y left top;
	width: 413px;
	margin-bottom: 15px;
}

.contact-bottom {
	background: url(../images/contact_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

.contact-top {
	background: url(../images/contact_top.jpg) no-repeat left top;
	padding: 10px 10px 0 10px;
}

.contact-top .inputbox {
	width: 228px;
	padding: 3px 3px;
	border: 1px solid #d5d6d9;
	margin-bottom: 10px;
	font-style: italic;
	height: auto !important;
	height: 18px;
}

.contact-top .textarea {
	height: 134px;
	width: 385px; 
	line-height: normal;
	overflow: auto;
	padding: 3px 0px 0px 3px;
	border: 1px solid #d5d6d9;
	margin-bottom: 10px;
	font-style: italic;
}

.contact-top .submit {
	background: url(../images/submit.jpg) no-repeat left top;
	float: right;
	width: 68px;
	height: 10px;
	border: none;
	cursor: pointer;
	margin-bottom: 5px;
}

#ContentCol .moduletable-bottom {
	width: 430px;
}

#rightWrap {
	width: 176px;
	float: left;
}

#footerWrap {
	text-align: center;
}

#footerWrap h4 {
	color: #993300;
	font-size: 16px;
	margin-bottom: 5px;
}

.frmbottom {
	padding-bottom: 5px;
	clear: both;
}

.frmbottomleft {
	float: left;
	width: 285px;
}

.frmbottom .captchaimg {
	float: left;
	width: 170px;
	height: 39px;
	margin-right: 3px;
}

.captchacode {
	float: left;
	width: 70px;
	padding: 9px 2px;
	margin-right: 3px;
	font-size: 16px;
	line-height: normal;
	border: 1px solid #d5d6d9;
}

.errmsg {
	padding: 5px;
	background-color: #FF1E1E;
	border-top: 2px solid #6869FF;
	border-bottom: 2px solid #6869FF;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
}
