* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#2370B6;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #2370B6;
	color:#444444;
	display:block;
	font-style:normal;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	color:#444444;
	background-color: #ffffff;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* header */
#header {
	height:300px;
	margin:0 auto;
	position:relative;
	width:975px;
/*	background-image: url(images/background_header.jpg);*/
}
/*#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}*/
#header h1 {
	color:#333333;
	font-size:36px;
	font-weight:400;
	left:18px;
	letter-spacing:-2px;
	position:absolute;
	top:12px;
	width: 303px;
	height: 59px;
}
#header p {
	bottom:2px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
	height: 94px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:173px;
	/* left: 0px; */
	width: 186px;
	height: auto;
} 
#header table {
	position: absolute;
	left: 0px;
	top: 8px;
	width: 471px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:7px;
	width:170px;
}
#header ul li a:hover {
	color:#eee;
	text-decoration:none;
	background-color: #74AFE4;
}
.logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
.address{
	position: absolute;
	left: 270px;
	top: 65px;
	text-align: center;
}
.shop_picture {
	float: right;
	position: absolute;
	left: 535px;
	top: 15px;
}
.navleft {
	left: 0px;
}
.navright {
	left: 257px;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:975px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:240px;
}
#sidebar h1 {
	border-bottom:2px solid #2370B6;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:110%;
	line-height:20px;
	margin: 10px;
	padding: 10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #2370B6;
	list-style:none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float:right;
	width:720px;
}
#main h1 {
	border-bottom:2px solid #2370B6;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main h2 {
	color:#444;
	font-size:120%;
	font-weight:600;
	line-height:30px;
	padding:0 10px;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#main li {
	color:#555;
	line-height:18px;
	padding-bottom: 5px;
	padding-left: 15px;
	list-style-type: disc;
	text-indent: 15px;
	list-style-position: inside;
	clear: left;
}
#main ul ul li {
	line-height: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-indent: 28px;
}

.caption {
	color:#555;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* footer */
#footer {
	margin:10px auto;
	width:975px;
}
/*#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}*/
#footer p {
	border-top:2px solid #2370B6;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}

