@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/top_bg_01.jpg) repeat-x top center;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
/* CSS Document */
#container {
	margin:auto;
	height:auto;
	width:1000px;
}
#top-header {
	padding-top: 4px;
	height: 19px;
}
.h1-dui {
	margin:0;
	padding:0;
	font-size: 12px;
	font-weight: normal;
	color: #ddc586;
}
#header-main {
	height: 115px;
	overflow: hidden;
}
#banner {
	margin-top: 5px;
	text-align: center;
}
.title_red {
	font-size: 22px;
	color: #93290F;
	text-align: center;
	font-weight: bold;
}
#content {
	overflow: hidden;
	height: auto;
	padding: 0px 10px 10px 10px;
}
#leftdiv {
	float: left;
	display: inline;
	width: 630px;
	overflow: visible;
	height: auto;
}
#navigation {
	height:50px;
	overflow: hidden;
	width: 635px;
	padding-top: 2px;
}
.nav a {
	height:29px;
	display:block;
	background-image: url(../images/navigation.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	text-decoration:none;
	margin-left:5px;
	width: 100px;
	text-align: center;
	float: left;
	padding-top: 10px;
	font-weight: bold;
}
.white {
	color: #FFF;
}
.tan {
	color: #c69d5a;
}
#rightdiv {
	width: 300px;
	float: right;
	margin-top: 55px;
	padding-left: 40px;
	height: auto;
	background: url(../images/red_border.jpg) no-repeat top left;
}
.field_name {
	background-image: url(../images/field_name.jpg);
	width: 159px;
	border: solid #000 0px;
	height: 22px;
}
.field_email {
	background-image: url(../images/field_email.jpg);
	width: 159px;
	border: solid #000 0px;
	height: 22px;
}
.field_phone {
	background-image: url(../images/field_phone.jpg);
	width: 159px;
	border: solid #000 0px;
	height: 22px;
}
.field_comment {
	background-image: url(../images/comments.jpg);
	width: 299px;
	border: solid #000 0px;
	height: 56px;
	background-attachment: scroll;
}
.class1 {
	font-size: 10px;
}
.red {
	color: #F00;
}
.overflow {
	overflow: hidden;
}
.class2 {
	font-size: 22px;
}
.field_send {
	background-image: url(../images/send.jpg);
	width: 63px;
	height: 31px;
	border: solid #000 0px;
}
.title_color_red {
	color: #93290F;
}
#footer {
	width: auto;
	background: url(../images/footer_bg.jpg) repeat-x #93290F;
	height: 100%;
	padding-top: 5px;
	color: #FFF;
	overflow:hidden;
}
.text-align-right {
	text-align: right;
}
.nothing {
	visibility: hidden;
}
