html {
	font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
}
	
body {
	background-image: url(/images/bg-tile2.jpg);
	margin: 0;
    scrollbar-base-color: #250A0F;
    scrollbar-track-color: #ebebeb;
    scrollbar-face-color: #dadada;
    scrollbar-highlight-color: #e3e3e3;
    scrollbar-3dlight-color: #e3e3e3;
    scrollbar-darkshadow-color: #d6d6d6;
    scrollbar-shadow-color: #a4a4a4;
    scrollbar-arrow-color: #ffffff;
}

body.index-body {
	background-image: url(/images/bg-tile.jpg);
	margin: 0;
    scrollbar-base-color: #250A0F;
    scrollbar-track-color: #ebebeb;
    scrollbar-face-color: #dadada;
    scrollbar-highlight-color: #e3e3e3;
    scrollbar-3dlight-color: #e3e3e3;
    scrollbar-darkshadow-color: #d6d6d6;
    scrollbar-shadow-color: #a4a4a4;
    scrollbar-arrow-color: #ffffff;
}

a.splash-link {
  border: 0;
  left: 0;
  position: relative;
  top: 108px;
}

div.navigation {
	background-image: url(/images/nav-top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 34px 0 0 83px;	
	padding: 172px 0 0 0;
	text-align: right;	
	width: 142px;	
}

div.navigation ul {
	background-image: url(/images/nav-bottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 0 50px 0;
}

div.navigation li {
	background-image: url(/images/nav-mid.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 0;
}

div.navigation a {
	color: #fff;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0 15px 0 0;
	padding: 0;
	text-decoration: none;
	word-spacing: 2px;
}

h1.page-title {
	color: #1C2B4E;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 55px;
}

h2.merch-heading {
	color: #1C2B4E;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;	
}

h2.merch-category {
	color: #1C2B4E;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;	
}

p {
	font-size: 13px;
}

td.sustainability-policy li {
	font-size: 13px;
}

p.backtomerch {
	padding-top: 1em;
}

.problems li {
	font-size: 13px;
	margin-top: 10px;
}

.error {
	color: #e00;
	font-weight: bold;
}

table.merch-table th, table.merch-table td {
	font-size: 13px;
}

table.merch-table p {
	margin: 0;
}

table.merch-table input {
	text-align: right;
}

table.merch-table th {
	font-weight: bold;
	text-align: center;
}

table.merch-table th.merch-category-th {
	text-align: left;
}

tr.merch-headings th {
	background-color: #E0E5EF;
	border: 1px solid #ccc;	
	padding: 3px;	
}

table.merch-table th.desc {
	text-align: left;
}

td.merch-desc {
	text-align: left;
}

td.merch-desc, td.merch-qty, td.merch-price {
	border: 1px solid #ccc;
	padding: 3px;
}

td.merch-qty, td.merch-price {
	text-align: center;
}

td.merch-desc img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

div.proceed {
	padding: 1em 0;
	text-align: center;
}

p.item-heading {
	font-weight: bold;
}

p.item-subheading {
	font-size: 11px;
	padding-bottom: 5px;
}

#contact_form label {
	display: block;
	float: left;
	margin-right: 5px;
	width: 150px;
	text-align: right;
}

#contact_form input, #contact_form textarea {
	width: 250px;
}

input#placeorder {
	margin: 0 0 0 155px;
	width: 150px;
}