body, div, img, h1,h2,h3,h4,h5,h6,dl {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 12px;
	border: none;
}

button {
	border: none;
	background-color: white;
}

h1 {
	color: #009bdf;
}

p {
	padding: 2px;
}

h1 { font-size: 14px; }

select.dropdown {
	width: 150px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

legend {
	display: none;
}

img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 1em;
}

a {
	text-decoration: none;
	color: #888;
}

a:hover {
	text-decoration: underline;
	color: #009bdf;
}

/* END RESET */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	z-index: 99 !important;
}

.sf-menu ul {
	width: 33px;
	z-index: 99;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.sf-menu li {	
	margin-right: 2px;
}

.sf-menu li:hover, .sf-menu li li:hover {
	background-color: #5af;
}


.sf-menu li li {
	background: #39f;
	padding: 10px 0px;
	height: 10px;
}

.sf-menu li li a {
	color: white;
}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #5af;
	text-align: center;
	color: white;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../dimage/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* END SUPER FISH */

body {
	background: #fff;
}
/* set up basic positioning */
div#site {
	width: 975px;
	margin: 10px auto;
	background-color: white;
}

div#ie6msg {
	display: none;
	height: 50px;
	padding: 5px;
	padding-bottom: 0px;
	border: 2px solid #ddd;
	margin-bottom: 8px;
}

#menu-container {
	width: 101%;
	height: 33px;
}

div#ie6msg img {
	margin-top: 5px;
}

div#info-panes {
	padding: 3px;
	float: left;
	width: 185px;
	text-align: center;
}

div#info-panes img {
	margin-top: 7px;
}

div#shopping-panes {
	margin-top: 10px;
	float: right;
	width: 190px;
}

div#content {
	clear: left;
	padding-top: 10px;
}

address {
	margin-top: 1em;
	font-weight: bold;
	color: #333;
	font-style: normal;
	display: block;
}

/* equivalent of content except on the main page there's an extra sidebar */
div#splash-page {	
	text-align: center;
	margin-right: 195px;
	margin-left: 180px;
}
div#splash-page img {
	vertical-align: middle;
	margin-top: 10px;
	text-align: center;
}

/* rounded boxes */
div#cart-summary {
	position: relative;
	background: url(../dimage/roundboxes/shoppingcart.gif) no-repeat;
	height: 127px;
	color: #999;
	font-weight: bold;
}

#cart-summary-items {
	position: absolute;
	top: 30px;
	left: 55px;
}

#cart-summary-total {
	position: absolute;
	top: 80px;
	left: 50px;
	font-size: 11px;
}

div#product-info {
	background: url(../dimage/roundboxes/productinfo.gif) no-repeat;
	width: 176px;
	padding: 39px 5px 5px 5px;
	height: 54px;
	z-index: 1;
/*	text-transform: lowercase;*/
}

/* positioning for the product information search term / drop down */
div#product-info input.button, div#product-info input.text {
	margin-bottom: 3px;
	float: right;
}

div#product-info input.text {
	display: block;
	height: 12px;
	font-size: 10px;
	font-style: italic;
	width: 105px;
	padding: 1px;
	letter-spacing: 0;
	border: 1px solid #ddd;
}

div#product-info select {
	margin-top: 6px;
	margin-right: 3px;
	float: right;
	clear: both;
	font-size: 12px;
}

div#payment-methods {
	width: 187px;
	height: 25px;
	padding: 27px 3px 15px 3px;
	background: url(../dimage/roundboxes/paymethods.jpg) no-repeat;
}

div#current-sale-items {
	margin-top: 4px;
	width: 176px;
	height: 57px;
	padding: 27px 4px;
	background: url(../dimage/roundboxes/souvenirs_saleitem4.jpg) no-repeat;
}

/* subcategory stuff */
.subcategory {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 175px;;
	height: 172px;
	border: 1px solid #78cef2;
}

.subcategory .thumbnail {
}

/* PRODUCT LIST */
div.product-list {
	padding-top: 10px;
	padding: 5px;
	padding-left: 16px;
	margin-right: 180px;
	overflow: hidden;
}

div.product-list .navbar {
	border-bottom: 2px solid #00669a;
	text-align: right;
	height: 20px;
	margin-right: 190px;
	margin-bottom: 10px;
	padding-bottom: 7px;
	width: 730px;
}

.navbar h2 {
/*	text-transform: lowercase;*/
	float: left;
	color: #0091db;
	font-weight: bold;
	font-size: 14px;
}

.navbar ul.sideways {
	float: right;
	background-color: white;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 7px;
}
ul.sideways {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0091db;
}

ul.sideways li {
	padding: 2px;
	display: inline;
	text-align: right;

}

ul.sideways li a {
	color: #0091db;
	text-align: center;
}

ul.sideways li.current {
	background-color: #0091db;
}

ul.sideways li.current a {
	color: white;
}

div.mini-product {
	float: left;
	width: 163px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #78cef2;
	padding: 5px;
}

.mini-product .name {
	height: 29px;
	text-align: center;
	font-size: 10px;
/*	text-transform: lowercase; */
}

.mini-product .image {
	margin-left: 32px !important;
}

.mini-product p  {
	font-size: 10px;
	text-align: justify;
	height: 11px;
	text-transform: lowercase; 
}

.mini-product * {
	margin: 0 !important;
}

.mini-product h2.price {
	text-align: center;
	font-size: 10px;
	color: #00669a;
}

.mini-product .buy-now-button {
	position: relative;
	top: 15px;
	text-align: right;
}


/* PRODUCT DETAILS */
.product {
	padding: 15px;	
	overflow: hidden;
}

.product .image {
	display: inline;
	float: left;
	margin-right: 10px;
}

.product .product-detail {
	width: 50%;
	float: right;
	background-color: #eee;
/*	text-transform: lowercase; */

}

.product .image .link {
	text-align: center;
}

.link a {
	display: block;
}

.link a img {
	margin-left: 40px;
}

.product .image .link img{
	display: block;
}

.product .price {
	color: #004BB6;
	font-weight: bold;
	font-size: 13px;
}

.product h2.name {
	margin-top: -15px;
	width: 550px;
	margin-left: 190px;
	background-color: #39f;
	color: white;
	text-indent: 5px;
/*	text-transform: lowercase; */
}

.product p {
/*	text-transform: lowercase;*/
	margin-left: 190px;
	min-height: 0;
}
.details p{
/*	text-transform: lowercase;*/
}

.product-detail {
	border: 1px solid #eee;
	margin-bottom: 10px;
}

/* COMMON CLASSES */
.good {
	color: #00669a;
}

.okay {
}

.bad {
	color: red;
	font-size: 11px;
}

.required_input {
	color: red;
	font-weight: bold;
	padding: 0 3px;
	font-size: 16px;
}

.focus, .highlighted {
	border: 2px solid #ffdb4d;
	background-color: #fffd79;
}

/* check out forms */
fieldset.details legend {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #39f;
	padding: 0;
	margin-left: -4px;
	margin-top: -12px;
}

fieldset.details {
	float: left;
	width: 350px;
	margin-right: 10px;
	background-color: #eee;
	padding: 5px;
}

fieldset.details caption {
	padding: 0;
	color: #39f;
}

fieldset.details table.fixed {
	height: 250px;
}

fieldset.details input.text {
	width: 180px;
}

fieldset.details select {
	width: 184px;
}

fieldset.details label {
	width: 140px;
	display: block;
}

fieldset.details td {
	vertical-align: top;
}

form div.details {
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	padding: 10px;
}

div.details a {
	float: right;
	color: #37f;
}

table.cart-summary-table {
	width: 680px;
	background-color: #eee;
}

table.cart-summary-table caption {
	text-align: center;
	color: #37f;
	font-style: italic;
	font-weight: normal;
}

div#footer {
	clear: both;
}

#register-interest {
	border: none;
	background: url(../dimage/buttons/register-interest.gif) no-repeat;
	width: 86px;
	height: 20px;
}

#update-btn {
	display: block;
	width: 86px;
	height: 20px;
	border: none;
	background: url(../dimage/buttons/update.gif) no-repeat;
	cursor: pointer;
}
.blueHeading{
	color: #39f;
	font-weight: bold;
}

#sign-up-btn {
	background: url(../dimage/buttons/sign-up.gif) no-repeat;
	width: 56px;
	border: none;
	height: 20px;
}

#sign-in-btn {
	background: url(../dimage/buttons/sign-in.gif) no-repeat;
	width: 56px;
	border: none;
	height: 20px;
}

table.sizing {
	width: 500px;
}

table.sizing th {
	text-align: left;
}

.readonly {
	background-color: white;
	color: #666;
	border: none;
	padding: 3px;
}

.slideshow {
	padding: 10px 7px;
	height: 163px;
	width: 163px;
}

#splash-page .slideshow {
	width: auto !important;
	height: auto !important;
	padding: 0;
	margin-left: 20px;
}

#magazine div.navbar {
	border-bottom: 2px solid #00669a;
	text-align: right;
	height: 20px;	
	padding-bottom: 7px;

}

#magazine {margin-top: 20px;		}

#subscription {border-collapse: collapse; margin-top: 4px; width: 100%; margin-bottom: 59px;}
#subscription td.col2 {border-left: 1px solid white; padding-left: 40px;}
#subscription td {border-top: 4px solid white; vertical-align: top; height: 59px; background-color: #eeeeee; margin-top: 8px; padding: 7px;}
#subscription img {cursor: pointer;}