*{
	padding: 0;
	margin: 0;
}

html{height: 100%;}
* html body {height: 100%;}

body{
	position: relative;
	min-height: 100%;
	font-size: 11px;
	font-family: Arial;
	background: #dbcfac top repeat-x url("back.png");
}

img{border: 0;}

button, input {
	border-style:groove;
}

#page{
	width: 100%;
}

#header{
	height: 140px;
	vertical-align: top;
}

#logo{
	position: absolute;
	top: 40px;
	left: 0;
	width: 461px;
	height: 100px;
	background: no-repeat left top url("logo.gif");
}

#navigation{
	height: 27px;
	padding: 13px 0 0 28px;
}

#navigation a{
	padding:7px;
	border:1px solid white;
	float:left;
	margin:0 3px;
}

#navigation a:hover {
	border:1px solid black;
}

ul.map {
	list-style-type:circle;
	margin-left:20px;
}

#top_menu{
	float: right;
	width: 670px;
	clear: both;
	padding: 0 10px 0 0;
	text-align: right;
}

#top_menu span{
	float: right;
	display: inline;
	width: 95px;
	line-height: 23px;
	margin: 0 10px 15px 0;
	text-align: center;
	font-size: 10px;
	background: no-repeat center url("top_menu_btn.png");

}

#top_menu a{
	float: left;
	width: 95px;
	line-height: 21px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #26211c;
}

#top_menu a.calc{
	width: 82px;
	padding-left: 13px;
	background: no-repeat 10% 50% url("calc.png");
}

#top_menu a.word{
	width: 82px;
	padding-left: 13px;
	background: no-repeat 10% 50% url("word.png");
}

#top_menu h1{
	float: right;
	clear: both;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 10px;
	white-space: nowrap;
}

#menu{
	width: 250px;
	padding:35px 0 300px 10px;
	vertical-align: top;
}

div.menyu {
	padding:0 0 30px 10px;
	float:left;
}

div.menyu ul {list-style:none; float:left;}
div.menyu li {position:relative; float:left;
	width:174px;	
	margin:-1px 0 -1px -1px;
}
div.menyu li:hover, div.menyu li.hover {z-index:100;}
div.menyu li {
	clear:left;
	margin:-1px 0 0 0;
}
div.menyu li a {display:block;
	width:166px;
	color:#000;
	text-decoration:none;
	padding:5px 7px;
	background:transparent;
	border:1px solid #fff;
}
div.menyu li li a {background:#dbcfac;}
div.menyu li a:hover, div.menyu li a.hover, div.menyu a.here {
	background:#e7dfc8;
}
div.menyu li ul {position:absolute; left:-999em;
	top:50%;
}
div.menyu li:hover ul, div.menyu li.hover ul {
	left:120px;
}

#copyright{
	position: absolute;
	bottom: 0;
	width: 240px;
	padding: 240px 0 5px 10px;
	margin: 15px 0 0;
	background: no-repeat top url("left_back.gif");
	font-size: 9px;
	text-align: left;
}

#copyright p{
	text-indent: 10px;
}

#main{
	vertical-align: top;
	padding-right: 10px;
}

#content_top{
	height: 33px;
	background: repeat-x url("content_top.png");
}

#content_lt{
	float: left;
	height: 33px;
	width: 33px;
	background: no-repeat url("content_lt.png");
}

#content_rt{
	float: right;
	width: 33px;
	height: 33px;
	background: right no-repeat url("content_rt.png");
}

#content_menu{
	float: right;
	width: 400px;
	padding-right: 8px;
	background: no-repeat right url("btn3_r.png");
}

#content_menu span{
	float: right;
	height: 21px;
}

#content_menu a{
	float: left;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
	color: #000;
	padding: 0 5px;
	background: repeat-x url("btn.png");
}

#content_menu span.btn1{
	background: no-repeat left url("btn1_l.png");
	padding-left: 16px;
}

#content_menu span.btn2{
	background: no-repeat left url("btn2_l.png");
	padding-left: 19px;
}

#content_menu span.btn3{
	background: no-repeat left url("btn2_l.png");
	padding-left: 19px;
}

#content_center{
	width: 100%;
}

#content_clt{text-align: left; background: repeat-y url("content_l.png");}
#content_crt{text-align: right; background: repeat-y url("content_r.png");}

#content_clt, #content_crt{
	width: 33px;
	vertical-align: top;
}

#content_clt div, #content_crt div{
	width: 33px;
	height: 119px;
}

#content_clt div{background: no-repeat url("content_clt.png");}
#content_crt div{background: no-repeat url("content_crt.png");}

#content{
	background: #fff;
	padding: 0 10px;
	font-size: 13px;
	font-family: Arial;
}

#content h2 {margin-bottom:15px}
#content h3 {margin:7px}

.with_back{
	background: #fff right bottom no-repeat url("content_back.jpg") !important;
}

#content h1 {
	color: #838281;
	font-weight: bold;
	margin: 0 20px 20px;
	font-size: 20px;
}

#content a {
	text-decoration:none;
	color:#333333;
}

#content a:hover {
	text-decoration:underline;
}

#content p {
	margin-bottom:15px;
}

#content table {
	color:#000000;
	border-collapse:collapse;
	border:1px solid gray;
}
#content table td {
	font-weight:normal;
	text-align:left;
}
#content table th {
	font-weight:normal;
	text-align:center;
}
#content th, #content td {
	padding:2px 5px 2px 5px;
	border:1px solid #000000;
}

#content table.lr td {
	text-align:left;
}
#content table.lr th {
	text-align:right;
}
#content table.lr select {
	width:300px;
}

#content_bottom{
	height: 33px;
	background: repeat-x url("content_bottom.png");
}

#content_lb{
	float: left;
	height: 33px;
	width: 33px;
	background: no-repeat url("content_lb.png");
}

#content_rb{
	float: right;
	width: 33px;
	height: 33px;
	background: right no-repeat url("content_rb.png");
}

#text{
	border: 1px solid #000;
	border-color: #a1a09f #d7d7d7 #d7d7d7 #a1a09f;
	float: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 20px;
	background: #fff;
}

#text img{margin: 10px;}
#text h1{color: #838281; font-weight: bold; margin: 10px; font-size: 16px;}
#text p{margin: 10px;}

.price{width: 500px; margin-bottom: 20px;}
.price td{border-bottom: 1px solid #878685; padding: 2px 10px; font-size: 14px;}
.price .title{background: #c2c1c1; font-weight: bold;}
.price .title2{text-align: center;}
.price .type{font-weight: bold; border: 0;}

#menu2 {
	padding-top:20px;
	clear:both;
	font-size:11px;
	font-family:Arial;
}

#menu2 a {
  float:left;
  border: 1px solid #aaaaaa;
  width:80px;
  height:75px;
  text-decoration:none;
  text-align:center;
  margin:3px;
  color:black;
}

#menu2 a:hover {
	border: 1px solid black;
	text-decoration:none;
}

a#menu21 {background:url(menu21.gif) bottom center no-repeat}
a#menu22 {background:url(menu22.gif) bottom center no-repeat}
a#menu23 {background:url(menu23.gif) bottom center no-repeat}

.pix img {
	border-bottom: 1px solid #000000;
}

.pix {
	float:left;
	clear:left;
	border: 1px solid #000000;
	text-align:center;
	color:#000000;
	background:#dbcfac;
	margin: 3px;
}

table#login td, table#login th {
	border-width:0px;
}
table#login th {
	text-align:right;
}
#diprof {
	color:black;
}
.rb {border:1px solid #f00;}

#order span {color:#f00;}