body {
	background-color: #DED7C9;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 75px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	position: absolute;
	height: 120px;
	width: 950px;
	top: 0px;
	left: 0px;
}
#topnav {
	position: absolute;
	height: 40px;
	width: 950px;
	left: 0x;
	top: 120px;
}
#maincontent {
	background-color: #FFF;
	background-image: url(../images/bg_maincontent_home.jpg);
	background-repeat: repeat;
	position: absolute;
	width: 475px;
	left: 0px;
	top: 120px;
	padding-top: 25px;
	padding-bottom: 75px;
	padding-left: 225px;
	padding-right: 250px;
	min-height: 350px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	height: auto;
}
#maincontent_tack {
	background-color: #FFF;
	position: absolute;
	top: 310px;
	left: 1px;
	min-height: 350px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 21px;
	width: 950px;
	height: 1841px;
	visibility: visible;
}
#maincontent_tack p {
	font-style: normal;
	color: #000;
	text-align: center;
	padding: 5px;
	overflow: auto;
	visibility: visible;
	font-weight: normal;
}
#maincontent_gallery {
	background-color: #FFF;
	background-image: url(../images/bg_maincontent_gallery.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: auto;
	width: 700px;
	left: 0px;
	top: 120px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 75px;
	padding-left: 225px;
	min-height: 350px;
	font-family: "MS Serif", "New York", serif;
	font-weight: normal;
	font-size: small;
	color: #333;
	text-align: center;
}
#sidebar {
	position: absolute;
	height: auto;
	width: 225px;
	left: 725px;
	top: 120px;
	padding-top: 25px;
	background-color: #FFF;
}
#product_header {
	position: absolute;
	height: 40px;
	width: 200px;
	left: 0px;
	top: 160px;
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: inherit;
	top: 120px;
	z-index: 3;
	left: 0px;
}
#navcontainer li {
	margin: 0px;
	padding: 0px;
	display: inline;
	z-index: 4;
	position: relative;
}
#navcontainer a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 30px;
	width: 185px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #b59860;
}
#navcontainer .MenuBarItemSubmenu a {
	left: 185px;
}
#navcontainer li:hover a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #143;
}
#navcontainer ul.MenuBarItemSubmenu {
	display: none;
	position: absolute;
	left: 137px;
	top: -32px;
}
#navcontainer li:hover .MenuBarItemSubmenu {
	display:block;
	background-color: #b59860;
}
#navcontainer li:hover > a {
	background-color: #143;
}
#navcontainer li:hover a:hover {
	background-color: #143;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #143;
	text-align: center;
	height: 75px;
	width: 100%;
	position: inherit;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	line-height: 18px;
	bottom: 0px;
	left: 3px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	font-style: italic;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
	color: #143;
	margin-top: 0px;
	text-align: center;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #143;
	margin: 0px;
	font-style: italic;
}


p {
	font-size: 14px;
	line-height: 21px;
	color: #333;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	color: #143;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.headlines {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
}
#wrapper #maincontent_gallery table tr td p {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #maincontent_gallery table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #maincontent_gallery table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #maincontent_gallery p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	bottom: auto;
	color: #000;
}
#wrapper #maincontent_gallery table tr td p {
	text-align: left;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
#wrapper #maincontent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #maincontent p {
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.image_float_right {
	margin: 5px;
	float: right;
}
#wrapper #maincontent_gallery table tr td p {
}
#wrapper #maincontent_gallery table tr td p {
	font-size: 14px;
}
#wrapper #maincontent_tack table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper #maincontent_tack table tr td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.tackshops {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #maincontent_tack table tr .headlines .tackshops .tackshops .tackshops {
	font-size: 21px;
}
#wrapper #maincontent_gallery table tr td h3 {
	text-align: center;
}
#wrapper #maincontent_gallery table tr td p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
