/*
 * Lavera website - General style sheet
 *
 * Arjan Haringa - Metalusions & De Nieuwe Band
 *
 * Decemmber 2008
 */

html, body {
	min-height: 100%;
	}

body {
	color: #000;
	background-color: rgb(228,228,248);
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	}

div#header {
	width: 750px;
	height: 135px;
	margin: 0 auto;
	background-image: url(/images/page.header.lavera.jpg);
	background-repeat: no-repeat;
	}

div#header img {
	vertical-align: top;
	border: none;
	}

div#menu {
	width: 750px;
	height: 22px;
	margin: 0 auto;
	color: #fff;
	background-color: rgb(104,101,162);
	text-align: right;
	}

div#menu img {
	vertical-align: top;
	border: none;
	}

div#side img {
	border: none;
	vertical-align: top;
	}

div#side div#menubuttons {
	padding-top: 10px;
	text-align: center;
	}

div#side div#menubuttons a {
	display: block;
	width: 150px;
	margin: 0 auto 8px auto;
	}

div#content {
	width: 750px;
	height: auto;
	min-height: 450px;
	margin: 0 auto;
	color: #666;
	background-color: #fff;
	background-image: url(/images/page.content.background.png);
	background-repeat: repeat-y;
	}

div#content div#side {
	float: left;
	width: 175px;
	}

div#content div#main {
	margin-left: 180px;
	padding-top: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	}

div#footer {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	background-image: url(/images/footer.background.gif);
	background-repeat: repeat-x;
	background-color: #c9c9f2;
	color: #4C3282;
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	letter-spacing: 0.08em;
	line-height: 350%;
	}

div#footer a {
	font-size: 10pt;
	letter-spacing: 0.3em;
	}

div#breadcrumbs {
	margin: 0 5px;
	padding: 0;
	font-size: 8pt;
	padding: 2px 0;
	color: #aaa;
	background-color: transparent;
	}

div#breadcrumbs a:link, div#breadcrumbs a:visited, div#beadcrumbs a:active {
	color: #aaa;
	background-color: transparent;
	}

div#breadcrumbs a:hover {
	color: #4C3282;
	background-color: transparent;
	}

a:link, a:visited, a:active {
	color: #4C3282;
	background-color: transparent;
	text-decoration: none;
	}

a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13pt;
	text-transform: uppercase;
	color: #4C3282;
	background-color: transparent;
	margin: 0 10px 10px 5px;
	}

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	color: #4C3282;
	background-color: transparent;
	margin: 12px 10px 0 5px;
	}

h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #4C3282;
	background-color: transparent;
	margin: 12px 0 0 5px;
	}

p {
	line-height: 155%;
	margin: 1px 10px 10px 5px;
	}

p.intro, div.intro p {
	margin-top: 12px;
	color: #666;
	background-color: transparent;
	}

img {
	border: none;
	}

img.left {
	float: left;
	margin: 5px 8px 8px 0;
	}

img.right {
	float: right;
	margin: 5px 0 8px 8px;
	}

ul, ol {
	margin:5px 5px 25px 25px;
	padding: 0;
	}

ul li {
	list-style-type: square;
	margin: 0;
	padding: 0 15px 0 0;
	line-height: 150%;
	}

div.return {
	width: 30px;
	text-align: center;
	float: right;
	}

.hidden {
	display: none;
	}

/* Specialty styles */

div.newsitem {
	padding-bottom: 10px;
	margin-bottom: 14px;
	margin-right: 5px;
	border-bottom: 1px solid #c9c9f2;
	}

div.newsdate {
	margin: 1px 10px 10px 5px;
	font-size: 8pt;
	color: #4C3282;
	background-color: transparent;
	}

p.newsitem {
	padding-right: 100px;
	margin-right: 15px;
	min-height: 160px;
	background-repeat: no-repeat;
	background-position: top right;
	}

div.productsubtitle {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	color: #4C3282;
	background-color: transparent;
	margin: -10px 10px 10px 5px;
	}

div.productimage {
	width: 248px;
	min-height: 248px;
	float: right;
	margin: 0 10px 5px 10px;
	text-align: center;
	}

div.productimage img {
	vertical-align: top;
	}

ul.grouplist {
	margin: 0 10px 10px 5px;
	padding: 0;
	list-style-type: none;
	}

ul.grouplist li {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	line-height: 140%;
	list-style-type: none;
	}

div#minipics {
	width: 552px;
	height: auto;
	margin-top: 3px;
	margin-left: 5px;
	}

div#minipics img {
	vertical-align: top;
	}

table.shop {
	width: 100%;
	}

table.shop td {
	padding-bottom: 15px;
	height: 10em;
	vertical-align: top;
	font-size: 10pt;
	width: 50%;
	}

table.shop td b {
	color: #4C3282;
	background-color: transparent;
	font-size: 14px;
	}

table.shop div.contact {
	margin-top: 15px;
	}

table.shop div.phone {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/icon.phone.gif);
	background-position: 2px 2px;
	}

table.shop div.website {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/icon.link.gif);
	background-position: 2px 2px;
	}

h3.shop {
	font-size: 12.5pt;
	padding-bottom: 2px;
	margin-bottom: 25px;
	margin-right: 5px;
	margin-left: 3px;
	margin-top: 10px;
	border-bottom: 1px solid #c9c9f2;
	}

div.pagination {
	margin-right: 20px;
	text-align: right;
	}

div.pagination span, div.pagination a:link, div.pagination a:visited, div.pagination a:active, div.pagination a:hover {
	border: 1px solid #4C3282;
	width: 15px;
	text-align: center;
	padding: 1px;
	}

div.pagination span {
	color: #fff;
	background-color: #4C3282;
	font-weight: bold;
	}

div.pagination a:hover {
	text-decoration: none;
	color: #4C3282;
	background-color: rgb(228,228,248);
	}

div#headlines {
	padding: 15px 8px 0px 8px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	}

div#headlines h3 {
	margin: 0;
	font-size: 9pt;
	}

div#headlines div.newsdate {
	margin: 0;
	padding: 0;
	font-size: 6pt;
	}

div#headlines p {
	margin: 0 0 18px 0;
	}

div#headlines img.left {
	float: left;
	margin: 2px 3px 3px 0;
	}

div#headlines img.right {
	float: right;
	margin: 2px 0 3px 3px;
	}

table.productlist {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: right;
	}

/* IE 6 Hacks */

* html table.productlist {
 	float: left;
	}

* html table.productlist div.thinline {
	height: 175px;
	}

/* End IE 6 Hacks */

table.productlist td.product {
	vertical-align: top;
	width: 50%;
	}

table.productlist td.product h3 {
	margin: 0 0 10px 0;
	}

table.productlist td.product p {
	margin: 0 125px 0 0;
	font-size: 9pt;
	}

table.productlist td.product div.thinline {
	border-right: 1px solid #c9c9f2;
	margin-right: 4px;
	min-height: 175px;
	margin-bottom: 15px;
	}

div.indexletters {
	color: #c9c9f2;
	background-color: transparent;
	margin-left: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	}

table.ingredients {
	margin-top: 20px;
	margin-left: 15px;
	}

table.ingredients td {
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
	padding-top: 5px;
	color: #c9c9f2;
	background-color: transparent;
	}

table.ingredients td.name {
	text-align: left;
	font-size: 11pt;
	color: #4C3282;
	background-color: transparent;
	font-weight: bold;
	padding: 2px;
	}

table.ingredients td.origin, table.ingredients td.effect, table.ingredients td.usage {
	text-align: left;
	font-size: 10pt;
	color: #666;
	background-color: transparent;
	padding: 2px;
	}

table.ingredients td.usage {
	padding-bottom: 20px;
	}

div.answer {
	margin: 15px 15px 25px 25px;
	}

/* Form related stuff */

form input.smallbutton {
	border: 1px solid #000;
	width: 6em;
	color: #000;
	background-color: #fff;
	padding: 1px;
	}

form input.smallbutton:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #6865a2;
	cursor: pointer;
	}

form input.button {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	padding: 1px;
	}

form input.button:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: #6865a2;
	cursor: pointer;
	}

form input.smallfield {
	border: 1px solid #000;
	width: 4em;
	color: #000;
	background-color: #fff;
	padding: 2px;
	}

form input.field {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	padding: 2px;
	}

form select {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}

form select option {
	color: #000;
	background-color: #fff;
	}

form input[type='checkbox'] {
	color: #000;
	background-color: transparent;
	}

form table td.label {
	vertical-align: top;
	width: 8em;
	text-align: right;
	}

form table td span.psearch input {
	vertical-align: middle;
	}

form table td span.psearch img {
	vertical-align: middle;
	margin: 4px;
	}

form textarea.text {
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	padding: 2px;
	overflow: auto;
	}

div.error {
	color: #f00;
	background-color: transparent;
	font-size: 9pt;
	border-left: 5px solid #f00;
	padding-left: 12px;
	margin-top: 5px;
	display: none;
	}

p.error {
	color: #f00;
	background-color: transparent;
	font-size: 9pt;
	font-weight: bold;
	}

div#showcaseindex {
	height: 23px;
	margin: 20px 15px 0 5px;
	background-image: url(/images/newsswitch.background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: right;
	}

div#showcaseindex div {
	margin-right: 10px;
	float: right;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	border: 1px solid #c9c9f2;
	padding: 2px;
	color: #fff;
	background-color: #c9c9f2;
	}

div#showcaseindex div.active {
	margin-right: 10px;
	float: right;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	border: 1px solid #c9c9f2;
	padding: 2px; color: #c9c9f2;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	}

div#showcase {
	margin: 2px  15px 0 5px;
	border-bottom: 1px solid #c9c9f2;
	padding-bottom: 2px;
	}

div#showcase img {
	vertical-align: top;
	}

div.whiteline {
	margin-top: 25px;
	}

ol#lpoints li {
	padding-bottom: 25px;
	}

