@charset "utf-8";
/* Global */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url('../img/bg.jpg') center 0px no-repeat fixed;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height:100%;
}
.main {
	width: 940px;
	height: auto;
	margin: 0px auto;
	overflow: auto;
}

/* --- Header --- */
.logo {
	width: 346px;
	height: 128px;
	float: left;
	margin-top: 20px;
	margin-left: 297px;
}

/* --- Main Manu --- */
.navigation {
	width: 940px;
	height: 54px;
	float: left;
	margin-top: 20px;
	background: url('../img/menu_shape.png') #F7F7F7 no-repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-khtml-border-radius: 7px;
}
.navigation ul {
	padding: 0px;
	margin: 0px auto;
	width: 590px;
}
.navigation li {
	list-style: none;
}
.navigation a {
	width: auto;
	height: 54px;
	float: left;
	color: #333;
	line-height: 54px;
	padding: 0px 18px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 105%
}
.navigation a:hover {
}

.navigation .current a {
	width: auto;
	height: 54px;
	float: left;
	color: #da9345;
	line-height: 54px;
	padding: 0px 18px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 105%
}
.navigation .current a:hover {
}

/* --- Slide Show --- */
.slideshow {
	width: 938px;
	height: 498px;
	float: left;
	margin-top: 20px;
}

/* --- Page Wrap --- */
.pagewrap {
	width: 908px;
	height: auto;
	background-color: #f4f4f4;
	float: left;
	margin-top: 20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #FFF;
	padding: 15px;
	overflow: auto;
}
.pagewrap .title {
	width: 898px;
	height: 40px;
	float: left;
	border-bottom: 4px double #da9345;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 180%;
	color: #333;
	line-height: 30px;
	padding-left: 10px;
}
.pagewrap .message {
	width: 898px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 120%;
	color: #333;
	line-height: 40px;
	color: #090;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}
.pagewrap .content {
	width: 908px;
	height: auto;
	float: left;
	margin-top: 20px;
	line-height: 25px;
	color: #333;
	font-size: 95%;
	
}
.pagewrap .content .popmain {
	width: 0px;
	height: 0px;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #000;
}
.pagewrap .content .popup {
	width: 700px;
	height: 700px;
	background-color: #FFF;
	position: absolute;
	left: -350px;
	top: -350px;
	z-index: 10;
	border: 1px solid #333;
	box-shadow: 0px 0px 50px #000;
}
.pagewrap .content .popup img {
	display: block;
}

.pagewrap .content .popclose {
	width: 30px;
	height: 30px;
	background: url('../img/popclose.png') no-repeat;
	position: absolute;
	left: 337px;
	top: -365px;
	z-index: 12;
	cursor: pointer;
	display: none;
}

.pagewrap #contact .left {
	width: 367px;
	height: auto;
	float: left;
}
.pagewrap #contact .right {
	padding-left: 20px;
	width: 519px;
	height: auto;
	float: left;
}
.pagewrap #contact .map {
	width: 367px;
	height: 247px;
	float: left;
	background: url('../img/map.jpg') no-repeat;
	border: 1px solid #999;
}
.pagewrap #contact h1 {
	width: 369px;
	height: 25px;
	float: left;
	color: #da9345;
	font-size: 100%;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.pagewrap #contact h2 {
	width: 369px;
	height: auto;
	float: left;
	color: #333;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	text-align: center;
	line-height: 18px;
}
.pagewrap #contact form {
	width: 519px;
	height: auto;
	float: left;
	overflow: auto;
}
.pagewrap #contact form div {
	width: 519px;
	height: auto;
	margin: 0px 0px 5px 0px;
}
.pagewrap #contact form div label {
	width: 519px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #333;
	text-shadow: 0px 1px 1px #FFF;
	float: left;
	font-size: 95%;
}
.pagewrap #contact form div input {
	width: 290px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #333;
	float: left;
	border: 1px solid #CCC;
	padding: 0px 5px;
}
.pagewrap #contact form div textarea {
	width: 500px;
	height: 140px;
	line-height: 25px;
	font-weight: bold;
	color: #333;
	float: left;
	border: 1px solid #CCC;
	padding: 0px 5px;
	resize: none;
}
.pagewrap #contact form div .btn_a {
	width: 100px;
	height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	line-height: 25px;
	margin: 10px 0px;
	float: left;
	cursor: pointer;
	background-color: #f0f0f0;
	border: 1px solid #CCC;
}

/* --- Collection Page --- */

.nav_wrap {
	float: left;
	width: 200px;
	height: auto;
	font-size: 95%;
}
.nav_wrap ul {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: auto;
}
.nav_wrap li {
	list-style: none;
	width: 180px;
	height: 25px;
	padding-left: 20px;
}
.nav_wrap a {
	float: left;
	color: #333;
	line-height: 25px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-size: 95%;
}
.nav_wrap a:hover {
	float: left;
	color: #333;
	line-height: 25px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-size: 95%;
	margin-left: 10px;
}

.nav_wrap .current a {
	float: left;
	color: #da9345;
	line-height: 25px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
}
.nav_wrap .current a:hover {
}

.gallery_wrap {
	float: left;
	width: 708px;
	height: auto;
}
.gallery_wrap .item_wrap {
	width: 219px;
	height: 260px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 5px #CCC;
	background-color: #FFF;
}
.gallery_wrap .item_wrap .img {
	width: 219px;
	height: 219px;
	float: left;
	background-color: #FFF;
	cursor: pointer;
}
.gallery_wrap .item_wrap .img_title {
	width: 219px;
	height: 40px;
	float: left;
	background-color: #f0f0f0;
	border-top: 1px solid #CCC;
	text-align: center;
	line-height: 40px;
	color: #333;
	text-shadow: 0px 1px 1px #FFF;
	font-style: italic;
	font-size: 95%;
	font-weight: bold;
	
}


/* --- Footer --- */
.footer {
	width: 940px;
	height: auto;
	float: left;
	margin: 20px 0px;
}
.footer h1 {
	width: 500px;
	height: 25px;
	text-align: left;
	color: #333;
	font-size: 90%;
	margin: 0px;
	float: left;
	font-weight: bold;
}
.footer h2 {
	width: 400px;
	height: 25px;
	text-align: right;
	color: #333;
	font-size: 90%;
	margin: 0px;
	float: right;
	font-weight: bold;
}
.footer h2 a {
	color: #333;
	text-decoration: none;
}
.footer h2 a:hover {
	text-decoration: underline;
}
.footer h3 {
	width: 400px;
	height: 25px;
	text-align: right;
	color: #999;
	font-size: 90%;
	margin: 0px;
	float: right;
	font-weight: bold;
}
.footer h3 a {
	color: #999;
	text-decoration: none;
}
.footer h3 a:hover {
	text-decoration: underline;
}