/* GENERAL STYLES */
body,html {
	margin-bottom: 20px;
	background: #fff;
	font-family: verdana, helvetica, arial, sans-serif;
}
html {	font-size: 62.5%; }
body {	font-size: 1.2em; }

p {
	margin: 14px 0;
	line-height: 1.4em;
}

a:link, a:visited {
	text-decoration: none;
	color: green;
}
a:hover, a:active {
	color: #e79300;
}
li a {
	display: -moz-inline-box;
	display: inline-block;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.strongem {
	font-weight: bold;
	font-style: italic;
}

blockquote {
	margin-left: 4em;
}

#content ul {
	list-style-type: disc;
	padding-left: 4em;
	margin-bottom: 14px;
}
#content ul li {
	margin-bottom: 1em;
}

#content ol {
	list-style-type: decimal;
	padding-left: 4em;
	margin-bottom: 14px;
}
#content li {
	margin-bottom: 1em;
}
#content td {
	padding: 0;
}
#content table ol {
	padding-left: 1.6em;
}

/* GENERIC HEADERS */
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}

.thumbnail{
	padding: 3px;
	border: 1px solid #ddd;
}
a.Thumbnails:link, a.Thumbnails:visited {
	display: block;
	border: none;
}
.PhotoFull{
	padding: 4px;
	border: 1px solid #ddd;
}
.disabled {
	color: #ccc;
}
.clear {
  clear: both;
}

a#top { height: 0; width: 0; font-size:0; }

/* BOXES */

#container {
	margin: 20px auto;
	width: 930px;
	background-color: #fff;
}

#header {
	position: relative;
	width: 100%;
	z-index: 3;
}
#header #titles {
	display: block;
	margin-top: 0px;
	margin-bottom: 6px;
}
#header #logo{

}
#header #text-titles {
	position: relative;
	padding: 0 25px;
	z-index: 3;
	color: black;
}
#header h1 {
	display: block;
	font-family: "Times new roman";
	text-transform: uppercase;
}
#header h2 {
	display: block;
	font-family: "Palatino Linotype";
	text-transform: uppercase;
	/*font-size: 10px;*/
}
#searchlet {
	position: absolute;
	right: 0;
}
	#searchbox {
		padding: 0 2px;
		width: 125px;
	}
	#searchbutton {
		border: 1px solid #ccc;
		font-size: 12px;
	}

#main {
	position: static;
	margin:0;
	padding:0;
	text-align:left;
	border-bottom: 1px solid #ccc;
	z-index: 2;
	min-height: 150px;
	_height: 150px;
}
	*>#main { /* ie6 wont see this */
		overflow: auto;
	}

#sidebar {
	float: left;
	width: 250px;
	margin-right: -250px; /* width */
	margin-top: 0px;
	padding-bottom: 50px;
	background-color: #f6f6f6;
}
#content.twoColumn {
		border-left: 250px solid #f6f6f6; /* #sidebar width, color.  put here for IE6*/
	}
#content {
	padding: 0;
	padding-left: 10px;
	background-color: #fff;
	border: 1px solid #fff; /* FF chrome issue */
}
	#content.singleColumn {
		margin-right: 250px; /* pushing the 'bottom' to the bottom, for mozilla */
	}
	#content.twoColumn {
		border-left: 250px solid #f6f6f6; /* #sidebar width, color */
	}
	#content.centeredColumn {
		margin: 0 auto;
	}

#topdecor {
	position: relative;
	height: 15px;
	top: 10px; /* margin-top not shown in ie7 */
	margin: 0px 0 20px 0;
}

.PageTitle {
	font-size: 1.7em;
	margin-bottom: 15px;
	color: #50b848; /* was #697; */
	font-family: helvetica;
	border-bottom: 3px solid #ced;
}

#pagebottom {

}
#footerText {
	margin: 6px 20px;
	color: #333;
	font-size: .8em;
	line-height: 1.8em;
}

/* Product List */
/* "ul#..." is needed to override the "#content ul" rule up above */
ul#productList{
	display: block;
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	min-height: 200px;
	_height: 200px;
}
ul#productList .product{
	float: left;
	margin: 0;
	padding: 0;
	width: 330px;
	border-bottom: 1px dotted #bed;
	height: 200px;
	overflow: hidden;
	font-size: .9em;
}
ul#productList .product .productSummary{
	margin: 6px 4px;
	float: left;
	
}
ul#productList .productSummary .summary{
	font-size: .8em;
	margin-top: 6px;
	overflow: hidden;
}
ul#productList .productSummary .summary ul, ul#productList .productSummary .summary ol{
	padding-left: 15px;
}
ul#productList .top{
	border-top: 1px solid #bed;
}
ul#productList .odd{
	border-right: 1px dotted #bed;
}
ul#productList .bottom{
	border-bottom: 1px solid #bed;
}

ul#productList a.photoLink{
	display: block;
	float: left;
	margin-right: 10px;
}
/* thumbnail defined at top */
ul#productList .name {
	color: #697;
	font-weight: bold;
}
ul#productList .summary {
	margin-bottom: 15px;
}

.toplink {
	display: block;
	float: none;
	font-family: verdana;
	font-size: .9em;
	margin: 5px 0px 20px 5px;
}

.BodyText2 {
	margin-top: 30px;
}

/* Product Detail */
#productPhoto {
	position: relative;
	float: left;
	width: 240px;
	margin-right: -215px;
}
#productDetail {
	margin-left: 260px;
}
#productDetail h3 {
	margin-bottom: 15px;
	color: #697;
	font-family: helvetica;
}
#zoom {
	float: right;
}
#showform {
	text-align: center;
	font-size: 1.6em;
}
#showform a{ color: red; }

/* Questionaire */
#Questionaire {
	display: none;
}
#Questionaire fieldset {
	border: 1px solid #ccc;
}
#Questionaire legend {
	display: -moz-inline-box;
	display: inline-block;
	font-size: 1.4em;
	background: white;
	border: 1px solid #ccc;
	padding: 2px 5px;
}
#Questionaire ul {
	list-style: none;
	margin: 20px;
	padding: 0;
}
#Questionaire ul li {
	margin: 5px 0;
	padding: 0;
}
#Questionaire .MustLeaveBlank_li {
	height: 0;
	overflow: hidden;
}
#Questionaire label {
	display: -moz-inline-box;
	display: inline-block;
	width: 120px;
	margin-right: 15px;
}
#Questionaire strong{
	color: #700;
}
#Questionaire .CustomerAddress_li textarea{
	height: 40px;
}

/* Site Map */
#sitemap ul {
	margin-top: 10px;
}

/* Photo Section */
.GalleryList, .Gallery {
	min-height: 300px;
	_height: 300px;
}
.GalleryList .thumbnail, .Gallery .thumbnail {
	display: block;
}
.GalleryList .Item, .Gallery .Item {
	/* thumbnail placement */	
	float: left;
	border: none;
}
.GalleryList .Item .GalleryNames {
	font-weight: bold;
	line-height: 1.3em;
}
.GalleryList .Item .PhotoCounts {
	font-style: italic;
	font-size: .9em;
	color: #333;
}

.GalleryList .Item, .Gallery .Item {
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 18px;
	background: #f9f9f9 url(/media/16902/loading_animation.gif) no-repeat 50% 50%;
}

.Photo img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.Photo { background: url(/media/16902/loading_animation.gif) no-repeat 50% 50%; }

.PhotoNav {
	position: relative;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.PhotoNav a:link, .PhotoNav a:visited {
	font-weight: bold;
	border: none;
}

.PhotoNav .Left, .PhotoNav .Right {
	line-height: 1.3em;
}
.PhotoNav .Left {
	position: absolute;
	left: 50px;
}
.PhotoNav .Right {
	position: absolute;
	right: 50px;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
