html {min-height: 100%;}

{
	margin: 0;
	padding: 0;
		
}
body {
	background: #CCD8E0 url(images/bg.gif);
	background-repeat: repeat-x;
	background-color:#B6B08E

}

.normal_text {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 18px;
}

.menu_top {
	width: 692px;
	text-align: center;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;

	border: 5px solid #FFFFFF;
	vertical-align: middle;
	background-color:#FFFFFF;
	
}

.header {
	width: 692px;
	text-align: center;
	vertical-align: middle;
	margin-top:4px;
}

.content_main {
    width: 692px;
	height: 376px;
	vertical-align: middle;
	background-color:#FFFFFF;
	text-align: center;
	border: 5px solid #FFFFFF;
}
#left {
width:250px; 
float:left; 
position:relative; 
margin-left:10px; 
margin-right:5px;
}

#right {
width:200px; 
float:right; 
position:relative; 
margin-left:0px; 
margin-right:10px;
}


home {
background:url(images/home_a.gif)
}

home: hover {
background:url(images/home_b.gif)
}


.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size: 16px;
	font-weight: bold;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 11px;
	font-weight: bold;
}

.h2white {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size: 16px;
	font-weight: bold;
}

a {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

a:link {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	list-style:none;
}


.p {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 18px;
	font-style:normal;
}

p {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 18px;
	font-style:normal;
}














#menu
{
  margin: 0px;
  padding: 0px;
  text-align: left;
}

#menu li
{
  float: left;
  height: 67px;
  list-style-type: none;
  text-indent: -200em;
  overflow: hidden;
}

#menu li a
{
  display: block;
  height: 67px;
  cursor: pointer;
}

#m1 a
{
  width: 77px;
  background: red url('./images/home_a.jpg') left top no-repeat;
}

#m1 a:hover
{
  cursor: pointer;
  background: url('./images/home_b.jpg') left top no-repeat;
}

#m2 a
{
  width: 72px;
  background: url('./images/coffee_a.jpg') left top no-repeat;
}

#m2 a:hover
{
  cursor: pointer;
  background: url('./images/coffee_b.jpg') left top no-repeat;
}

#m3 a
{
  width: 52px;
  background: url('./images/tea_a.jpg') left top no-repeat;
}

#m3 a:hover
{
  cursor: pointer;
  background: url('./images/tea_b.jpg') left top no-repeat;
}

#m4 a
{
  width: 100px;
  background: url('./images/equipment_a.jpg') left top no-repeat;
}

#m4 a:hover
{
  cursor: pointer;
  background: url('./images/equipment_b.jpg') left top no-repeat;
}

#m5 a
{
  width: 102px;
  background: url('./images/beverages_a.jpg') left top no-repeat;
}

#m5 a:hover
{
  cursor: pointer;
  background: url('./images/beverages_b.jpg') left top no-repeat;
}

#m6 a
{
  width: 171px;
  background: url('./images/ancillary_a.jpg') left top no-repeat;
}

#m6 a:hover
{
  cursor: pointer;
  background: url('./images/ancillary_b.jpg') left top no-repeat;
}

#m7 a
{
  width: 118px;
  background: url('./images/contact_a.jpg') left top no-repeat;
}

#m7 a:hover
{
  background: url('./images/contact_b.jpg') left top no-repeat;
}


#m1_selected
{
  width: 77px;
  background: url('./images/home_in.jpg') left top no-repeat;
}
#m2_selected
{
  width: 72px;
  background: url('./images/coffee_in.jpg') left top no-repeat;
}
#m3_selected
{
  width: 52px;
  background: url('./images/tea_in.jpg') left top no-repeat;
}
#m4_selected
{
  width: 100px;
  background: url('./images/equipment_in.jpg') left top no-repeat;
}
#m5_selected
{
  width: 102px;
  background: url('./images/beverages_in.jpg') left top no-repeat;
}
#m6_selected
{
  width: 171px;
  background: url('./images/ancillary_in.jpg') left top no-repeat;
}
#m7_selected
{
  width: 118px;
  background: url('./images/contact_in.jpg') left top no-repeat;
}









.smenu a
{
  color: white;
  text-decoration: none;
}

.smenu a:hover
{
  text-decoration: underline;
}

.cnt a
{
  color: #546565;
  text-decoration: none;
}

.cnt a:hover
{
  text-decoration: underline;
}







