* {
	margin: 0;
	padding: 0;
}
p {
	margin: 1em 0;
}
a img {
	border: 0;
}
.clear {
	display: block;
	clear: both;
	font-size: 0;
}
body {
	background: url(../img/back.jpg) repeat-x;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #663300;
	text-align: center;
}
table {
	font-size: 12px;
}


/*	Headers	*/

h1 {
	margin-bottom: .5em;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 1em 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 .5em 0;
	font-size: 18px;
}
h4 {
	font-family: "Modern No. 20", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


/*	Links	*/

a {
	color: #992b14;
}
p.inline-links {
	text-align: center;
}
p.inline-links a {
	margin: 0 15px;
}


/*	Lists	*/

li {
	margin-left: 1em;
	line-height: 1.5em;
}


/*	Main Layout	*/

#container {
	margin: 20px auto;
	width: 810px;
	margin-top: 30px;
	text-align: left;
	background: #fff;
	border: 1px solid #ADBCB7;
	padding: 15px;
	position: relative;
}
#header {
	margin-bottom: 15px;
}
#logo {
	float: left;
	margin-right: 5px;
}
#nav {
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	position: relative;
	margin: 0 15px;
}
#nav a {
	text-decoration: none;
	font-family: "Modern No. 20", Georgia, "Times New Roman", Times, serif;
	color: #663300;
	font-size: 18px;
	display: block;
}
#nav ul { /* second-level lists */
	list-style: none;
	display: none;
	position: absolute;
	top: 1.5em;
	left: 0;
	background-color: #fff;
	border: 1px solid #000;
}
#nav ul li {
	float: none;
	margin: 0;
}
#nav ul a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #000;
	font-weight: normal;
	display: block;
	width: 200px;
	padding: 5px;
}
#nav ul a:hover {
	background-color: #669999;
	color: #fff;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
#content {
	background-color: #fff;
	min-height: 150px;
}
img.main-image {
	margin: 1em 0 0 10px;
	float: right;
}
#footer {
	clear: both;
}


/*	Text	*/

strong {
	color: #992b14;
}
p.message {
	text-align: center;
}
span.registration {
	font-size: 10px;
}


/* Tables */

table {
	border-collapse: collapse;
}
th, td {
	padding: 5px;
	border: 1px solid #000;
}
table.grid-layout td{
	border: 0;
}


/*	Home	*/

#home #content #slideshow {
	width: 625px;
	height: 487px;
	border: 1px solid #9E9C90;
	padding: 0;
	margin: 0;
}
#slideshow img {
	width: inherit;
}
#home h2, #home h3, #home h4 {
	text-align: center;
}
#home #content div {
	width: 150px;
	padding: 10px;
	float: left;
	margin: 0 0 10px 10px;
	border: 1px solid #9E9C90;
	padding: 10px;
}
#home #content #featured {
	background-color: #C9D3D2;
	margin-bottom: 33px;
}
#home #container {
	padding-bottom: 0;
}
#ladybug {
	position: absolute;
	right: 30px;
	bottom: -25px;
}


/* Gallery Image */

div.gallery-image {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	width: 195px;
	position: relative;
}
div.last-child {
	margin-right: 0;
}
div.gallery-image img {
	width: 100%;
}
div.gallery-image p {
	text-align: center;
}
div.gallery-image span.caption {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	padding: 5px;
	background: url(../img/opacity.png) repeat;
	font-family: "Modern No. 20", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}


/*	Product	*/

div.product {
	clear: both;
	width: 100%;
	overflow: hidden;
}
div.no-image {
	margin-left: 340px;
}
img.product-image {
	width: 330px;
	float: left;
	margin-right: 10px;
}
div.colors {
	margin: 0 auto;
}
p.caption {
	font-weight: bold;
}
span.product-message {
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}


/*	Contact	*/

#contact {
	background: url(../img/contact_info_back.jpg) no-repeat;
	min-height: 275px;
	height: auto !important;
	height: 275px;
	padding-top: 275px;
	padding-left: 30px;
}
#contact-info {
	width: 370px;
	padding: 10px;
	background-image: url(../img/opacity.png);
	border: 1px solid #fff;
}


/*	Popup Layout	*/

#popup {
	background: #fff;
	text-align: left;
	padding: 15px;
	color: #993300;
}
#popup h1 {
	border-bottom: 5px solid #993300;
	color: #000;
}
