body {
	padding:0;
	margin:0;
	font:12px/18px Verdana, sans-serif;
	background:#FFFFFF;
	color: #000000;
}

abbr {
  border-bottom: 1px solid #999;
}

abbr:hover {
  border-bottom-color: #9c0;
  color: #666;
}

a, a:link, a:visited{
	color:#000000;
	background:none;
	text-decoration: none;
}

a:active {
  color: #000000;
  background: none;
  text-decoration: none;
}

a:hover {
  color:#FF0000;
  text-decoration:none;
}

p {
  margin:0;
  padding-top:2px;

}

h1 {
  font-weight:bold;
  font-size:20px;
  padding:10px 0 4px 0px;
  margin: 0 0 10px 0;
  color:#12010A;
  background:none;
}

h2 {
  font-size:12px;
  padding:10px 0 4px 0px;
  margin: 0 0 10px 0;
  color:#333;
  background:none;
}

h6 {
  font-size:14px;
  padding:15px 0 0px 0px;
  margin: 0 0 5px 0;
  color:#333;
  background:none;
}

ul {
	padding:0 0 20px;
	margin:10px 35px 0 38px;
	list-style: square;
	font-size: 1em;
}

li {
  margin:0;
  padding:0 0 4px 0;
}

img {
	border: 0;
}

h4 {
  font: 24px Arial, sans-serif;
  margin:0 20px 0 0;
}

#wrapper {
  margin:2px auto;
  width:900px;
  padding:0;
  background:transparent;
}

#header {
	background: url(/images/logo.gif) no-repeat center;
	margin: 10px 0 0 18px;
	height: 280px;
}

#header .link {
  font-size: 0.9em;
  text-align: right;
  padding: 8px 30px 0 0;
  color: #FFFFFF;
}

#header .link a {
	color: #FF0000;
	text-decoration: none;
}

#header .title a {
  color: #CCD293;
  text-decoration: none;
}

#header .title h1 {
  float:left;
  padding-top: 70px;
  padding-left: 50px;
  color: #eee;
  font-size: 30px;
  font-weight: normal;
  height: 22px;
  width: 280px;
}

#header .title h2 {
  padding-top: 95px;
  padding-left: 60px;
  color: #eee;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
}

#header .menu {
	float: none;
	width: 710px;
	padding-top: 95px;
	text-align:left;
	font:14px Arial, Helvetica, sans-serif;
	padding-left: 98px;
}

#header .menu li {
  display:inline;
  margin:0 0 0 7px;
}

#header .menu li a {
  color:#FFFFFF;
  text-decoration:none;
  padding:1px 5px 1px 5px;
  height:38px;
  background:none;
}

#header .menu li a:hover {
	background: transparent;
	color:#FF0000;
	text-decoration:none;
}

#content {
margin:0;
}

#content .top {
  background: url(/images/07.gif) no-repeat center;
  margin: 10px 0 0 18px;
  height: 28px;
}

#content .isi {
	background: url(/images/14.jpg) repeat-y center;
	margin: 0 0px 0 14px;
	padding: 0 0 0 50px;
	width: 840px;
	height: auto;
}

#content .isi p {
  padding-bottom:0px;
  margin: 0 35px 0 0;
  font-size: 1em;
}

#content .isi h1 {
	background: url(/images/10.jpg) no-repeat left top;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	margin: 0;
	padding: 18px 55px 0 10px;
	color: #000000;
}

#content .foot {
  background: url(/images/23.gif) no-repeat center;
  height: 28px;
  margin: 0 0 0 18px;
}

#middle {
margin:0;
}

#middle .top {
	background: url(/images/24.gif) no-repeat center;
	height: 105px;
	margin: 10px 0 0 18px;
	color: #010000;
}

#middle .menus {
  float: left;
  width: 845px;
  margin: 16px 0 0 9px;
  text-align:center;
  font:12px Verdana, sans-serif;
}

#middle .menus li {
  display:inline;
  margin:0 0 0 7px;
}

#middle .menus li a {
  color:#55523F;
  text-decoration:none;
  padding:1px 5px 1px 5px;
  height:38px;
  background:none;
}

#middle .menus li a:hover {
  background: transparent;
  color:#55523F;
  text-decoration:underline;
}

#middle .middles {
  background: #ECF1B1 url(/images/loadfoo_layoutv2_cut_27.gif) repeat-x center;
  height: 5px;
  margin: 0 0 0 18px;
}

#middle .foot {
	background: #F2F2F2 url(/images/28.jpg) no-repeat center;
	height: 60px;
	margin: 0 0 0 18px;
	clear: left;
}

#footer {
  text-align: right;
  font-size: 10px;
  margin: 0 13px 0 0;
}


caption {
	padding: 10px 0 19px 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-transform: capitalize;
	word-spacing: -1px;
	letter-spacing: -1px;
	color: #022B59;
	background-color: transparent;
	margin-bottom: -23px;
	line-height: 63px;
}

thead  {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}



.odd {}


fieldset { border:0;margin:0;padding:0; }
form label { display:block; }
form input.text,form textarea { width:80%; font:bold 12px/12px "courier new",courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; background-color: #F3F3F3;}
form input.text:hover, form textarea:hover{	background:#fff;	}
form input.text:focus, form textarea:focus{ color:#666; background:#fff; }
input.submit { padding:2px 5px; font:bold 12px/12px verdana,arial,sans-serif; background:#631e19; color:#ffffff; border: none; }
* html form input.text,
* html form textarea{	color:#333; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; padding-right: 10px; }
.float-left { float: left; }
.float-right {	float: right; padding-right: 10px; }
.clear { clear:both; overflow:hidden; margin:0; padding-bottom:10px; height:1px; }
td {
	vertical-align: top;
}
.btn a {
	text-decoration: none;
	display: block;
	width: 106px;
	height: 50px;
	background: url( ../../../images/zakaz_off.jpg );
}

.btn a:hover{
background: url( ../../../images/zakaz_on.jpg );
text-decoration: none;
color: #FFFFFF;
}