@charset "utf-8";

body  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: auto;
	width: 100%;
	margin: 0;
	z-index: 1;
}

html, body {
text-align: center;
}

#container {
	width: 100%;
	text-align: left;
	height: auto;
	background-repeat: repeat;
	background-image: url(/img/bg.gif);
	float: left;
} 

h1 {
	margin: 0px;
	font-weight: bold;
	font-size: 30px;
	padding: 0;
	color: #C60;
}

.div_add_to_cart_button_1 {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

#sidebar1 h1   {
	font-size: 20px;
	margin-top: 20px;
	text-decoration: underline;
	color: #000;
}

#sidebar2 h1 {
	font-size: 24px;
	font-style: normal;
	text-decoration: underline;
}


h2 {
	margin-top: 20px;
}

h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	color: #360;
}

h4 {
	font-size: 18px;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}

h5  {
	color: #C00;
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	font-weight: lighter;
	margin-left: 5px;
}

#footer1 p  {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}



#mainContent p   {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: auto;
	float: left;
	line-height: 150%;
	width: 70%;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#header1  {
	height: 150px;
	padding: 0;
	float: left;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 100%;
} 

#mainContent2  {
	padding-bottom: 0;
	height: auto;
	margin-bottom: 20px;
	clear: both;
	float: left;
	background-repeat: repeat;
	margin-top: 100px;
	z-index: 1;
}

#mainContent  {
	width: 60%;
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 17px;
	padding-bottom: 0px;
	padding-right: 10px;
	height: auto;
	padding-left: 10px;
	z-index: 1;
} 

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	height: auto;
	width: 230px;
	height: 570px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	min-height: 500px;
	padding-left: 20px;
	background-image: url(/img/bg_sidebar_2.gif);
	padding-top: 130px;
	margin-right: 17px;
	background-repeat: no-repeat;
}

#sidebar2  {
	float: left; /* since this element is floated, a width must be given */
	height: auto;
	width: 230px;
	height: 570px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	min-height: 500px;
	padding-left: 20px;
	margin-right: 17px;
	background-repeat: no-repeat;
}


#footer1 {
	height: 117px;
	width: 100%;
	background-image: url(/img/bg_footer.png);
	padding: 0;
	clear: both;
	float: none;
	margin: 0px;
	background-repeat: repeat;
	margin-top: 10px;
} 


#Map {
	bottom: 0px;
	width: 350px;
	height: 200px;
	float: left;

	position: absolute;
	top: -100px;
	overflow: visible;
	margin-left: 450px;
}

.bag_text_button_wrapper {
	background-image: url(/img/bag_text_button_background.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
	border: medium solid #360;
	padding-bottom: 10px;
}

.coffeebagpositioner {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	margin-left: 20px;
	clear: both;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.FooterMenu{
	text-align: left;
	z-index: 4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	color: #000;
	clear: both;
}

.FooterMenu a{
	text-decoration: none;
	color: #FFF;
	z-index: 4;
}


.FooterMenu a:hover{
	color: #000;
	z-index: 4;
}

.FooterMenu ul{
	display: inline;
	margin-left: 0;
	padding-left: 10px;
}

.FooterMenu li{
	display: inline;
	list-style: none;
	padding: 5px 7px 5px 7px;
	margin: 0 0 0 0;
	border-left: 1px solid gray;
}

.FooterMenu li.first{
	border: none;
	margin-left: 0;
	padding-left: 0;
}

.FooterMenu li:hover{
	background-color: #637231;
}

.MainContent_boxes_wrapper {
	margin: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	float: left;
	background-color: #000;
	padding: 10px;
	height: auto;
}

.MainContent_boxes_wrapper2 {
	background-color: #FFF;
	float: left;
	border: medium solid #CCC;
	padding-bottom: 5px;
	color: #337D00;
	margin: 5px;
	height: auto;
}

.menu{
	text-align: left;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0;
	background-image: url(/img/spry_menu_background.png);
	padding-bottom: 10px;
	width: 100%;
	background-repeat: repeat;
	margin-top: 0px;
	position: relative;
	float: left;
} 

.menu a{
	text-decoration: none;
	color: #FFFFFF;
	z-index: 4;
}


.menu a:hover{
	color: #FFFFFF;
	z-index: 4;
}

.menu ul{
	display: inline;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu li{
	display: inline;
	list-style: none;
	padding: 5px 10px 5px 10px;
	margin: 0 0 0 0;
	border-left: 1px solid gray;
}

.menu li.first{
	border: none;
	margin-left: 0;
	padding-left: 35px;
}

.menu li:hover{
	background-color: #637131;
}

#sidebar2 ul {
	color: #360;
	margin-left: 20px;
	line-height: 200%;
}

#header1 #Logo   {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
}

h1 img   {
	margin-left: 0px;
	margin-bottom: 50px;
}

#sidebar1 ul   {
	line-height: 150%;
	font-size: 18px;
	margin-left: -10px;
	color: #FFF;
}

.div_add_to_cart_button {
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 110px;
	margin-top: -40px;
}


.page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	min-height: 600px;
}

.header_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.footer_content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.white_wrapper_2 {
	background-repeat: no-repeat;
	float: left;
	width: 700px;
	margin-top: 100px;
	margin-bottom: 100px;
	min-height: 300px;
	background-color: #FFF;
	border: medium solid #CCC;
	margin-right: 15%;
	margin-left: 15%;
	
}

.CoffeeRegion_heading {
	color: #FFF;
	font-size: 16px;
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 180px;
	margin-right: 180px;
	
}

.Wrapper_Text_brownbackground {
	color: #FFF;
	background-color: #4D3B18;
	display: inline;
	min-height: 400px;
	width: 500px;
	float: left;
}

.div_short_description {
	background-image: none;
	background-repeat: repeat;
	color: #FFF;
	height: 44px;
	background-color: #CC6;
	margin-bottom: 20px;
	width: 500px;
	

}

.div_short_description p {
	text-align: center;
}

#map_coffeebag_container {
	margin: 20px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;

}

li {
	color: #FFF;
}

.shopping_cart_1 {
	float: right;
	margin-right: 60px;
	margin-top: 20px;
	border: none;
}

.view_cart_1 {
	float: right;
	margin-right: 15px;
	margin-top: 45px;
	color: #000;
	font-size: 18px;
}

#CoffeeEstate {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 500px;
}

.view_cart_1 a {
	color: #000;
	font-weight: bold;
}

.products {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

.odd {
	background: #ECF0FA;
}

.even {
	background: #F4FBD9;
}

.products th {
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	padding: 4px 5px 2px 10px;
	border: 1px solid #EC6206;
	background-color: #C60;
	background-image: url(/img/bgTh.jpg);
}

.products td {
	padding: 2px 2px 2px 10px;
	border: 1px solid #EC6206;
}

#Checkout_button {
	float: right;
}

#bg_monthly_coffeeclub {
	margin-right: auto;
	margin-top: -160px;
	float: left;
	margin-bottom: 0px;
}

.white_wrapper_2 h1 {
	font-size: 20px;
	text-align: center;
	color: #039;
	font-weight: bold;
	margin-top: 30px;
}

.white_wrapper_2 p {
	font-size: 16px;
	margin-right: 80px;
	margin-left: 50px;
}

#kuhani_org {
	color: #C33;
	font-weight: bold;
	font-size: 18px;
}

.Wrapper_Text_brownbackground p {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#price {
	float: left;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

/* Begin Ryan section */

div.input label{
	font-weight: bold;
	float: left;
	text-align: right;
	margin: 0 10px 0 0 ;
	line-height: 20px;
	color: #4F3306;
	width: 40%; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

div.input label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

div.submit{
	margin-left: 45%;
	margin-right: 40%;
	margin-top: 30px;
	margin-bottom: 15px;
}

input[type=text]{
	margin: 1px 1px 10px 1px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #9999BB;
}

input[type=password]{
	margin: 1px 1px 10px 1px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #9999BB;

}

input[type=text]:focus{
	margin: 0px 0 9px 0;
	border: 2px solid #FF9900;
}

input[type=password]:focus{
	margin: 0px 0 9px 0;
	border: 2px solid #FF9900;
}

textarea{
	width: 250px;
	height: 150px;
	margin: 2px 1px 8px 1px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #9999BB;
}

textarea:focus{
	margin: 1px 0px 7px 0;
	border: 2px solid #FF9900;
}

select{
	margin: 2px 2px 8px 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #9999BB;
}

select:focus{
	margin: 1px 1px 7px 1px;
	border: 2px solid #FF9900;
}


.form{
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	float: left;
	padding: 20px;
}

.headerText{
  font-family: "Crimson Text", serif;
  font-size: 20pt;
  color: white;
  font-style: normal;
  font-weight: 700;
  text-shadow: 3px 3px 3px #555555;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.05em;
  word-spacing: 0;
  line-height: 1;
  margin-left: 250px;
  margin-top: 2px;
  float:left;
}

.item{
	width: 600px;
	border: 1px solid black;
	padding: 10px;
}

#flashMessage{
	border: 1px solid #eeeeee;
	padding: 30px;
	background: #DDDDFF;
	width: 50%;
	margin-left: 20%;
	margin-right: 25%;
	margin-top: 100px;
	margin-bottom: -80px;
	float: left;
	text-align: center;
	font-size: 16px;

}

#authMessage{
	border: 1px solid #eeeeee;
	padding: 30px;
	background: #DDDDFF;
	width: 50%;
	margin-left: 20%;
	margin-right: 25%;
	margin-top: 100px;
	margin-bottom: -80x;
	float: left;
	text-align: center;
	font-size: 16px;

}

div .radiocheckin{
	width: 500px;
	margin: 20px;
	padding-left: 266px;

}

.breakbox{
	width: 600px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	background: #C60;
	text-align: center;
	color: white;
	padding: 5px;
}

.paybox{
	width: 50%;
	margin-left: 15%;
	margin-right: 25%;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	padding: 10px;
}

input[type=submit]{
	padding: 4px 16px 4px 16px;
}


.dial{
	float: right;
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
	width: 200px;
	padding: 10px;
	margin-right: 10px;
	margin-top: 60px;
}

.confirm{
	float: left;
	width: 100%;

}

.confirm table{
	border-spacing: 0;
}

.confirm table th{
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.confirm table td{
	padding: 4px 10px 4px 10px;
}

.confirmbuttons{
	float: left;
	width: 550px;
}

.confirmbuttons .back{
	float: left;
	margin-left: 30px;
	padding: 20px 20px 20px 10px;
	
}

.confirmbuttons .next{
	float: right;
	margin-right: 10px;
	padding: 20px 150px 20px 20px;
	
}

.paybox{
	float: left;
	width: 450px;
	text-align: center;
	padding: 0px;
	margin-bottom: 20px;
}

.paybox input{
	margin-left: 8px;
	padding: 0;
}


.paypal{
	display: inline;
	margin: 0;
	padding: 0;
}

div .radiocheckin{
	width: 500px;
	margin: 20px;
	padding-left: 285px;

}

div .finale{
	margin-top: 100px;
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	border: 1px solid #555555;
	padding: 5px;
	background: white;
}

div .finale .title{
	width: 98%;
	background: #EEEEEE;
	margin: 2px;
	padding: 4px;

}

div .finale .fcontent{
	width: 100%;
	margin: 20px;

}

.faq{
	padding: 10px 10px 10px 20px;
}

.faq .title{
	width: 400px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.faq .title h2{
	padding-left: 10px;
}

.faq h3{
	color: black;
	padding-left: 20px;
}

.faq p{
	padding-left: 30px;
}


/* End Ryan section */

.price {
	float: right;
	margin-right: 10px;
	font-size: 12px;
}

.bag_text_button_wrapper h1 {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 18px;
	color: #000;
}

.Wrapper_Text_brownbackground h4 {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.Wrapper_Text_brownbackground p {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.one_hundred_percent  {
	width: 100%;
}

#map_coffeebag_container .Wrapper_Text_brownbackground p {
	float: left;
	width: 96%;
}

#homepage_frame {
	height: 700px;
	width: 580px;
	margin-bottom: 30px;
	background-image: url(/img/bg_maincontent_homepage.gif);
}

#table_wrapper {
	float: left;
	width: 60%;
	margin-left: 20px;
	margin-top: 100px;
	padding: 20px;
	background-color: white;
	border: 1px solid #666;
}
.div_short_description div h4 {
	margin-right: auto;
	margin-left: 20px;
}
