body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}

a, img { border:none;} 
a { color:#64b3ef; }

p {
	margin:12px 0;
}

.banner-bg {
	background:url(../images/banner.jpg) repeat-x;
	height:98px;
}

.logo {
	margin-top:38px;
}

.tel {
	background:#ff8400;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
}

.telno {
	color:#fff;
	font-family:"Impact", Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:10px 0 0 0;
}

.tel-box {
	margin-top:38px;
}

.slogan {
	font-size:12px;
	color:#d97203;
}

.banner-main {
	width:960px;
	height:375px;
	background:url(../images/banner-main.jpg) no-repeat 0 0;
}

.banner-main ul {
	margin:52px 0 0 56px;
	padding:0;
}

.banner-main ul li {
	list-style:none;
	width:170px;
	height:20px;
	padding:2px 0 4px 10px;
	background:url(../images/sep.gif) no-repeat bottom;
}

.banner-main ul li a {
	font-size:15px;
	color:#2c7cad;
	text-decoration:none;
}

.banner-main ul li a:hover, .banner-main ul li a.active {
	color:#000;
}

.center-box {
	margin:0 0 0 12px;
}

.center-box .section-ttl-1 {
	font-size:20px;
	line-height:25px;
	color:#000;
}

.center-box .section-ttl-2 {
	font-size:20px;
	line-height:25px;
	color:#6ba919;
}

.center-box .section-ttl-3 {
	font-size:20px;
	line-height:25px;
	color:#2576a7;
}

.imgborder{
	border:1px solid #ccc;
	padding:3px;
}

.lower-section-bg {
	background:url(../images/lower-section-bg.gif) repeat-x;
}

h1 {
	font-size:20px;
	font-weight:bold;
	line-height:18px;
	margin:5px 0;
	padding:0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	margin:15px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#268ba8;
}

h2 span.days {
	color:#ff8400;
}

.footer {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:0 0 0 20px;
	height:35px;
	border-top:1px solid #ccc;
}

.nav-inner-bg {
	height:30px;
	background:url(../images/nav-inner-bg.gif) repeat-x;
}

.nav-inner-bg ul {
	list-style:none;
	margin:0;
	padding:0;
}

.nav-inner-bg ul li {
	margin:0;
	padding:0;
	float:left;
	background:url(../images/nav-inner-sep.gif) no-repeat;
}

.nav-inner-bg ul li a{
	margin:0;
	float:left;
	display:block;
	font-size:15px;
	height:30px;
	padding:9px 12px 0 12px;
	text-decoration:none;
	color:#2c7cad;
}

.nav-inner-bg ul li a:hover {
	color:#CC6600;
}

.tablestyle { border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; }
.tablestyle td { padding:2px 6px; }
.tablestyle .alternate
{
	background:#e2f9ff;
}

.tablestyle th {
	background:#74b2d0;
	color:#fff;
	text-align:left;
	padding:2px 6px;
	height:26px;
}

.tablestyle2 { font-family:Arial, Helvetica, sans-serif; }
.tablestyle2 td { padding:6px 8px; }
.tablestyle2 .alternate
{
	background:#eee;
}

/**********************************************
Inner pages : Contact us >> Contact form
***********************************************/
.form
{
	width:350px;
	float:left;
}

.form-field
{
	display:block;
	width:350px;
	float:left;
	padding:0 0 18px 0;
}

.form .label
{
	width:100px;
	display:block;
	font-size:13px;
	float:left;
	text-align:right;
	padding:3px 10px 0 0;
}

.form .input-lt
{
	width:3px;
	height:23px;
	float:left;
	background:url(../images/input-lt.gif) no-repeat;
}

.form .input-bg input
{
	width:220px;
	height:21px;
	float:left;
	background:url(../images/input-bg.gif) repeat-x;
	border:none;
	font-size:12px;
	padding:2px 0 0 0;
}

.form .input-rt
{
	width:3px;
	height:23px;
	float:left;
	background:url(../images/input-rt.gif) no-repeat;
}

select { font-size:12px; width:200px; } 

.form .textarea-lt
{
	width:3px;
	height:129px;
	float:left;
	background:url(../images/textarea-lt.gif) no-repeat;
}

.form .textarea-bg
{
	width:220px;
	height:129px;
	float:left;
	background:url(../images/textarea-bg.gif) repeat-x;
}
.form .textarea-bg textarea
{
	width:220px;
	height:125px;
	border:0;
	background:none;
	font-size:12px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
}

.form .textarea-rt
{
	width:3px;
	height:129px;
	float:left;
	background:url(../images/textarea-rt.gif) no-repeat;
}

/*************************************************/
/*********************************************/
.notification_error
{
border: 1px solid #fff;
height: auto;
width: 180px;
padding: 6px;
background:none;
text-align: left;
/*-moz-border-radius: 5px;*/
font-size:10px;
color:#fff;
background:red;
float:right;
display:block;
font-family:Arial, Helvetica, sans-serif;
}

.notification_ok
{
border: 1px #fff solid;
height: auto;
width: 180px;
padding: 6px;
background: #1A7B41;
text-align: center;
/*-moz-border-radius: 5px;*/
color:#fff;
float:right;
display:block;
}

#note
{
	padding:4px 0 14px 0;
	color:#000;
}

#btn-send input
{
	width:83px;
	height:30px;
	outline:none;
	border:none;
	background:none;
}