* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li {
	text-align: left;
	margin: 0px;
	padding:0px;
}

body {
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(img/backimg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

ul,ol,li{
	list-style:none;
}

img {
	boder:none;
	vertical-align:bottom;
}

/* ----------------------------------
container
---------------------------------- */
div#container {
	width: 820px;
	height:563;
	position:absolute;
	left:50%;
	top:50%;
	overflow:auto;
	background-color: #FFFFFF;
	margin-top: -280px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
	background-image: url(img/main_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* ----------------------------------
header
---------------------------------- */
div#header {
	background-image: url(img/header_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 117px;
	width: 820px;
	overflow: hidden;
}

/* ----------------------------------
mainmenu
---------------------------------- */
div#header #mainmenu {
	height: 58px;
	width: 337px;
	float: right;
	margin-top: -55px;
	margin-right: -185px;
	text-decoration: none;
	color: #4A1B23;
	font-size: 80%;
}
/*
div#header #mainmenu li {
	float: left;
	text-decoration: none;
}
*/
div#header h1 {
	height: 95px;
	width: 341px;
	margin-left: 10px;
	margin-top: 10px;
}

div#mainmenu .home a {
	background-image: url(img/mainmenu_btn_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 50px;
	text-indent: -9999px;
	display: block;
	text-decoration:none;
	overflow: hidden;
}
div#mainmenu .home a:hover {
	background-image: url(img/mainmenu_btn_home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#mainmenu .product a {
	background-image: url(img/mainmenu_btn_product.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 85px;
	text-indent: -9999px;
	display: block;
	text-decoration:none;
	overflow: hidden;
}
div#mainmenu .product a:hover {
	background-image: url(img/mainmenu_btn_product.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#mainmenu .mapandinquiry a {
	background-image: url(img/mainmenu_btn_mapandinquiry.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 141px;
	text-indent: -9999px;
	display: block;
	text-decoration:none;
	overflow: hidden;
}
div#mainmenu .mapandinquiry a:hover {
	background-image: url(img/mainmenu_btn_mapandinquiry.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* ----------------------------------
main
---------------------------------- */
div#main {
	height: auto;
	width: 800px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* ----------------------------------
footer
---------------------------------- */
div#footer {
	background-image: url(img/footer_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 800px;
	padding: 10px;
	text-decoration: none;
	font-size: 70%;
	line-height: 140px;
	color: #481D22;
	height: 30px;
	margin: 0px;
}

div#footer address {
	color: #4F3038;
	text-decoration: none;
	font-size: 80%;
	line-height: 140%;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
