@charset "utf-8";
html, body {
	background-color: #FEFEFE;
  height: 100%;
}
body > .container {
  position: relative;
  width: 100%;
	height: auto !important;
  height: 100%;
  min-height: 100%;
}

#mHeader {
	background: #FFF url(../img/headerBG.gif) repeat-x;
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
}
#mHeader H1{
	height: 100px;
	width: 800px;
	margin: 0px auto;
	text-indent: -9999px;
	background: #FFF url(../img/header.jpg) no-repeat;
}

#mFooter {
	width: 100%;
  position: absolute;
  bottom: 0px;
}
#mFooter > .inner {
	height: 100px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
	border-top: solid 1px #CCC;
}
#mFooter > .inner address {
	color: #666;
	font-size: 14px;
	margin: 10px;
}
#mFooter > .inner ul {
	margin-top: 20px;
}
#mFooter > .inner ul li {
	display: inline;
	font-size: 14px;
	margin: 0px 20px;
}

#mBody {
	width: 800px;
	margin: 0px auto;
  padding-bottom: 150px;
}
#mBody > h2 {
	width: 800px;
	height: 250px;
	text-indent: -9999px;
	background: #FFF url(../img/main.jpg) no-repeat;
	margin-bottom: 10px;
}
#mBody > h2#mainCrystal {
	background-image: url(../img/mainCrystal.jpg);
}
#mBody > h2#mainSeal {
	background-image: url(../img/mainSeal.jpg);
}
#mMenu {
	float: left;
	width: 200px;
}
#mMenu > .header,
#mMenu > .footer,
#mMenu > ul li {
	background: #FFF url(../img/menu.jpg) no-repeat;
}
#mOpenInfo > .header,
#mOpenInfo > .footer,
#mOpenInfo > span {
	background: #FFF url(../img/openInfo.jpg) no-repeat;
}
#mMenu > .header,
#mOpenInfo > .header {
	height: 32px;
	background-position: -200px 0px;
}
#mMenu > .footer,
#mOpenInfo > .footer {
	height: 3px;
	background-position: -400px 0px;
	margin-bottom: 10px;
}
#mMenu > ul li {
	padding: 0px 2px;
}
#mMenu > ul li a {
	display: block;
	text-indent: 20px;
	line-height: 30px;
	border-bottom: solid 1px #5F94C8;
}
#mOpenInfo > span {
	color: #666;
	display: block;
	text-indent: 20px;
	line-height: 23px;
	border-bottom: solid 1px #DD7655;
}

#mContent {
	float: right;
	width: 580px;
}
#mContent h2#access {
	width: 456px;
	height: 40px;
	text-indent: -9999px;
	background: #FFF url(../img/access.jpg) no-repeat;
	margin-bottom: 5px;
}
#mContent h2#contact {
	width: 456px;
	height: 40px;
	text-indent: -9999px;
	background: #FFF url(../img/contact.jpg) no-repeat;
	margin-bottom: 5px;
}
#mContent h4 {
	width: 444px;
	height: 65px;
	text-indent: -9999px;
	background: #FFF url(../img/stamp1.jpg) no-repeat;
	margin: 10px 0px;
}
#mContent h3 {
	width: 400px;
	height: 30px;
	text-indent: -9999px;
	background: #FFF url(../img/stamp3.jpg) no-repeat;
	margin-bottom: 5px;
}
#mContent ul#itemsList li {
	height: 60px;
	width: 400px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 65px;
	margin: 10px 0px 20px 0px;
	background: #FFF url(../img/point.gif) no-repeat;
}
#sitePricy {
	display: block;
	color: #666;
	font-size: 10px;
	margin: 10px 0px;
	border: dotted 1px #03F;
}
