/* CSS Document */
#header * {
	font-size: 12px;
	
}


/* - - - - - HEADER */
#header {
	height: 90px;
	width: 940px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 20px;
	position: relative;
	background-image: url(../images/main/shoppingbag.jpg);
	background-repeat: no-repeat;
	background-position: 700px 0px;
}

#noheader {
	height: 20px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 20px;
	position: relative;
	text-align: right;
	padding-top: 0px;
}


/* - - - - - SEARCHFIELD */
#header #searchfield {
	width: 240px;
	position: absolute;
	left: 0px;
	right: auto;
	bottom: 10px;
	top: auto;
	line-height: 30px;
}

#header #searchfield #SF_FIELD1 {
	width:214px;
	margin-bottom: 0px;
}

#header #search {
	position: absolute;
	left: 240px;
	top: auto;
	right: auto;
	bottom: 10px;
	width: 180px;
}

#header #search * {
	line-height: 12px;
}

#header #search a {
	font-size: 11px;
}

#header #search a:link { color: #333333; }
#header #search a:visited { color: #333333; }
#header #search a:hover { color: #FF9000; }
#header #search a:active {
}

#search a#sbtn,#header #search a#sbtn {
	background-image: url(../images/menu/search/search_90px.png);
	display: inline;
	height: 25px;
	width: 80px;
	float: left;
	position: static;
	margin-right: 10px;
}
#search a#sbtn:hover,#header #search a#sbtn:hover { background-image: url(../images/menu/search/search_90px_o.png); }
#search a#sbtn:active,#header #search a#sbtn:active { background-image: url(../images/menu/search/search_90px_a.png); }
#search a#sbtn span,#header #search a#sbtn span { display: none; }

#search a#sbtn {
	position: absolute;
	left: 0px;
	top: auto;
	right: auto;
	bottom: 0px;
}

/* - - - - - BROWSE */
#header #browse {
	width: 280px;
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 420px;
}

#header #browse select {
	width:220px;
	margin-bottom: 0px;
}


/* - - - - - SHOPPING BAG */
#header #shoppingbag {
	position: absolute;
	top: auto;
	right: 0px;
	bottom: 10px;
	width: 240px;
	text-align: right;
	line-height: 30px;
}

#header #shoppingbag a {
	line-height: 20px;
	text-decoration: none;
}


#header #shoppingbag a:link {
	color:#333333;
}
#header #shoppingbag a:visited {
	color:#333333;
}
#header #shoppingbag a:hover {
	color:#FF9000;
}
#header #shoppingbag a:active { color:#000000; }


#header #shoppingbag select {
	width:160px;
	margin-bottom: 0px;
}


/* - - - - - HEADER BLOCK */
#headerblock {
	margin-left: 20px;
	position: relative;
	width: 940px;
	height: 120px;
	margin-top: 10px;
}
#headerblock #title {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	text-align: left;
	font-weight: normal;
	height: 45px;
	line-height: 38px;
	position: relative;
	margin-top: 75px;
	margin-left: 20px;
}

#headerblock #logo {
	float: left;
}
#headerblock #visual {
	position: absolute;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
}
