/* css document */
#navigation {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none
}
#content {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none
}

.section {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content {
	float: left;
	overflow: hidden;
	width: 630px;
	position: relative;
	height: 400px;
	z-index:100;
}

#content h3 {
	font-family:"Century Gothic";
	font-weight:bold;
	font-size: 14px;
	margin-bottom:10px;
	margin-top:20px;
	color:#000000;
}
#content img {
	z-index: 5;
	left: 191px;
	position: absolute;
	top: 101px
}
#content .loading {
	margin-top: 170px;
	font-family:"Century Gothic";
	font-size: 16px;
	font-weight: bolder;
	color:#333333;
	text-decoration:none;
}
#navigation {
	width: 450px;
	height: 400px;
	margin-top:50px;
}
#navigation li {
	margin: 20px 0pt 20px 0px;
}
#navigation a {
	font-weight: bolder;
	font-size: 85%;
	color: white;
	text-decoration: none
}


#navigation a.scrolling {
	color: #ff0000
}
.section {
	z-index: 1;
	margin: 0px 0px 0px 0px;
	width: 4000px;
	position: absolute;
	top:20px;
	left:0px;
}
.section a {
	text-decoration:none;
}


.section li {
	border: 0px solid #000000;
}

.section .sub hr, #gallery_area hr {
	color:#999999;
	background:#999999;
	height:1px;
	width:300px;
}
.section .sub {
	float: left;
	width: 300px;
	padding:0px 40px 0px 40px;
	position: relative;
	border:0px solid black;
	height: 352px;
}
.section .sub p {
	font-family:Verdana;
	font-size: 10px;
	text-align:justify;
/*	line-height: 1.4em;*/
	color:#000000;
	width:300px;
	position:absolute;
	left:40px;
}
.section .next {
	top:335px;
	right: 55px;
	font-size: 28px;
	letter-spacing: -2px;
	position: absolute;
	font-weight:bold;
	width:16px;
	height:16px;
	background:url(../images/buttons/btn_right.gif) no-repeat;
}
.section .prev {
	top:335px;
	left: 55px;
	font-size: 28px;
	bottom: 15px;
	letter-spacing: -2px;
	position: absolute;
	font-weight:bold;
	width:16px;
	height:16px;
	background:url(../images/buttons/btn_left.gif) no-repeat;
}


.section .home {
	font-family:Verdana;
	font-size: 12px;
	top:335px;
	left: 160px;
	bottom: 15px;
	position: absolute;
	width:57px;
	height:17px;	
	background:url(../images/buttons/btn_index.gif) no-repeat;
}


.sub-sections {
	top: 130px;
	left:10px;
	width:280px;	
	text-align:center;
	list-style-type:none;
	position: absolute;	
	z-index: 2;
	border:0px solid red;
}
.sub-sections li {
	line-height:2;
	padding: 0px;
	width:100%;
	border:0px solid red;	
	float: left;
	margin-bottom: 15px;
}
.sub-sections a, .sec_link {
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight: bolder;
	color:#333333;
	text-decoration:underline;
}

#sections{
	font-family:"Century Gothic";
	font-weight:bolder;
	color:#000000;
}

/* personal editing */

.content_heading {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight:bold;
	color:#FF6600;
}

.content_text_orng {
	font-family: "Century Gothic";
	font-weight:bold;
	font-size: 12px;
	color:#FF6600;
}

.content_body {
	color:#666666;
	font-family: "Century Gothic";
	font-size: 12px;
}

.content_area {
	text-align:justify;
}


.spaarth_text{
	text-align:center;
	font-family:"Century Gothic";
	font-size:36px;
	color:#FF6600;
	padding:0px;
	margin-bottom:10px;	
	border-bottom:1px solid #FF6600;
}

.spaarth_hr{
	height:5px;
	background:#FF6600;
	border:hidden;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.btn_gray {
	background: transparent url('../images/buttons/bg_button_a.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	/*float:left;
	position:relative;
	left:100px;*/
	font: 12px "Century Gothic";
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	border:0px solid black;
}

a.btn_gray span {
	background: transparent url('../images/buttons/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 12px;
	padding: 5px 0 7px 18px;
} 

a.btn_gray:active {
background-position: bottom right;
color: #FFFFFF;
outline: none; /* hide dotted outline in Firefox */
}

a.btn_gray:active span {
	background-position: bottom left;
	padding: 6px 0 6px 18px; /* push text down 1px */
}