@charset "utf-8";
/* CSS Document */
body{margin: 0px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #1111111; line-height:11px; letter-spacing: 0.00001em;}
p{margin-top:5px;}
p.contactUs{font-size:12px; line-height:18px; padding: 12px 0px;}
ul{padding:0px 0px 0px 20px; margin: 0px 0px;}

#container{margin: 0 auto;width: 1024px; height: 724px; background-image:url('../images/bg1.jpg'); background-repeat:no-repeat;}
#content{width: 460px; height:385px; position: relative; top:245px; left:320px; overflow:hidden;}
#menuWrap{width: 193px; height: 252px; position: relative; top:-25px; left:780px;}

/*MENU*/

ul#menu{margin:0px 0px; padding: 0px 0px;}
li.menuItem{list-style-type:none; background-repeat:no-repeat; float:right;}
li.menuItem:hover{cursor:pointer; background-repeat:no-repeat;}

li#menuItem1{background:url('../images/menu/home_white.png'); height:35px; width:77px; margin-bottom: 19px;}
li#menuItem2{background:url('../images/menu/ingredients_white.png'); height:72px; width:175px; margin-bottom: 21px;}
li#menuItem3{background:url('../images/menu/tips_white.png'); height:35px; width:144px; margin-bottom: 26px;}
li#menuItem4{background:url('../images/menu/contactus_white.png'); height:35px; width:138px; display:block;}
li#menuItem1:hover{background:none;}
li#menuItem2:hover{background:none;}
li#menuItem3:hover{background:none;}
li#menuItem4:hover{background:none;}

/*PAGES*/

#pages{position: relative;}
.page{height: 385px; width: auto;}
#page1{}
#page2{}
#page3{width:90%;}
#page4{}
.clr{clear:both;}
#pages ul li{margin-bottom:6px;}

/*TABLES*/
#ratesTableWrap{border:1px solid #FFFFFF; width:180px;}
.ratesTable{float:left; margin:0px; padding:0px;}
.ratesTable th, .ratesTable tr td{border-bottom:1px solid #FFFFFF; margin:0px; padding:1px 0px;}
.ratesTable tr td.last{border-bottom:none;}
#ratesTable1 {border-right:1px solid #FFFFFF;}
#ratesTable1 th, #ratesTable2 th {padding:0px; margin: 0px; height:17px; background-color:#4fb847;}
#analTable th{font-weight:normal;}
#analTable tr td{height: 1px;  margin:0px; padding:0px 0px;}


