html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(../img/bg.gif) repeat;
	font: normal 14px/1.4em Arial, Helvetica, sans-serif;
}

h2, h3 {
	font: bold 28px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	padding: 20px 0 10px 0;
	margin: 0;
}

h4 {
	font: bold 20px/1.5em Arial, Helvetica, sans-serif;
	color: #F7A81C;
	padding: 0;
	margin: 0;
	margin-left: -5px;
}

img { border: none; }

a:link {
	color: #F19B03;
	text-decoration: none;
}

a:visited {
	color: #F19B03;
	text-decoration: none;
}

a:hover {
	color: #F19B03;
	text-decoration: underline;
}

a:active {
	color: #F19B03;
	text-decoration: underline;
}

textarea { resize: none; }

#page-wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

#top {
	width: 100%;
	height: 7px;
	background-color: #212121;
	-moz-box-shadow: 0 0 3px #212121;
	-webkit-box-shadow: 0 0 3px #212121;
	box-shadow: 0px 0px 35px #212121;
}

#header {
	width: 970px;
	height: 126px;
	margin: 0 auto;
	position: relative;
}

#logo {
	width: 401px;
	height: 104px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#top-menu-wrapper {
	background-color: #212121;
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 19px;
	padding: 8px 10px;
	text-align: center;
	color: #DDD;
	-moz-box-shadow: 0 0 3px #212121;
	-webkit-box-shadow: 0 0 3px #212121;
	box-shadow: 0px 0px 3px #212121;
}

#top-menu {	position: relative; }

#top-profile-img {
	float: left;
	border: 1px solid #DDD;
	width: 32px;
	height: 32px;
}

#top-profile-data {	float: left; }

#top-profile-data p {
	padding: 7px 3px;
	margin: 0 5px;
}
	
#top-menu-links { float: right; }

#top-menu-form {
	clear: both;
	padding: 7px 8px;
	display: none;
	width: 400px;
	height: 23px;
	text-align: center;
}

#login-loading {
	width: 20px;
	height: 3px;
	background-color: #F3AF37;
	position: absolute;
	left: -10px;
	bottom: -8px;
	display: none;
}

#top-menu-wrapper a { color: #F3AF37; }

#login-form { display: none; }

#login-error {
	color: #F00;
	display: none;
	float: left;
	padding-left: 14px;
}

.sc-input {
	display: block;
	float: left;
	color: #AAA;
	width: 149px;
	height: 18px;
	margin: 0 5px;
	outline-color: #F19B03;
	outline-width: 3px;
}

#sc-pass { display: none; color: #000; }

#slideshow-wrapper {
	width: 970px;
	height: 353px;
	margin: 50px auto 0 auto;
	background: url(../img/shade.png) center bottom no-repeat;
	position: relative;
}

#slideshow {
	width: 970px;
	height: 312px;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0px 0px 5px #000;
	background: url(../img/bg.png) repeat;
}

#slides {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 970px;
	height: 312px;
}

.slide-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.slide { position: relative; }

.slide-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg.png) repeat;
	z-index: 200;
	width: 940px;
	color: #FFF;
	padding: 7px 15px;
}

.slide-text p {
	margin: 0;
	padding: 7px 5px;
	width: 500px;
}

.head {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.slide-text a {
	color: #FFF;
	text-decoration: underline;
}

.slide-text a:hover { color: #F3AF37; }

#slide-loading {
	width: 970px;
	height: 312px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 250;
	text-align: center;
}

#slide-loading img {
	width: 220px;
	height: 19px;
	margin-top: 147px;
}

#slide-control {
	width: 118px;
	height: 35px;
	background: url(../img/slider.png) no-repeat;
	position: absolute;
	bottom: 60px;
	right: -6px;
	padding: 0 10px;
	z-index: 300;
	display: none;
}

#slide-control a {
	display: block;
	background: url(../img/bullet.png) top no-repeat;
	float: left;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	margin: 9px 3px;
}
	
#slide-control a:hover { background-position: bottom; }

.slide-current { background-position: bottom !important; }	

#main-wrapper {
	width: 100%;
	padding-bottom: 36px;
	height: 100%;
}

#main {
	width: 968px;
	margin: 30px auto;
	border: 1px solid #CFD0CE;
	background-color: #EAECE9;
	-moz-box-shadow: 0 0 3px #CFD0CE;
	-webkit-box-shadow: 0 0 3px #CFD0CE;
	box-shadow: 0px 0px 3px #CFD0CE;
}

#sidebar {
	width: 178px;
	float: left;
	padding: 10px;
}

#profile-img {
	width: 150px;
	height: 150px;
	margin: 12px;
	border: 1px solid #F3AF37;
	-moz-box-shadow: 0 0 3px #212121;
	-webkit-box-shadow: 0 0 3px #212121;
	box-shadow: 0px 0px 3px #212121;
}

#side-menu a {
	color: #000;
	display: block;
	font-size: 14px;
	height: 30px;
	margin: 0px 3px;
	padding-bottom: 4px;
	background: url(../img/menu_divider.jpg) bottom no-repeat;
}

#side-menu a:hover { color: #F19B03; }

#side-menu .side-current { color: #F19B03 !important; }

#side-menu ul {
	list-style: none;
	padding: 3px 0;
	margin: 10px 12px;
}

#menu-wrapper {
	width: 100%;
	height: 42px;
	background: #F3AF37;
	border-top: 1px solid #E4B260;
	border-bottom: 1px solid #D2A635;
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	box-shadow: 0px 0px 3px #AAA;
}

#menu {
	width: 970px;
	height: 42px;
	margin: 0 auto;
}

#menu ul {
	list-style: none;
	padding: 4px 0;
	margin: 0;
}

#menu a {
	display: block;
	padding: 6px 12px;
	float: left;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #F3AF37;
	background: url(../img/menu_bg.gif) top right no-repeat;
}

#menu a:hover {
	background-position: bottom;
	border: 1px solid #666;
}

#menu li {
	float: left;
	padding-left: 16px;
	color: #fff;
}

#content {
	width: 730px;
	float: right;
	background-color: #FFF;
	padding: 5px 20px 30px 20px;
	min-height: 472px;
}

#content p {
	padding: 8px 7px;
	margin: 0;
}

#content .sc-input { color: #000; }

#profile-data {
	margin: 20px 0;
	padding: 0;
}

#profile-data td { padding: 5px; }

#contact table td { font-weight: bold; }

#contact .sc-input {
	width: 500px;
	margin: 0;
}

#contact textarea {
	outline-color: #F19B03;
	outline-width: 3px;
	margin: 0;
}

#contact-button {
	float: left;
}

#contact-loading {
	margin: 5px 7px;
	display: none;
	width: 128px;
	height: 15px;
}

#footer-wrapper {
	width: 100%;
	background-color: #212121;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 36px;
	-moz-box-shadow: 0 0 3px #212121;
	-webkit-box-shadow: 0 0 3px #212121;
	box-shadow: 0px 0px 3px #212121;
}

#footer {
	width: 970px;
	margin: 0 auto;
	text-align: center;
	color: #DDD;
	padding: 5px 0;
	height: 26px;
}

#footer-valid {
	float: left;
	height: 26px;
}

#footer-valid a {
	text-decoration: none;
	margin-right: 10px;
}

#footer-links {
	float: right;
	padding: 4px;
}

#footer-links a {
	color: #DDD;
	text-decoration: none;
}

#footer-links a:hover { text-decoration: underline; }

#footer-copyright { padding: 4px 0; }

.slide img {
	width: 970px;
	height: 312px;
}

.displayed { display: block; }

.comments {
	width: 650px;
	padding: 10px 25px 0 25px;
	display: none;
	margin: 0 auto;
}

.comm-del-box { padding: 0 0 5px 8px; }

.comm-del-button { float: left; }

.del-loading {
	margin: 6px 0 0 6px;
	display: none;
}

.comment {
	width: 600px;
	padding: 15px 25px 5px 25px;
	border: 1px solid #000;
	margin: 12px 0;
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	box-shadow: 0px 0px 3px #AAA;
}

.comm-text {
	outline-color: #F19B03;
	outline-width: 3px;
}

.comm-button {
	margin-top: 10px;
	float: left;
}

.comm-loading {
	width: 128px;
	height: 15px;
	margin: 14px 0 0 13px;
	display: none;
}

.comm-user { height: 42px; }

.show-hide-comm {
	margin-left: 40px;
	padding: 0;
}

.comm-box {
	width: 650px;
	padding: 10px 25px 0 25px;
	margin: 0 auto;
}

.comm-img {
	float: left;
	width: 42px;
	height: 42px;
}

.comm-img img {
	width: 40px;
	height: 40px;
	border: 1px solid #F3AF37;
	-moz-box-shadow: 0 0 1px #AAA;
	-webkit-box-shadow: 0 0 1px #AAA;
	box-shadow: 0px 0px 1px #AAA;
}

.comm-comm {
	padding: 5px;	
	margin: 5px;
}

.comm-box .comm-comm {
	padding: 5px;	
	margin: 5px;
}

.comm-name { margin-left: 45px; }

.comm-name a {
	font-weight: bold;
	font-size: 16px;
	color: #000 !important;
}

.comm-name p { padding: 3px 6px !important; }

.gray { color: #666; }

#update-loading {
	display: none;
	width: 128px;
	height: 15px;
	margin: 0 auto;
}

.fl {
	float: left;
	border: 1px solid #F3AF37;
	margin: 5px;
	margin: 22px 15px 8px 8px;
}

.fr {
	float: right;
	border: 1px solid #F3AF37;
	margin: 22px 8px 8px 15px;
}

.cont { display: none; }

.imga img {
	border: 2px solid #F3AF37;
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.imga:hover img {
	-moz-box-shadow: 0 0 8px #F19B03;
	-webkit-box-shadow: 0 0 8px #F19B03;
	box-shadow: 0px 0px 8px #F19B03;
}

#upload-button {
	display: block;
	float: left;
}

#upload-loading {
	width: 128px;
	height: 15px;
	float: left;
	margin: 5px 18px;
	display: none;
}

#upload-form-table { padding: 0; }

#upload-form-table td {	padding: 5px; }

#upload-error {
	color: #F00;
	display: none;
	padding: 0;
	margin: 0;
}

.center { text-align: center; }

.cent { margin: 0 auto; }

#upload-iframe { display: none; }

.cleaner {
	clear: both;
	width: 0;
	height: 0;
}

#content table { margin-top: 0px; }

#content table label { font-weight: bold; }

#content table td {	padding: 5px; }

#content table p { padding: 0 5px; }

#rg-loading {
	width: 128px;
	height: 15px;
	display: none;
	margin: 0 auto;
}

table p {
	margin: 0;
	padding: 0;
}

.current { background-position: bottom !important; }

.spacer {
	width: 100%;
	height: 12px;
}

.hidden { display: none; }
	
.table-error {
	color: #F00;
	padding: 0 !important;
	display: none;
	margin: 0 !important;
}

.message {
	color: #F19B03;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
}

.gallery { width: 730px; }

.gallery a {
	display: block;
	margin: 10px 19px;
	float: left;
}

.gallery img {
	width: 200px;
	height: 120px;
	border: 2px solid #F3AF37;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.gallery a:hover img {
	-moz-box-shadow: 0 0 8px #F19B03;
	-webkit-box-shadow: 0 0 8px #F19B03;
	box-shadow: 0px 0px 8px #F19B03;
}

ol { font-size: 15px; }

ol li { padding: 3px; }

noscript {
	color: #F00;
	font-weight: bold;
}

#up {
	width: 30px;
	height: 30px;
	background: url(../img/up_arrow.png) no-repeat top;
	position: fixed;
	left: 5px;
	bottom: 20px;
	z-index: 4000;
	display: none;
}

#up:hover {
	cursor: pointer;
	background-position: bottom; 
}

.pc {
	width: auto !important;
	height: auto !important;
}

.user{ font-size: 17px; }