html,
body {
	height:100%;
}

* {
	padding:0;
	margin:0;
}

p {
	padding:11px 0 0 0;
}

br.clear {
	clear:both;
}

body {
  margin: 0 auto 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#676767;
  background-color:#e6e6e6;
}

#container {
  width:838px;
  margin:20px auto;
  height:auto;
  background-color:#ffffff;
/*  background-image:url(../images/bg.gif);
  background-repeat:repeat-y;*/
  position:relative;
}

html>body #container {
	height:auto;
}

/* HEADER */

#header {
	width:838px;
	height:178px;
	background-image:url(../images/header/header_bg.gif);
	background-repeat:repeat-x;
	float:left;
}

#header_logo {
	width:168px;
	height:92px;
	background-image:url(../images/header/itopos_logo.gif);
	background-repeat:no-repeat;
	margin:55px 50px 0 19px;
	float:left;
}

#header_banner {
	width:579px;
	height:97px;
	background-image:url(../images/header/header_banner.jpg);
	background-repeat:no-repeat;
	margin:55px 15px 0 0;
	float:right;
}

/* MENU */

#menu {
	width:804px;
	height:33px;
	background-image:url(../images/menu.gif);
	float:left;
	margin:0 0 0 20px;
}

#menu ul {
	list-style:none;
	margin:7px 15px;
}

#menu li {
	display:inline;
}

#menu li a {
	color:#721510;
	font-size:13px;
	text-decoration:none;
	padding:0 10px;
	background-image:url(../images/details/menulist-detail.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#menu li a:hover {
	text-decoration:underline;
}

/* SUB-MENU */

#subcontainer {
	width:250px;
	float:left;
}

#submenu {
	width:210px;
	margin:0 0 0 15px;
	float:left;
}

#submenu ul {
	margin:20px 0 0 15px;
	list-style:none;
}

#submenu li {
	width:200px;
	padding:4px 0;
	background-image:url(../images/details/submenu_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#submenu li a {
	color:#999999;
	font-size:13px;
	text-decoration:none;
	margin:5px 0;
	padding:0 0 0 20px;
	display:block;
	background-image:url(../images/details/submenu_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#submenu li a:hover {
	font-weight:bold;
}

/* CONTENT */

#contentcontainer {
	width:580px;
	float:right;
	margin-right:5px;
}

.content {
	width:570px;
	margin:10px 10px 0 0;
	float:right;
}

.content a{
	text-decoration:none;
	color:#721510;
}

.content a:hover{
	text-decoration:underline;
}

.content_txt {
	width:570px;
	float:left;
}

.content ul {
	padding-left:10px;
	list-style-type:none;
}

.content li {
	padding-left:10px;
	background-image:url(../images/details/submenu_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.content_img {
	float:right;
	margin-left:5px;
}

.content_product {
	background-color:#eeeeee;
	border:1px #aaaaaa solid;
	padding:5px;
	width:500px;
	margin-top:10px;
}

.content_product a{
	text-decoration:none;
	color:#721510;
}

.content_product a:hover{
	text-decoration:underline;
}

.content_product img{
	float:left;
	padding:5px 8px 5px 5px;
}

.content_product_hover{
	background-color:#fff;
	border:1px #aaaaaa solid;
	padding:5px;
	width:500px;
	margin-top:10px;
}

.content_product_hover img{
	float:left;
	padding:5px 8px 5px 5px;
}

.content_product_hover a{
	text-decoration:none;
	color:#721510;
}

.content_product_hover a:hover{
	text-decoration:underline;
}

/* CONTACT AREA */

#contact_area {
	width:210px;
	height:140px;
	background-image:url(../images/details/contact-book.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin:20px 0 0 20px;
}

#contact_area p {
	float:right;
	color:#721510;
}

/* FOOTER */

#footer {
	width:838px;
	height:40px;
	background-image:url(../images/footer/footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	margin-top:40px;
}

#footer_txt {
	width:323px;
	height:20px;
	background-image:url(../images/footer/footer_gradient.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
}

#footer p {
	padding:0;
	margin:3px 0 0 48px;
}

#footer a {
	color:#721510;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.textfield{
	width:250px;
}

.textfield_area{
	width:250px;
	height:50px;
}

.ul_main {
	padding:5px;
}

.ul_main a{
	color:#666666;
}

.ul_pad {
	padding:0 10px;
}