/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 778px;
	height: 219px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 374px;
	height: 212px;
	background: url(../images/logoarea.jpg) no-repeat left top;
}

#logo h1, #logo p {
	text-indent: -999em;
}

#slogan {
	float: left;
	width: 404px;
	height: 212px;
}

/** MENU */

#menu {
	width: 778px;
	height: 41px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 240px;
	list-style: none;
}

#menu li {
	float: left;
	height: 27px;
	padding: 14px 25px 0px 35px;
	background: url(../images/homepage02.jpg) no-repeat left top;
}

#menu li.first {
	padding-left: 25px;
	background: none;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	padding: 0px 23px 0px 0px;
}

#content .box {
	margin-bottom: 20px;
}

#content .box .title {
	margin: 0px 0px 15px 0px;
	padding: 20px 0px 10px 0px;
	background: url(../images/homepage06.gif) repeat-x left bottom;
}

#content .box2 {
	background: url(../images/homepage11.gif) no-repeat 100% 38px;
}

#content .box2 .title {
	height: 28px;
	padding: 10px 0px 0px 13px;
	background: url(../images/homepage10.gif) repeat-x left top;
	font-size: 13px;
	font-weight: bold;
	color: #4A6D7A;
}

#content .box2 .content {
	padding: 15px 13px;
}

#content .two-columns {
}

#content .two-columns .column-one {
	float: left;
	width: 229px;
}

#content .two-columns .column-two {
	float: right;
	width: 229px;
}

/** SIDEBAR */

#sidebar {
	position: relative;
	float: left;
	width: 230px;
	margin: -87px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#sidebar .box {
	width: 210px;
	padding: 0px 0px 0px 10px;
}

#sidebar .box .title {
	height: 28px;
	margin: 0px;
	padding: 13px 0px 0px 20px;
	background: url(../images/homepage09.jpg) no-repeat left top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .box .content {
	padding: 0px 15px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 737px;
	height: 60px;
	margin: 0px auto;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
	position: relative;
	background: url(../images/subpage03.jpg) repeat-y left top;
}

#box4 .title {
	height: 26px;
	margin: 0px;
	padding: 13px 0px 0px 30px;
	background: url(../images/homepage03.jpg) no-repeat left top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#box4 .bg-top {
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#box4 .content {
	padding: 0px 25px 10px 25px;
	background: url(../images/subpage04.jpg) no-repeat left bottom;
	font-size: 10px;
}

#box4 .phone {
	padding-left: 21px;
	background: url(../images/homepage07.gif) no-repeat left center;
}

#box4 .email {
	padding-left: 21px;
	background: url(../images/homepage08.gif) no-repeat left center;
}

/** BOX5 */

#box5 {
}

