/* header menu css */
#country_select { position: absolute; left: 0px; }
#language_select { position: absolute; left: 119px; }
#red_bar{
	position: absolute;
	background-color: #cc0033;
	width: 75px;
	height: 20px;
}
#menu_arrow { position:absolute; }
.pos-bar-home { left:0 }
.pos-bar-store { left:79px; }
.pos-bar-support { left:150px; }
.pos-arrow-home { left:30px; }
.pos-arrow-store { left:112px; }
.pos-arrow-support { left:223px; }
#search_bar { position: absolute; width: 720px; top: 0; left: 200px }
#search_area { float: right; margin-top: 4px; }
#menu_home, #menu_store, #menu_support {
	margin-right: 25px;
	text-transform: uppercase;
	width: 55px;
	text-align: center;
}
select#nation_menu,select#lang_menu { font-size:12px; }
.menu_row { width: 720px; margin-left: 0; padding-left: 7px; }
.options {
	width: 360px;
	background-color:#eee;
	padding: 6px;
	z-index: 205;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: 12px;
	line-height: 1.3em;
}
.options a { color: #8c8c8c; text-decoration: none; }
.options2 {
	color: #999;
	width: 100px;
	background-color: #eee;
	padding: 6px;
	z-index: 205;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: 12px;
	line-height: 1.3em;
}
.options2 a { color:#8c8c8c; text-decoration:none }

/* left menu css */
#mail { margin-top: 10px; }
li.nav {
	background: url('/hincludes/menus/img/red_arrow.gif') no-repeat;
	width: 159px;
	padding-left: 10px;
	list-style: none;
}
#nav_selected { margin-left: 0; line-height: 22px; }
#nav_selected a { color:#fff; }
ul.product_select{ margin: 0; list-style: none; padding-left: 0; padding: 0 0 0 2px; list-style-type: none; }
ul#product_select li {
	list-style: none;
	list-style-type:none;
	background-image:url('/hincludes/menus/img/disc_bullet.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
	line-height:16px;
	margin: 0;
	padding: 0 0 0 16px;
}
ul#product_select li a.nav2:hover { color: #cc0033; background:none; }
#nav li li{ padding: 0; }

/* main content area */
#maintop {
	background: transparent url('/hincludes/menus/img/main_top.jpg') no-repeat left bottom;
	width: 619px; height: 15px; margin: 0; padding: 0;
}
#mainbottom {
	background: transparent url('/hincludes/menus/img/main_bttm.jpg') no-repeat left top;
	width: 619px; height: 15px;  margin: 0; padding: 0 0 20px 0;
}
#mainbody {
	background: transparent url('/hincludes/menus/img/main_bg.jpg') repeat-y left top;
	width: 569px; margin: 0; padding: 0 25px;
}
#mainbody * { font-size: 90%; padding-bottom: 10px; }
#mainbody h1 { font-size: 18px; margin-bottom: 5px; padding-bottom: 0; }
#mainbody h2 { padding-bottom: 3px; }
#mainbody h3 { color: #c03; padding-bottom: 3px; }
#mainbody h4 { color: #c03; font-style: italic; padding-bottom: 3px; }
#mainbody p { font-size: 12px; margin-bottom: 12px; }
#mainbody a { color: #c03; text-decoration: none; }
#mainbody a:hover { text-decoration: underline; }
#mainbody ol { position: static; margin: 0 25px 10px 30px; padding-top: 0; }
#mainbody ul { position: static; margin: 0 25px 10px 25px; padding-top: 0; }
#mainbody li { margin: 0; padding: 0 0 3px 0; }
#mainbody ul li { list-style-image: url(/hincludes/img/redarrow.gif); }
.backarrow { padding-left: 10px; background: transparent url('/hincludes/img/leftarrow.gif') no-repeat 0 25%;

