@charset "UTF-8";
/* CSS Document */

/**********************************************************************
	Clear Browser Induced Styles
**********************************************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

ul, ol {
	list-style: none;
}

/**********************************************************************
	Main Layout Styles For Pages With Sidebars
**********************************************************************/

body {
	background: url(../images/page_bg.jpg);
	color: #999999;
	font-size: 62.7%;
	font-family: "Trebuchet MS", sans-serif;
}

#wrapper1 {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper2 {
	float: left;
	border: 2px solid white;
	background-color: black;
	width: 797px;
	padding: 0px 2px 20px 2px;
	margin-top: 70px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

img#logo {
	float: left;
	position: relative;
	top: -50px;
	left: -90px;
	z-index: 2;
}

#main_nav {
	width: 847px;
	padding: 20px 20px 20px 0px;
	position: relative;
	z-index: 1;
	left: -70px;
}

#shop_nav {
	width: 827px;
	position: relative;
	padding: 20px 20px 20px 0px;
	left: -50px;
	z-index: 1;
	background-color: #393939;
}

#service_nav {
	text-align: right;
	padding: 10px 20px 10px 0px;
}

#content_wrap {
	width: 100%;
	float: left;
}

#content {
	float: right;
	width: 536px;
	padding: 0px 20px 0px 20px;
	position: relative;
	top: -80px;
}

#shop #content, #product_detail #content, #cart #content, #thanks #content {
	float: none;
	width: 757px;
}

#sidebar {
	float: left;
	width: 176px;
	padding: 10px;
	margin-left: 20px;
	border: 2px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	top: -12px;
}

#sidebar img {
	width: 174px;
}

img.full {
	width: 534px;
	border: 1px solid;
	margin-bottom: 20px;
}

img.left {
	float: left;
	width: 148px;
	border: 1px solid;
	margin: 0px 20px 20px 0px;
}

img.right {
	float: right;
	width: 148px;
	border: 1px solid;
	margin: 0px 0px 20px 20px;
}

#footer {
	clear: both;
	width: 100%;
	height: 152px;
	text-align: center;
	padding-top: 20px;
}

/**********************************************************************
	Text & Link Styles
**********************************************************************/

#main_nav a {
	font-size: 1.8em;
	font-weight: bold;
	color: white;
	margin-right: 50px;
}

#main_nav a:visited {
	color: white;
}

#main_nav a:hover {
	color: #43c6db;
}

#shop_nav a {
	font-size: 1.8em;
	font-weight: bold;
	color: black;
	margin-right: 40px;
}

#shop_nav a:visited {
	color: black;
}

#shop_nav a:hover {
	color: #86b354;
}

#shop_nav label {
	font-size: 1.5em;
	color: black;
}

#service_nav a {
	font-size: 1.4em;
	font-weight: bold;
	color: #555555;
}

#service_nav a:visited {
	color: #555555;
}

#service_nav a:hover {
	color: white;
}

#content h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 3px;
	font-variant: small-caps;
	margin-bottom: 5px;
}

#shop #content h1, #cart #content h1, #thanks #content h1 {
	text-align: center;
	margin-bottom: 20px;
}

#content p, #sidebar p, #unavailable p {
	font-size: 1.3em;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.4em;
}

td {
	font-size: 1.3em;
	padding: 5px;
}


.qty {
	width: 50px;
}

#content .date {
	font-weight: bold;
	font-size: 1.4em;
	text-indent: 20px;
}

#content a {
	color: #43c6db;
	font-weight: bold;
}

#content a:visited {
	color: #43c6db;
}

#content a:hover {
	text-decoration: underline;
}

#content .image_link {
	color: #999999;
}

#content .image_link:visited {
	color: #999999;
}

#content .image_link:hover {
	color: #43c6db;
}

#sidebar h6 {
	font-size: 1.8em;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-variant: small-caps;
}

#sidebar a {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #999999;
}

#sidebar a:visited {
	color: #999999;
}

#sidebar a:hover {
	color: #86b354;
}

#sidebar .date {
	text-decoration: underline;
}

#sidebar .past_events {
	font-size: 1.2em;
	text-align: right;
}

#sidebar .image_link {
	border: 1px solid;
	color: #999999;
}

#sidebar .image_link:visited {
	color: #999999;
}

#sidebar .image_link:hover {
	color: #43c6db;
}

#footer p {
	color: white;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:visited {
	color: white;
}

#footer a:hover {
	color: #43c6db;
}

/**********************************************************************
	Form Styles
**********************************************************************/

#content label {
	width: 85px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

#content input.text, #content textarea {
	background-color: #999999;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.3em;
}

#content input:focus, #content textarea:focus {
	background-color: white;
}

#content .submit {
	margin-left: 95px;
	font-size: 1.6em;
}

#content .status_message {
	background-color: #FFFFCC;
	color: red;
	border: 1px solid;
	padding: 5px;
}

/**********************************************************************
	Page Specific Styles
**********************************************************************/

#preview #wrapper1 {
	width: 572px;
}

#preview #wrapper2 {
	width: 572px;
	padding-top: 20px;
}

#preview #content {
	top: 0px;
}

.img_link {
	border: 2px solid white;
	display: block;
}

.img_link:visited {
	border: 2px solid white;
}

.img_link:hover {
	border: 2px solid #43c6db;
}


.product {
	width: 114px;
	min-height: 240px;
	margin-right: 46px;
	float: left;
	position: relative;
}

.product img {
	width: 110px;
}

.product .sold {
	width: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#content .product p {
	margin-top: 5px;
	text-align: center;
}

.no_margin {
	margin-right: 0px;
}

.left_panel {
	width: 275px;
	margin-right: 50px;
	padding-bottom: 30px;
	padding-top: 30px;
	float: left;
	position: relative;
}

.left_panel .enlarge {
	font-size: 1em;
	text-align: right;
}

.left_panel img {
	width: 271px;
	border: 2px solid;
}

.webding {
	cursor: pointer;
	font-size: 1.4em;
	font-weight: bold;
}

.right_panel {
	width: 432px;
	padding-bottom: 30px;
	padding-top: 80px;
	float: right;
}

.right_panel p {
	clear: both;
}

.right_panel .price {
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	color: black; /* CUSTOMIZABLE */
	padding: 5px;
	background-color: #43c6db;
}

.right_panel label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.right_panel .submit {
	margin-left: 110px;
}

#unavailable {
	position: fixed;
	width: 38%;
	padding: 1%;
	top: 200px;
	left: 30%;
	background-color: #FFFFCC;
	color: red;
	border: 1px solid;
}