@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-size: 1.2em;
	text-transform: lowercase;
	padding-bottom: 10px;
	color: #666666;
}
h2 {
	font-weight: bold;
	border-bottom-width: 1px;
	font-size: 10px;
	width: 250px;
	color: #666666;
}
h3 {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #666666;
	width: 400px;
	text-align: center;
	margin-left: -200px;  /***  width / 2   ***/
	position: relative;
	left: 50%;
}
ul {
	padding-left: 18px;
	margin-left: -7px;
	color: #333333;
}
.table {
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 40px;
}

.th {
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.td {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 50%;
}
.outer-box {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
.outer-box-blog {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	margin-top: 30px;
}
.inner-box {
	width: 964px;
	height: 534px;
	margin-left: -482px;  /***  width / 2   ***/
	position: absolute;
	top: -267px;          /***  height / 2   ***/
	left: 50%;
}
.inner-box-blog {
	width: 964px;

	margin-left: -482px;  /***  width / 2   ***/
	position: absolute;

	left: 50%;
}
.header-row {
	width: 964px;
	height: 40px;
}
.header-logo {
	width: 235px;
	height: 33px;
	float: left;
}
.header-menu {
	float: right;
	height: 20px;
	font-size: 0.8em;
	text-align: center;
	padding-top: 15px;
	position: relative;
	top: 15px;
	margin-top: -15px;
}
.menu-link {
	text-decoration: none;
}
.menu-link-on {
	text-decoration: none;
	color: #F47B17;
	text-transform: uppercase;
	font-weight: bold;
}
.sub-menu-link {
	text-decoration: none;
	color: #000000;
}
.sub-menu-link-on {
	text-decoration: none;
	color: #F68933;
	text-transform: uppercase;
	font-weight: bold;
}
.content {
	height: 400px;
	width: 964px;
}
.content-text {
	color: #333333;
	padding-top: 16px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 25px;
	height: 345px;
	font-size: 0.98em;
	letter-spacing: 0.10em;
	line-height: 18px;
}
.content-text-menu {
	color: #333333;
	font-size: 0.9em;
	letter-spacing: 0.16em;
	background-color: #F9FCFF;
	position: relative;
	bottom: 20;
}
.content-next-page {
	color: #333333;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.16em;
}
.content-link {
	color: #666666;
	text-decoration: underline;
}
.content-link-none {
	color: #000000;
	text-decoration: none;
}
.footer-text {
	font-size: 0.68em;
	width: 964px;
	height: 15px;
	padding-top: 15px;
	clear: both;
	text-align: center;
	color: #333333;
}
.footer-menu {
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	height: 15px;
	clear: both;
	color: #999999;
}
.footer-sub-menu {
	font-size: 0.8em;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #F2F2F2;
	padding-left: 30px;
	height: 15px;
	color: #666666;
}
.footer-sub-menu-off {
	font-size: 0.8em;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
	padding-left: 30px;
	height: 15px;
}
.download {
	color: #FFFFFF;
	font-size: 0.9em;
	letter-spacing: 0.16em;
	float: right;
	margin-top: 10px;
	vertical-align: top;
}
.gallery-image {
	height: 160px;
	width: 130px;
	margin: 5px;
	float: left;
	font-size: .85em;
	text-align: center;
	padding: 10px;
}
.gallery-row {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
	clear: both;
}
.column-left {
	float: left;
	width: 300px;
}
.column-right {
	float: right;
	width: 300px;
}
.three-column-left {
	float: left;
	width: 280px;
	margin-right: 25px;
}
.three-column-right {
	float: right;
	width: 280px;
}
.three-column-left2 {
	float: left;
	width: 205px;
	margin-right: 15px;
}
.three-column-right2 {
	float: right;
	width: 205px;
}
.content-box-white {
	background-color: #FFFFFF;
	padding: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	float: right;
	width: 300px;
	font-size: 10px;
	color: #FF0000;
	clear: none;
	vertical-align: top;
}
.right-and-left-all-content {
	width: 964px;
	float: left;
	height: 400px;
	margin-bottom: 10px;
	border: 2px solid #EBEBEB;
}
.left-gallery4-right-content-left-side {
	float: left;
	height: 398px;
	margin-bottom: 10px;
	width: 320px;
	border: 1px solid #EBEBEB;
}
.left-gallery4-right-content-right-side {
	width: 637px;
	background-color: #EBEBEB;
	float: right;
	height: 400px;
	margin-left: 3px;
	margin-bottom: 10px;
}
.left-gallery6-right-content-left-side {
	float: left;
	height: 398px;
	margin-bottom: 10px;
	width: 480px;
	border: 1px solid #EBEBEB;
}

.left-gallery6-right-content-right-side {
	width: 473px;
	float: right;
	height: 400px;
	margin-left: 3px;
	margin-bottom: 10px;
	border: 2px solid #EBEBEB;	
}
.left-landscape-right-content-left-side {
	float: left;
	height: 400px;
	margin-bottom: 10px;
	width: 600px;
}
.left-landscape-right-content-right-side {
	width: 357px;
	float: right;
	height: 396px;
	margin-left: 3px;
	margin-bottom: 10px;
	border: 2px solid #EBEBEB;
}
.right-landscape-left-content-left-side {
	width: 357px;
	float: left;
	height: 396px;
	margin-bottom: 10px;
	margin-right: 3px;
	border: 2px solid #EBEBEB;
}
.right-landscape-left-content-right-side {
	float: right;
	height: 400px;
	margin-bottom: 10px;
	width: 600px;
}
.left-portrait-right-content-left-side {
	float: left;
	height: 400px;
	margin-bottom: 10px;
	width: 266px;
}
.left-portrait-right-content-right-side {
	width: 691px;
	float: right;
	margin-left: 3px;
	margin-bottom: 10px;
	height: 396px;
	border: 2px solid #EBEBEB;
}
.right-portrait-left-content-left-side {
	width: 691px;
	float: left;
	margin-bottom: 10px;
	height: 396px;
	margin-right: 3px;
	border: 2px solid #EBEBEB;
}
.right-portrait-left-content-right-side {
	float: right;
	height: 400px;
	margin-bottom: 10px;
	width: 266px;
}
.gallery-left {
	width: 175px;
	float: left;
	height: 396px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 2px solid #EBEBEB;
}
.gallery-middle {
	float: left;
	height: 400px;
	margin-bottom: 10px;
	width: 606px;
	background-color: #EBEBEB;
	cursor: pointer;
}
.gallery-right {
	width: 175px;
	float: right;
	height: 396px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 2px solid #EBEBEB;
}
.gallery-photo {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.wide-gallery-left-side {
	width: 75px;
	float: left;
	height: 396px;
	margin-right: 3px;
	margin-bottom: 10px;
	border: 2px solid #EBEBEB;
}
.wide-gallery-photo {
	float: left;
	height: 400px;
	margin-bottom: 10px;
	width: 800px;
}
.wide-gallery-right-side {
	width: 75px;
	float: right;
	height: 396px;
	margin-left: 3px;
	margin-bottom: 10px;
	border: 2px solid #EBEBEB;
}

.arrow-left {
	position: absolute;
	left: 40px;
	top: 210px;
}
.arrow-right {
	position: absolute;
	top: 210px;
	right: 40px;
}
.wide-gallery-left {
	width: 75px;
	float: left;
	height: 396px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 2px solid #EBEBEB;
}
.wide-gallery-middle {
	float: left;
	height: 400px;
	margin-bottom: 10px;
	width: 806px;
	background-color: #003366;
	cursor: pointer;
}
.wide-gallery-right {
	width: 75px;
	float: right;
	height: 396px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 2px solid #EBEBEB;
}

