/* Reset */
html, body, 
h1, h2, h3, h4, h5, h6, 
div, span,
form, fieldset, input, textarea, select,
p, ol, ul, li, 
blockquote, em, q, cite, code,
dt, dd, dl,
button,
code,
table, th, tr, td,
img  {
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}

/* Basics */
html, body {
	height: 100%;
}
body {
	background-image: url(../media/bg-content.jpg);
	background-repeat: repeat;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #616f5d;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
	line-height: 24px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p, input.y_name, input.y_email, input.y_tel, textarea.y_msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #36250f;
	text-align: justify;
}
img {
	border: 1px solid #FFFFFF;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../media/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: -118px; /* the bottom margin is the negative value of the footer's height */
	margin-left: 0px;
}

/* Links */
a:link {
	color: #616f5d;
	text-decoration: none;
}
a:visited {
	color: #36250f;
	text-decoration: none;
}
a:hover {
	color: #616f5d;
	text-decoration: underline;
}
a:active {
	color: #616f5d;
	text-decoration: none;
}

#page-content p a:link {
	color: #36250f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #36250f;
}
#page-content p a:visited {
	color: #36250f;
	text-decoration: none;
}
#page-content p a:hover {
	color: #616f5d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #616f5d;
}
#page-content p a:active {
	color: #616f5d;
	text-decoration: none;
}

.footer-wood a:link {
	color: #f6df9b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f6df9b;
	text-decoration: none;
}
.footer-wood a:visited {
	color: #f6df9b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f6df9b;
	text-decoration: none;
}
.footer-wood a:hover {
	color: #f6df9b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f6df9b;
	text-decoration: none;
}
.footer-wood a:active {
	color: #f6df9b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f6df9b;
	text-decoration: none;
}

/* Header */
h1#logo {
	display: block;
	height: 212px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1#logo a {
	background-image: url(../media/header-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -1000em;
	display: block;
	height: 100%;
	width: 100%;
}

/* Menu */
ul#menu {
	background-image: url(../media/menu-ends.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 50px;
	width: 670px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#menu li {
	float: left;
	height: 50px;
	list-style-type: none;
	display: block;
}
ul#menu li#menu-about {
	width: 95px;
}
ul#menu li#menu-saddles {
	width: 94px;
}
ul#menu li#menu-bridles {
	width: 159px;
}
ul#menu li#menu-accessories {
	width: 120px;
}
ul#menu li#menu-clothing {
	width: 100px;
}
ul#menu li#menu-contact {
	width: 102px;
}
ul#menu li a {
	background-image: url(../media/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000em;
}
ul#menu li#menu-about a {
}
ul#menu li#menu-saddles a {
	background-position: -95px top;
}
ul#menu li#menu-bridles a {
	background-position: -189px top;
}
ul#menu li#menu-accessories a {
	background-position: -348px top;
}
ul#menu li#menu-clothing a {
	background-position: -468px top;
}
ul#menu li#menu-contact a {
	background-position: -568px top;
}
ul#menu li#menu-about a:hover {
	background-position: left -50px;
}
ul#menu li#menu-saddles a:hover {
	background-position: -95px -50px;
}
ul#menu li#menu-bridles a:hover {
	background-position: -189px -50px;
}
ul#menu li#menu-accessories a:hover {
	background-position: -348px -50px;
}
ul#menu li#menu-clothing a:hover {
	background-position: -468px -50px;
}
ul#menu li#menu-contact a:hover {
	background-position: -568px -50px;
}
ul#menu li#menu-about a.down {
	background-position: left -100px;
}
ul#menu li#menu-saddles a.down {
	background-position: -95px -100px;
}
ul#menu li#menu-bridles a.down {
	background-position: -189px -100px;
}
ul#menu li#menu-accessories a.down {
	background-position: -348px -100px;
}
ul#menu li#menu-clothing a.down {
	background-position: -468px -100px;
}
ul#menu li#menu-contact a.down {
	background-position: -568px -100px;
}

/* Content */
#page-content {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#right-image {
	background-image: url(../media/bg-right-image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	height: 179px;
	width: 176px;
	padding-top: 23px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 22px;
	margin-top: 10px;
}
#left-image {
	background-image: url(../media/bg-left-image.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 179px;
	width: 176px;
	padding-top: 23px;
	padding-right: 22px;
	padding-bottom: 25px;
	padding-left: 30px;
	margin-top: 10px;
}
p.center-text {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
}
p.center-text span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	float: left;
}

.page-heading {
	padding-left: 25px;
	background-image: url(../media/bg-headings.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	width: 745px;
}
h6.price-list {
	text-align: right;
	display: block;
	float: left;
	width: 425px;
	padding-top: 29px;
}
h2#heading-about, h2#heading-saddles, h2#heading-bridles, h2#heading-accessories, h2#heading-clothing, h2#heading-contact {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000px;
	display: block;
	height: 70px;
	width: 240px;
	float: left;
}
h2#heading-about {
	background-image: url(../media/heading-about.gif);
}
h2#heading-saddles {
	background-image: url(../media/heading-saddles.gif);
}
h2#heading-bridles {
	background-image: url(../media/heading-bridles.gif);
}
h2#heading-accessories {
	background-image: url(../media/heading-accessories.gif);
}
h2#heading-clothing {
	background-image: url(../media/heading-clothing.gif);
}
h2#heading-contact {
	background-image: url(../media/heading-contact.gif);
}

p.info-bar {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	background-image: url(../media/bg-infobar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 10px;
	height: 30px;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

ul.product-list {
	clear: both;
}
ul.product-list li {
	background-image: url(../media/bg-product-image.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1caaa;
	list-style-type: none;
	margin-bottom: 15px;
}
ul.product-list img {
	margin-top: 17px;
	margin-right: 16px;
	margin-bottom: 17px;
	margin-left: 27px;
}
ul.product-list a img:hover {
	border: 1px solid #829397;
}
ul.product-list h4, ul.product-list p {
	clear: right;
	float: right;
	display: block;
	width: 555px;
	padding-right: 25px;
}
ul.product-list h4 {
	margin-top: 10px;
}
ul.product-list p {
}
.clear-both {
	clear: both;
	height: 15px;
}

/* Contact page */
.emailform-heading {
	width: 360px;
	padding-left: 25px;
}
#emailform {
	float: left;
	width: 385px;
}
input.y_name, input.y_email, input.y_tel, textarea.y_msg, input#BotBootInput {
	background-color: #c0c8be;
	padding: 4px;
}
textarea.y_msg {
	width: 300px;
	height: 100px;
}
input#BotBootInput {
	margin-bottom: 5px;
}
input.contact_submit {
	background-color: #798c87;
	padding: 4px;
	color: #fffbe7;
}
input.contact_submit:hover {
	background-color: #c0c8be;
	color: #798c87;
	cursor: pointer;
}
.right-side {
	float: left;
	width: 360px;
	padding-right: 25px;
}
.right-side p {
	margin-bottom: 10px;
}

/* Footer */
.footer, .push {
	height: 118px; /* .push must be the same height as .footer */
}
.footer {
	background-image: url(../media/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}
p.footer-page {
	text-align: center;
	width: 770px;
	height: 64px;
	background-image: url(../media/bg-footer-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}
a.back-to-top {
	background-image: url(../media/back-to-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 25px;
	width: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-indent: -1000em;
	display: block;
}
a.back-to-top:hover {
	background-position: center -25px;
}
p.footer-wood {
	text-align: center;
	width: 770px;
	height: 38px;
	background-image: url(../media/bg-footer-wood.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f6df9b;
	line-height: 22px;
	padding-top: 16px;
	padding-bottom: 0px;
}


/* The day when machines take over may not be far away. Instead of mother waking you up in the morning, the cold metal arm of a robot may shake you into wakefulness. */