* {
	font-family:times new roman, serif;
	font-size: 16px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: black;
	width: 995px;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
h1 {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 0;
	height: 105px;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}
h1 a {
	display: none;
}

.quotebox {
	background-color: white;
	color: black;
	font-size: 12px;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding: 1px 5px;
	margin: 0px 14px 0px 0px;
	text-align: left;
}

.contentholder {
	position: relative;
	width: 1000px;		
	padding: 0px 0px 15px 0px;
	background-image: url(topleftbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.menu {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 75px;
	list-style: none;
	font-weight: bold;
	position: absolute;
	left: 0px;
	
}
.menu li {
	display: block;
	margin: 5px;
	padding: 5px 0px 5px 8px;
	background-color: white;
	color: black;
	border: solid #878271 1px;
}
.menu li ul {
	display: block;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
.menu li ul li {
	display: block;
	border-width: 0px;
	margin: 0px 10px;
	padding: 1px 0px;
	font-weight: normal;
}
.menu a {
	text-decoration: none;
}
.menu a:link, .menu a:visited  {
	color: black;
	background-color: none;
}
.menu a:hover, .menu a:active {
	color: #878271;
	background-color: none;
}

.content {
	padding: 20px 100px 0px 275px;
	
}

.content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	margin: 0px -16px 10px -16px;
	padding: 0px 16px;
	font-size: 26px;
	border-bottom: solid #878271 1px;
	text-align: center;
}
h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 23px;
}
h4 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
ol {
	list-style-type: upper-alpha;
}
ol ol {
	list-style-type: lower-alpha;
}

.content a {
	text-decoration: underline;
}
.content a:link, .content a:visited  {
	color: #878271;
	background-color: none;
}
.content a:hover, .content a:active {
	color: #aa0000;
	background-color: none;
}

.preamble {
	text-align: center;
	background-image: url(singlecup.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 80px 0px;
	position: relative;
}
.preamble * {
	font-size: 20px;
	font-style: italic;
}

/* Index Page */

.intro * {
	font-size: 20px;
}
.intro p {
	margin: 0px 0px 15px 0px;
	text-align: center;
}
.intro strong {
	font-weight: bold;
}

.buttons {
	height: 110px;
}

.contentbutton {
	background-color: white;
	color: black;
	border: solid #dd0000 2px;
	margin: 10px;
	padding: 20px;
	text-align: center;
}

.sidebyside {
	width: 285px;
	float: left;
}
/*box model hack*/
.buttons > .contentbutton {
	width: 240px;
}	
.contentbutton a {
	font-weight: bold;
	display: block;
	font-size: 25px;
}


/* Rules page */ 
.signatures {
	text-align: center;
}

.signature {
	
}

.signature img {
	
}

.watermark {
	display: none;
}

/* Store */
.limitedtime {
	background-color: white;
	color: black;
	border: solid #dd0000 2px;
	margin: 10px 20px;
	padding: 20px;
	text-align: center;
	list-style: none;
}
.limitedtime strong, .limitedtime strong a {
	font-weight: bold;
	display: block;
	font-size: 25px;
}
.limitedtime p {
	margin: 0px;
	padding: 0px;
}

.product {
	margin: 30px 0px 0px 0px;
	height: 450px;
}
.productpic {
	float: right;
	margin: 5px 20px;
	border: solid black 1px;
}

.purchasebox {
	background-color: white;
	color: black;
	border: solid #dd0000 2px;
	margin: 10px 30px;
	padding: 10px;
	text-align: left;
	width: 230px;
}
.purchasebox h4 {
	margin: 0px;
	
}
.purchasebox form {
	margin: 4px 0px 0px 0px;	
}

form textarea {
	display: block;
	width: 500px;
	height: 300px;
}

/* Contact Page */
.contactform {
	
}
.contactform input {
	display: block;
	width: 200px;
}
.emailimage {
	margin-bottom: -4px;
}

/* Local Order Page */
.orderform {

}
.orderform input {
	display: block;
	width: 200px;
}
.orderform .inputseries input {
	display: inline;
	width: 30px;
}

/* Spread the word page */
.codesnippet {
	font-family: monospace;
	width: 600px;
	height: 80px;
	margin: 0px 0px 20px 0px;
}

/*Testimonials Page*/
.testimonial {
	background-color: white;
	color: black;
	padding: 15px 15px 5px 15px;
	margin: 20px;
}
.testimonial * {
	font-family: monospace;
}
/* page footer */
.footer {
	background-color: #878271;
	color: #EDE9CF;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	margin: 30px 0px 0px 75px;
	text-align: center;
	width: 841px;
}
.footer * {
	font-size: 11px;
}

.footer p {
	margin: 0px;
	padding: 0px;
}

.footer a {
	background-color: #878271;
	color: #EDE9CF;
}

.footer a:hover {
	background-color: #878271;
	color: black;
}

/*Pop up */
.backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
.popup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
.popup h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

