html, body, h1, h2, h3, h4, ul, li {
	margin: 1;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	left: 0px;
	border:1px solid #211E19;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
	height: 20px;
}

body {
	font: 11px arial, sans-serif;
	padding-bottom: 10px;
	position: absolute;
	background-position: center;
	left: 10%;
}



/** layout **/
#wrapper {
	width: 778px;
	_height: 750px;
	position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
	position: absolute;
	height: 64px;
	width: 400px;
	background-color: #23201B;
	left: 354px;
	top: 55px;
	
}
#nav li {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	list-style: none;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

/** mid **/
#mid{
	top:105px;
	background:url(bg_content.jpg);
}

/** topcontent **/

#topcon {
	width: 260px;
	position: absolute;
	top: 140px;
	Right: auto;
	color: #fff;
	left: 49px;
}
#topcon-inner {
  margin: 20px;
  height: auto;
  overflow: auto;
}
#topcon h2 {
  font-size: 14px;
}

/** Body **/

#content {
	position: absolute;
	top: 380px;
	left: 50px;
	height: 300px;
	width: 757px;
	padding: 10px;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#content_body {
  padding: 18px;
}

.box {
	float: left;
	width: 195px;
	margin-right: 18px;
}
.box-t {background: top url(images/box_t.gif) repeat-x;}
.box-r {background: right url(images/box_r.gif) repeat-y;}
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#product {
	width: 180px;
}
#product1 {
	width:240px;
	margin-left: 12px;
	margin-top: 10px;
}
#product2 {
	width:150px;
	margin-left: 40px;
	margin-top: 10px;
}

#product li {
	font:Arial, Helvetica, sans-serif;
	color:#FFFF00;
	list-style-position: outside;
}

#product p {
color:#FFFFFF;
}

#product img {

}

#product h2 {
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
}

#product1 h2 {
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
}
#product2 h2 {
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
}
#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
	height: 20px;
	width:778px;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
	margin-top: 0em;
	color: #FFFF00;
}
#footer li {
	display: inline;
	list-style: none;
	font-size: 12px;
}
