@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 10px;
	color: #000;
	font-weight: normal;

}
img {border:none}
	 
.sb #wrapper {
	text-align: center;
	min-width: 1080px;
}
.sb #container {
	width: 1080px;  /* this will create a container 80% of the browser width */
	/*width: 100%;*/  /* this will create a container 80% of the browser width */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sb #header {
	background: #fff;
	background-image: url("img/header-whole.gif");
	background-repeat: no-repeat;
	margin: 30px 0 0 30PX;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}
.sb #logo{
	background: #fff;
	background-image: url("img/header.gif");
	background-repeat: no-repeat;
	height: 116px;
	margin: 0 0 0 0PX;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}

.sb #logo a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 116px;
}
 
.sb #logo a h1
{
    display: none;
}

.sb #nav{
		margin-left:88px;
		height:49px;

}
nav ul ul {
	display: none;
}

nav ul li:hover > ul {
		display: block;
	}
nav ul {
		margin: 0;
		padding: 0;
		display: inline-table;
		list-style: none;
		padding-top:10px;
		padding-bottom:39px;
		background:#FFF;
		position:relative;
}
nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li{
		display: inline;
		padding-right:20px;
		padding-left:20px;
		border-right:.08em solid #666;
		text-align:left;
	float:left;
			text-decoration: none;
		color: #666;
		font-size: 18px;
	font-style:italic;
	font-weight:lighter;
	font-family: 'Lato', sans-serif;
}
	nav ul li:hover {
		background: #fff;
	}
nav ul li:hover a{
		color: #333; 
		text-decoration: none; 
		text-shadow: -2px -2px 2px #CCC;
}
nav ul li a{
		text-decoration: none;
		color: #666;
		font-size: 18px;
	font-style:italic;
	font-weight:lighter;
	font-family: 'Lato', sans-serif;
	display:block;
	text-decoration: none;
}


nav ul ul {
	background:none; border-radius: 0px; padding: 0;
	position:absolute; top:auto;
	z-index:1;
	width:150px;
	border:0;
	padding:10px 0 0 0;
	margin:0;
	text-decoration: none;
}
	nav ul ul li {

		float: none; 
		position: relative;
		border:0;
		padding:0;
		margin:0;
	}
		nav ul ul li a {
			background:#fff;
			padding:7px;
			margin-bottom:3px;
			color: #333;
			text-decoration:none;
				border: 1px solid #999;
		}	
			nav ul ul li a:hover {
				background: #fff;
			}
			nav ul ul li:hover a{
		color: #333; 
		text-decoration: none; 
		text-shadow: -2px -2px 2px #CCC;
}

.sb #navon {
		color: #666; 
		text-decoration: none; 
		text-shadow: -2px -2px 2px #CCC;
		font-size: 18px;
		font-style:italic;
		font-weight:normal;
		font-family: 'Lato', sans-serif;
}
.sb h1{
		margin:0;
		text-decoration: none;
		color: #666;
	font-size: 18px;
	font-style:italic;
	font-weight:lighter;
	font-family: 'Lato', sans-serif;
	text-shadow: -2px -2px 2px #CCC;
}
.sb h2{
		margin:0;
		text-decoration: none;
		color: #666;
	font-size: 18px;
	font-style:italic;
	font-weight:lighter;
	font-family: 'Lato', sans-serif;
	text-align:left;
}
.sb #sb {
		text-decoration: none; 
		font-style:italic;
		font-weight:bold;
		font-family: 'Lato', sans-serif;
}
.sb #main {
	background: #fff;
	background-image: url("img/side.gif");
	background-repeat: no-repeat;
	height: auto;
	min-height:500px;
	margin: 0 0 0 31PX;
	padding: 0 0 0 46px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}
.sb #main2 {
	background: #fff;
	background-image: url("img/side.gif");
	background-repeat: no-repeat;
	height: auto;
	margin: 0 0 0 31PX;
	padding: 0 0 0 46px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}
.sb #main1 p{
		margin-top:350px;
		margin-left:30px;
		color: #333; 
		font-size: 14px;
		font-style:normal;
		font-weight:normal;
		font-family: 'Lato', sans-serif;
}

.sb #maintext {
	width: 850px;
	margin: 0 0 0 60PX;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}
.sb #maintext p{
		color: #333; 
		font-size: 14px;
		font-style:normal;
		font-weight:normal;
		font-family: 'Lato', sans-serif;
}

.sb #homeimgs{
		padding-top:5px;
		padding-bottom:5px;
		padding-left:5px;
		padding-right:0px;
		float:left;

}
.sb #prodimgs{
		height:180px;
		width:200px;
		border:thin;
		border-color:#666;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:5px;
		padding-right:0px;
		float:left;
		color: #333; 
		font-size: 10px;
		font-style:normal;
		font-weight:normal;
		text-align:center;
		font-family: 'Lato', sans-serif;
}

a:hover img.prodimgs{
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
.prodimgs2{
		max-width:220px;
		border-right:thick;
		border-color:#666;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;
		float:left;
		color: #333; 
		font-size: 10px;
		font-style:normal;
		font-weight:normal;
		text-align:center;
		font-family: 'Lato', sans-serif;
}
.prodimgs3{
		max-width:300px;
		border-right:thick;
		border-color:#666;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;
		float:left;
		color: #333; 
		font-size: 10px;
		font-style:normal;
		font-weight:normal;
		text-align:center;
		font-family: 'Lato', sans-serif;
}
.prodimgs4{
		width:570px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;
		float:left;
		font-style:normal;
		font-weight:normal;
		text-align:left;
		font-family: 'Lato', sans-serif;
}
.viewcart{
		margin-top:225px;
}
.sb #contact1{
		text-decoration: none;
		color: #999;
		font-size: 22px;
	font-style:italic;
	font-weight: normal;
	font-family: 'EB Garamond', serif;
}
.sb #contact2{
		color: #333; 
		font-size: 14px;
		font-style:normal;
		font-weight:normal;
		font-family: 'Lato', sans-serif;
}
.sb #prodtext {
	width: 490px;
	margin: 0 0 0 0PX;
	padding: 0 0 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float:left;
	position: relative;
}
.sb #prodgallery {
	width: 350px;
	margin: 0 0 0 0PX;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
	float:left;
	position: relative;
}
.sb #prodgallery p{
	font-size:11px;
}

.sb #footer {
		margin: 0 0 0 130PX;
		position:relative;
}

.sb #footer p{
			padding-right:30px;
		padding-left:30px;
		text-decoration: none;
		color: #999;
		font-size: 22px;
	font-style:italic;
	font-weight: normal;
	font-family: 'EB Garamond', serif;
	float:left;
}
a{
		text-decoration: none;
		color: #666;
	font-family: 'Lato', sans-serif;
}

a:hover{
		color: #333; 
		text-decoration: none; 
		text-shadow: -2px -2px 2px #CCC;
}
a.product{
		font-style:italic;
		font-weight:bold;
		text-decoration: none;
		color: #333;
	font-family: 'Lato', sans-serif;
}

a.product:hover{
		font-style:italic;
		font-weight:bold;
		color: #333; 
		text-decoration: none; 
		text-shadow: -2px -2px 2px #CCC;
}

hr {
	border: 0;
	color: #999;
	background-color: #999;
	width:50%;
	height:1px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;

}
hr.stylecenter {
	border: 0;
	color: #999;
	background-color: #999;
	width:50%;
	height:1px;
	margin-left:25%;


}
hr.stylefull {
	border: 0;
	color: #999;
	background-color: #999;
	width:95%;
	height:1px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;

}
.imgcontain {
padding-left:20px;
padding-bottom:10px; 
float:right;
width:419px;
}
.imgcontain2 {
padding-left:20px;
padding-bottom:10px; 
float:right;
width:828px;
}
.paypalbutton {
padding-left:20px;
padding-bottom:10px; 
float:right;
}
.caption {
	font-size: 11px;
	text-align:center; 
	color:#333;
	font-family: 'Lato', sans-serif;
}
.caption2 {
	width:inherit;
	font-size: 11px;
	text-align:center; 
	color:#333;
	font-family: 'Lato', sans-serif;
}

ul {
		padding:0 0 0 15px; 
		margin:0; 
		color: #333; 
		font-size: 14px;
		font-style:normal;
		font-weight:normal;
		font-family: 'Lato', sans-serif;
		list-style-position:outside;
}
li {
		margin-bottom: 10px;

}


img.shadow{
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.form2{
	width:300px;
	float:left;	
}

.form{
		border: solid 1px #CCC;
	width:450px;
	float:left;	
}
html {height: 100%; margin-bottom: 1px; overflow-y: scroll;
} /* This forces a scrollbar on short pages in Firefox, */

