body {
	background-color: #FFFFFF;
	background-image: url('/media/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	}

a {
	color: #336633;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #669966;
	}
	
div.error {
	color: #ff0000;
	}
div.header {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	}

hr {
	color: #999999;
	background-color: #999999;
	border: 0;
	width: 100%;
	height: 1px;
	}

hr.light {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	width: 100%;
	height: 1px;
	}

img {
	border: 0;
	}

table {
	font-size: 11px;
	}
	
.column {
	float: left;
	}
	
.column_padded {
	float: left;
	margin-right: 10px;
	}
	
.column_2 {
	width: 50%;
	float: left;
	}

.column_2_padded {
	width: 48%;
	margin-right: 2%;
	float: left;
	}

.column_3 {
	width: 33%;
	float: left;
	}

.column_3_padded {
	width: 31%;
	margin-right: 2%;
	float: left;
	}

.column_2_3_padded {
	width: 65%;
	margin-right: 2%;
	float: left;
	}
	
.column_4 {
	width: 25%;
	float: left;
	}

.clear_float {
	clear: both;
	}
	
.pointer {
	cursor: pointer;
	}
	
.text_small {
	font-size: 75%;
	}

.text_large {
	font-size: 125%;
	}
	
.align_center {
	text-align: center;
	}
	
.align_right {
	text-align: right;
	}

.align_top {
	vertical-align: top;
	}

.align_middle {
	vertical-align: middle;
	}

.align_bottom {
	vertical-align: bottom;
	}
	
.color_red {
	color: #f00;
}
	
/* Semsym Dropdown */
	
#semsym_drop {
	background-image: url('/media/drop-bg.png');
	background-repeat: repeat;
	border-bottom: 1px solid #123456;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	}
	
#semsym_drop a {
	color: #123456;
	font-weight: bold;
	text-decoration: underline;
	}
#semsym_drop a:hover {
	color: #123456;
	text-decoration: underline;
	}
	
#semsym_drop div {
	padding: 10px;
	}
	
#semsym_toggle {
	text-align: center;
	background-color: #FFFFFF;
	cursor: pointer;
	border-left: 1px solid #123456;
	border-bottom: 1px solid #123456;
	top: 0;
	left: auto;
	right: 0;
	padding: 5px;
	float: right;
	position: absolute;
	}
		
/* End of Semsym Dropdown */

h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px 0 0 0;
	}
	
#main {
	background-color: #FFFFFF;
	text-align: left;
	width: 980px;
	height: 100%;
	margin: 0 auto;
	}
	
#header {
	height: 60px;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
	position: relative;
	}
	
#header #burst {
	top: -20px;
	left: 910px;
	position: absolute;
	}
	
#header #logo {
	margin-top: 25px;
	}
	
#nav {
	font-size: 11px;
	text-align: right;
	top: 47px;
	left: 440px;
	width: 535px;
	height: 15px;
	position: absolute;
	}
	
#nav a {
	font-weight: bold;
	text-transform: uppercase;
	}
	
#session_message {
	color: #336633;
	background-color: #F6F6F6;
	font-weight: bold;
	text-align: center;
	border: 1px solid #336633;
	padding: 5px;
	margin: 10px 0;
	}
	
#session_message a {
	text-decoration: underline;
	}

#content {
	width: 980px;
	}

#photo_column {
	width: 655px;
	padding: 10px 0;
	float: left;
	}
	
#photo_column #photoPreview.mat {
	border: 1px solid #999;
}

#photo_column #matDisclaimer {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	margin: 10px 0;
	display: none;
}
	
#photo_column #details {
	margin-top: 5px;
	position: relative;
	}
	
#photo_column #details #related {
	background-image: url('/media/bg-related.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 640px;
	height: 125px;
	position: relative;
	}
	
#photo_column #related #related_header {
	font-weight: bold;
	border-bottom: 1px solid #C0C5BD;
	padding: 5px;
	}
	
#photo_column #related #related_nav {
	color: #666666;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	top: 7px;
	left: 420px;
	width: 215px;
	height: 10px;
	position: absolute;
	}

#photo_column #related #related_nav a {
	font-weight: normal;
	}
	
#photo_column #related #related_nav .selected {
	font-weight: bold;
	}
	
#photo_column #related #related_details {
	height: 75px;
	text-align: center;
	border-bottom: 1px solid #C0C5BD;
	}
	
#photo_column #related #related_tags {
	margin: 5px 0;
	}
	
#photo_column #related #related_tags .selected {
	border: 1px solid #336633;
	padding: 0 3px;
	}
	
#photo_column #related #related_caption {
	font-size: 10px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	}
	
#action_column {
	width: 300px;
	margin-top: 5px;
	padding: 5px 0;
	float: left;
	}
	
#action_column #photo_info {
	margin: 3px 0 10px 10px;
	}
	
#action_column #photo_info a {
	font-weight: normal;
	}
	
#action_column #photo_description {
	margin: 20px 0 20px 10px;
	}

#action_column .header {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
	}
	
#action_column .static {
	cursor: default !important;
	}
	
#action_column div.action {
	color: #336633;
	font-weight: bold;
	cursor: pointer;
	}
#action_column div.action:hover {
	color: #669966;
	}
	
#action_column .description {
	font-size: 11px;
	padding: 5px;
	margin-left: 25px;
	}
	
#action_column .description button, #action_column .description input, #action_column .description select, #action_column .description textarea  {
	font-size: 11px;
	border-width: 1px;
	}
	
#cart_body form {
	line-height: 200%;
}

#checkoutButton {
	font-size: 140%;
	font-weight: bold;
}
	
#action_column #ptp_text {
	border-top: 1px solid #999999;
	margin-top: 10px;
	}
	
#footer {
	font-size: 11px;
	height: 20px;
	border-top: 1px solid #999999;
	margin-top: 5px;
	padding: 5px;
	position: relative;
	}	
	
#footer #footer_links {
	color: #666666;
	text-align: right;
	width: 458px;
	top: 5px;
	left: 520px;
	position: absolute;
	}
	
#footer #footer_links a {
	font-weight: normal;
	}
	
#saleBanner {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
	}

#saleBanner p {
	background-color: #FF9;
	text-align: center;
	margin: 0;
	padding: 8px;
	}
	
#saleBanner p strong {
	color: #903;
	font-size: 1.2em;
	margin-right: 10px;
	}

#splash {
	height: 460px;
	z-index: 1;
	/*padding-bottom: 5px;
	border-bottom: 1px solid #999999;*/
	position: relative;
	}
	
#home_text {
	padding: 10px 0 5px 0;
	}
	
#home_text a {
	font-weight: bold;
	text-decoration: underline;
	}
	
#home_text h2 {
	color: #1F2400;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
	
#search_description {
	width: 270px;
	padding: 20px 0;
	margin-right: 10px;
	float: left;
	}
	
#search_description h1 {
	font-size: 28px;
	margin-bottom: 25px;
	}

#search_photos {
	width: 695px;
	padding: 20px 0;
	float: left;
	}

#search_photos hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	width: 99%;
	margin: 15px 10px;
	height: 1px;
	}

#search_photos .search_photo {
	width: 160px;
	padding-left: 10px;
	float: left;
	}
	
.search_photo a {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	}
	
.search_photo img {
	display: block;
	margin-bottom: 3px;
	}
	
#search_photos .navigation {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	margin: 15px 10px 0 10px;
	width: 99%;
	}
	
#action_column #favorite_icon {
	padding-top: 12px;
	float: right;
	}
	
/* About */

#about_header {
	padding-bottom: 10px;
	position: relative;
	}

#about_header h1 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	top: 10px;
	left: 10px;
	z-index: 1;
	cursor: default;
	position: absolute;
	}
	
label.login, label.account {
	font-weight: bold;
	text-align: right;
	width: 150px;
	padding-top: 4px;
	margin-right: 5px;
	style: block;
	float: left;
	}
	
.padded_lots {
	padding: 20px;
	}
	
.indented {
	padding-left: 15px;
	}
	
.indented_30 {
	padding-left: 25px;
	}
	
/* Cart */

.cart_item {
	margin-left: 100px;
	padding: 5px 0;
	border-bottom: 1px solid #999999;
	}
	
.cart_item select {
	font-size: 11px;
	}

.cart_photo, .cart_charity {
	width: 370px;
	margin-right: 10px;
	float: left;
	}

.cart_photo img {
	margin-right: 5px;
	float: left;
	}

.cart_details {
	width: 500px;
	float: left;
	}
	
.cart_variation, .cart_variation_last {
	padding: 5px 0;
	}
	
.cart_variation {
	border-bottom: 1px solid #CCCCCC;
	}

.cart_variation_image {
	width: 30px;
	float: left;
	}
	
.cart_variation_image img {
	width: 24px;
	vertical-align: text-bottom;
	}
	
.cart_variation_name {
	width: 420px;
	float: left;
	}

.cart_variation span, .cart_variation_last span, .cart_discount span {
	color: #999999;
	}
	
.cart_variation span a, .cart_variation_last span a, .cart_discount span a {
	color: #999999;
	font-weight: normal;
	margin: 0 2px;
	text-decoration: underline;
	}
	
.cart_variation span a:hover, .cart_variation_last span a:hover, .cart_discount span a:hover {
	color: #333333;
	}
	
.cart_variation_price {
	font-weight: bold;
	text-align: right;
	width: 50px;
	float: left;
	}
	
.cart_add {
	padding: 5px 0;
	border-bottom: 0px solid #FFFFFF !important;
	}
	
.cart_add img {
	vertical-align: text-bottom;
	}
	
.cart_add input, .cart_add select, .cart_add button {
	font-size: 10px;
	}
	
.cart_charity_name {
	width: 420px;
	float: left;
	}
	
.cart_charity_price {
	text-align: right;
	width: 80px;
	float: left;
	}
	
.cart_discount {
	float: left;
	width: 650px;
	margin-left: 100px;
	padding-top: 6px;
	}
	
.cart_subtotal_label {
	text-align: right;
	width: 150px;
	padding-top: 6px;
	float: left;
	}
	
.cart_subtotal_price {
	font-weight: bold;
	text-align: right;
	width: 80px;
	padding-top: 4px;
	float: left;
	}
	
.order_body {
	margin-left: 100px;
	}
	
.order_extra_details {
	width: 540px;
	margin-left: 100px;
	float: left;
	}

.order_total_column {
	width: 340px;
	float: left;
}

.order_total_column table {
	margin-top: 10px;
}
	
.order_total_label {
	text-align: right;
	line-height: 150%;
	margin-top: 10px;
	width: 250px;
	float: left;
	}
	
.order_total_total {
	font-weight: bold;
	text-align: right;
	line-height: 150%;
	margin-top: 10px;
	width: 90px;
	float: left;
	}
	
.order_total_total .discount, .cart_subtotal_price .discount {
	color: #C00;
	}
	
.border_green {
	padding: 5px;
	border: 1px solid #336633;
	}
	
#instructions_input {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 75%;
	height: 50px;
	padding: 2px;
}

#matColors, #stockDimensions {
	margin: 20px 10%;
}

#matColors p {
	font-weight: bold;
	border: 1px solid black;
	padding: 1% 2%;
	margin: 3px 1%;
	width: 25%;
	float: left;
}

#matColors p.dark {
	color: #fff;
}

#featured_photos {
	text-align: center;
	border-bottom: 1px solid #999999;
	width: 100%;
	padding: 0 0 10px 0;
	top: 350px;
	left: 0;
	position: absolute;
	z-index: 2;
}

#featured_photos img {
	border: 1px solid #4C250B;
	margin: 0 5px;
}

#buy_home_photo {
	color: #fff;
	font-size: 120%;
	text-align: left;
	line-height: 150%;
	position: absolute;
	top: 250px;
	left: 8%;
	width: 84%;
	z-index: 2;
}

#buy_home_photo.fall {
	color: #fff;
	font-size: 120%;
	text-align: right;
	position: absolute;
	top: 320px;
	left: 8%;
	width: 84%;
	z-index: 2;
}

#buy_home_photo a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.tags {
	text-align: center;
	line-height: 150%;
	margin: 0 20%;
}

.tag {
	white-space: nowrap;
}

#stock_home {
	text-align: center;
}

#stock_home h1 {
	color: #336633;
	margin: 20px 0;
}

#stock_home h2 {
	margin: 20px 0;
}

#stock_home p {
	font-style: italic;
	margin: 20px 0;
}

#stock_home p a {
	font-style: normal;
}

div.mat-picker p, div.mat-picker div.color_picker {
	line-height: 120%;
	margin: 10px 0 5px 0;
	float: left;
}

div.mat-picker div.color_picker {
	margin-top: 20px;
	margin-left: 5px;
}

/* LANDING PAGES *************/

#splash.home #buy_home_photo h2 {
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#splash.acadia #buy_home_photo {
	font-size: 120%;
	text-align: left;
	line-height: 150%;
	position: absolute;
	top: 250px;
	left: 8%;
	width: 40%;
	z-index: 2;
}

#splash.autumn #buy_home_photo {
	font-size: 120%;
	text-align: left;
	line-height: 150%;
	position: absolute;
	top: 300px;
	left: 8%;
	width: 80%;
	z-index: 2;
}

#splash.lighthouses #buy_home_photo {
	font-size: 120%;
	text-align: left;
	line-height: 150%;
	position: absolute;
	top: 305px;
	left: 8%;
	width: 84%;
	z-index: 2;
}

#splash.acadia #buy_home_photo a, #splash.autumn #buy_home_photo a, #splash.lighthouses #buy_home_photo a {
	white-space: nowrap;
}

#splash.acadia #buy_home_photo h2, #splash.autumn #buy_home_photo h2, #splash.lighthouses #buy_home_photo h2 {
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#splash.acadia #buy_home_photo p, #splash.autumn #buy_home_photo p, #splash.lighthouses #buy_home_photo p {
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.featured-photos {
	text-align: center;
}

.featured-photos img {
	border: 1px solid #060;
}

div#location h1 {
	margin: 15px 0 5px 0;
}

div#location p, div#location ul {
	line-height: 1.4em;
	margin-bottom: 15px;
}

div#location ul ul {
	margin-bottom: 0;
}

div#location .column_3 table {
	border-color: #666;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

div#location .column_3 table td {
	border-color: #666;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 5px;
}