@charset "utf-8";

/* CSS Document */

/* Common */
* { margin: 0; padding: 0; }
body { font: 11px Tahoma, Arial, sans-serif; min-width: 1000px; background: #f3f3f3; text-align: left; color:#666;}
img				{ border: none; }
p           	{ font-family: Tahoma, Verdana, Arial, sans-serif; margin: 0 0 5px 0; line-height: 14px; color:#666; }
h1          	{ font-size: 28px; margin: 0; }
h2          	{ font-size: 24px; margin: 0; }
h3          	{ font-size: 20px; margin: 0; }
h4          	{ font-size: 18px; margin: 0; color: #f13712; margin: 0 0 10px 0;}
h5          	{ font-size: 14px; margin: 0; color: #f13712; margin: 0 0 10px 0;}
h6          	{ font-size: 11px; margin: 0; }
ul              { padding: 10px 15px;}
ol              { padding: 10px 15px;}
li				{ 	list-style-position: outside; 	list-style-image: url(images/arrow.jpg); list-style-type:disc; 	padding: 0px 2px 10px 2px; }
input       	{ border: 1px solid #ccc; color: #666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; margin: 0; padding: 2px 3px; }
select          { border: 1px solid #ccc; color: #666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; margin: 0; padding: 1px 1px 1px 3px; }
textarea    	{ border: 1px solid #ccc; color: #666; font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; margin: 0; padding: 2px 3px; }
form        	{ display: inline; }
.btn 		{ font-family: Tahoma, Verdana, Arial, sans-serif; color: #fff; background: #c73803 url(../images/2008/bg_btn.gif) repeat-x; border: 1px solid #ac2e00; margin: 0; padding: 1px 3px; font-weight: bold; font-size: 12px; }
.btn_img		{ background: transparent; border: none; padding: 0; }
.hide       	{ display: none; }
.show       	{ display: block; }
.smallest   	{ font-size: 10px; }
.smaller    	{ font-size: 11px; }
.defaultsize	{ font-size: 12px; }
.larger     	{ font-size: 13px; }
.largest    	{ font-size: 14px; }
.bold       	{ font-weight: bold; }
.italic     	{ font-style: italic; }
.strike     	{ text-decoration: line-through; }
.justify    	{ text-align: justify; }
.left       	{ text-align: left; }
.right      	{ text-align: right; }
.center     	{ text-align: center; }
.nowrap     	{ white-space: nowrap; }
.uppercase  	{ text-transform: uppercase; }
.underline  	{ text-decoration: underline; }
.floatleft  	{ float: left; }
.floatright 	{ float: right; }
.floatfix		{ position: relative; }
.floatfix img	{ position: relative; }
.clearboth		{ clear: both; font-size: 0; height: 0; line-height: 0; }

img.alignright { float: right; margin: 0px 0px 0px 10px; border: 1px solid #CCCCCC; }
img.alignleft { float: left; margin: 0px 10px 0px 0px; border: 1px solid #CCCCCC; }

a { color: #f13712; text-decoration: underline; }
a:hover { color: #333333; text-decoration:underline; }
a.white { color: #ffffff; text-decoration: none; font-size:11px; }
a.white:hover { color: #cccccc; text-decoration: underline; font-size:11px; }
a.blu { color: #535e84; text-decoration: none; font-size:11px; font-weight:bold; }
a.blu:hover { color: #666; text-decoration: underline; font-size:11px; font-weight:bold; }

list.li { list-style-position: inside; list-style-type: disc; padding: 2px 2px; color: #333333; *list-style-image: url(images/arrow.gif); }
list.ul { padding: 5px 0; }

td { font: 11px Tahoma, Arial, sans-serif; margin: 0; line-height: 16px; color: #444444; }
input, select { color: #666666; border: 1px solid #cccccc; height: 18px; margin: 0; }

/* Buttons */
.buttonsearch { background-image:url(images/search_bt.jpg); background-repeat:no-repeat; width:30px; height:18px; border:none; }
.buttonok { background-image:url(images/ok.jpg); background-repeat:no-repeat; width:30px; height:18px; border:none; }
.buttonsend { background-image:url(images/send.jpg); background-repeat:no-repeat; width:40px; height:18px; border:none; }

/* Menus */
#menu { width: 900px; height: 40px; background-image:url(images/menu_bg.jpg); margin: 0 auto; }
#menu p { color: #333; font-size: 11px; line-height: 16px; }

#menu_left { float:left; height: 40px; width: 5px;}
#menu_right { float:right; height: 40px; width: 5px;}

#menu_center { float:none; margin: 0 10px 0 5px;}



.blok {margin: 0 0 0 5px;}
.blok a { color: #535e84; font-size: 11px; text-decoration: underline;  }
.blok a:hover { color: #666666; font-size: 11px; text-decoration: underline; }



.title { height: 25px; font: 14px Tahoma, Arial, sans-serif; font-weight: bold; color: #008102; background-image:url(images/title_bg1.jpg); background-position:right; background-repeat:no-repeat; padding: 2px 0 4px 0; }


#content { margin: 0 auto; text-align: left; }
#content_main { width: 900px; text-align: left;  margin: 0 auto; padding: 15px 0 0 0;}

/* HEADER */

#header { width: 900px; height: 25px; padding: 5px 0 0 0; margin: 0 auto; }
#header_left { width: 400px; height: 25px; margin-left: 20px; float: left; }
#header_right { width: 130px; height: 25px; margin-right: 10px; float: right;}

#header p { font-size: 8px; color: #666;}
#header a { font-size: 10px;}

#header_line { width: 900px; height: 1px; background-image:url(images/line.jpg); background-repeat:repeat-x; margin: 0 auto; }

#header2 { width: 900px; height: 70px; margin: 0 auto; }
#header2_left { width: 270px; height: 70px; margin-left: 20px; float: left; }
#header2_right { width: 125px; height: 40px; float: right; padding: 30px 0 0 0;}



#flash { width: 900px; height: 220px; margin: 0 auto; padding: 2px 0 0 0; }

#main { width: 960px; margin: 0; }

#right { float: right; display: inline; width: 295px; margin: 10px 0 0 0; background-color:#FFF;}
#right p { color: #333; font-size: 11px; line-height: 16px; margin: 10px 20px; }
#right a { color: #333; text-decoration:none; }
#right a:hover { color: #f13712; text-decoration: underline; }

#center { float: left; display: inline; width: 598px; margin: 10px 0 0 0; background-color:#FFF; }
#center p { line-height: 16px;}

#center1 { float: left; display: inline; width: 900px; margin: 10px 0 0 0; background-color:#FFF; }
#center1 p { line-height: 16px;}

#text {margin: 10px 20px; }

.index_box { width: 270px; float: left; margin-left: 20px; }
.index_box p { font-size: 11px; line-height: 16px; color:#333; margin:0;  } 
.index_box a { color: #333; text-decoration:none; }
.index_box a:hover { color: #f13712; text-decoration: underline; }

#box_text {margin: 0 20px 10px 20px; }

/* START of Footer area */
#footer {height: 80px;  background:#f3f3f3; }
#foot_center {  height: 80px; width: 900px; text-align: left;  margin: 0 auto;}
#foot1 p { color: #666; font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0 0 0 15px; }
#foot2 a { font-size: 10px; margin: 0 15px;}
#foot2 a:hover { font-size: 10px; margin: 0 15px;}
#foot1 { height: 25px; width: 900px; padding: 15px 0 0 0; }
#foot2 { height: 28px; width: 815px; padding: 12px 0 0 0; float:left; }
#foot22 { height: 28px; width: 70px; padding: 5px 15px 0 0; float:right; }

#footer_line { width: 900px; height: 1px; background-image:url(images/line.jpg); background-repeat:repeat-x; margin: 0 auto; }
	
/* END of Footer area */

.clear { clear:both; height:0; }
.ten { font-size: 10px; font-weight:bold; }
.blue { color: #535e84; }
.blueb { color: #535e84; font-weight: bold; }
.blue14 { color: #535e84; font-weight: bold; font-size: 14px; }
.whitep { color: #ffffff; font-size:8px; }
.veli { width: 165px; height: 18px; }
.search { width: 113px; }
.bold { font-weight: bold; }
.eng { font-family: tahoma, verdana, arial, sans-serif; }
.dot {font-family: Arial;  color: #ccc;}
.date {font-weight: bold;}