@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background:#fff url(images/background.gif) repeat-x top;
	font:14px Calibri;
	color:#737373;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.clear_right {
    clear:right;
    height:1px;
    overflow:hidden;
}

#whole_main {
	margin:auto;
	width:960px;
	background:#FFFFFF;
}

/*--Header--*/

#whole_header {
	width:960px;
	height:237px;
	overflow:hidden;
	background:url(images/header_left.jpg) no-repeat left;
}

#whole_header_layer02 {
	width:960px;
	height:237px;
	overflow:hidden;
	background:url(images/header_right.jpg) no-repeat right;
}

#logo {
	padding:14px 0 0 38px;
	float:left;
}

/*--Navigation--*/

#navigation {
	margin-top:59px;
	width:960px;
	height:45px;
	overflow:hidden;
	background:url(images/navi_bg.jpg) repeat-x;
}

#navigation_ct {
	float:left;
	padding:9px 0 0 3px;
}

#navigation_ct a {
	float:left;
	padding:0 14px;
}

#line_navi {
	float:left;
	padding:6px 0 0 0;
}

/*--Whole Body--*/

#whole_body {
	width:960px;
	margin:auto;
}

#banner {
	width:960px;
	height:229px;
	overflow:hidden;
	margin-top:5px;
}

#body_left {
	float:left;
	width:288px;
	padding:5px 0 0 0;
}

#whole_testimonial {
	background:url(images/bg_testimonial.jpg) no-repeat;
	height:258px;
	width:288px;
	overflow:hidden;
}

#testimonial_ct {
	padding:25px 10px 25px 25px;
	font-size:18px;
	color:#FFFFFF;
}

#body_right {
	float:right;
	width:666px;
	padding:5px 0 0 0;
}

#whole_grey_box {
}

#grey_box_hd {
	background:url(images/grey_box_hd_bg.jpg) repeat-x;
	height:14px;
	overflow:hidden;
}

#grey_box_ct {
	background:url(images/grey_box_bg.jpg) repeat-x top;
	padding:13px 0 0 50px;
	overflow:hidden;
}

#social_link {
	padding:30px 0 20px 0;
	overflow:hidden;
}

#social_link a {
	float:left;
	padding-right:20px;
}

/*--Footer--*/

#footer {
	margin:5px 0 0 0;
	background:url(images/footer_bg.jpg) repeat-x;
	height:144px;
	overflow:hidden;
}

#footer_ct {
	width:934px;
	float:left;
	text-align:center;
	padding:30px 0 0 0;
	text-transform:uppercase;
	color:#196671;
	line-height:20px;
}

#footer_ct a {
	text-decoration:none;
	color:#000000;
	padding:0 10px;
}

#footer_ct a:hover {
	color:#c5c5c5;
}

/*--Sub Page--*/

#whole_left_navi {
	background:url(images/bg_testimonial.jpg) no-repeat;
	height:258px;
	width:288px;
	overflow:hidden;
}

#left_navi_ct {
	padding:25px 10px 25px 25px;
	font-size:18px;
	color:#FFFFFF;
}

#left_navi_2 {
	padding:20px;
	font-size:14px;
	color:#666666;
	font-style:italic;
	
}

#left_navi_2 p {
	margin:7px 0;
}

#left_navi_ct ul {
	list-style:none;
}

#left_navi_ct ul li {
	padding:2px 0 0 15px;
	background:url(images/dot.jpg) no-repeat 0em 0.7em;
}

#left_navi_ct ul a {
	font-size:17px;
	color:#FFFFFF;
	text-decoration:none;
}

#left_navi_ct ul a:hover {
	color:#99CCCC;
}

#left_navi_ct ul li a {
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
}

#blue_box {
	height:51px;
	overflow:hidden;
	background:url(images/blue_box_bg.jpg) repeat-x;	
}

#blue_box_ct {
	float:left;
	font-size:19px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:13px 0 0 0;
}

#sub_body {
	margin:10px 0 0 0;
	/*background:url(images/flower_bg.jpg) no-repeat right top;*/
	padding:20px;
	font-size:16px;
	color:#333333;
}

#sub_body h3 {
	font-size:19px;
	color:#113533;
	text-transform:uppercase;
}

#sub_body p, #sub_body br {
	margin:10px 0;
}

#sub_body ul {
	margin:10px 0 10px 20px;
}
a{
text-decoration: none;
color: 000;
}