/* Style sheet add-on for Coffee House Template by Twoaz1 Design for use with IE6
Visit us at http://twoaz1.com
If you have questiuons about this CSS email us at info@twoaz1.com 
*/

/* --------------------------- */
/*   main content area format  */
/* --------------------------- */
.wrapper {
	top: 0;
	width: 1000px;
	margin: -2px auto 10px auto;
	border: 0;
}

/* --------------------------- */
/*      main content area      */
/* --------------------------- */
.content {
	width: 1000px;
	min-height: 500px;
	border: 0;
	padding: 0 0 0 0;
	overflow: auto;
}

/*  left panel format and styles */
.left {
	float: left;
	position: relative;
	text-align: center;
	overflow: auto;
}

.left_panel {
	width: 335px;
	padding: 3px 0px 10px 0px;
	border: 0px;
	z-index: 2;
	text-align: center;
	overflow: auto;
}

/* ---------------------------------------- */
/* index page right panel format and styles */
/* ---------------------------------------- */
.right {
	float: left;
	position: relative;
	text-align: center;
}

.right_panel {
	margin-left: 10px;
	width: 650px;
	padding: 20px 0;
	overflow: auto;
}

/* -------------------------------- */
/* secondary page formats and style */
/* -------------------------------- */
.right h2 {
	width: 620px;
	padding: 0;
	margin: 0 0 0 10px;
	padding-left: 10px;
}

.secondary_right_panel {
	margin: 0 0 0 10px;
	padding-bottom: 20px;
	width: 630px;
	overflow: auto;
}



/* ------------------------- */
/* menu page specific styles */
/* ------------------------- */
.rt_col_menu {
	float: left;
	margin: 10px;
}

.menu_items {
	float: left;
	width: 90%;
}

table {
	border: 0;
	float: left;
}

td {
	text-align: left;
	width:350px;
	padding: 10px 50px 10px 20px;
}

/* --------------------------- */
/* coffee page specific styles */
/* --------------------------- */
.rt_col_coffee_a {
	float: left;
	width: 65%;
	margin: 10px;
}

.rt_col_coffee_a ul{
	padding: 10px;
	text-align: left;
}

.rt_col_coffee_a ul li{
	margin-left: 20px;
	padding: 10px;
	list-style-type: none;
}

.rt_col_coffee_b {
	float: left;
	width: 30%;
	text-align:right;
	margin-top: 15px;
}

.rt_col_coffee_b img {
	padding: 3px;
}


#box_c {
 	margin: 36px 10px 5px 5px;
}

#box_d {
 	margin: 24px 10px 5px 5px;

}

/* ----------------------------------- */
/* company & news page specific styles */
/* ----------------------------------- */
.rt_col_company_a {
	float: left;
	width: 64%;
	margin: 0 10px 10px 10px;
}

.rt_col_company_b {
	float: left;
	width: 29%;
	text-align:center;
	margin-top: 25px;
	padding: 5px 5px 10px 5px;
	overflow: auto;
}


