@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:url(/images/site_grey_bg.jpg) repeat-x center top #ffffff;
}

.middle_submenu {
	width:210px;
	float:left;
	background:url(/images/side_gr_top.jpg) top no-repeat;
	min-height:295px;
}

.footer_content{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/content_bg_grey.jpg);
	height:80px;
}

/*side menu*/

.middle_submenu a:hover{
	color:#57858f;
	background:#9cd2dd;
}

.middle_submenu_seperator{
	width:168px;
	height:1px;
	background:#a8d7e2;
	margin-left:15px;
}

.content_container{
	width:900px;
	background-image:url(/images/content_bg_grey.jpg);
	
}

h1{color:#484848; margin-top:10px; margin-bottom:10px;}
h2{color:#484848; font-size:14px;}
h3{font-size:13px; font-weight:bold; margin:0px; padding:0px;}
h6{font-size:12px; width:100%; padding:2px; background-color:#f4f4f4;}
.content img{border:4px solid #484848;}

.tel_box {width:220x; background-color:#f4f4f4;  padding-top:5px; padding-bottom:5px; margin-bottom:20px;}
.address_box {width:220x; background-color:#f4f4f4;  padding-top:5px; padding-bottom:5px; margin-bottom:20px;}

.tel_box a:hover,.tel_box a:active,.tel_box a:link, .tel_box a:visited {color:#000; text-decoration:none; display:inline; width:auto; height:12px; padding:0px; margin:0px;}

.content a{color:#06C; font-weight: bold; text-decoration:none;}
.content a:hover{color:#06C; font-weight: bold; text-decoration: underline;}

