/* CSS Document */

* {
	margin:0; padding:0;
}

body{
	background:#FFFFFF;
}


a:hover{text-decoration:none;}

a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Tahoma; 
		font-size:12px;
		line-height:14px;
		color:#838282;		
	}

input, select { vertical-align:middle; font-weight:normal;}

strong {color:#453a32;}
strong a {color:#453a32;}
a {color:#838282;}

/*main layout */

/*#header {background:url(images/header_bg.jpg) top left no-repeat;} */
.logo {margin:54px 0 0 53px; }
.menu {padding-top:30px;}
#main { margin:0 auto;}

#middle { width:100%;}

#footer {background:url(images/footer_bg.gif) top repeat-x; line-height:28px; }
#footer .padding {padding:28px 0 0 46px;}
#footer .ver_line {background:url(images/footer_line.gif) repeat-y 320px 0;}
#footer .padding .col1 {width:470px; color:#6f6f6f;}
#footer .padding .col1 a {color:#50afd5;}
#footer .padding .col2 {width:210px;}
.mail {background:url(images/mail_bg.gif) no-repeat 0 2px; padding-left:21px; color:#2c2c2c;}
.mail a {color:#50afd5;}

.more {background:#156caa; padding:10px 20px 13px 7px;font-size:22px;}
.more a{background:url(images/more_bg.gif) no-repeat 0 10px; padding-left:8px; color:#f7f7f7; text-decoration:none;}
.more a:hover {text-decoration:underline;}

.hor_line {background:#f5f3f1; height:1px;}
.hor_line2 {background:#f5f3f1; height:2px;}

.box {background:#f7f5f2; width:100%;}
.box2 {background:#f3f2f0; width:100%;}

.h_text {background:url(images/h_text_bg.gif) bottom repeat-x; padding-bottom:2px;}
.s_text {color:#156caa; font-size:12px; font-weight:bold;}
.l13 {line-height:13px;}

li { background:url(images/list_bg.gif) no-repeat 0 7px; padding-left:18px; line-height:19px; font-weight:bold;}
li a {color:#4095c0;}
li a span {color:#bf064d;}


/* index */

#index .column1 { background:url(images/1_box1_bg.jpg) top right no-repeat; color:#798290; background-color:#F3F2F0;}
#index .column1 .padding { padding:34px 172px 36px 53px;}
#index .column1 strong {color:#453a32;}
#index .column1 .more {background:#bf064d;}
#index .column2 .padding {padding:26px 0 0 0;}
#index .column2 ul {margin-left:4px;}

#index #middle .indent {padding:20px 0px 10px 0px;}
#index #middle .indent .padding1 {padding:27px 0 0 3px;}
#index #middle .indent .ver_line {background:url(images/line.gif) repeat-y 328px 0; width:100%;}
#index #middle .col1 {width:300px;}
#index #middle .col2 {width:400px;}
#index #middle .ind_col {width:58px;}

#index #middle .box .padding {padding:31px 0 25px 41px;}
#index #middle .box .padding .ver_line {background:url(images/ver_line2.gif) repeat-y 290px 0; width:100%;}
#index #middle .box .padding .col1 {width:348px;}
#index #middle .box .padding .col2 {width:266px;}

#index #middle .box li {line-height:30px; color:#bf064d; padding:0; background:none;}
#index #middle .box li a {color:#60b6d5;}


form .row {height:40px;}
form .row1 {height:170px;}
.form_col1 {width:203px; float:left;}
.form_col2 {width:198px; float:left;}

.input {width:171px; height:18px; padding:0 0 0 5px;}
textarea {width:191px; height:98px; padding:0 0 0 5px; overflow:auto}
form .div {text-align:right; padding:18px 0 0 0;}

