/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles */

body {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #b52228;
	text-decoration: none;
}
a:visited {
	color: #b52228;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #c44e53;
}
a:active {
	color: #b52228;
	text-decoration: none;
}
#header-wrapper {
	width: 100%;
	background-image: url(header-fade.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header-frame {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	float: left;
	width: 1000px;
}
.header-logo {
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.header-logo h1 {
	margin: 0px;
	padding: 0px;
}
.header-logo h1 a {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 260px;
	overflow: hidden;
}
.header-nav {
	float: left;
	width: 700px;
}
.topnav {
	float: left;
	width: 700px;
	height: 40px;
	margin-bottom: 10px;
}
.topnav ul {
	margin: 0px;
	list-style-type: none;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.topnav ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.topnav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #999;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: 10px;
}
.topnav ul li a:hover {
	color: #4c4c4c;
	text-decoration: none;
}
.topnav ul .current a {
	color: #b52228;
}
.topnav ul .current a:hover {
	color: #b52228;
	text-decoration: none;
}
.navbar {
	float: left;
	width: 700px;
	height: 50px;
}
.navbar  ul {
	margin: 0px;
	list-style-type: none;
	height: 50px;
	float: right;
	background-image: url(navbar-lines.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar  ul li {
	background-image: none;
	margin: 0px;
	float: left;
	height: 50px;
	position: relative;
	padding: 0px;
}
.navbar  ul li a {
	font-family: "Crimson Text", serif;
	font-size: 16px;
	line-height: 20px;
	color: #4c4c4c;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
	font-style: italic;
	font-weight: bold;
	position: relative;
	z-index: 3000;
	background-image: url(navbar-link.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.navbar  ul li a:hover {
	color: #4c4c4c;
	text-decoration: none;
	background-position: 0px -50px;
}
.navbar  ul .menu a {
	background-image: url(navbar-link-arrow.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 0px 0px;
}
.navbar  ul .menu a:hover {
	text-decoration: none;
	background-position: 0px -50px;
}
.navbar  ul .menu-hover a {
	color: #4c4c4c;
	background-position: 0px -50px;
}
.navbar  ul .menu-hover a:hover {
	color: #4c4c4c;
	text-decoration: none;
	background-position: 0px -50px;
}
.navbar  ul .current a {
	color: #4c4c4c;
	background-position: 0px -50px;
}
.navbar  ul .current a:hover {
	text-decoration: none;
	color: #4c4c4c;
	background-position: 0px -50px;
}
.navbar  ul .menu-current a {
	color: #4c4c4c;
	background-position: 0px -50px;
}
.navbar  ul .menu-current a:hover {
	text-decoration: none;
	color: #4c4c4c;
	background-position: 0px -50px;
}
.navbar  ul ul {
	position: absolute;
	left: 2px;
	top: 50px;
	height: auto;
	z-index: 2000;
	width: 320px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e6e6e6;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
	-moz-box-shadow: 0px 0px 10px rgba(51,51,51,0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(51,51,51,0.25);
	box-shadow: 0px 0px 10px rgba(51,51,51,0.25);
}
.navbar  ul ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-image: none;
}
.navbar  ul ul li a {
	display: block;
	width: 280px;
	font-family: "Crimson Text", serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	background-color: #FFF;
	background-image: none;
	padding: 20px;
	color: #4c4c4c;
	font-style: italic;
}
.navbar  ul ul li a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
	color: #4c4c4c;
}
.navbar ul ul li a span {
	font-size: 20px;
}

.navbar  ul .menu ul li a {
	background-image: none;
	padding: 20px;
}
.navbar  ul .menu ul li a:hover {
	text-decoration: none;
}
.navbar  ul .menu-hover ul li a {
	color: #4c4c4c;
	background-color: #FFF;
}
.navbar  ul .menu-hover ul li a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}
.navbar  ul .menu-current ul li a {
	color: #4c4c4c;
	background-image: none;
}
.navbar  ul .menu-current ul li a:hover {
	text-decoration: none;
	color: #4c4c4c;
}
.navbar  ul .menu-current ul .current a {
	color: #333;
	background-image: none;
}
.navbar  ul .menu-current ul .current a:hover {
	text-decoration: none;
	color: #333;
}
#slideshow-wrapper {
	width: 100%;
	background-color: #999;
	background-image: url(bucket-fade.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#slideshow {
	width: 100%;
	position: relative;
}
.slideshow-nav-next {
	position: absolute;
	top: 225px;
	right: 50px;
	z-index: 100;
}
.slideshow-nav-next a {
	background-image: url(slideshow-arrow.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	background-position: -50px 0px;
}
.slideshow-nav-next a:hover {
	background-image: url(slideshow-arrow.png);
	background-position: -50px -50px;
}
.slideshow-nav-prev {
	position: absolute;
	left: 50px;
	top: 225px;
	z-index: 100;
}
.slideshow-nav-prev a {
	background-image: url(slideshow-arrow.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 50px;
	overflow: hidden;
	background-position: 0px 0px;
}
.slideshow-nav-prev a:hover {
	background-image: url(slideshow-arrow.png);
	background-position: 0px -50px;
}
.slideshow-slides {
	overflow: hidden;
	width: 100% !important;
}
.slideshow-slides-box {
	height: 500px;
	width: 100% !important;
	text-align: center;

}
.slideshow-message {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.slideshow-message h1 {
	font-family: "Crimson Text", serif;
	font-size: 60px;
	font-style: italic;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: -1px;
}
.slideshow-message p {
	font-family: "Crimson Text", serif;
	font-size: 26px;
	font-style: italic;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
}
.slide-1-button {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.slide-1-button a {
	background-image: url(slide-1-button.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 150px;
	overflow: hidden;
	background-position: 0px 0px;
}
.slide-1-button a:hover {
	background-position: 0px -50px;
}
.slide-2-button {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.slide-2-button a {
	background-image: url(slide-2-button.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 150px;
	overflow: hidden;
	background-position: 0px 0px;
}
.slide-2-button a:hover {
	background-position: 0px -150px;
}
#slide-1 {
	background-image: url(slide-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2e0015;

}
#slide-2 {
	background-image: url(slide-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #061f27;

}
.slideshow-nav {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 40px;
	margin-right: auto;
	margin-left: auto;
}
.slideshow-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 20px;
}
.slideshow-nav ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.slideshow-nav ul li a {
	display: block;
	outline: none;
	height: 10px;
	width: 10px;
	text-decoration: none;
	background-image: url(slideshow-dot.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 5px;
	background-position: 0px 0px;
}
.slideshow-nav ul li a:hover {
	text-decoration: none;
	background-position: 0px -20px;
}
.js .slideshow-nav li.current a {
	text-decoration: none;
	background-position: 0px -20px;
}
.js .slideshow-nav li.current a:hover {
	text-decoration: none;
	background-position: 0px -20px;
}
#buckets-wrapper {
	width: 100%;
	background-color: #F2F2F2;
	padding-bottom: 100px;
}
#buckets-frame {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.buckets {
	float: left;
	width: 1000px;
}
.buckets-1000 {
	float: left;
	width: 1000px;
	margin-bottom: 20px;
}
.bucket-220 {
	float: left;
	width: 218px;
	margin-right: 40px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.bucket-220-border {
	float: left;
	width: 216px;
	border: 1px solid #FFF;
}
.bucket-220-image {
	float: left;
	width: 216px;
	text-align: center;
	background-image: url(bucket-fade.jpg);
	background-repeat: repeat-x;
}
.bucket-220-content {
	float: left;
	width: 216px;
	padding-bottom: 20px;
}
.bucket-220-content h1 {
	font-family: Cabin, sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
}
.bucket-220-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
}
.bucket-220-end {
	margin-right: 0px;
}
.boxes-1000 {
	float: left;
	width: 1000px;
}
.box-news {
	float: left;
	width: 480px;
	margin-right: 40px;
}
.box-news-heading {
	float: left;
	width: 440px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b3b3b3;
	padding: 20px;
}
.box-news-heading h3 {
	font-family: "Crimson Text", serif;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
.box-news-heading h3 a {
	text-decoration: none;
	color: #4c4c4c;
}
.box-news-heading h3 a:hover {
	color: #333;
	text-decoration: none;
}
.box-news-list {
	float: left;
	width: 480px;
}
.box-news-item {
	float: left;
	width: 440px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b3b3b3;
	padding: 20px;
}
.box-news-item h2 {
	font-family: "Crimson Text", serif;
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	text-transform: none;
	color: #4c4c4c;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.box-news-item h2 a {
	color: #4c4c4c;
	text-decoration: none;
}
.box-news-item h2 a:hover {
	color: #333;
	text-decoration: none;
}
.box-news-item p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #808080;
}
.box-artist {
	float: left;
	width: 220px;
	margin-right: 40px;
}
.box-artist-heading {
	float: left;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b3b3b3;
	padding: 20px;
}
.box-artist-heading h3 {
	font-family: "Crimson Text", serif;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
.box-artist-heading h3 a {
	text-decoration: none;
	color: #4c4c4c;
}
.box-artist-heading h3 a:hover {
	color: #333;
	text-decoration: none;
}
.box-artist-art {
	float: left;
	width: 220px;
}
.box-video {
	float: left;
	width: 220px;
	margin-top: 20px;
}
.box-video a {
	background-image: url(featured-video.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 140px;
	width: 220px;
	overflow: hidden;
}
.box-video a:hover {
	text-decoration: none;
}
.box-choose {
	float: left;
	width: 218px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 20px;
}
.box-choose-border {
	float: left;
	width: 216px;
	border: 1px solid #FFF;
}
.box-choose a {
	background-image: url(why-choose.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 136px;
	width: 216px;
	overflow: hidden;
}
.box-choose a:hover {
	text-decoration: none;
}
#content-wrapper {
	width: 100%;
	background-image: url(content-bg-red.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #480021;
}
#content-frame {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content {
	float: left;
	width: 1000px;
	background-color: #f2f2f2;
}
.subnav {
	float: left;
	width: 1000px;
	background-image: url(subnav-shadow.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}
.subnav-breadcrumb {
	float: left;
	padding-left: 20px;
}
.subnav-breadcrumb ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.subnav-breadcrumb ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.subnav-breadcrumb ul li a {
	white-space: nowrap;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #999;
	background-image: url(arrow-breadcrumb.png);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	padding-right: 6px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subnav-breadcrumb ul li a:hover {
	color: #ababab;
	text-decoration: none;
}
.subnav-breadcrumb ul .first a {
	background-image: none;
	padding-left: 0px;
}
.subnav-share {
	float: right;
	padding-right: 15px;
	padding-left: 15px;
}
.catalog-1000 {
	float: left;
	width: 960px;
	background-color: #FFF;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	padding: 20px;
}
h1.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
h4.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
h5.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
h6.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
ol.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
p.scrunch {
	margin-top: 0px;
	margin-bottom: 0px;
}
.price-18 {
	font-family: Cabin, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	display: block;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
.price-50 {
	font-family: "Crimson Text", serif;
	font-size: 50px;
	font-weight: bold;
	color: #333;
	display: block;
	line-height: 50px;
}
.detail-10 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	color: #999;
}
.detail-16 {
	display: block;
	font-family: "Crimson Text", serif;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}
.button-shop-now-110 {
	display: block;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}
.button-shop-now-110 a {
	background-image: url(button-shop-now-110.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 110px;
	overflow: hidden;
}
.button-shop-now-110 a:hover {
	text-decoration: none;
	background-position: 0px -30px;
}
.button-add-cart-150 {
	float: left;
	margin-right: 20px;
}
.button-add-cart-150 a {
	background-image: url(button-add-cart-150.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 150px;
	overflow: hidden;
}
.button-add-cart-150 a:hover {
	text-decoration: none;
	background-position: 0px -40px;
}
.button-find-distributor-110 {
	display: block;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}
.button-find-distributor-110 a {
	background-image: url(button-find-distributor-110.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 110px;
	overflow: hidden;
}
.button-find-distributor-110 a:hover {
	text-decoration: none;
	background-position: 0px -30px;
}
.button-find-distributor-150 {
	float: left;
}
.button-find-distributor-150 a {
	background-image: url(button-find-distributor-150.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 150px;
	overflow: hidden;
}
.button-find-distributor-150 a:hover {
	text-decoration: none;
	background-position: 0px -40px;
}
#footer-wrapper {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
#footer-frame {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	float: left;
	width: 1000px;
}
.footer-address {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	background-image: url(logo-icon-32.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 62px;
}
.footer-follow {
	float: right;
	padding: 20px;
}
.footer-follow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer-follow ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.footer-follow ul li a {
	background-image: url(follow-32.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 32px;
	width: 32px;
	margin-left: 5px;
	overflow: hidden;
}
.footer-follow ul .facebook a {
	background-position: 0px 0px;
}
.footer-follow ul .facebook a:hover {
	background-position: 0px -32px;
}
.footer-follow ul .pinterest a {
	background-position: -32px 0px;
}
.footer-follow ul .pinterest a:hover {
	background-position: -32px -32px;
}
.footer-follow ul .twitter a {
	background-position: -64px 0px;
}
.footer-follow ul .twitter a:hover {
	background-position: -64px -32px;
}
.footer-follow ul .youtube a {
	background-position: -96px 0px;
}
.footer-follow ul .youtube a:hover {
	background-position: -96px -32px;
}
.footer-follow ul .instagram a {
	background-position: -128px 0px;
}
.footer-follow ul .instagram a:hover {
	background-position: -128px -32px;
}
.footer-follow ul .rss a {
	background-position: -160px 0px;
}
.footer-follow ul .rss a:hover {
	background-position: -160px -32px;
}
#bottom-wrapper {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#bottom-frame {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bottom {
	float: left;
	width: 1000px;
}
.bottom-nav {
	float: left;
	padding: 20px;
}
.bottom-nav ul {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bottom-nav ul li {
	background-image: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.bottom-nav ul li a {
	color: #808080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	line-height: 20px;
	display: block;
}
.bottom-nav ul li a:hover {
	color: #333;
	text-decoration: none;
}
.bottom-copy {
	float: right;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 20px;
}
.clearboth {
	clear: both;
}
