/* Heyster Art
	(c) 2007
*/

/* Common definitions */
* {
	border:0;
	margin:0;
	padding:0;
}
body {
	background-color:white;
	color:#00106A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	text-decoration:none;
}
a, a:visited, a:active {
	color:#00106A;
}
a.selected {
	font-weight:bold;
}
a:hover {
	color:#7A107A;
}
p {
	padding:0.5em 0;
}
ul {
	padding-left:16px;
}
li {
	padding:0.2em 0;
}
hr {
	margin:1em 0;
	border-top:1px solid #ddd;
}
h4 {
	padding:0.5em 0;
}
.hidden {
	display:none;
}
button, input, textarea {
	background-color:#eee;
	border:1px solid #ccc;
}
p.contact {
	text-align:center;
	color:#A6A6B6;
	font-size:12px;
}

/* General page layout rules */
div#layout {
	background-image:url('/assets/faux-columns.png');
	background-repeat:repeat-y;
	border-top:solid black 40px;
	margin:36px auto 16px auto;
	width:960px;
}
div#header {
	background-image:url('/assets/heyster-art-header.png');
	height:90px;
}
div#leftsidebar {
	float:left;
	width:170px;
}
div#rightsidebar {
	float:right;
	width:150px;
}
div#content {
	margin:0 170px 60px 170px;
}
div#contentbody {
	margin:3em 2em 2em 2em;
}
div#footer {
	background-image:url('/assets/heyster-art-footer.png');
	height:106px;
}
div#legal {
	background-color:black;
	clear:both;
	color:white;
	height:40px;
	font-size:7pt;
	line-height:40px;
	text-align:center;
}
div.gallery{
	margin-bottom:4em;
}

/* Specific page elements */
div#header div {
	position:absolute;
}
div#header h1 {
	position:relative;
	left:8px;
	top:35px;
	width:392px;
	height:55px;
}
div#header h2 {
	position:relative;
	left:470px;
	width:285px;
	height:27px;
	top:35px;
}
div#header a {
	display:block;
	height:100%;
	width:100%;
}
div#header span {
	display:none;
}
div#legal a {
	color:white;
}
div#rightsidebar div {
	margin-bottom:20px;
	padding:0 0 15px 14px;
}
div#rightsidebar div.highlight {
	background-color:#cbcae4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#rightsidebar h4 {
	color:white;
	font-size:16px;
	font-weight:bold;
}
div#rightsidebar div.highlight p {
	color:black;
	font-size:10px;
	font-style:italic;
}
div#contentbody p a {
	color:#663399;
	text-decoration:underline;
}
div#contact p{
	padding:0;
}
dl.contact dt {
	font-size:90%;
	font-weight:bold;
	margin-top:4px;
}
dl.contact input, dl.contact textarea {
	width:60%;
}
dl.contact .checkbox{
	width:auto;
}
div.index{
	text-align:center;
}
span.active{
	text-decoration:underline;
	font-weight:bold;
}

/* Menu */
ul#mainmenu {
	padding:0;
}
ul#mainmenu li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	line-height:40px;
	padding-left:1em;
	min-height:40px;
}
ul#mainmenu a {
	color:white;
}
ul#mainmenu a.active {
	color:#754c24;
}
ul#mainmenu a:hover {
	color:#754c24;
}
ul#mainmenu ul {
	margin-top:0px;
}
ul#mainmenu ul li {
	font-size:10px;
	min-height:20px;
	line-height:normal;
	padding:2px;
}

/* Gallery pages layout */
div.gallery {
	text-align:center;
}
table.gallery {
	margin:0 auto;
}
table.gallery img {
	max-width:150px;
	max-height:150px;
}
table.gallery td {
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
table.gallery td.title {
	background-color:#b99da8;
	height:30px;
	width:144px;
}
table.gallery td.horspac {
	background-color:#e8c2d0;
	width:20px;
}
table.gallery td.item {
	background-color:#feefdf;
	width:144px;
	height:160px;
	vertical-align:top;
	padding:1em 0;
}

/* Cart layout */
table.cart {
	width:95%;
}
table.cart tr.evenrow {
	background-color:#f6f0e8;
}
table.cart tr.oddrow {
	background-color:#fef8f0;
}
table.cart td.price {
	font-weight:bold;
	font-size:95%;
	width:125px;
	text-align:right;
}
table.cart td.totalprice, td.carttotal {
	text-align:right;
}
table.cart td.image {
	width:150px;
}
table.cart img {
	margin:0.6em;
}
table.cart tr.totals {
	font-weight:bold;
	font-style:italic;
	font-size:110%;
}
table.cart td.cartsend{
	font-style:italic;
	text-align:right;
}
table.cart td.sendprice{
}
table.cart tr.sendevenrow{
	background-color:#f6f0e8;
	font-size:90%;
}
table.cart tr.sendoddrow{
	background-color:#fef8f0;
	font-size:90%;
}
