@import url(reset.css);

/* =main layout
---------------------------------------------------------------------------- */

body {
	padding: 0;
	background-color: #808E22;
}

#container {
	width: 840px;
	padding: 0 30px;
	margin: 0 auto;
	background: transparent url(../gfx/bg-container.jpg) repeat-y;
}

#header {
	height: 212px;
	background: transparent url(../gfx/bg-header.jpg) no-repeat;
	position: relative;
	zoom: 1;
}

#content {
	background: transparent url(../gfx/bg-content.jpg) 0 bottom no-repeat;
	padding: 0 0 50px;
	margin-bottom: -50px;
}

.subpage #content {
	background-image: url(../gfx/bg-content2.jpg);
	padding: 0 75px 50px;
}

#contentIn {
	background: transparent url(../gfx/bg-content-in.gif) center 0 repeat-y;
	min-height: 870px;
	padding: 0 75px;
	text-align: justify;
}

#footer {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	background: transparent url(../gfx/bg-footer1.jpg) 0 0 no-repeat;
}

.subpage #footer {
	background-image: url(../gfx/bg-footer3.jpg);
}

/*	=text format
---------------------------------------------------------------------------- */

body, input, textarea, select, option, optgroup, button, td, th {
	font: 13px Georgia, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.4em;
}

a {
	color: #fff;
	opacity: 0.9;
}

a:hover {
	opacity: 1;
}

h1 {
	height: 37px;
	background: transparent url(../gfx/bg-h1.gif) no-repeat;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	line-height: 42px;
	margin: 0 -75px 40px;
	padding-left: 10px;
}

/* =buttons
---------------------------------------------------------------------------- */

ul.buttons {
	padding-left: 255px;
	margin-bottom: 0;
}

ul.buttons li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.buttons a {
	display: block;
	width: 71px;
	height: 34px;
	background: transparent url(../gfx/bg-btn.gif) no-repeat;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 36px;
	text-transform: uppercase;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

ul.buttons a:hover {
	text-decoration: none;
}

/* =others
---------------------------------------------------------------------------- */

.productList li {
	list-style: none;
	margin: 0;
	width: 138px;
	float: left;
	margin-bottom: 28px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.2em;
}

#header ol {
	margin: 0;
}

#header li {
	position: absolute;
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

#header li a {
	display: block;
	width: 100%;
	height: 100%;
	_background: url(space.gif);
	text-indent: -1000em;
}

#area1 {
	left: 83px;
	top: 1px;
	width: 127px;
	height: 121px;
}

#area2 {
	left: 221px;
	top: 1px;
	width: 131px;
	height: 149px;
}

#area3 {
	left: 361px;
	top: 2px;
	width: 129px;
	height: 161px;
}

#area4 {
	left: 502px;
	top: 1px;
	width: 131px;
	height: 151px;
}

#area5 {
	left: 642px;
	top: 2px;
	width: 128px;
	height: 116px;
}

.mainAddress {
	margin-bottom: 30px;
}

.mainAddress h2 {
	margin-bottom: 10px;
}

.mainAddress img {
	margin-bottom: 10px;
}

.subAddress {
	width: 50%;
	margin-right: 0;
	float: left;
	font-size: 12px;
}

.subAddress h3 {
	margin-bottom: 10px;
}

.subAddress h3 img {
	margin-bottom: 10px;
}

.subAddress2 h3 img {
	
}

.map a,
.map2 a {
	opacity: 1;
}

.map {
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.map2 {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}