@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2d1b09;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5eee0;
	line-height: 18px;
}

#wrapper {
	background-image: url(../images/bg.jpg);
	width: 869px;
	padding: 0;
	position:absolute;
	left:50%;
	margin: 50px 0 0 -435px;
}

a, a:link, a:active, a:visited {
	color: #7E634A;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #94786A;
}

#bottom {
	background-image: url(../images/long_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0;
}
#menu {
	
}
.menu-bottom {
	background-image: url(../images/menu_long/menu_bottom.jpg);
	background-repeat: no-repeat;
}
#content-about {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	padding: 0 45px 35px 35px;
}

#content-order {
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	padding: 0 45px 35px 35px;
}

#content-features {
	background-image: url(../images/photos_features.jpg);
	background-repeat: no-repeat;
	padding: 50px 240px 35px 35px;
	background-position: right top;
}

#content-distributors {
	background-image: url(../images/photos_distributors.jpg);
	background-repeat: no-repeat;
	padding: 0 200px 35px 35px;
	background-position: right top;
}

#content-testimonials {
	background-image: url(../images/photos_testimonials.jpg);
	background-repeat: no-repeat;
	padding: 35px 200px 35px 35px;
	background-position: right top;
}

#content-contactus {
	background-image: url(../images/photos_contact_us.jpg);
	height: 418px;
}

#content-perfectcup {
	background-image: url(../images/photos_perfectcup.jpg);
	height: 418px;
	padding-left: 40px;
	padding-right: 260px;
}

#content-home {
	background-image: url(../images/photos_home.jpg);
	height: 418px;
	padding-right: 260px;
	padding-left: 40px;
}
.h1 {
	font-size: 14px;
	font-weight: bold;
}
.h2 {
	font-size: 12px;
	font-weight: bold;
}
.h3 {
	font-size: 11px;
}
.h4 {
	color: #967d4c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.hr1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C6C3C;
}

.hr2 { border-bottom: dotted 1px #382716; margin: 5px 10px 5px 10px; }


.regular {
	color: #009999;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #32200F;
	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.decaf {
	color: #009933;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #32200F;
	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.submitbutton {
	color: #8F7566;
	font-size: 12px;
	background-color: #32200F;
	border:0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


#footer {
	background-color: #2D1B09;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	color: #5D3F2E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small {
	font-size: 10px;
}

.large {
	font-size: 14px;
}