﻿@charset "utf-8";

/***********************************
Main 
***********************************/
* {
	margin:0;
	padding:0;
}
img {
	border:0 none;
	vertical-align:middle;
}
ul, li, ol {
	list-style-type:none;
}
label {
	cursor:pointer;
}
body {
	text-align:center;
	font:normal 11px tahoma, arial, veradana, sans-serif, helvetica;
	background:#fff url('../images/back.gif') repeat-x left top;
}
select, textarea, input {
	font:normal 11px tahoma, arial, veradana, sans-serif, helvetica;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
	color: #D06200;
}
a:hover {
	color:#FF5400;
}

/***********************************
Warpper
***********************************/
#wrp1 {
	width:994px;
	margin:0 auto;
	direction:rtl;
	font-size:11px;
	text-align:right;
	background:url('../images/banner.jpg') no-repeat left top;
}

/***********************************
Banner
***********************************/
#banner {
	display:none;
}
#banner h1 {
	overflow:hidden;
	text-indent:-9000px;
	display:none;
	padding:0;
	margin:0;
}
#banner p {
	margin:162px 200px 0 0;
	color:#707070;
}

/***********************************
Footer
***********************************/
#footer {
	background:url('../images/back_footer.gif') #DADADA repeat-x left top;
	border:1px solid #666;
	clear:both;
	display:block;
	width:992px;
	height:57px;
	margin-bottom:20px;
	padding:7px 0 0 0;
	position:relative;
}
#footer p {
	color:#a9a9a9;
	font-size:10px;
	text-align:center;
	text-align:right;
	padding:0 15px;
	line-height:15px;
}
#footer p a {
	color:#919191;
	text-decoration:none;
}
#footer p a:hover {
	color:#919191;
	border-bottom:1px solid #919191;
}
#footer p.valid {
	float:left;
	position:absolute;
	top:40px;
	left:0;
}
#footer hr {
	height:1px;
	background:silver;
	display:none;
}
/***********************************
Right Box
***********************************/
#rightBox {
	padding-top:175px;
	width:234px;
	float:right;
	height:100%;
	position:relative;
}

/***********************************
Left Box
***********************************/
#leftBox {
	padding-top:175px;
	width:234px;
	float:right;
	height:100%;
}

/***********************************
Block
***********************************/
.Block {
	width:206px;
	margin:0 auto 12px;
	background:url('../images/menu_footer.gif') no-repeat left bottom;
	padding-bottom:12px;
}
.Block h1 {
	background:url('../images/menu_header.gif') no-repeat left top; 
	width:206px;
	height:29px;
	font-size:13px;
	color:#684300;
	text-align:center;
	padding-top:10px;
}
.Block .content {
	background:#FFFCF6 url('../images/menu_back.gif') repeat-y left top;
	padding:2px 10px;
}

/***********************************
Center Box
***********************************/
#centerBox {
	width:526px;
	float:right;
	color:#3F5962;
	line-height:18px;
	text-align:justify;
	direction:rtl; /* fix opera */
	padding-top:246px;
}

/***********************************
Default style
***********************************/
.default p {
	color:#3F5962;
	line-height:18px;
	text-indent:7px;
	text-align:justify;
	padding:7px 0;
}
.default ol, .default ul {
	padding:7px 0;
	margin:5px 30px;
}
.default ul li {
	list-style:disc;
	margin:2px 0;
}
.default ol li {
	list-style:decimal;
	margin:2px 0;
}
.default table {
	margin:5px 0;
	border:1px solid #98B4DB;
}
.default td {
	border:1px solid #98B4DB;
	padding:1px 3px;
}
.default hr {
	margin:2px 0;
	direction:ltr;
}
.default img {
	border:1px solid #D8924D;
	background-color:#FFF8F3;
	padding:5px;
	margin:7px;
}

/***********************************
News style
***********************************/
.newsBox {
/*	margin:1px;*/
	padding:3px;
}
.newsBox ul {
	margin:13px 0;
	display:block;
}
.newsBox ul li {
	display:block;
	border-right:10px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #FAFAFA;
	margin:7px 0;
	/*position:relative;*/width:490px;
	
}
.newsBox ul li.r1 {
	background-color:#E7E7E7;
}
.newsBox ul li.r2 {
	background-color:#F3F3F3;
}
.newsBox ul li a {
	padding:4px;
	display:block;
	color:#424242;
}
.newsBox ul li a:hover, .newsBox ul li:hover {
	background-color:#FFCF74;
	color:#000000;
}
.newsBox .rss {
	display:block;
	width:45px;
	height:27px;
	text-align:right;
	font-weight:bold;
	color:#F57F25;
	background:url('../images/rss.gif') no-repeat left top;
	margin-left:20px;
	float:left;
}
.newsBox span {
	font-weight:bold;
	padding:1px;
	color:#d00;
}
.newsBox em {
/*	display:block;*/
	font-style:normal;
	color:#898989;
/*	text-align:left;*/
/*	padding-left:10px;*/
	font-size:11px;
/*	float:left;
	position:absolute;
	left:0;
	top:3px; */
}
/*
.newsBox ul li.r1 em {
	background-color:#EFEFEF;
}
.newsBox ul li.r2 em {
background-color:#E6E6E6;
}
*/

/***********************************
Boarder Box
***********************************/
.boardBox1 {
	background:url('../images/board_back1.gif') #DBDBDB;
	padding:5px;
	margin-bottom:20px;
}
.boardBox2 {
	background:url('../images/board_back2.gif') #fff;
	padding:5px;
}
.boardBox2 h2 {
	background:url('../images/board_title.gif') #FCF0DA repeat-x scroll;
	padding:5px;
	font-weight:bold;
	display:block;
	font-size:13px;
	height:20px;
	border-right:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
}
.boardBox2 .content {
	padding:7px;
}

/***********************************
Contact Form
***********************************/
#contact_form {
	margin:10px;
	padding:0 15px;
	font-weight:bold;
	color:#11559F;
/*	border:1px solid #D0D0BF;*/
}
#contact_form legend{
	font-weight: bold;
	font-size:12px;
	color:#CE4915;
	padding:10px 2px;
	margin:auto -15px;
}
#contact_form ul, #contact_form ol {
	list-style-type:none;
}
#contact_form input, #contact_form textarea, #contact_form button {
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
}
#contact_form label {
	cursor:pointer;
	color:#9F5B11;
	padding-right:15px;
	height:17px;
	display:block;
	background:url('../images/dot1.gif') transparent no-repeat scroll right 4px;
}
#contact_form input {
	height:15px;
	width:260px;
	margin:5px 0 10px;
	padding:4px;
	border:1px solid #D6BB9D;
	background-color:#FBF8F4;
	color:#000;
}
#contact_form textarea {
	width:430px;
	height:174px;
	line-height:17px;
	margin:5px 0 0px;
	padding:2px 4px 2px 0;
	border:1px solid #D6BB9D;
	background-color:#FBF8F4;
	color:#000;
}
#contact_form button {
	margin:10px 0;
	display:block;
	width:89px;
	height:25px;
	border:0 none;
	background:url('../images/send_form.gif') #FFE275 no-repeat scroll left 0;
	text-indent:-9999px;
	cursor:pointer;
}
#contact_form button:hover {
	background-position:left -25px;
}
#contact_form button:active {
	background-position:left -50px;
}
#contact_form span {
	font-weight:normal;
	font-size:10px;
	color:#999;
}
#contact_form input:hover, #contact_form textarea:hover{
	background:#FBF5EE;
	border:1px solid #D6BB9D;
}
#contact_form input:focus, #contact_form textarea:focus {
	background:#F9F5F1;
	border:1px solid #B69570;
}
#contact_form p.error {
	margin:0 10px;
	color:#C40000;
}
#contact_form p.ok {
	margin:0 10px;
	color:#008212;
}
.en {
	direction:ltr;
	text-align:left;
}

/***********************************
News View
***********************************/
ul#NewsInfo {
	margin:7px 0;
	padding:0;
	list-style:none;
	border-bottom:1px #ccc dotted;
	border-top:1px #ccc dotted;
	font-size:10px;
	display:block;
	height:18px;
}
ul#NewsInfo li {
	margin:0;
	padding:0 15px 0 0;
	list-style:none;
	float:right;
	color:#ccc;
}
ul#NewsInfo li#NewsGroup {
	background:url('../images/bullet_group.png') transparent no-repeat scroll right 3px;
	width:140px;
}
ul#NewsInfo li#NewsDate {
	background:url('../images/bullet_date.png') transparent no-repeat scroll right 3px;
	width:220px;
}
ul#NewsInfo li#NewsPrint {
	float:left;
	width:90px;
	padding:0;
}
ul#NewsInfo li a {
	background:url('../images/bullet_print.png') transparent no-repeat scroll right 3px;
	padding-right:15px;
	display:block;
	width:75px;
	color:#bbb;
}
ul#NewsInfo li a:hover {
	background-position:right -19px;
	color:#AE5504;
}
/***********************************

***********************************/

