html, body, div, table, fieldset, form, h1, h2, h3, h4, h5, p, ul, li, tr, td, th {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	border: none;
}
table {
	border-collapse: collapse;
}

html, body {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

body {
	text-align: center;
	font: 0.8em/150% Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/background.png) repeat-y center top;
	color: #390f01;
}

#page {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 40px;
}
#footer {
	background: url(/images/background-bottom.png) repeat-y left top;
	height: 30px;	
	clear: both;
	margin: 10px auto 0;	
	width: 960px;
}
#container {
	clear: both;
	margin-top: 12px;
}
#header {
	height: 155px;
	overflow: hidden;
	position: relative;
}
#menu_left,
#header .logo {
	float: left;
	width: 192px;
}
#title {
	overflow: hidden;
	width: 688px;
	height: 48px;
}
#contents {
	overflow: hidden;
	overflow-y: auto;
	width: 676px;
	padding-right: 12px;
}
#contents,
#title,
#header .header_images {
	margin-left: 232px;
}


/* header */
#header {
}
	#header .title {
		margin: 1px 0 4px 0;
		height: 50px;
	}
		#header .title h1 {
			font-size: 1.8em;
			padding: 18px 0 0 12px;
			font-style: italic;			
		}
			#header .title .sub_title {
				font-size: 0.8em;	
			}
	/* photo_gallery */
	#photo_gallery {
		position: relative;
	}
	#photo_gallery .slides {
		height: 100px;
		overflow: hidden;
		position: relative;
	}
	#photo_gallery ul {
		list-style: none;
		white-space: nowrap;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 50000px;
	}
	#photo_gallery li {
		float: left;
		display: block;
		margin: 0px 2px 0px 0px;
		line-height: 90%;
	}
	#photo_gallery img {
		/* border: 1px solid #3f3907; */
	}
	#photo_gallery .prev img,
	#photo_gallery .next img {
		border: none;
		cursor: pointer;
	}
	#photo_gallery .prev {
		position: absolute;
		top: 30px;
		left: 2px;
		z-index: 200;
	}
	#photo_gallery .next {
		position: absolute;
		top: 30px;
		right: 2px;
		z-index: 200;
	}
		#photo_gallery li p {
			text-align: center;
			font-size: 0.6em;
			text-transform: uppercase;
			color: #461004;
			margin: 1px 0 0;
		}


/* menu_left */
#menu_left {
}
	#menu_left ul {
		position: relative;
	}
		#menu_left li {
			margin: 0 0 4px 0;
		}
			#menu_left li li {
				margin: 4px 0;
			}
			#menu_left .nolink {
				display: block;
				line-height: 26px;
				padding: 0 4px 0 74px;
				text-transform: uppercase;
				background-color: #efede1;
				color: #666666;
			}
			#menu_left a {
				display: block;
				line-height: 26px;
				padding: 0 4px 0 74px;
				text-transform: uppercase;
				background-color: #efede1;
				color: #3a0e03;
			}
				#menu_left .sub > a {
					cursor: default;
				}
				#menu_left li li a {
					padding: 0 4px 0 84px;
					text-transform: none;
				}
		#menu_left li.selected a {
			font-weight: bold;
			background: #efede1 url(/images/selected.png) no-repeat 62px center;
		}
			#menu_left li li.selected a {
				font-weight: bold;
				background: url(/images/selected.png) no-repeat 74px center;
			}
		
/* overlay */
#menu_left {
	position: relative;
}
	#menu_left .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 68px;
		height: 356px;
		z-index: 100;
		background: url(/images/menu-curve.png);
	}
	
	#searchForm {
		padding: 18px 4px 18px 6px;
	}
		#searchForm fieldset {
			border: none;
			float: right;
		}
			#searchForm label {
				font-size: 0.86em;
			}
			#code {
				width: 3.4em;
			}
			#searchForm input {
				padding: 1px;
			}
				#searchForm input[type=image] {
					vertical-align: text-bottom;
					padding: 0;
				}

/* contents */
#title {
}
	#title h1 {
		font-size: 1.8em;
		margin: 0 0 12px;
		padding: 10px 0 8px 12px;
		font-style: italic;	
		margin: 0 0 10px;
		background-color: #EFEDE1;
	}
		#title h1 .sub_title {
			font-size: 0.8em;	
		}
	
	#shape_select {
		float: right;
	}
		#shape_select form {
			padding: 10px 8px 0 0;
		}

#contents {
}
	#contents a {
		color: #5E5C89;
	}
		#contents a:hover {
			text-decoration: underline;
		}
	#contents h1 {
		font-size: 1.8em;
		margin: 0 0 12px;
	}
	#contents h2 {
		font-size: 1.2em;
		margin: 12px 0 8px;
	}
	#contents p {
		margin: 0 0 8px;
		text-align: justify;
	}
		#contents p.left {
			width: 440px;
		}
	
	.right {
		float: right;
		margin: 4px 0 6px 8px;
	}
	
	#shapes {
		line-height: normal;
	}
		#shapes a:hover {
			text-decoration: none;
		}
		#shapes .shapes_left {
			float: left;
			width: 320px;
		}
		#shapes .shapes_right {
			float: right;
			width: 320px;
		}
			#shapes .shape {
				overflow: hidden;
				margin-bottom: 10px;
				background: no-repeat left bottom;
			}
				#shapes .shape img {
					float: left;
				}
				#shapes .shape .hidden {
					display: none;
				}
				#shapes a {
					display: block;
					width: 102px;
					min-height: 40px;
					float: left;
					background: no-repeat center bottom;
				}
				#shapes .props {
					margin: 0 0 8px 110px;
					overflow: hidden;
					width: 210px;
				}
					#shapes .props h4 {
						margin: 2px 0 8px;
					}
					#shapes .props li {
						margin: 1px 0;
						line-height: 120%;
						overflow: hidden;
					}
						#shapes .props label {
							float: left;
							display: block;
							width: 130px;
						}
	
	#image_bar {
		margin: 40px 0 20px;
		height: 91px;
		background: url(/images/images-home-bottom.jpg) repeat-x left top;
	}

	#contents address {
		font-style: normal;
		text-align: center;
		padding: 36px 0 28px;
		clear: both;
	}
	#contents .bottom_links {
		font-size: 0.9em;
		text-align: center;
	}

	/* slide show */
	#slideshow {
		position: relative;
		margin: 20px auto;
		width: 360px;
		height: 220px;
	}
		#slideshow li {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 8;
			opacity: 0.0;
			border: none;
			/* ie bugs */
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
			#slideshow li.active {
				z-index: 10;
				opacity: 1.0;
			}
			#slideshow li.last-active {
				z-index: 9;
			}
	
	
/* credits */
#contents p.credits {
	font-size: 9px;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 40px;
	letter-spacing: 1px;
}
#contents p.credits a {
	color: #999999;
}
#contents p.credits a:hover {
	text-decoration: underline;
	color: #777777;
}

.vcard {
	margin: 30px 0;
}
	.vcard div {
		overflow: hidden;
	}
	.vcard .org {
		margin: 24px 0 0;
		font-weight: bold;
	}
	.vcard .tel {
		margin: 12px 0 0;
	}
	.vcard .label,
	.vcard .telefax {
		float: left;
		width: 72px;
		display: block;
	}
	.vcard .contact .fn {
		float: left;
	}

/* form */
#block_contact_form {
}
	#block_contact_form fieldset {
		border: none;
	}
		#block_contact_form li {
			overflow: hidden;
		}
			#block_contact_form label {
				float: left;
				display: block;
				width: 120px;
				text-align: right;
				margin: 4px 6px 2px 0;
			}

/* response */
#contents #response {
	margin: 16px 40px;
}
	#contents #response p {
		margin: 16px 0 8px;
	}
		#contents #response label {
			text-align: left;
		}
			#contents #response .checkbox label {
				float: none;
				width: auto;
				display: inline;
				text-align: left;
			}
			#contents #response .checkbox input {
				float: left;
				margin-right: 4px;
			}
		#contents #response .send {
			text-align: center;
		}
			#contents #response .send input {
				margin: 16px 0;
				padding: 4px 12px;
			}

/* private_area */
#contents #private_area {
}
#contents #private_area input, #contents #private_area textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
}

/* private area */
#private_link {
	position: absolute;
	right: 0;
	top: 4px;
}
	#private_link a {
		display: block;
		text-align: center;
		padding: 4px 12px;
		color: #000099;
		background-color: #EEEEEE;
		border: 1px solid #999999;
	}
		#private_link a:hover {
			color: #FFFFFF;
			background-color: #000066;
			border-color: #000033;
		}
#private_area {
}
	#private_area fieldset {
		margin: 16px 12px 16px 0;
	}
	#private_area ul.bullit_list {
		margin: 6px 0 16px 24px;
		list-style: square;
	}
		#private_area .bullit_list li {
			overflow: visible;
		}
	#private_area li {
		margin: 2px 0px;
		font-size: 0.9em;
		overflow: hidden;
	}
		#private_area .list_header {
			font-weight: bold;
			margin: 6px 0px;
			font-size: 1.1em;
		}
		#private_area li.space_above {
			margin-top: 8px;
		}
		#private_area .header {
			font-weight: bold;
			margin: 8px 0px 2px;
		}
			#private_area .header .non_bold {
				font-weight: normal;
			}
		#private_area label {
			display: block;
			float: left;
			width: 160px;
			text-align: right;
			margin-right: 6px;
		}
		#private_area .left_margin {
			margin: 2px 0 16px 166px;
		}
		#private_area .description {
			max-height: 8em;
		}
		#private_area .sub_header {
			font-size: 1.1em;
			font-weight: bold;
		}
			#private_area label .radio_button {
				display: block;
				float: left;
				width: 70px;
				text-align: center;
			}
				#private_area label .radio_button input {
					margin-top: 4px;
				}
			#private_area label.right {
				display: inline;
				float: none;
				width: auto;
				text-align: left;
				margin-left: 6px;
			}
		#private_area input,
		#private_area textarea,
		#private_area select {
			width: 420px;
			font: 0.9em Verdana, Arial, Helvetica, sans-serif;
		}
		#private_area input[type="checkbox"],
		#private_area input[type="radio"],
		#private_area input[type="submit"] {
			width: auto;
			padding: 0;
			margin: 2px 0px;
			vertical-align: middle;
		}
		#private_area .small {
			width: 120px;
		}
			#private_area label .small {
				width: 120px;
				text-align: right;
			}
	

/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

