/* CSS Document */
/* - - - - - 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;
}

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

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

/* - - - - - HEADER BLOCK */
#headerblock {
	margin-left: 20px;
	width: 940px;
	height: 120px;
	margin-top: 10px;
}

#headerblock #title, .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;
	margin-top: 75px;
	margin-left: 20px;
}

.title {
	margin-top: 0px;
	margin-left: 0px;
}

#headerblock #title a {
	color: #333333;
}

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