/* header */
#header {
	width: 760px;
	height: 100px;
	overflow: hidden;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#mainmenu {
	height: 180px;
	width: 470px;
	padding-left: 190px;
	margin: 20px 50px;
	background-image: url(../images/mainmenu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#tabmenu {
	height: 30px;
	width: 450px;
	overflow: hidden;
}

#menu1, #menu2 {
	height: 23px;
	width: 150px;
	float: left;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}
#tabmenu .close {
	background-image: url(../images/tabmenu.gif);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}
#tabmenu .open {
	background-image: url(../images/tabmenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tabmenu a			{ text-decoration: none; }
#tabmenu .close a	{ color: #bbd762; }
#tabmenu .open a	{ color: #FFFFFF; }

#tabbody {
	clear: both;
	margin: 20px 20px 0 0;
}
#tabbody p {
	margin: 1em 0 0 0;
	line-height: 140%;
}
#tabbody input.width_m {
	width: 100px;
}

#box1 {	visibility: visible; }
#box2 {	visibility: hidden; }

/* footer */
#footer {
	margin-top: 20px;
	border-top: 2px dotted #CCCCCC;
	padding: 20px 20px 20px;
	text-align: center;
}

#footer p.company {
	font-size:xx-small;
	margin:10px 0 5px;
}

#footer h4 {
	font-size: small;
	color: #999999;
}
