/* Screen Styles for Starks Saddlery */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #270E0B;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote {
	margin: 0;
	padding: 0;
	color: #C5976E;
}

a:link {color: #270E0B; text-decoration: underline;}
a:visited {color: #270E0B; text-decoration: underline;}
a:hover {color: #270E0B; text-decoration: none;}
a:active {color: #270E0B; text-decoration: underline;}

/* ------------ MAIN STRUCTURE OF THE PAGE ------------ */

#centered-container {
	width: 851px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 851px;
	height: 70px;
	background: url(../images/structure/) no-repeat;
	background-color: #000000;
	margin-bottom: 0px;
}

#shop-series-header {
	width: 851px;
	height: 93px;
	background: url(../images/structure/shop_series_logo.jpg) no-repeat;
	background-color: #000;
	margin-bottom: 6px;
}

#navigation-bar {
	width: 851px;
	background-color: #000000;
}

#navigation {
	margin-left: 21px;
	padding-top: 8px;
	font-size: 1.1em;
	text-transform: uppercase;
}

#content-header {
	width: 811px;
	height: 222px;
	padding: 20px 20px 32px 20px;
	background: url(../images/structure/shaded_bottom_header.jpg) no-repeat;
	background-position: bottom;
	background-color: #C5976E;
}

#content-header-text {
	height: 224px;
	background: url(../images/structure/content_header_bg.jpg) no-repeat;
}

#content-header2 {
	width: 811px;
	height: 170px;
	padding: 20px 20px 32px 20px;
	background: url(../images/structure/shaded_bottom_header.jpg) no-repeat;
	background-position: bottom;
	background-color: #C5976E;
}

#content-header-text2 {
	height: 224px;
	background: url(../images/structure/content_header_pages_bg2.jpg) no-repeat;
}

#content-header3 {
	width: 811px;
	height: 170px;
	padding: 20px 20px 32px 20px;
	background: url(../images/structure/shaded_bottom_header.jpg) no-repeat;
	background-position: bottom;
	background-color: #C5976E;
}

#content-header-text3 {
	height: 224px;
	background: url(../images/structure/content_header_pages_bg3.jpg) no-repeat;
}

#content-header4 {
	width: 811px;
	height: 170px;
	padding: 20px 20px 32px 20px;
	background: url(../images/structure/shaded_bottom_header.jpg) no-repeat;
	background-position: bottom;
	background-color: #C5976E;
}

#content-header-text4 {
	height: 224px;
	background: url(../images/structure/content_header_pages_bg3.jpg) no-repeat;
}

#product-container {
	float: left;
	width: 424px;
	margin-right: 2px;
}

#promo-container {
	float: left;
	width: 424px;
}

.product-box {
	width: 409px;
	height: 131px;
	background-color: #C5976E;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-right: 12px;
}

.top-promo-box {
	width: 412px;
	height: 119px;
	background-color: #C5976E;
	margin-bottom: 2px;
	padding: 6px;
}

.inner-promo-box {
	border: 1px solid #270E0B;
}

.promo-area-left {
	float: left;
	width: 199px;
	height: 252px;
	margin-right: 2px;
	background-color: #C5976E;
	padding: 6px;
}

.inner-promo-area-left {
	width: 198px;
	height: 251px;
	border: 1px solid #270E0B;
}

.promo-area-right {
	float: left;
	width: 199px;
	height: 252px;
	background-color: #C5976E;
	padding: 6px;
}

.inner-promo-area-right {
	width: 198px;
	height: 251px;
	border: 1px solid #270E0B;
}

#footer {
	border-top: 1px solid #270E0B;
	padding-top: 6px;
	color: #C5976E;
}

#footer a:link {color: #C5976E; text-decoration: none;}
#footer a:visited {color: #C5976E; text-decoration: none;}
#footer a:hover {color: #C5976E; text-decoration: underline;}
#footer a:active {color: #C5976E; text-decoration: none;}

/* STYLES FOR SIMPLE TEXT BASED PAGES */

#text-page-container {
	background: url(../images/structure/product_fake_border.jpg) repeat-y;
	margin-bottom: 12px;
}

#text-page-left {
	float: left;
	width: 283px;
	padding: 30px 0 0 40px;
}

#text-page-left h2 {
	color: #000;
	font-size: 2em;
	margin-bottom: 10px;
}

#text-page-left h3 {
	color: #AC8B48;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#text-page-left ul {
	margin-top: 25px;
}

#text-page-left li {
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 8px;
}

#text-page-left a:link {color: #959591; text-decoration: underline;}
#text-page-left a:visited {color: #959591; text-decoration: underline;}
#text-page-left a:hover {color: #959591; text-decoration: none;}
#text-page-left a:active {color: #959591; text-decoration: underline;}

#text-page-right {
	float: left;
	width: 416px;
	padding: 30px 70px 0 42px;
}

#text-page-right h4 {
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #000;
}

#text-page-right h5 {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
}

#text-page-right strong {
	color: #957647;
}

#text-page-right em {
	text-decoration: underline;
}

#text-page-right ul {
	margin-bottom: 16px;
	margin-top: 8px;
}

#text-page-right li {
	margin-left: 0px;
	font-size: 1.2em;
	margin-bottom: 8px;
	list-style-type: none;
}

.warranty-bullets {
	margin-left: 20px;
}

#text-page-right p {
	margin-bottom: 16px;
	line-height: 170%;
	font-size: 1.2em;
}

#text-page-right table {
	margin-top: 10px;
	font-size: 1.2em;
}


/* PRODUCT INDEX CONTAINER */

#white-below-navigation {
	width: 851px;
	height: 20px;
	padding-bottom: 12px;
	background: url(../images/structure/shaded_bottom_header.jpg) no-repeat;
	background-position: bottom;
	background-color: #C5976E;
}

#product-index-container {
	background: url(../images/structure/product_three_columns.jpg) repeat-y;
	margin-bottom: 12px;
}

#product-index-handheld {
	float: left;
	width: 262px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#product-index-bench {
	float: left;
	width: 265px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#product-index-accessories {
	float: left;
	width: 264px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#shop-product-index-handheld {
	float: left;
	width: 262px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#shop-product-index-bench {
	float: left;
	width: 265px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#shop-product-index-accessories {
	float: left;
	width: 264px;
	height: 340px;
	padding: 90px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

/* STRUCTURE FOR PRODUCT LISTING PAGE */

#handheld-listing-container {
	background: url(../images/structure/product_fake_border.jpg) repeat-y;
	margin-bottom: 12px;
}

#handheld-listing-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#handheld-saws-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#angle-grinder-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#bench-grinders-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#bench-saws-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#drill-press-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#handheld-drills-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url(../images/structure/handheld_tools_background.jpg) no-repeat;
	background-position: top right;
}

#other-tools-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#handheld-sanders-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#woodworking-tools-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url() no-repeat;
	background-position: top right;
}

#accessories-left {
	float: left;
	width: 303px;
	height: 250px;
	padding: 150px 0 0 20px;
	background: url(../images/structure/accessories_background.jpg) no-repeat;
	background-position: top right;
}

/* STRUCTURE FOR PRODUCT DETAIL PAGE */

#shop-product-container {
	background: url() no-repeat;
	padding-top: 18px;
}

#shop-products-page-container {
	background: url(../images/structure/shop_product_three_columns.jpg);
	padding-top: 18px;
}

#product-page-container {
	background: url(../images/structure/product_fake_border.jpg) repeat-y;
	margin-bottom: 12px;
}

#product-page-left {
	float: left;
	width: 305px;
	padding: 30px 0 0 20px;
}

#product-page-right {
	float: left;
	width: 450px;
	padding: 30px 38px 40px 38px;
}

#shop-product-page-left {
	float: left;
	width: 305px;
	padding: 20px 0 0 20px;

}

#shop-product-page-right {
	float: left;
	width: 450px;
	padding: 20px 38px 40px 38px;
}


/* ------------ SPECIFIC STYLES FOR THE HEADER ------------ */

#header h1 {
	display: none;
}

#header a:link {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#header a:visited {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#header a:hover {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#header a:active {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}

#header h3 {
	padding: 25px 30px 5px 0;
	font-size: 1.1em;
	color: #C5976E;
	text-align: right;
	font-weight: 300;
}

#header h3 em {
	color: #AC8B48;
}

#header h2 {
	padding-right: 30px;
	font-size: 2em;
	color: #AC8B48;
	text-align: right;
	font-weight: 300;
}

#shop-series-header h1 {
	display: none;
}

#shop-series-header a:link {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#shop-series-header a:visited {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#shop-series-header a:hover {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}
#shop-series-header a:active {display: block; float: left; width: 220px; height: 90px; text-decoration: none;}

#shop-series-header h3 {
	padding: 25px 30px 5px 0;
	font-size: 1.1em;
	color: #C5976E;
	text-align: right;
	font-weight: 300;
}

#shop-series-header h3 em {
	color: #AC8B48;
}

#shop-series-header h2 {
	padding-right: 30px;
	font-size: 2em;
	color: #AC8B48;
	text-align: right;
	font-weight: 300;
}

/* ------------ SPECIFIC STYLES FOR NAVIGATION ------------ */

#navigation li {
	list-style-type: none;
	display: inline;
}

#navigation a:link {float: left; padding: 9px 14px 9px 14px; color: #C5976E; text-decoration: none; background-color: #000; margin-right: 3px;}
#navigation a:visited {float: left; padding: 9px 14px 9px 14px; color: #C5976E; text-decoration: none; background-color: #000; margin-right: 3px;}
#navigation a:hover {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #C5976E; margin-right: 3px;}
#navigation a:active {float: left; padding: 9px 14px 9px 14px; color: #C5976E; text-decoration: none; background-color: #000; margin-right: 3px;}

#navigation .current a:link {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #C5976E; margin-right: 3px; font-weight: 700;}
#navigation .current a:visited {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #333; margin-right: 3px; font-weight: 700;}
#navigation .current a:hover {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #333; margin-right: 3px; font-weight: 700;}
#navigation .current a:active {float: left; padding: 9px 14px 9px 14px; color: #000; text-decoration: none; background-color: #333; margin-right: 3px; font-weight: 700;}


/* ------------ SPECIFIC STYLES FOR CONTENT HEADER ------------ */

#content-header-text h2 {
	text-align: left;
	padding: 25px 50px 0 370px;
	text-transform: uppercase;
	font-size: 4.3em;
	line-height: 100%;
	color: #C5976E;
	font-weight: 300;
}

#content-header-text h2 em{
	font-style: normal;
	color: #AC8B48;
}

#content-header-text p {
	padding: 0 50px 0px 370px;
	line-height: 150%;
	color: #C5976E;
	font-size: 1.1em;
}

/* ------------ SPECIFIC STYLES FOR PRODUCT BOXES ------------ */

.product-box img {
	float: left;
}

.product-box h4 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.product-box em {
	color: #AC8B48;
	font-style: normal;
}

.product-box p {
	font-size: 1.1em;
	line-height: 140%;
}

/* ------------ SPECIFIC STYLES FOR TOP PROMO BOX ------------ */

.top-promo-box img {
	float: left;
}

.top-promo-box h3 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-top: 20px;
}

.top-promo-box em {
	color: #AC8B48;
	font-style: normal;
}

.top-promo-box p {
	font-size: 1.1em;
	line-height: 140%;
}

/* ------------ SPECIFIC STYLES FOR THE BOTTOM LEFT PROMO BOX ------------ */

.decorative-border {
	height: 16px;
	background-color: #AC8B48;
}
.promo-area-left h3 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	padding-left: 20px;
}

.promo-area-left em {
	color: #AC8B48;
	font-style: normal;
}

.promo-area-left p {
	font-size: 1.1em;
	line-height: 140%;
	margin: 0 20px 0 20px;
	
}

/* ------------ SPECIFIC STYLES FOR THE BOTTOM RIGHT PROMO BOX ------------ */

.promo-area-right blockquote {
	padding: 20px;
	color: #AC8B48;
	font-size: 1.2em;
	font-weight: 700;
	font-style: italic;
	line-height: 130%;
}

.promo-area-right img {
	margin: 0 20px 10px 20px;
}

.promo-area-right p {
	margin: 0 20px 0 20px;
}

/* ------------ SPECIFIC STYLES FOR PRODUCT INDEX PAGE ------------ */

#product-index-handheld h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#product-index-handheld li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#product-index-handheld a:link {color: #959591; text-decoration: underline;}
#product-index-handheld a:visited {color: #959591; text-decoration: underline;}
#product-index-handheld a:hover {color: #959591; text-decoration: none;}
#product-index-handheld a:active {color: #959591; text-decoration: underline;}

#product-index-bench h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#product-index-bench li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#product-index-bench a:link {color: #959591; text-decoration: underline;}
#product-index-bench a:visited {color: #959591; text-decoration: underline;}
#product-index-bench a:hover {color: #959591; text-decoration: none;}
#product-index-bench a:active {color: #959591; text-decoration: underline;}

#product-index-accessories h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#product-index-accessories li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#product-index-accessories a:link {color: #959591; text-decoration: underline;}
#product-index-accessories a:visited {color: #959591; text-decoration: underline;}
#product-index-accessories a:hover {color: #959591; text-decoration: none;}
#product-index-accessories a:active {color: #959591; text-decoration: underline;}

/* ------------ SPECIFIC STYLES FOR PRODUCT PAGE BODY ------------ */

/* LEFT SIDE */

.product-image li {
	background: url(../images/structure/small_enlarge_icon.jpg) no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	list-style-type: none;
}

.product-image a:link {text-decoration: none;}
.product-image a:visited {text-decoration: none;}
.product-image a:hover {text-decoration: underline;}
.product-image a:active {text-decoration: none;}

.small-nav-left {
	float: left;
	width: 134px;
	padding-top: 30px;
	padding-left: 27px;
}

.small-nav-left li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.small-nav-left a:link {color: #270E0B; text-decoration: underline;}
.small-nav-left a:visited {color: #270E0B; text-decoration: underline;}
.small-nav-left a:hover {color: #270E0B; text-decoration: none;}
.small-nav-left a:active {color: #270E0B; text-decoration: underline;}

.small-nav-left h3 {
	color: #270E0B;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.small-nav-right {
	float: left;
	width: 150px;
	padding-top: 30px;
}

.small-nav-right li {
	list-style-type: none;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.small-nav-right a:link {color: #270E0B; text-decoration: underline;}
.small-nav-right a:visited {color: #270E0B; text-decoration: underline;}
.small-nav-right a:hover {color: #270E0B; text-decoration: none;}
.small-nav-right a:active {color: #270E0B; text-decoration: underline;}

.small-nav-right h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 8px;
}


/* RIGHT SIDE */

#product-page-right h2 {
	font-size: 2em;
	margin-bottom: 8px;
	color: #000;
}

#product-page-right p {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 10px;
	color: #000;
}

#shop-product-page-right h2 {
	font-size: 2em;
	margin-bottom: 8px;
	color: #000;
}

#shop-product-page-right p {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 10px;
	color: #000;
}

.user-options {
	margin-top: 20px;
}

.user-options li{
	list-style-type: none;
	float: left;
	height: 14px;
	padding-top: 1px;
	margin-right: 12px;
}

.user-options a:link {text-decoration: none;}
.user-options a:visited {text-decoration: none;}
.user-options a:hover {text-decoration: underline;}
.user-options a:active {text-decoration: none;}

.print-link {
	background: url(../images/structure/small_print_icon.jpg) no-repeat;
	padding-left: 20px;
}

.email-link {
	background: url(../images/structure/small_email_icon.jpg) no-repeat;
	padding-left: 20px;
}

.pdf-link {
	background: url(../images/structure/small_pdf_icon.jpg) no-repeat;
	padding-left: 19px;
}

.body-detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.body-detail a:link {color: #000000;}
.body-detail a:visited {color: #000000;}
.body-detail a:hover {color: #000000;}
.body-detail a:active {color: #000000;}


.product-details {
	margin: 20px 0 10px 0;
}

.product-details li {
	list-style-type: none;
	text-transform: uppercase;
	float: left;
	padding: 8px 1px 8px 0;
	font-size: 1.2em;
}

.product-details a:link {padding: 5px 10px 5px 10px; background-color: #babab9; color: #C5976E; font-weight: 300; text-decoration: none;}
.product-details a:visited {padding: 5px 10px 5px 10px; background-color: #babab9; color: #C5976E; font-weight: 300; text-decoration: none;}
.product-details a:hover {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #C5976E; font-weight: 300; text-decoration: none;}
.product-details a:active {padding: 5px 10px 5px 10px; background-color: #babab9; color: #C5976E; font-weight: 300; text-decoration: none;}

.current-detail a:link {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #C5976E; font-weight: 300;}
.current-detail a:visited {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #C5976E; font-weight: 300;}
.current-detail a:hover {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #C5976E; font-weight: 300;}
.current-detail a:active {padding: 5px 10px 5px 10px; background-color: #5e5e5d; color: #C5976E; font-weight: 300;}

.current-details li {
	color: #000;
	margin-left: 13px;
	font-size: 1.2em;
	margin-bottom: 10px;
}


