@charset "utf-8";
/* CSS Document */

/* -----------------------------------
	reset
-----------------------------------	*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, dl, dt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font: normal 1em/1.5em Arial, sans-serif;
	color: #463f3e;
	background: #d2d2d2 url(../assets/bg-main.jpg) repeat-x center top;
}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
h1 {
	font: 700 1.5em/1.5em "Arial Black", Gadget, sans-serif;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: -.05em;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #212121;
}

/* -----------------------------------
	content
-----------------------------------	*/

#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#top {
	width: 100%;
	height: 174px;
	margin: 0 auto;
	font: 400 .8em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #4a433f;
	background: #fff;
	position: relative;
}
#language {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 200px;
	z-index: 5;
}
#language li {
	width: 14px;
	height: 10px;
	margin: 0 0 0 10px;
	float: right;
}
#language li a img, #language-admin li a img {
	border: none;
}
#intro-left {
	width: 365px;
	height: 71px;
	float: left;
	text-align: right;
	padding: 10px 10px 0 0;
}
#intro-right {
	width: 365px;
	height: 71px;
	float: right;
	text-align: left;
	padding: 10px 0 0 10px;
}
#logo {
	width: 360px;
	height: 105px;
	margin: 0 auto;
	clear: both;
}
#logo li {
	width: 80px;
	height: 93px;
	float: left;
	display: block;
}
#logo li a img {
	border: none;
}
#banner {
	width: 750px;
	height: 334px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
#banner a img {
	border: none;
}
.title00 {
	bottom: -48px;
	position: absolute;
	width: 600px;
	font: 700 .8em/1.5em Arial, sans-serif;
	color: #4a433f;
}
#arr-right {
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 20;
	left: 748px;
	top: 159px;
}
#arr-left {
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 30;
	left: -48px;
	top: 159px;
}
#arr-right a img, #arr-left a img {
	border: none;
}

/* -----------------------------------
	content
-----------------------------------	*/

#content {
	width: 100%;
	margin: 0 auto;
	padding: 78px 0 0 0;
	background: url(../assets/bg-content.jpg) no-repeat center top;
}
#content li {
	width: 100%;
	float: left;
	display: block;
	margin: 0 0 2px 0;
}
.title {
	background: #4f473d;
	font: 400 .9em/1.3em Arial, sans-serif;
	color: #fcf9f7;	
	padding: 0 5px;
	float: left;
}
.news {
	float: left;
	margin-right: 10px;
	font: 400 .8em/1.9em Arial, sans-serif;
	width: 90%;
	clear: both;
}
.news a, .news a:visited {
	text-decoration: none;
	color: #463f3e;
}
.news a:hover {
	color: #c00;
}
.more {
	margin-left: 30px;
	border: 0;
	float: right;
}
#footer {
	width: 100%;
	height: 55px;
	background: url(../assets/bg-footer.jpg) no-repeat center top;
	padding-top: 45px;
	font: 400 .75em/1em Arial, sans-serif;
	color: #777;
}

/* -----------------------------------
	admin
-----------------------------------	*/

#container-admin {
	width: 750px;
	margin: 118px auto;
	background: url(../assets/bg-content.jpg) no-repeat center top;
	font: 400 .75em/1.3em Arial, sans-serif;
}
.table {
	margin: 80px auto 0;
	width: 80%;
	background: #efefef;
	border: solid 1px #ccc;
	padding: 15px 15px 28px 15px;
}
.table-02 {
	margin: 80px auto 0;
	width: 95%;
	background: #efefef;
	border: solid 1px #ccc;
	padding: 15px 15px 28px 15px;
	font-size: 12px;
}
tr, td {
	padding: 10px;
	margin-bottom: 1px;
	background: #f4f4f4;
}
.line_00 {
	background: #fff;
}
.line_00 a img {
	border: none;
}
input, textarea {
	border: solid 1px #dadada;
	background: #ECFCFF;
	padding: 5px;
	width: 420px;
}
input:focus, textarea:focus {
	background: #fff;
}
.btnSave {
	width: 120px;
	background: #212121;
	color: #fff;
	cursor: pointer;
}
.btnSave:hover {
	background: #c00;
}
#language-admin {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#language-admin li {
	width: 14px;
	height: 10px;
	margin: 0 0 0 10px;
	float: left;
}
.short_box {
	width: 200px;
}
.icons {
	width: 90%;
	margin: 0 auto;
	clear: both;
	font: 400 .85em/1.5em Arial, sans-serif;
}
.icons a, .icons a:visited {
	text-decoration: underline;
	color: #888;
}
.icons a:hover {
	color: #c00;
}
.icons a img {
	border: none;
}
.logout {
	float: left;
	margin: 20px 0 30px 30px;
	background: url(../assets/icon-logout.png) no-repeat 0 50%;
	text-indent: 20px;
}
.add {
	float: left;
	margin: 0 0 0 30px;
	background: url(../assets/icon-add.png) no-repeat 0 50%;
	text-indent: 30px;
	line-height: 1.8em;
	height: 20px;
	font-size: 12px;
}
.goback {
	width: 300px;
	float: left;
	font: normal 1.1em/1.3em Arial, Helvetica, sans-serif;
	background: url(../assets/icon-back.png) no-repeat left 50%;
	text-indent: 28px;
	display: block;
	margin: 20px 0 0 250px;
}
.goback a, .goback a:visited {
	color: #069;
	text-decoration: none;
}
.goback a:hover {
	color: #c00;
}

/* -----------------------------------
	clearfix
-----------------------------------	*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix { height: 1%; }

/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
.clear { 
	clear: both; 
}

