
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	color: #000;
	background: #FFF url(/tpl/bg.gif);
}

a:link, a:visited {
	text-decoration: none;
	color:#ec8d6f;
	/*font-weight: normal;*/
}

a:hover {
	text-decoration: underline;
	/*font-weight: normal;*/
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
	background:#fafafa url(/tpl/text_title_m.gif) 0px -1px  repeat-x;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
	background:#fafafa url(/tpl/text_title_m.gif) 0px -1px  repeat-x;
}

#maindiv {
	width:980px !important;
	margin: 0 auto;
	padding:0;
}

#logo_title{
	background: url(/tpl/logo.gif) no-repeat 12px 15px;
	color:#7f7e7d;
	text-align:right;
	padding-top:70px;
	font-weight:bold;
	font-size:15px;
	font-style:italic;
}

.tel{
	line-height:28px;
	font-size:25px;
	font-weight:bold;
}

.tel span{
	color:#7f7e7d;
	font-size:15px;
}

#head {
	width:980px;
	height:377px;
	background:#f2f0f1 url(/tpl/header_bg.jpg);
}

#head table{
	padding-top:15px;
	text-align:center;
}

#head table tr td a{
	color:#fcdacf;
	padding-right:12px;
	font-size:15px;
}

.head_text{
	position:relative;
	top: 50px;
	left:35px;
	height:230px;
	width:420px;
	color:#413d3e;
	
}

.head_text_title{
	font-size:48px;
	font-style:italic;
}

.head_text_title span{color:#ec8d6f;font-weight:bold;}
.head_text_small_title{padding-top:5px; font-size:21px;}
.head_text_description{padding-top:20px; font-size:14px;}

#top_bottoms {
    width: 980px;
    height: 85px;
    background: #f2f0f1 url(/tpl/top_bottoms.jpg) no-repeat;
}
table#top_bottoms tr td{
	padding-left:80px;
	padding-right:15px;

}

table#top_bottoms tr td a{
	font-size:22px;
	font-weight:bold;
	color:#FFF;
}

.footer {
	width:980px;
	height: 40px;
    background-color: #ec8d6f;
    margin: 50px auto 10px auto;
    border-radius: 7px 7px 0 0;
    border-bottom: 2px solid #e44e3d;
	text-align:right;
    line-height: 40px;
    color: #fff;
}

.redText {
	color:#F00;
}