@charset "UTF-8";
/* CSS Document */

/* Header */
#banner {
	background:url(images/top_banner.png) no-repeat;
	height:58px;
	margin-top: 1em;
	border-bottom: #000000 4px solid;
}

#banner_l {
	float:left;
	width:575px;
	padding-left:1em;
}

#banner_r {
	float:right;
	width:322px;
}

/* Buy & Search */

.search {
	padding-left:0em;
	padding-right:2.5em;
	height: 33px;
	
}

.search ul{
   height: 33px;
   list-style:none;
   background:url(images/searchbackground.jpg) repeat-x;
   border-right: #94c6ff 1px solid;
}

.search li {
	float: left;
	height: 33px;
	color:#ffffff;
	padding-right:.5em;
}

/* Main Navigation */

#menu {
	font-size: 120%;
	border-bottom: #4b7bd2 2px solid;
	height: 32px;
}

#menu ul {
    list-style:none;
	background-color: #4b7bd2;
	padding-left:7px;
	height: 32px;
	clear:both;
}

#menu li {
	text-align:center;
	display: block;
	float: left;
	width:196px;
	height: 32px;
}

#menu a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom:6px;
	color: #ffffff;
	display: block;
	width:196px;
	height: 32px;
	background:url(images/menu.jpg) no-repeat;

}

#menu a:hover {
	background: url(images/menu_hover.jpg) no-repeat;
	
}

#menu .active a {
	color: #ffffff;
	background: url(images/menu_selected.jpg) no-repeat;
}


/* Expando Menu */

#expandotab {
	font-size: 70%;
	height: 47px;
	padding-top:20px;
	background:url(images/submenu_background.jpg) repeat-x;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}

* html #expandotab {
	margin-bottom: 1em;
}

#expandotab ul{
	list-style-type: none;
	margin-left: 10px;
	padding:0;
}

#expandotab li{
	display:inline;
	margin-right:0px;
	padding:0px;
}

#expandotab a {
	float:left;
	text-decoration: none;
	padding:0 0 0 5px;
	background:url(images/submenu_l.png) no-repeat left top;
	height:27px;
}

#expandotab a span.expandotab_inner {
	float:left;
	display:block;
	padding:7px 7px 0px 3px;
	color:#ffffff;
	text-decoration: none;
	background:url(images/submenu_r.png) no-repeat right top;
	height:27px;
	margin-right:2px;
}

#expandotab #current a {
	background:url(images/submenu_active_l.png) no-repeat left top;
	height:27px;
	padding:0 0 0 5px;
}

#expandotab #current a span.expandotab_inner {
	background:url(images/submenu_active_r.png) no-repeat right top;
	color: #000000;
	text-decoration:none;
	padding:7px 7px 0px 3px;
	height:27px;
}

#expandotab a:hover {
	text-decoration:underline;
	color:#000000;
}

#expandotab a:hover span.expandotab_inner {
	color:#000000;
}



/* Bottom Menu */

#bottom_menu {
	text-align: left;
	padding-left: 15px;
	background: url(images/bottom_menu.jpg) no-repeat;
	height:28px;
	border-top: #000000 1px solid;
}

#bottom_menu ul {
	list-style: none;
	font-size: 75%;
	clear:both;
}

#bottom_menu li {
	display: block;
	float: left;
	height: 28px;
	padding-left: 1em;
	padding-right:1.25em;
	background: url(images/bottom_menu_deco.jpg) no-repeat;
	text-align:center;
	padding-top:7px;
}

#bottom_menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: lighter;
}

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

