@charset "UTF-8";

body {
	background: #fdf5da; /*This is the background colour of the website */
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a {
	text-decoration: none;
	color: #383838;
}


a:hover {
	color: #FFFFFF;
}


.background #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/content_background.gif);
}

.background #header {
	width: 1000px;
	height: 88px;
	margin: 0;
	background-image:url(../images/header_home.jpg);
	background-repeat: no-repeat;
}

.background #header2 {
	width: 1000px;
	height: 88px;
	margin: 0;
	background-image:url(../images/header_home2.jpg);
	background-repeat: no-repeat;
}

.background #menuholder {
	width: 1000px;
	height: 35px;
	background-image:url(../images/menu_background.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.background #submenuholder {
	width: 1000px;
	height: 22px;
	background-image:url(../images/submenu_background.jpg);
	margin: 0;
	padding-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-y;
}

.background #taboff_1line {
	width: 107px;
	height: 25px;
	margin: 0;
	background-image:url(../images/tab_off.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	line-height: 12px;
	text-align: center;
	color: #4c4c4c;
}

.background #taboff_2line {
	width: 107px;
	height: 30px;
	margin: 0;
	background-image:url(../images/tab_off.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	line-height: 12px;
	text-align: center;
	color: #4c4c4c;
}

.background #tabon {
	width: 107px;
	height: 25px;
	background-image:url(../images/tab_on.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.background #tabon_2line {
	width: 107px;
	height: 30px;
	background-image:url(../images/tab_on.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

.background #subtab {
	width: 107px;
	height: 12px;
	margin: 0;
	background-image:url(../images/subtab.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 9px;
	line-height: 12px;
	text-align: center;
}

.background #subtab2 {
	width: 162px;
	height: 12px;
	margin: 0;
	background-image:url(../images/subtab.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 9px;
	line-height: 12px;
	text-align: center;
}

.background #mainContent {
	padding-right: 18px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: -12px;
}

.footer {
	width: 1000px;
	height: 40px;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.footer #Email {
	float:left;
	padding-top: 15px;
}

.footer #Tel {
	float: left;
	padding-top: 11px;
	font-size: 13px;
	padding-left:318px;
}

.footer #Bookmark {
	float: left;
	padding-top: 15px;
	padding-left:320px;
}

.homeimage {
	margin: 0px;
	padding: 0px;
	height: 478px;
	width: 1000px;
	float: left;
}

.homeimagesubtabpage {
	margin: 0px;
	padding: 0px;
	height: 478px;
	width: 1000px;
	float: left;
}

.homeimagesubtabpage #subimage {
	height: 478px;
	width: 768px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.homeimagesubtabpage #subtabimage {
	width:232px;
	height:478px;
	float: right;
	margin: 0px;
	padding: 0px;
}

.homeimagesubtabpage #subtabimage a:hover {
	color: #FFFFFF;
}

#contact a {
	text-decoration: none;
	color: #B59100;
}

#contact a:hover {
	text-decoration: none;
	color: #373412;
}
