/*
"GENERAL" - main styles.
"PAGE" - page styles.
"HEADER" - header styles.
"CONTENT" - content styles.
"FOOTER" - footer styles.
*/



/* GENERAL */
BODY {
	padding: 0;
	margin: 0;
	text-align: center;
	background: url(../img/bg.jpg) 50% 0 repeat-x;
}

HTML, BODY, H1, H2, H3, H4, H5, H6, FORM, P, IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

BODY, INPUT, SELECT, TEXTAREA, TABLE, TD, TH {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #3d3c3e;
}

UL, OL, LI {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* PAGE */
#holder {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* HEADER */
#header {
	background-color: #fff;
	height: 135px;
	position: relative;
}
#header H1 {
	position: absolute;
	top: 37px;
	left: 0;
	font-family: 'Prociono', serif;
	text-transform: uppercase;
	font-size: 33px;
	color: #3d3c3e;
}
#header .web-address {
	position: absolute;
	top: 78px;
	left: 0;
	font-size: 17px;
	font-weight: bold;
	color: #ff2a00;
	text-decoration: none;
}
#header .web-address:hover {
	text-decoration: underline;
}
#header .logo {
	position: absolute;
	top: 32px;
	right: 0;
}

/* CONTENT */
#content {
	margin: 0;
	font-size: 1em;
	line-height: 1.4em;
}
#content .holder-01 {
	height: 460px;
}
#content .holder-01-left {
	width: 390px;
	padding-top: 48px;
	float: left;
}
#content .holder-01-right {
	width: 510px;
	padding-top: 48px;
	float: right;
}
#content .holder-02 {
	height: 540px;
	padding-top: 45px;
	position: relative;
}
#content .holder-02 .images {
	width: 840px;
	height: 470px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 0 0 15px #1d2234;
	-webkit-box-shadow: 0 0 15px #1d2234;
	box-shadow: 0 0 15px #1d2234;
}
#content .holder-02 .images .items {
	width: 20000em;
	position: absolute;
}
#content .holder-02 .arrow {
	width: 24px;
	height: 40px;
	background: url(../img/spirite.png) 0 -17px no-repeat;
	position: absolute;
	top: 264px;
	cursor: pointer;
}
#content .holder-02 .arrow a {
	display: block;
	width: 24px;
	height: 40px;
}
#content .holder-02 .arrow.left {
	left: 0;
}
#content .holder-02 .arrow.right {
	right: 0;
	background-position: 0 -57px;
}
#content .holder-02 .navi {
	display: block;
	margin: 25px auto 0 375px;
	list-style: none;
}
#content .holder-02 .navi li {
	display: inline-block;
	list-style: none;
	width: 14px;
	height: 14px;
	background: url(../img/spirite.png) 2px 0 no-repeat;
	margin: 0 2px;
	padding: 0;
}
#content .holder-02 .navi li.active {
	background-position: -16px 0;
}
#content .holder-02 .navi a {
	display: block;
	width: 14px;
	height: 14px;
}
#content .holder-03 {
	height: 655px;
}
#content .holder-03-top {
	padding-top: 70px;
}
#content .holder-03 .row {
	height: 65px;
	line-height: 65px;
	border-bottom: 1px #d8cfbe solid;
	font-weight: bold;
	font-size: 1.2em;
}
#content .holder-03 .row span {
	font-family: 'Ultra', serif;
	font-weight: bold;
	font-size: 1.25em;
	color: #65a314;
	float: right;
}
#content .holder-03-left {
	width: 450px;
	float: left;
}
#content .holder-03-right {
	width: 450px;
	float: right;
}
#content .holder-04 {
	height: 465px;
}
#content .holder-04-left {
	width: 390px;
	margin-right: 40px;
	float: left;
	padding-top: 62px;
}
#content .holder-04-left strong {
	font-weight: bold;
	display: block;
	padding-top: 20px;
}
#content .holder-04-center {
	width: 290px;
	float: left;
	padding-top: 62px;
}
#content .holder-04-center span {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
#content .holder-04-right {
	width: 210px;
	float: right;
	padding-top: 62px;
}

/* CONTENT - default */
#content H1, #content H2, #content H3, #content H4, #content H5, #content H6 {
	font-family: 'Prociono', serif;
	color: #ff2a00;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
#content H2 {
	font-size: 1.35em;
	font-weight: bold;
}
#content .holder-03-top H2 {
	margin: 0 0 10px 0;
}

#content A {
	color: #FF0000;
	text-decoration: none;
}

#content A:hover {
	color: #00FF00;
	text-decoration: underline;
}

#content UL {
	color: #a19071;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-left: 17px;
}
#content UL LI {
	padding: 0 0 4px 4px;
	margin: 0;
}
#content UL LI span {
	color: #3d3c3e;
}



/* CONTENT - others */



/* FOOTER */
#footer {
	background-color: #000099;
}
