/* colours
* gray-sandy: #e5e3cf
* sandy: #e2d9b7
* light blue: #024169
* dark blue: #003556
*/
html {
	padding:0px;
	margin:0px;
	height:100%;
}
body, td {
	font-family:Comic Sans MS, Trebuchet MS, Tahoma, Verdana, Arial, sans;
	font-size:0.95em;
}
body {
	background:url(/images/layout/bg.gif) #024169 top repeat-x;
	padding:0px;
	margin:0px;
	color:#000000;
	text-align:center;
	height:100%;
}
img {
	border:none;
}
div.h1 {
	background:url(/images/layout/bullet.jpg) left center no-repeat;
	width:600px;
}
div.h1 h1 {
	margin:0;
	padding:0;
	padding-left:35px;
	background:35px center no-repeat;
	height:50px;
	text-indent:-600em;
	clear:both;
}
h2 {
	margin:0;
	padding:0;
	clear:both;
}
h3 {
	margin:0;
	padding:0;
	clear:both;
}
ul {
	
}
li {
	
}
p {
	margin-left:15px;
}
a {
	text-decoration:none;
	color:#9d967f;
}
a:hover {
	color:#000000;
}
ul {
	list-style-image:url(/images/layout/ulbullet.jpg);
	line-height:20px;
}
ul ul {
	list-style-image:url(/images/layout/folder.gif);
}
table {
	margin-left:20px;
	border:1px solid #e2d9b7;
	margin-top:10px;
	border-collapse:collapse;
}
th {
	color:#FFFFFF;
	background:#003556;
	padding:2px;
	text-align:center;
	border-bottom:1px solid #eee8d3;
}
td.add {
	text-align:center;
	font-style:italic;
}
td {
	vertical-align:top;
	padding:4px;
	border-bottom:1px solid #eee8d3;
}
dl dt {
	font-weight:bold;
}
div.hr {
	height:1px;
	width:700px;
	background: url(/images/layout/hr.png);
	margin:20px 0;
}
/* normal layout */
#wrapper {
	width:742px;
	margin:0px auto;
	text-align:left;
	position:relative;
	z-index:3;
}
#sea {
	background:url(/images/layout/sea.jpg) center bottom repeat-x;
	width:100%;
	min-height:100%;
	min-width:795px;
	position:relative;
	z-index:1;
}
#lighthouse {
	position:absolute;
	bottom:0;
	right:0;
	height:471px;
	width:317px;
	background:url(/images/layout/lighthouse.gif);
	z-index:2;
}
#banner {
	background:url(/images/layout/banner.jpg) no-repeat right top;
	height:88px;
}
#banner h1 {
	background:none;
	padding:0;
	margin:0;
}
#content {
	line-height:1.2em;
}
#nav {
	background:url(/images/layout/content-head.png) no-repeat;
	height:47px;
}
.feedback {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
/* all ul's */
#nav ul {
	margin:0;
	padding:0;
}
/* top level nav li's (Home, Search, etc) */
#nav li {
	float:left;
	list-style-type:none;
	list-style-image:none;
	padding:0 15px;
	position:relative;
	z-index:2;
}
/* all nav links */
#nav li a {
	text-decoration:none;
	color:#958a71;
}
#nav li a:hover {
	text-decoration:underline;
}
/* drop-down menu */
#nav li ul {
	position: absolute;
	left: -999em;
	width:250px;
	top:37px;
	padding-bottom:20px;
	background: url(/images/layout/shell.png) bottom right no-repeat #e2d9b7;
	border:1px solid #e2d9b7;
}
/* make drop-down show */
#nav li:hover ul,  #nav li.sfhover ul {
	left: auto;
}
/* li elements in menus */
#nav li:hover li, #nav li.sfhover li {
	float:none;
	padding:0;
	margin:-1px 0px 5px 0px;
	padding-top:5px;
	padding-left:10px;
	border-top:1px solid #d6cdab;
}
#nav li li.parent {
	background:url(/images/layout/li_submenu.png) no-repeat right center;
}
/* sub menu */
#nav li:hover li ul, #nav li.sfhover li ul {
	left: -999em;
	margin: -38px 0 0 240px;
	background: url(/images/layout/shell2.png) bottom right no-repeat #f2eacd;
	border:1px solid #e2d9b7;
}
/* make sub menu show */
#nav li li:hover ul,  #nav li li.sfhover ul {
	left: auto;
}
/* main page */
#main-content-top {
	
}
#main-content {
	background:url(/images/layout/content-body.png) repeat-y;
	padding:10px 20px;
}
#inner-main-content {
	
}
#breadcrumb {
	margin:10px 0;
}
#footer {
	padding-top:50px;
	height:40px;
	margin-bottom:30px;
	background:url(/images/layout/content-footer.jpg) no-repeat top;
}
#footer ul {
	text-align:right;
	margin:0;
	padding:0;
}
#footer ul li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
	padding:0 15px;
}
#footer ul li a {
	color:#958a71;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#003556;
	text-decoration:none;
}
/* gallery */
#product_index {
	
}
#product_index .product {
	float:left;
	height:194px;
	width:173px;
	text-align:center;
}
#product_index .product .product_image {
	margin:2px 6px;
	width:160px;
	height:160px;
	border:1px #e2d9b7 solid;
	position:relative;
}
#product_index .product .product_image img {
	position:absolute;
	top:50%;
	left:50%;
}
/* product detail page */
#product-detail {
	
}
#product-detail #image {
	border:1px solid #b0a88d;
	background:#e2d9b7;
	padding:10px;
	margin:10px;
	float:right;
}
#product-detail #add-to-cart select {
	width:200px;
}
/* browse */
#browse #categories {
	float:left;
	width:500px;
}
#browse #images {
	float:left;
	width:200px;
}
#browse #images img {
	border:3px solid #e2d9b7;
	margin:10px;
}
/* search */
.pagination {
	text-align:center;
	margin:10px 0px;
	font-size:0.9em;
}
#search_form {
	background:#e2dab5;
	border:1px solid #A59A81;
	width:500px;
	margin:0px auto;
	padding:10px 0;
}
#search_form label {
	text-align:right;
	margin-right:10px;
	width:100px;
}
#search_form input.submit {
	margin-top:10px;
	margin-left:110px;
}
/* cart */
.items {
	width:500px;
}
.items td.name {
	
}
.items td.name img {
	float:left;
	margin-right:5px;
}
.items td.id {
	width:30px;
}
.items td.price {
	width:50px;
}
.items td.quantity {
	width:50px;
	text-align:center;
}
.items td.remove {
	width:50px;
	text-align:center;
}
.items tr.total td {
	font-weight:bold;
	border-bottom:none;
	background:#eee8d3;
}
.items tr.total td#subtotal_label {
	text-align:right;
	padding-right:10px;
}
.items td.noitems {
	padding:10px;
	text-align:center;
	font-style:italic;
	color:#c6bb97;
}
#checkout {
	text-align:right;
	width:500px;
}
/* splash page */
#splash_booboo {
	background:url(/images/layout/splash_booboobg.png) center top no-repeat;
	min-height:550px;
	position:relative;
	z-index:3;
}
#splash {
	width:790px;
	padding-top:80px;
	margin:0px auto;
	text-align:left;
	position:relative;
	z-index:4;
}
#splash #logo {
	width:781px;
	height:224px;
	background:url(/images/layout/splash_logo.gif) no-repeat center center;
}
#splash #logo h1 {
	text-indent:-600em;
}
#splash #links {
	margin-left:50px;
	margin-top:90px;
}
#splash #links .link {
	float:left;
	width:150px;
	margin:2px;
}
#splash #links .link .image {
	text-align:center;
}
#splash #links .link .image img {
	border:2px solid #e2d9b7;
	margin:0px auto;
	display:block;
}
#splash #links .link .caption {
	width:150px;
	height:30px;
	margin:0px auto;
	background: center center no-repeat;
	text-indent:-600em;
}
#splash #enter {
	margin:0px auto;
	width:300px;
	height:67px;
	clear:left;
	margin-top:250px;
}
#sound {
	position:absolute;
	left:20px;
	bottom:20px;
	width:25px;
	height:25px;
	cursor:hand;
	z-index:4;
	border:1px solid #333333;
}
div.clear {
	clear:both;
}
/* form */
div.errors {
	border:1px solid #990000;
	background:#FFCCCC url(/images/layout/feedback.png) no-repeat 10px center;
	padding:10px;
	padding-left:50px;
}
div.errors ul {
	list-style-image:none;
}
label {
	width:150px;
	font-weight:bold;
	float:left;
	display:block;
}
label span.comment {
	font-weight:normal;
	display:block;
}
div.form_row, div.form_row_error {
	margin-top:5px;
	clear:left;
	padding:2px;
	border:1px;
}
div.form_row_error {
	background:#FFCCCC;
	border:1px solid #990000;
}
div.form_container {
	width:550px;
}
div.form_container textarea {
	width:500px;
	height:400px;
}
textarea {
	width:600px;
	height:400px;
}
div.clearing {
	clear:both;
}
/* admin */
table.categories tr.subcat td {
	background:#eee8d3;
}
table.categories tr.subcat td.name {
	padding-left:20px;
	background:#eee8d3 url(/images/layout/folder.gif) no-repeat left center;
}
table.categories tr.parent td {
	background:#e2d9b7;
}
table.categories td img {
	text-align:center;
	display:block;
	margin:0px auto;
}
/* index */
#index {
	position:relative;
}
#index #side {
	width:190px;
	position:absolute;
	top:0;
	left:0;
}
#index #text {
	padding-left:200px;
}