html, body{
    margin:0;
    padding:4px;
    font-family: sans-serif;
    background-color: #ffffff;
    color: #666666;
    font-size: 9pt;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 101%;
}

#website {
    position: relative;
    width: 800px;
    background-color: #ffffff;
    margin: 0 auto;
    padding:0;
    border: 0;
}

#main_menu{
    width: 800px;
    height: 57px;
    margin-bottom: 2px;
    padding: 0px;
    border: 0px;
}

#menu ul, ul li {
    display: inline;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

#main_menu ul a {
    list-style: none;
    color: #ffffff;
    text-decoration:none;
}

#main_menu ul a:hover {
    list-style: none;
    color: #ffcc00;
    text-decoration:underline;
}

#left_side{
    width: 570px;
    float: left;
    overflow: hidden;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0px;
    background-color: #EFF2D3;
}

#right_side{
    width: 170px;
    float: left;
    overflow: hidden;
    padding: 20px;
    border: 0px;
    font-size: 14px;
    background-color: #EFF2D3;
    
}

#nav_footer {
    clear: both;
    width:800px;
    height: 60px;
    background-image: url(img/footer.jpg);
}
.copyright {
    text-align:center;
    font-size: 8pt;
    color: #000000;
}
.foot {
    text-align:center;	
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.foot a {
    color: #ffffff;
    text-decoration:bold;
}

.content {
    padding-bottom: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.accutane {
    font-size: 12pt;
    font-weight: normal;
}

.green {
    color: #006E2E;
    font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #D01F3C;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D01F3C;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D01F3C;
}

h4 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D01F3C;
}

.products_table { width: 100%; }
.products_table th { text-align: left; color: #ffffff; background-color: #004A7C; padding: 3px; white-space:nowrap; }
.products_table th.th_qnty { text-align: left; width: 185px; }
.products_table th.th_qnty_herbal { text-align: left; width: 200px;  }
.products_table th.th_price { width: 100px; }
.products_table tr.r1 { background-color: #EBF2F8; }
.products_table tr.r2 { background-color: #ffffff; }
.products_table td { padding: 3px; border-bottom: 1px solid #D0DFE8; }
.products_table td.td_qnty { text-align: left; /*padding-right: 20px;*/ }
.products_table td.td_qnty_herbal { text-align: left; }
.products_table td.td_price { text-align: left; }
.products_table td.td_price_pp { text-align: left; }
.products_table .save { padding-left: 10px; color: #cc0000; }
.products_table .note_cell { border:1px solid #CDE3F5; border-bottom:none; padding: 7px; color:#ff0000; }
.products_table .note_cell p{padding:0; line-height:normal;}

.products_pack_table { width: 100%; BORDER: 1px solid #58789B;}
.products_pack_table th { text-align: left; color: #ffffff; background-color: #58789B; padding: 3px 8px; white-space:nowrap; }
.products_pack_table td { padding: 3px 8px;}
.products_pack_table ul li {line-height: 2em; color: #ED5E00; padding-left: 0px;}
.products_pack_table .td_price {background-color: #EBF2F8;}
.products_pack_table .note_cell { border:1px solid #004A7C; border-bottom:none; padding: 4px;}
.orange_button {
    font-size: 10px;
    background: #abe1fa;
    border: 1px solid #001937;
    width:70px;
    cursor:pointer;
    padding:2px 7px;
    line-height:17px;
}
.orange_button a{
    text-decoration:none;
    color:#3C526B;
}
.special_offer table{
	border:1px solid #004A7C;
}
.special_offer .header{
	background:#07599A;
}
.main_content table#herbal_promo img{
	display:block;
}
