@charset 'UTF-8';

<style type="text/css">

/* dummy */
* {
	margin: 0;
}

@font-face {
	font-family: Manuscript;
	src: url(../files/manuscript.ttf);
}

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

* {
	margin: 0;
}

html, body {
	height: 100%;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url('../files/background_small.png');
}

body {
	padding: 0 20px;
}

.site-header {
	padding: 0px;
	height: 250px;
	background-image: url('../files/logo_small.png');
	background-position: center;
	background-repeat: no-repeat;
}

.left-image {
	background-image: url(../files/horse.png);
	background-position-y: 15px;
	height: 250px;
	width: 156px;
	border: 1px;
	float: left;
	background-repeat: no-repeat;
	background-size: 100%;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: -100px;
	margin-left: auto;
	margin-right: auto;
	width:1200px;
}
.page-wrap:after {
	content: "";
	display: block;
}
.site-footer, .page-wrap:after {
	height: 100px;
}
.site-footer {
	padding: 0px;
	background-image: url('../files/phone_small.png');
	background-position: center;
	background-repeat: no-repeat;
	clear:left;
}

#gallery {
	margin-left: auto;
	margin-right: auto;
}

.title1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #3b7e20;
	text-decoration: none;
	font-size: 50px;
	font-weight: 500;
}

H1 {
	float: left;
	color: #3b7e20;
	font-size: 50px;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

H2 {
	float: left;
	color: #3b7e20;
	font-size: 20px;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 50px;
	width: 100%;
}

H3 {
	float: left;
	color: #3b7e20;
	font-size: 16px;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
	width: 100%;
}

H6 {
	float: left;
	color: #3b7e20;
	font-size: 10px;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.footer {
	color: #3b7e20;
	font-size: 13px;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
}

.price {
	float: left;
	width: 878px;
	padding-top: 15px;
	padding-bottom: 10px;
	visibility: hidden;
}

p.description {
	float: left;
	text-indent: 20px;
	width: 100%;
	padding-top: 20px;
	font-size: 17px;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	color:#3b7e20;
}

li.desc {
	list-style-type: disc;
	float: block;
	text-indent: 0px;
	font-size: 17px;
	font-weight: 500;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	color:#3b7e20;
}
ul.desc {
	float:left;
	padding-top: 15px;
	padding-bottom: 20px;
	display: block;
	text-align: left;
}

h2.desc {
	visibility: hidden;
}

/* GALLERY */
li.g {
	display: inline;
	margin: 8px;
}

/*   TABLE   */
table.hovertable {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
	float: left;
	margin-left: 50px;
}
table.hovertable th {
	background-color: #6cba03;
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #888;
}
table.hovertable tr {
	background-color:#80bd00;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #888;
}
table tbody tr:hover{
    background: #aed800;
}​
</style>

