
#header {
	width: 980px;
	height: 225px;
	padding: 0px;
}
#header_1 {
	width: 980px;
	height: 60px;
}
#header_2 {
	width: 980px;
	height: 150px;
	background: url(/img-shoe/bg_header.jpg) no-repeat top left;
}

#header_info {
	width: 670px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	color: #0D4993;
}

#header_info .padder{
	padding: 0px 10px 0px 230px;
}

#header_search {
	width: 300px;
	float: left;
	padding: 7px 0px 0px 0px;
	text-align: right;	
}

#header_search form {
	margin: 0px;
	padding: 0px;
}

#header_search table td {
	padding: 0px 0px 0px 5px;
}

#header_search .fs{
	width: 110px;
	height: 18px;
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	line-height: 16px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
}

#header_search .btn_search {
	width: 55px;
	height: 22px;
	margin-right: 10px;
}

.btn_go {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

#header_logo {
	padding: 10px 0px 5px 0px;
	/* height: 90px; */
}

#header_logos {
	padding: 10px 0px 0px 5px;
	float: left;
}

#header_frm {
	width: 260px;
	height: 50px; 
	float: right;
	margin: 5px 0px 0px 0px;
	color: #EFEDDE;
	background: url(/img-shoe/bg_header_frm.gif) no-repeat top right;
}

#header_frm form {
	margin: 0px;
	padding: 3px 5px 0px 0px;
}

#header_frm table td {
	padding: 0px 5px 0px 0px;
	color: #EFEDDE;
}

#header_frm .f_in{
	width: 100px;
	height: 16px;
	border-color: #FFFFFF;
	border-width: 1px;
	font-size: 11px;
	line-height: 16px;
	background-color: #EFEDDE;
	color: #000000;
	padding: 0px 0px 0px 5px;
}

#header_toolbar {
	float: right;
	text-align: right;
	margin: 5px 0px 0px 0px;
	width: 60px;
}

#header_toolbar td {
	padding: 2px;
	font-size: 11px;
	color: #EFEDDE;
}

#header_toolbar a {
	text-decoration: none;
	color: #EFEDDE;
}
#header_toolbar a:visited {
	text-decoration: none;
	color: #EFEDDE;
}
#header_toolbar a:hover {
	text-decoration: underline;
	color: #EFEDDE;
}

/* TOP MENU */
#top_menu_box {
	height: 32px;
	padding: 113px 0px 0px 5px;
}
#top_menu_L {
	width: 670px;
	float: left;
	background: url(/img-shoe/bg_topmenu_l.gif) no-repeat top left;
}
#top_menu_R {
	width: 300px;
	float: left;
	background: url(/img-shoe/bg_topmenu_r.gif) no-repeat top left;
}
.top_menu {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	border: none;
}
		
.top_menu li {
	float: left;
	list-style-type: none;
	line-height: 1.2em;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.top_menu_itm_e {
	background: url(/img-shoe/bg_topmenu_empty.gif) no-repeat top left;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 210px;
	height: 37px;
}

.top_menu_itm {
	background: url(/img-shoe/bg_topmenu_o.gif) no-repeat 200px 250px;
}
.top_menu_itm a {
	padding: 0px 0px 0px 0px;
	display: block;
	width: 185px;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/img-shoe/bg_topmenu_n.gif) no-repeat top left;
}
.top_menu_itm a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.top_menu_itm a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: url(/img-shoe/bg_topmenu_o.gif) no-repeat left center;
}

.top_menu_itm_sel {
	background: url(/img-shoe/bg_topmenu_s.gif) no-repeat 200px 250px;
}
.top_menu_itm_sel a {
	padding: 0px 0px 0px 0px;
	display: block;
	width: 185px;
	text-align: center;
	line-height: 37px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/img-shoe/bg_topmenu_s.gif) no-repeat top left;
}
.top_menu_itm_sel a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.top_menu_itm_sel a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: url(/img-shoe/bg_topmenu_s.gif) no-repeat left center;
}