@charset "utf-8";
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	background-color : #FFFFFF;
}
h1, h2, h3 {
	color : #FF3300;
	font-style : normal;
}
h1 {
	font-size : 18px;
	margin-top: 16px;
}
h2 {
	font-size : 14px;
	margin: 0 0 4px 0;
}
h3 {
	font-size : 12px;
	margin: 0 0 8px 0;
	line-height: 14px;
}
h4 {
	margin: 0;
}
p {
	margin : 0 0 1em 0;
}
:focus {
	outline: 0;
}
a img {
	border: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover {
	color : #FF0000;
	text-decoration: none;
}
#border_top {
	position : relative;
	width : 950px;
	height : 25px;
	margin : 0 auto;
	background : transparent url(../images/shadow_top.png) top left no-repeat;
}
#page {
	width : 950px;
	height : auto;
	background: url(../images/shadow_middle.png) top left repeat-y;
	overflow: hidden;
	margin: 0 auto;
}
#page_inner {
	margin : 0 25px;
	border : 1px solid transparent;
	background-color: #EBEBEB;
	border-color: #EBEBEB;
}
#header {
	position: relative;
	width: 898px;
	height: 340px;
	background: url(../images/family.jpg) no-repeat;
}
.displace {
	position: absolute;
	left: -5000px;
}
#logo {
	float: left;
}
#logo a {
	border: none;
	display: block;
	width: 236px;
	height: 158px;
	background: url(../images/logo_sprite.png);
}
#logo a:hover {
	background-position: -236px 0;
}
#banner_top {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	height: 40px;
	padding-right: 5px;
	float: right;
}
#banner_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#banner_top li {
	float: left;
}
.language a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	width: 80px;
	line-height: 54px;
	text-decoration: none;
}
.language a:hover {
	color: #FF0000;
}
.top_cloud a {
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	width: 80px;
	line-height: 54px;
	background: url(../images/cloud4.png) center no-repeat;
}
.top_cloud a:hover {
	color: #FF0000;
	background: url(../images/cloud5.png) center no-repeat;
}
.top_cloud a.selected {
	color: #FF0000;
	background: url(../images/cloud6.png) center no-repeat;
}
.top_cloud a.selected:hover {
	background: url(../images/cloud5.png) center no-repeat;
}
#banner_middle {
	float: right;
	clear: right;
	padding: 15px 5px 0 0;
}
#banner_middle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#banner_middle li {
	width: 125px;
	line-height: 24px;
	padding-left: 25px;
}
.phone {
	background: url(../images/phone.png) left no-repeat;
}
.mobile {
	background: url(../images/mobile.png) left no-repeat;
}
.mail {
	background: url(../images/mail.png) left no-repeat;
}
.address {
	background: url(../images/address.png) left no-repeat;
}
#mainmenu {
	float: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}
#mainmenu ul {
	margin: 0;
	padding: 55px 0 0 1px;
	list-style: none;
	width: 897px;
}
#mainmenu li {
	float: left;
	padding-left: 34px;
}
#mainmenu li a {
	color: #000000;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 132px;
	padding-top: 20px;
	line-height: 58px;
	background: url(../images/cloud1.png) center no-repeat;
}
#mainmenu li a:hover {
	color: #FF0000;
	background: url(../images/cloud2.png) center no-repeat;
}
#mainmenu li a.selected {
	color: #FF0000;
	background: url(../images/cloud3.png) center no-repeat;
}
#mainmenu li a.selected:hover {
	background: url(../images/cloud2.png) center no-repeat;
}
#content {
	width: 678px;
	float: left;
	margin: 10px 0 5px 10px;
}
#content_top {
	border-bottom: 2px solid #EBEBEB;
	background-color: #FFF;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	width: 678px;
	position: relative;
	overflow: hidden;
	height: 40px;
}
#content_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding-left: 20px;
}
#menu_small {
	float: right;
	display: block;
	z-index: 2;
	padding-right: 20px;
	list-style-type: none;
}
#menu_small ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#menu_small li {
	float: left;
	display: block;
	margin: 0;
	padding: 13px 0 0 0;
}
#menu_small li a {
	text-decoration: none;
	padding: 5px 7px;
	color: #000;
}
#menu_small li a.selected {
	background-color: #EBEBEB;
}
#menu_small li a:hover, a.selected:hover {
	text-decoration: none;
	background-color: #EBEBEB;
	color: #FF0000;
}
#content_bottom {
	background-color: #FFF;
	padding: 20px;
	border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
}
.frame {
	border: 2px solid #EBEBEB;
	margin: 0 0 20px 20px;
}
.mainpagelist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: -15px;
}
.mainpagelist li {
	background-image: url(../images/sunlist.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	margin: 0 0 15px 0;
}
#left {
	margin-left: -11px;
}
#zero, #two, #right {
	background-color: #EBEBEB;
}
#right {
	margin-right: -11px;
}
.pricelistbox {
	float: left;
	padding: 10px;
	text-align: center;
	width: 90px;
}
.pricelist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
#price {
	clear: left;
}
.checklist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
.form {
	margin-top: -20px;
}
.form_font {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	font-style : normal;
}
#sidebar_right {
	float: left;
	width: 188px;
	margin: 10px 11px;
	text-align: center;
}
.reference {
	margin: 10px 0;
}
#footer {
	clear: both;
	text-align: center;
	height: 32px;
	margin: 0 14px 5px 14px;
}
#f_one{
	float: left;
	width: 285px;
}
#f_two {
	float: left;
	width: 300px;
	line-height: 32px;
}
#f_three {
	float: right;
}
#border_bottom {
	width : 950px;
	height : 25px;
	margin : 0 auto;
	background : transparent url(../images/shadow_bottom.png) top left no-repeat;
}
