﻿html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #d8c6e0;
	color: #163f90;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #612686; }
a:visited { color: #72478d; }
a:active, a:hover { color: #c6690f; }

h1 {
	color: #0089bb;
	font: bold 140% Arial, Helvetica, sans-serif;
}

h2 {
	color: #0089bb;
	font: normal 140% Arial, Helvetica, sans-serif;
}

h3 {
	color: #0089bb;
	font: italic 140% Arial, Helvetica, sans-serif;
}

h4 {
	color: #0089bb;
	font: bold 130% Arial, Helvetica, sans-serif;
}

h5 {
	color: #0089bb;
	font: normal 110% Arial, Helvetica, sans-serif;
}

h6 {
	color: #0089bb;
	font: normal 100% Arial, Helvetica, sans-serif;
}

img { border: 0px; }

ul.list {
	margin: 0px; padding: 0px 0px 0px 10px; list-style: none;
}
ul.list li {
	background: url('graphics/bullet.gif') no-repeat 0px 3px;
	padding-left: 18px;
	margin-bottom: 1em;
}

ul.chklst {
	margin: 0px; padding: 0px 0px 0px 10px; list-style: none;
}
ul.chklst li {
	background: url('graphics/checkmark.jpg') no-repeat 0px 3px;
	padding-left: 18px;
	margin-bottom: 1em;
}

ul.chklst2 {
	margin: 0px; padding: 0px 0px 0px 10px; list-style: none;
}
ul.chklst2 li {
	background: url('graphics/checkmark.jpg') no-repeat 0px 3px;
	padding-left: 18px;
	margin-bottom: 0em;
}

ul.datelst {
	margin: 0px; padding: 0px 0px 0px 210px; list-style: none;
}
ul.datelst li {
	background: url('graphics/bullet.gif') no-repeat 0px 3px;
	padding-left: 18px;
	margin-bottom: 1em;
}

.big-buttons { margin: 0px; padding: 0px; list-style: none; }
	.big-buttons li { float: left; }
	.big-buttons a {
		display: block;
		width: 101px;
		height: 55px;
		margin-right: 15px;
		background: url('graphics/home-button.gif') no-repeat;
		color: #fff;
		text-decoration: none;
		padding: 23px 43px 0px 13px;
		font-size: 12px;
	}
	.big-buttons .last a { margin-right: 0px; }
	.big-buttons a:hover { background-position: 0px -78px; color: #fff; }

.clear { clear: both; }

.arrow { background: url('graphics/arrow.gif') no-repeat; display: block; padding: 0px 0px 0px 20px; }
.caption { font-style: italic; font-size: 11px; text-align: center; }
.caption2 { font-style: font-size: 13px; text-align: center; }
.floatleft { float: left; margin: 0px 10px 10px 0px; }
.floatright { float: right; margin: 0px 0px 10px 10px; }
.floatrightpic { float: right; margin: 0px -8px 10px 10px; }
.note, .return { font-size: 80%; }
.optinform { font-size: 10px; }

.pic-home { margin-top: 10px; }
.product { clear: both; }
.productimage { float: left; margin: 0px 10px 10px 0px; width: 150px; }
.producttext { margin-left: 160px; }
.price { font-style: normal; color: #c6690f; }
.special { color: #c6690f; font: italic 120% Verdana, Arial, Helvetica, sans-serif; }
.special-home { width: 60%; }
.testimonial-wrapper {
	float: right;	
	margin: -10px 0px 5px 0px;
}

.testimonial {
	background: url('graphics/quote.gif') no-repeat;
    font: italic 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 10px;
	color: #756889;
	text-align: right;
}
	.testimonial p { margin: 0px 0px .3em 0px; }
	.testimonial .name { font-size: .8em; }

.product-testimonial-wrapper {
	width: 250px;
	float: right;	
	margin: -10px 0px 5px 0px;
}
.product-testimonial {
	background: url('graphics/quote.gif') no-repeat;
    font: italic 90% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 10px;
	color: #756889;
	text-align: right;
}

#container {
width: 994px;
margin: 0px auto;
background: url('graphics/bg.gif') repeat-y;
padding: 1px 16px 1px 17px;
}

#top {
	height: 125px;
	position: relative;
}

#logo {
	font-size: 14px;
	margin: 0px;
}
	#logo a {
		display: block;
		width: 500px;
		height: 115px;
		background: url('graphics/yourlogohere.jpg') no-repeat 10px 5px;
		text-indent: -99999px;
	}
	
	#logorel h2 {
		position: absolute;
		top: 38px;
		left: 280px;
		margin: 0px;
	}
	
	#logorel h2 a:link, #logorel h2 a:visited, #logorel h2 a:active, #logorel h2 a:hover {
		color: #0089bb;
		text-decoration: none;
	}
		
#toptext {
	padding: 5px;
	float: right;
	color: #666;
}

#topright {
	width: 280px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
}

#social {
	float: right;
	padding: 5px 20px 0px 0px;
}
	#twitter, #facebook { display: block; width: 13px; height: 13px; font-size: 8px; text-indent: -999999px; float: left; background: url('graphics/social-fb.gif') no-repeat; margin-left: 8px; }
	#twitter { background-image: url('graphics/social-twitter.gif'); }

#menu1 {
	background: #756889;
	color: #fff;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 2px #fff;
}
	#menu1 a:link, #menu1 a:visited { 
		text-decoration: none;
		color: #fff;
	}
	
	#menu1 a:active, #menu1 a:hover {
		text-decoration: underline;
		color: #fff;
	}


#menu2 {
	background: #b7a9ce;
	color: #412f44;
	padding: 5px 5px 5px 10px;
	border-bottom: solid 2px #fff;
}

	#menu2 a:link, #menu2 a:visited {
		text-decoration: none;
		color: #412f44;
	}
		
	#menu2 a:active, #menu2 a:hover {
		text-decoration: underline;
		color: #412f44;
	}

#body2col {
	border-left: solid 159px #36c;
	background: url('graphics/topbg.gif') repeat-x;
}

#body3col {
	border-left: solid 159px #36c;
	background: url('graphics/topbg.gif') repeat-x;
	border-right: solid 290px #f3f3f3;	
}

#body2colwrap, #body3colwrap {
	width: 100%; 
	margin: 0px;
}


#body2 {
	margin-left: -159px;
	border-right: solid 1px #fff;
	width: 160px;
	position: relative;
	float: left;
	z-index: 10;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 159px;
}
	html>body #body2 { width: 159px; }

#body1 {
	position: relative;
	width: 100%;
	float: left;
	z-index: 11;
	font-size: 110%;
}

#body3 {
	background: url('graphics/topbg.gif') repeat-x;
	margin-right: -290px;
	width: 254px;
	position: relative;
	float: right;
	z-index: 10;
	padding: 0px 16px 10px 20px;

}

/* Mozilla specific */
#body2col > #body2colwrap, #body3col > #body3colwrap { border-bottom: 1px solid transparent; }
#body2 { margin-right: 1px; }
#body1 { margin: 0 -8px 0 -2px; }

#watermovie { border-bottom: solid 1px #fff; }



#flashmovie1, #flashmovie2, #flashmovie3 {
	width: 76px;
	height: 76px;
	float: left;
}
#flashmovie1 { padding: 10px 5px 5px 0px; }
#flashmovie2 { padding: 10px 5px 5px 5px; }
#flashmovie3 { padding: 10px 0px 5px 5px; }
	

#flashmovies img { border: solid 1px #fff; }

#addthis { text-align: center; padding: 10px 0px; }
	
.leftmenu {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.leftmenu li {
	margin-top: 2px;
}

.leftmenu a:link, .leftmenu a:visited {
	height: 19px;
	width: 159px;
	background: url('graphics/vertical.gif') no-repeat;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 149px;
}
	html > body .leftmenu a:link, html > body .leftmenu a:visited {
		width: 149px;
	}

.leftmenu a:active, .leftmenu a:hover {
	background: url('graphics/vertical.gif') no-repeat 0px -65px;
}

#body1 .content {
	padding: 15px 10px 10px 10px;
}

.content-home { padding: 10px; }

#banner {
	color: #fff;
	font-size: 140%;
}

#body2 {
	background: url('graphics/logo.gif') no-repeat 10px 100px;
	min-height: 600px;
}

#body2 .content { padding: 10px; }

#footer {
	clear: both;
	border-top: solid 2px #fff;
	background: #039;
	color: #fff;
	padding: 5px 5px 5px 10px;
}
	#footer p { margin: 0px; }
	
	#footer a:link, #footer a:visited {
		text-decoration: none;
		color: #fff;
	}
	
	#footer a:active, #footer a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	
/* gallery */

.gallery div {
	width: 110px;
	height: 110px;
	text-align: center;
	float: left;
}

/* light box */

#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;}

#nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink{ 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:visited:hover { background: url(graphics/prevlabel.gif) left 15% no-repeat; }
#prevLink:hover { background: url(graphics/prevlabel.gif) left 15% no-repeat; }
#nextLink:visited:hover { background: url(graphics/nextlabel.gif) right 15% no-repeat; }

#nextLink:hover { background: url(graphics/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; }