@charset "iso-8859-1";
/* CSS Document */


body, html {
    margin:0;
    }
	
body {
	
	padding-top:0px;
	padding-bottom:0px;
	text-align: center;
	background-color:#a2d2bd;
    background-image:url(images/takabg2.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	}





/* style for the page block without green gradation pattern background */
#wrap {
	position:relative;
	margin:20px auto;
	background:#eee;
	background-image:url(images/sidebar-bg.gif);
	background-repeat:repeat;
	width:750px;
	text-align: left;
	padding:0;
	}
	
#header {
	background:#003;
	}
	
#header h1{
	padding:5px;
	margin:0;
	}
	
/* horizontal top menu styles */
	
#nav {
	background:#696;
	padding:5px;
	margin:0;
	}
	
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#nav li{
	display:inline;
	margin:0;
	padding:0 7px;
	border-left:2px solid #363;
	}
	
#nav ul li.first {
	margin-left:0;
	border-left: none;
	}
	
#nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:transparent;
	text-decoration:none;
	}
	
#nav a:link {color:#fff}
#nav a:visited {color:#fff}
#nav a:hover {color:#eee}
#nav a:active {color:#363}

/* style for horizontal rule with diamond end */	
#takhr {	
	margin:10px auto 10px auto;
	}


/* following two styles for two column layout */
/* left grey sidebar style */ 
	
#sidebar {
	background-color: transparent; 
	float:left;
	width:210px;
	padding-top:20px;
	border:0px solid #fff;
	
	}

#sidebar ul {
	margin-left:0;
	padding:0px 20px 15px 23px;
	
	width:auto;
	text-align:center;
	}

#sidebar li {
	list-style:none;
	line-height:1.6;
	background-color:transparent;
	text-align:center;
	padding-left:5px;
	}

#sidebar a { 
       	font-family:Georgia, "Times New Roman", Times, serif;
		   font-size:15px;
	   text-decoration:none;
     }
	  
#sidebar a:link {color:#333}
#sidebar a:visited {color:#333}
#sidebar a:hover {color:#363; text-decoration:underline;}
#sidebar a:active {color:#696}

#sidebar ul li img {margin-top:4px}
	
/* main area, right of grey sidebar */
#main {
	background:#fff;
	float:right;
	width:490px;
	min-height:410px;
	padding:10px 20px;
	}
	
#main h1 {
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	}

#main h2 {font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	} 
	

#main h3 {font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	} 

#main h6 {font: italic 9px; text-align:center; }

#main ul {
	line-height:1.2
	}

#main a:link {color:#600}
#main a:visited {color:#666}
#main a:hover {color:#363; text-decoration:underline;}
#main a:active {color:#696}
	



/* style for index page -no sidebar*/
#main-index {
	background:#fff;
	float:right;
	width:750px;
	height:410px;
	padding:0;
	margin:0;
	}



img.main-index {display:block;
}


/* style for no sidebar full page - currety not used */
#main-full {
	background:#fff;
    /*height:410px;*/
	width:510px;
	padding:0px 10px;
	margin:0 auto;
	}

#main-full h1 {
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	border:0px solid #000;
	}

#main-full h2 {font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#600;
	border:0px solid #000;
	} 

#main-full ul {
	line-height:1.2
	}

#main-full a:link {color:#600}
#main-full a:visited {color:#666}
#main-full a:hover {color:#363; text-decoration:underline}
#main-full a:active {color:#696}

#main-full table {cellpadding:0; 
	cellspacing:10;
	align:center;
	width:90%;
	text-align:left;
	}

/* style for contact page with image in background */

#main-imagebg {
	background-image:url("images/rtak50.jpg");
	float:right;
	width:750px;
	height:410px;
	padding:0;
	margin:0;
	}


/* style for contact page with image in background - Home*/

#main-imagebg-home {
	background-image:url("images/index.jpg");
	float:right;
	width:750px;
	height:410px;
	padding:0;
	margin:0;
	}


	
#contact {
	margin:0px;
	padding:20px;
	color:#eee;
	line-height:1.2em;
	}

#contact a:link {color:#fff}
#contact a:visited {color:#fff}
#contact a:hover {color:#eee}
#contact a:active {color:#363}
#contact b {color:#fff}

/* homepage text dark - when the bkground image is in light color*/

#contact2 {
	margin:0px;
	padding:20px;
	color:#222;
	line-height:1.2em;
	}

#contact2 a:link {color:#222}
#contact2 a:visited {color:#222}
#contact2 a:hover {color:#999}
#contact2 a:active {color:#363}
#contact2 b {color:#222}




/* style for floating image to the right - no border */
img.right{
	float:right; 
	margin:0 0 10px 10px;
	}

/* style for floating image to the left- no border */
img.left{
	float:left; 
	margin:0 10px 0 10px;
	}



/* style for floating image in center- no border, detail text comes right under the pic */
img.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin:10px 10px 0 10px;
	/*margin: up right bottom left;*/
	}


/* style for floating image to the right with border */

img.right-bordered{
	float:right; 
	margin:0 0 10px 10px;
	border:2px solid #600;
	}

/* style for 3 tea types */
.three-teas {
	float: left;	
	width: 150px;
	background: #fff;
	padding: 0 0px;
	margin:0px 5px 0px 0px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}	

.three-teas h2 {text-align:center;
}

/* style to center element */
.center {text-align:center;
}
	


/* style for product thumbnails */
.thumbnail {
	float: left;	
	width: 210px;
	background: #eee;
	padding: 2px;
	margin:0px 20px 20px 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333;
}	


/* style to break inline display of elements, use in product thumbnail pages */
.clearboth {
	clear:both;
}


/* style for footer */
	
#footer {
	margin-top:0;
	margin-bottom:0;
	background:#669966;
	clear:both;
	color:#eee;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-align:center;
	line-height:3em; 
	}








/* style for thumbnails - test2 */
.thumbnail2 img {
margin: 1px 10px 0px 10px;
float: left;
}

.thumbnail2 {
width: 100%;
height: 105px;
overflow: auto;
background: #eee;
padding: 2px;
text-align: left;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 10px;

color: #333;
}

.thumbnail2 p {
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 10px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

.thumbnail2 h6 {
float: right;
width: 72%;
font-size: 10px;
overflow: auto;
font-family: Verdana, Arial, Helvetica, Sans-serif;
margin: 0px;
padding: 0px;
}


.thumbnail2 h3 {
padding: 0px;
margin: 1px 0px 2px 0px;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 15px;
font-weight: bold;
}

