/* CSS Styles for Canvas Imagery Layout */

a {
	outline: none;
}

* {
	margin: 0em;
	padding: 0em;
}
html,body {
	height: 100%;
}

body {
	text-align: center;
	background-color: #F5F6F5;
	height: 100%;
}

/* PAGE LAYOUT AREAS */

#container {
	text-align: left;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	min-height: 100%;
	background-image: url(/images/page/back-page.gif);
	background-repeat: repeat-y;
}
#left-background {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	height: 515px;
	z-index: 0;
	background-image: url(/images/page/back-left.jpg);
}

#right-background {
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(/images/page/back-right.jpg);
	background-repeat: repeat-x;
	height: 515px;
	z-index: 0;
}
#page {
	z-index: 1;
	width: 785px;
	background-image: url(/images/page/back-page.gif);
	background-repeat: repeat-y;
	text-align: left;
	min-height: 100%;
}

/* HEADER STYLES */

#header {
	text-align: left;
	background-color: #FFFFFF;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 150px;
	background-image: url(/images/page/header-mountain.jpg);
	z-index: 1;
}
#header-logo {
	float: left;
}
#header-search {
	position: absolute;
	width: 340px;
	right: 0px;
	bottom: 0px;
}
#header-search img {
	float: left;
}
#header-search input {
	line-height: 12px;
}
.header-search-input {
	float: left;
	width: 180px;
}
.header-search-button {
	float: right;
	padding-right: 10px;
}
#home-main-txt h4 {
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: capitalize;
}


/* NAV STYLES */

#nav-major {
	z-index: 1;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	background-repeat: repeat-y;
	background-color: #B9B9B9;
	background-image: url(/images/page/back-page.gif);
}

#nav-major ul {
	list-style-type: none;
}

#nav-major li {
	display: block;
	float: left;
	height: 25px;
}
#nav-major img {
	display: block;
}
#nav-minor {
	z-index: 1;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	height: 21px;
	display: block;
	background-repeat: repeat-x;
	background-image: url(/images/page/back-subnav.gif);
	background-position: bottom;
}
#nav-minor li {
	display: block;
	float: left;
	height: 21px;
}
#nav-minor ul {
	list-style: none;
	padding-left: 40px;
}
#nav-minor img {
	display: block;
	float: left;
}

/* Minor navigation for homepage */

#nav-minor-right {
	z-index: 1;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	height: 21px;
	display: block;
	background-repeat: repeat-x;
	background-image: url(/images/page/back-subnav.gif);
	background-position: bottom;
}
#nav-minor-right li {
	display: block;
	float: right;
	height: 21px;
}
#nav-minor-right ul {
	list-style: none;
	padding-right: 8px;
}
#nav-minor-right img {
	display: block;
	float: left;
}

/* CONTENT AREAS */

#content-main {
	width: 546px;
	float: left;
	padding-left: 23px;
	padding-top: 23px;
}

#content-col {
	float: right;
	margin-top: 23px;
	width: 192px;
	margin-right: 13px;
}
#content-top {
	background-image: url(/images/page/back-pagetop.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 785px;
	float: left;
}
#content-breadcrumb {
	padding-left: 24px;
	width: 380px;
	float: left;
}

#content-txt {
	width: 533px;
	float: left;
	padding-left: 23px;
}
#content-totop {
	font-size: 10px;
	width: 520px;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
#content-full {
	margin-right: 21px;
	margin-left: 22px;
}

/* FOOTER STYLES */

#footer {
	height: 85px;
	width: 785px;
	background-image: url(/images/page/back-footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#footer p {
	text-align: center;
	padding-top: 35px;
	color: #999999;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #999999;
	text-decoration: underline;
}

/* STYLES FOR IMAGE LIBRARY */

.library-item {
	float: left;
	width: 271px;
}
.library-buy-wrapper {
	background-image: url(/images/page/back-buying.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 250px;
	margin-top: 13px;
}
.library-buy-wrapper a:link, .library-buy-wrapper a:visited {
	text-decoration: none;
}
.library-buy-wrapper a:hover, .library-buy-wrapper a:active {
	text-decoration: underline;
}
.library-buy-title {
	font-weight: bold;
	margin-left: 5px;
}
.library-buy-price {
	width: 150px;
	float: left;
	margin-left: 5px;
}
.library-buy-info {
	text-align: right;
	padding-right: 5px;
}
.library-image {
	height: 256px;
	width: 250px;
	margin-top: 13px;
	margin-right: 18px;
}
.library-table {
	vertical-align: middle;
	height: 250px;
	width: 250px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

/* BUY NOW STYLES */

.buynow-wrapper {
	text-align: center;
	width: 523px;
}
.buynow-title {
	width: 500px;
}
.buynow-txt {
	padding-bottom: 23px;
	padding-top: 23px;
}
.buynow-panel {
	text-align: left;
	background-image: url(/images/page/buynow-backg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
.buynow-image {
	padding-bottom: 23px;
}
.buynow-panel form {
	margin: 0px;
	padding: 0px;
}
.buynow-panel select {
	font-size: 10px;
	line-height: 17px;
	margin-top: 2px;
	height: 17px;
	width: 350px;
	float: left;
}
.buynow-panel-option {
	float: left;
}
.buynow-panel-buy {
	display: block;
	margin-left: 3px;
}
.buynow-dimensions {
	clear: left;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/page/buynow-dimensions.gif);
	background-repeat: no-repeat;
}
.buynow-keywords {
	clear: left;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/images/page/buynow-search.gif);
	background-repeat: no-repeat;
	background-position: 0px -8px;
}
.buynow-security {
	clear: left;
	padding-left: 80px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(/images/page/buynow-security.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
.buynow-delivery {
	clear: left;
	padding-left: 80px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(/images/page/buynow-delivery.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
.buynow-info {
	clear: left;
	padding-left: 80px;
	padding-top: 12px;
	padding-bottom: 10px;
	background-image: url(/images/page/buynow-info.gif);
	background-repeat: no-repeat;
	min-height: 35px;
}
.basket-summary {
	background-image: url(/images/commerce/sbasket-back.gif);
	background-repeat: repeat-y;
	width: 193px;
	text-align: center;
}
.basket-summary img {
	display: block;
}
.basket-summary-header {
	background-image: url(/images/commerce/sbasket-image.gif);
	background-repeat: no-repeat;
	height: 80px;
}
.basket-summary-item {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.basket-summary-item p {
	margin: 0px;
	padding: 0px;
}
.basket-summary-item img {
	display: inline;
}
.basket-summary-spacer {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 100px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	width: 100px;
	height: 1px;
}
.basket-summary-totals {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	line-height: 15px;
	margin-bottom: 10px;
}
.basket-summary-button img {
	display: inline;
}
.basket-full {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 15px;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
}
.basket-full input {
	line-height: 12px;
}
.basket-full-row-left {
	text-align: left;
	height: 21px;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
}
.basket-full-row-right {
	text-align: right;
	height: 21px;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
}
.basket-full-row-center {
	text-align: center;
	height: 21px;
	border: 1px solid #C1C1C1;
	background-color: #FFFFFF;
}
.basket-full-qty {
	width: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 3px;
}
.order-container {
	background-color: #F7F7F7;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.contact-container {
	background-color: #F7F7F7;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#home-left-col {
	width: 550px;
	float: left;
}
#home-right-col {
	float: right;
	margin-right: 13px;
	margin-top: 23px;
	width: 192px;
}
#home-welcome-image {
}
#home-main-txt {
	margin: 0px 13px;
}
#home-main-txt strong {
	font-weight: bold;
	color: #000000;
}
#home-main-txt ul {
	padding-left: 20px;
	margin-left: 20px;
}
#home-main-txt li {
	margin-left: 10px;
	padding-bottom: 15px;
}
#home-main-txt h1 {
}
#home-quality {
	margin-top: 20px;
}
.text-align-center {
	text-align: center;
}
.align-center {
	margin-right: auto;
	margin-left: auto;
}
.image-inline-right {
	display: inline;
	float: right;
	padding: 5px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-search {
	color: #FFFFFF;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
#content-breadcrumb a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
#content-breadcrumb a:visited {
	color: #999999;
	text-decoration: none;
}
#content-breadcrumb {
	color: #999999;
}
#content-breadcrumb a:hover {
	color: #666666;
	text-decoration: none;
}
#content-breadcrumb a:active {
	color: #666666;
	text-decoration: none;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 2em;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #010000;
}
p {
	margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #010000;
}


#content-main ul {
	padding-right: 10px;
	padding-left: 20px;
}
#content-main li {
	padding-bottom: 10px;
}
#home-main-txt h1 {
	margin: 0px;
	padding: 5px 0px 10px;
	line-height: 20px;
	font-size: 28px;
	text-align: center;
	color: #E2311E;
}
#home-main-txt h2 {
	color: #000000;
	line-height: 40px;
	height: 40px;
	background-image: url(/images/homepage/title-back.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#home-main-txt h3 {
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
	color: #999999;
}
.text-indent {
	padding-left: 50px;
}
blockquote {
	background-image: url(/images/homepage/quote-start.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	font-style: italic;
	padding-left: 40px;
}
blockquote p {
	background-image: url(/images/homepage/quote-end.gif);
	background-repeat: no-repeat;
	background-position: right 80%;
	display: block;
	margin: 0px;
	padding: 0px;
}
.cite {
	margin: 0px 0px 15px;
	padding: 0px;
	font-style: normal;
	color: #000000;
	text-align: right;
}
.cross-out {
	color: #999999;
	text-decoration: line-through;
}
.winter-sale {
	margin-top: 10px;
}
#header3 {
}
.product-info li
{
	line-height: 1em;
}

.product-info
{
	margin-top: 15px;
}

#bags-and-cushions
{
	clear: right;
}

.custom-product .thumbnail
{
	margin-left: 5px;
}

.custom-product
{
	clear: left;
	float: left;
	width: 523px;
}

.custom-product h3
{
	background-image: url(/images/page/buynow-search.gif);
	background-repeat: no-repeat;
	height: 64px;
	padding-top: 35px;
	margin-bottom: -30px;
	padding-left: 40px;
	margin-left: -10px;
	width: 100%;
}

