/* concentrace (new version) */
/* GENERAL declarations */
.hide {
	position: absolute;
	top: -100px; /* hide from view, but not from screenreader */
}
a img {
	border: 0;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h3.author {
	padding-left: 50px;
	margin-top: 10px;
	font-size: medium;
}
select#currencyselect {
	font-family: Tahoma, Arial, serif;
}
/* BODY down */
body {
	font-family: Tahoma, Arial, serif;
	/*background-color: #dff4ff;*/
	background-color: #c8e2eb;
	font-size: smaller;
}
#header {
	background: url(../i/ctheader.jpg) no-repeat;
	width: 800px;
	height: 97px;
	text-align: center;
	margin: 10px auto 20px auto;
}
#header h1 {
	position: relative; /* ditto .hide */
	top: -100px;
}
#content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
div#main {
	/*border: 1px solid #9ff;*/
	border: 1px solid #b4c3d9;
	margin-right: 50px;
	background-color: #F0FEFF;
	margin-left: 200px;
	margin-bottom: 20px;
	padding: 10px 25px 30px 25px;
}

/* MENU */
#menu {
	width: 200px;
	float: left;
}
#menu ul {
	font-size: 1.0em;
	list-style-type: none;
	margin-top: 0;
}
#menu a {
	display: block;
	width: 120px;
	/*height: 25px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 8px;
	border: 1px solid #6cb4ff;
	text-decoration: none;
	color: #006;
	/*background-color: #39AEF7;*/
	background: url(../i/menu_bg.png) repeat-x center left;
}
#menu a#foodsupplements {
	/* also seperate */
	margin-top: 30px;
}
#menu a#order_form {
	/* seperate from the rest */
	margin-top: 30px;
}
#menu a.highlighted, #menu a:hover  {
	background: url(../i/menu_bg_h.png) repeat-x center left;
}

@media print {
	body {
		margin: 0;
	}
	#menu {
		display: none;
	}
	#header {
		margin: 0;
	}
	#header h1 {
		position: static;
		font-size: 3.0em;
	}
	div#main {
		margin-left: 0;
		border: 0;
	}
}
