﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('images/background.png');
	background-repeat: repeat;
	background-attachment: scroll;
	margin:0;
	padding:0;
}
#round {
	padding: 0;
	border: 0;
	background: #FFFFFF;
	width: 900px;
	margin: 55px auto 0 auto;
}
.round {
	-moz-border-radius:12px; 
	-webkit-border-radius:12px;
}   

#masthead {
	background: url('images/banner.jpg') no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	width: 900px;
	height: 170px;
}
.topnav {
	
}
#navigation {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}
#content {
	margin-top: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	margin: 0;
	padding: 0;
	border: 0;
	padding: 10px;
	text-align: center;
	clear: both;
	width: 880px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
#masthead ul {
	padding: 65px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	width: 500px;
}
	#masthead ul li {
	margin: 0 10px 0 10px;
	list-style: none;
	float: left;
	display: block;
}
  		#masthead ul li a {
	float: left;
	text-decoration: none;
	display: block;
	height: 2.3em;
	padding: 0 5px 0 5px;
	color: #fff;
	font-weight: bold;
}
  		#masthead ul li a:hover {
}
.logo {
	border: 0;
	margin-left: 25px;
	margin-top: -50px;
	float: left;
}
#basket{
	padding: 55px 20px 0 10px;
	float: right;
}
/* Navigation Styles */
#navigation h2 {
	background: url('images/blueberry.gif') no-repeat left;
	padding: 5px 5px 5px 18px;
	color: #003366;
	font-size: 18px;
	margin-bottom: 0px;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 20px;
	font-weight: bold;
}
#navigation a:hover {
	background: #FFFFFF;
	color: #005500;
	text-decoration: none;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #005500;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 16px;
	color: #5E74B1;
}

/* Footer Styles */
#footer p {
	color: #003366;
	font-size: 11px;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #005500;
	text-decoration: none;
}
a {
	color: #5E74B1;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Image Styles */
img {
	padding: 5px;
	border: 1px #5E74B1 solid;
}

img.center {
	float:none;
	border: 1px solid #BFBFBF;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.right {
	float: right;
	margin: 0 0 13px 13px;
	display: inline;
}
img.rightFR {
	float: right;
	border: 0;
	margin: -40px -11px 13px 13px;
	display: inline;
}
img.left {
	float: left;
	border: 1px #5E74B1 solid;
	margin: 0 13px 13px 0;
	display: inline;
}
img.leftBIG {
	float: left;
	border: 1px solid #BFBFBF;
	margin: 0 13px 60px 0;
	display: inline;
}

img.center-nb {
	float: none;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #ffffff;
}
.cart {
	border:0;
	padding:0;
}
label {
	margin: 3px 15px 3px 0;
	float: left;
	text-align: right;
	width: 100px;
}
.addcart {
	padding: 3px 0 0 0;
	float: left;
	margin-left: 120px;
	margin-top: 3px;
}
/* ----------- stylized ----------- */
#stylized{
	background: #FFFFFF url('img/stylize-bg.gif') repeat-x top;
	float: right;
	width: 250px;
}
#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
#stylized p{
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#stylized label{
	display: block;
	text-align: right;
	width: 120px;
	float: left;
	line-height: 13px;
	padding-bottom: 15px;
}

#stylized .small{
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
#stylized input, textarea, select {
	margin: 2px 0 10px 5px;
	width: 100px;
}
#stylized input{
	float: right;
	padding: 2px 0 2px 0;
	border: 1px #5E74B1 solid;
	margin-right: 50px;
}
input.narrow {
	width:50px;
}

#stylized textarea{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
	border: solid 1px #aacfe4;
}
#stylized select{
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 2px;
}
#stylized .price {
	font-weight: bold;
	color: #000000;
	padding-top: 15px;
	text-align: center;
	font-size: .95em;
}
#stylized .qty {
	width: 50px
}

#stylized button{
	clear: both;
	margin-left: 70px;
	width: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}
#lightbox{position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#clear {
	clear:both;
}
