@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #6a0002 url(images/bodybg.jpg) repeat-x top center;
}

img {
	border: 0;
}

#wrapperall {
	margin: 0 auto;
	text-align: center;
	width: 760px;
}

#wrapper {
	text-align: left;
	float: left;
	width: 760px;
}

#header {
	float: left;
	width: 760px;
	height: 117px;
}

#header img {
	float: left;
}

#menu {
	float: left;
	width: 760px;
	height: 31px;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	list-style-position: outside;
	list-style-type: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	margin: 0 15px 0 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a:hover {
	margin: 0 15px 0 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dec597;
	text-decoration: none;
}

#content {
	float: left;
	background: #dabfb7 url(images/contentbg.jpg) repeat-x top center;
	width: 760px;
	margin-top: 22px;
}

#homecontent {
	float: left;
	background: url(images/homebg.jpg) no-repeat 288px 1px;
	width: 760px;
}

#contenttopleft {
	float: left;
	background: url(images/contenttopleftbg.jpg) no-repeat top left;
	width: 760px;
}

#contenttopright {
	float: left;
	background: url(images/contenttoprightbg.jpg) no-repeat top right;
	width: 760px;
}

#contentbottomleft {
	float: left;
	background: url(images/contentbottomleftbg.jpg) no-repeat bottom left;
	width: 760px;
}

#contentbottomright {
	float: left;
	background: url(images/contentbottomrightbg.jpg) no-repeat bottom right;
	width: 760px;
}


.text {
	float: left;
	padding: 40px 0 0 30px;
}

#home-title {
	float: left;
	width: 700px;
}

#home-text {
	float: left;
	padding: 20px 0 0 0;
	width: 300px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d1e13;
	line-height: 1.5;
	height: 340px;
}


#list-title {
	float: left;
	display: block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9f7f59;
}

#list-text {
	float: left;
	width: 700px;
	padding: 30px 0 0 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d1e13;
	line-height: 1.5;
}



#address {
	background:url(images/img_cont.png) no-repeat bottom;
	float: left;
	width: 200px;
	padding: 80px 0 0 50px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d1e13;
	line-height: 1.5;
}

#formContainer {
	float: left;
	width: 300px;
	padding: 0 0 50px 100px;
}

#formContainer label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8d1e13;
	line-height: 1.5;
	
	float: left;
	width: 80px;
	margin: 5px 0 5px 0;
}

#formContainer input {
	float: left;
	width: 210px;
	margin: 5px 0 5px 0;
}

#formContainer textarea {
	float: left;
	width: 210px;
	height: 150px;
	margin: 5px 0 5px 0;
}




#image-list {
	float: left;
	padding: 20px 0 0 30px;
}

#image-list a {
	float: left;
	border: 1px solid #1f1f1f;
}

#image-list a:hover {
	float: left;
	border: 1px solid #6a0002;
}

#image-list img {
	float: left;
	border: 1px solid #dcc2ba;
}

.image-row {
	float: left;
	padding: 9px 0 9px 0;
}

.img-left {
	float: left;
	margin: 0;
	padding: 0;
}

.img-right {
	float: left;
	margin: 0;
	padding-left: 18px;
}

#info {
	float: left;
	padding: 10px 0 10px 30px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52473b;
}

#info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b0204;
	text-decoration: underline;
}

#info a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6b0204;
	text-decoration: none;
}






#footer {
	float: left;
	width: 760px;
	text-align: center;
	padding: 20px 0 30px 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3847c;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3847c;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d3847c;
	text-decoration: underline;
}
