body {
	color:#415C39;
	background:url('/images/layout/bg_01.png') top repeat-x;
}

#sitenav {
	width:934px;
	padding:5px 0;
	margin:0px auto;
	text-align:right;
}

#sitenav a {
	color:#FFF;
	text-decoration:none;
	padding:0 10px;
}

#sitenav a:hover {
	color:#415C39;
}

#wrapper {
	margin:0px auto 0;
	width:934px;
	background:url('/images/layout/header_bg_03.jpg') top center no-repeat;
	min-height:500px;
	border:1px solid #FFF;
}

header {
	display:block;
	height:420px;
}

h1#siteLogo {
	margin:0;
	position:relative;
	left:20px;
	top:40px;
	border:0;
}

h1#siteLogo a {
	display:block;
	float:left;
	width:263px;
	height:64px;
	background:url('/images/layout/bubbling_logo.png') no-repeat;
	text-indent:-99999px;
	margin:0;
}

section {
	display:block;
	position:relative;
}

#content {
	width:854px;
	margin:auto;
}

.box195 {
	float:left;
	width:195px;
	margin:0 0 0 20px;
}

.box200 {
	float:left;
	width:180px;
	margin:0 10px;
	text-align:center;
}

.box300 {
	width:300px;
	float:left;
	margin:0 10px;
}

.box380 {
	width:380px;
	float:left;
	margin:0 10px;
}

.box420 {
	float:left;
	width:420px;
	margin:0 10px;
}

.box520 {
	float:left;
	width:520px;
	margin:0 10px 0 0;
}

.box620 {
	float:left;
	width:620px;
	margin:0 10px 0 0;
}

.box640 {
	float:left;
	width:640px;
}

footer {
	clear:both;
	display:block;
	position:relative;
	width:854px;
	margin:auto;
	padding:20px 0;
}

#footerContact {
	height:50px;
	border-top:1px solid #DCCE86;
	border-bottom:1px solid #DCCE86;
	padding:10px 10px;
	background:url('/images/layout/wellicon.png') no-repeat left;
}

footer ul {
	float:left;
	list-style:none;
	margin:0 40px 0 20px;
}

/* Navigation
---------------------------------------------------- */
ul#topnav {
	float:right;
	position:relative;
	top:65px;
	right:20px;
	margin: 0 auto; padding: 0;
	width: 484px;
	height:20px;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 20px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.products {
	background: url('/images/layout/nav_products.png') no-repeat;
	width: 107px;
}
ul#topnav a.aboutus {
	background: url('/images/layout/nav_aboutus.png') no-repeat;
	width: 109px;
}
ul#topnav a.phototour {
	background: url('/images/layout/nav_phototour.png') no-repeat;
	width: 139px;
}
ul#topnav a.griefloss {
	background: url('/images/layout/nav_griefloss.png') no-repeat;
	width: 129px;
}

/* TYPOGRAPHY
---------------------------------------------------- */
a {
	color:#415C39;
}

a:hover {
	color:#3B6E8F;
}

h1 {
	font-family:Baskerville New, Georgia, Serif;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px solid #415C39;
}

footer a {
	color:#415C39;
	text-decoration:none;
}

.shadow {
	box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	-moz-box-shadow:0px 0px 5px #666;
}

.button {
	display:block;
	position:relative;
	margin:0px auto;
	min-width: 100px; max-width: 490px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding:10px;
	background-color:#415C39;
	/* border-radius */
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	border:0;
}
.button:hover {
	color:#fff;
	background-color:#3B6E8F;
	}

/* PRODUCTS
---------------------------------------------------- */
ul#productMenu {
	float:right;
	list-style: none;
}

ul#productMenu li {
	width:155px;
	background: #B6C399;
	padding:10px 20px;
	border-bottom:1px dashed #FFF;
	font-size:14px;
}

ul#productMenu li.specialProduct {
	background:#DCCE86;
}

ul#productMenu li:hover {
	background:#3B6E8F;
}

ul#productMenu li a {
	color:#FFF;
	text-decoration:none;
}

.productimgDetail {
	float:left;
}
.productimgDetail img {
	border:2px solid #B6C399;
}

.productDetail {
	float:left;
	width:440px;
	margin:0 0 0 20px;
}

.productList {
	float:left;
	width:195px;
	min-height:165px;
	margin:0 9px 10px 0;
	text-align:center;
	font-weight:bold;
	border:1px solid #415C39;
}

.productList a {
	color:#415C39;
	text-transform:uppercase;
	margin-bottom:30px;
	text-decoration:none;
}

button.addtocart {
	height:33px;
	width:164px;
	border:none;
	padding:0;
	margin:0;
}

/* CART
---------------------------------- */
fieldset.shipping {
	float:left;
	padding:10px;
	border:1px solid #999;
	margin:0 20px;
	width:300px;
}

fieldset.billing {
	float:left;
	padding:10px;
	border:1px solid #999;
	margin:0 20px;
	width:300px;
}

fieldset.payment {
	float:left;
	padding:10px;
	border:1px solid #999;
	margin:0 20px 20px;
	width:300px;
}

fieldset.checkout {
	float:left;
	padding:10px;
	border:1px solid #999;
	margin:0 20px;
	width:300px;
}

label {
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}

legend {
	padding:10px;
	border:1px solid #FFF;
	font-weight:bold;
	font-size:18px;
}

/* FORMALIZER
------------------------------------------ */
/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
	width: 50px;
}

.input_small {
	width: 100px;
}

.input_medium {
	width: 150px;
}

.input_large {
	width: 200px;
}

.input_xlarge {
	width: 250px;
}

.input_xxlarge {
	width: 300px;
}

.input_full {
	width: 100%;
}

/*
	Added via JS to <textarea> and class="input_full".
	Applies to IE6, IE7. Other browsers don't need it.
*/
.input_full_wrap {
	display: block;
	padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
	border: 0;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input,
button,
select,
textarea {
	margin: 0;
	vertical-align: middle;
}

/* button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background: #ddd url(../images/button.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
	background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Arial, sans-serif;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	text-shadow: #fff 0 1px 1px;
	width: auto;

	/* IE7 
	*padding-top: 2px;
	*padding-bottom: 0px;
}

button {
	/* IE7 
	*padding-top: 1px;
	*padding-bottom: 1px;
}

button[disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled] {
	color: #888;
}
*/
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	outline: 0;
	padding: 2px 3px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	height: 1.8em;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

/*
	Separate rule for Firefox.
	Cannot stack with WebKit's.
*/
input.placeholder_text,
textarea.placeholder_text {
	color: #888;
}

::-webkit-input-placeholder {
	color: #888;
}

textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
	background-color: #eee;
	color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	-moz-box-shadow: #06f 0 0 7px;
	-webkit-box-shadow: #06f 0 0 7px;
	box-shadow: #06f 0 0 7px;

	/* for Opera */
	z-index: 1;
}

.is_webkit select {
	/* Tweaks for Safari + Chrome. */
	background-image: url(../images/select_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

textarea,
select[multiple] {
	height: auto;
}

select[multiple],
.is_webkit select[multiple] {
	background-image: none;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
}

optgroup {
	color: #000;
	font-style: normal;
	font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/

/*
	Everything below this line is for IE6.
	Delete it if you don't support it! :)

	Classes are added dynamically via JS,
	because IE6 doesn't support attribute
	selectors: .ie6_button, .ie6_input, etc.

	Note: These style rules are somewhat
	duplicated because IE6 bombs out when
	it sees attribute selectors. Example:

	.ie6_button {
		This works in IE6.
	}

	.ie6_button,
	input[type=submit] {
		This doesn't work.
	}
*/

.ie6_button,
* html button {
	background: #ddd url(../images/button.png) repeat-x;
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Arial, sans-serif;
	padding: 2px 10px 0px;
	overflow: visible;
	width: auto;
}

* html button {
	padding-top: 1px;
	padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
	background: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	padding: 2px 3px 1px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	vertical-align: top;
}

* html select {
	margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
	color: #888;
}

.ie6_input_disabled {
	background: #eee;
}
/* END FORMALIZER --------- */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
