* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #adccd2;
}

A:link, A:visited {
    color: #003366;
}

a:hover
{
	text-decoration:none;
}

p {
    margin-bottom: 1em;
    padding: 0;
    line-height: 18px;
}

blockquote {
    padding: 0.25em 40px;
}

#wrapper {
    margin: 0 auto;
    width: 858px;
    background: #ffffff;
}
h2{
	font-size:110%;
	font-weight:bold;
	color:#045ca3;
}
h3{
	font-size:105%;
	font-weight:bold;
	color:#286391;
}
#cont_sep{
	width:100%;
	height:12px;
	background-image:url('../assets/body_bg.jpg');
}
#header {
    color: #ffffff;
    width: 100%;
    height: 102px;
    margin: 0;
    background: url(../assets/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#header_address{
	height:20px;
	float:left;
	margin-top:6px;
	margin-left:10px;
	color:#757575;
	font-size:70%;
	font-weight:bold;
}
#header_search
{
	float:right;
	margin-top:8px; 
	width:220px; 
	clear:both; 
	padding-right:5px;
}

#nav {
    height: 30px;
    padding-top: 5px;
    /*border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ffdd79;*/
	
	width:100%;
}

#index_flash {
    float: left;
    width: 690px;
    height: 250px;
    color: #333;
    border-bottom: 7px solid #FFDD79;
    border-top: 3px solid #FFDD79;
    margin: 0px 0px 0px 0px;
    background: #000000;
}


#column {
    color: #333;
    border: 1px solid #ccc;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    min-height: 625px;
    width: 200px;
    float: left;
}
#content_holder{
	background-image:url(../assets/content_bg.jpg);
	background-repeat:repeat-y;
}
#content {
    float: left;
    color: #333;
    margin: 0;
    padding: 7px;
    min-height: 500px;
    width: 545px;
}

#content_inside {
    margin-left:auto;
	margin-right:auto;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 90%;
}

#content_body {
    float: left;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    width: 500px;
}

/* Added for backend   */
#content_backend {
    padding: 2px 10px 10px 10px;
}

#content_cake {
    clear: both;
    padding: 0px 40px 10px 40px;
    background-color: #fff;
    color: #333;
}

#container_cake {
    text-align: left;
}

/* action links */
ul.actions {
    float: left;
    margin-left: 20px;
    width: 200px;
}

ul.actions li {
    margin-top: 4px;
}

pre {
    padding: 1em;
}

#leftcolumn {
    color: #333;
    border-left: 2px solid #ccc;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 7px;
    min-height: 500px;
    width: 300px;
    float: left;
}

/* End Added for Backend  */
#rightcolumn {
    color: #275c88;
    background: #e4e0df;
    width: 200px;
	padding:10px;
    float: right;
}

#right_inside {
    color: #333;
    background: #ffffff;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: right;
}


#leftsub {
    color: #333;
    background: url(/assets/leftsub_bg.gif);
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 190px;
    min-height: 200px;
    float: left;
}

#leftsub1 {
    color: #333;
    background: #ffffff;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 190px;
    min-height: 200px;
    float: left;
}

#footer {
    width: 100%;
	font-size:80%;
    height: 15px;
    clear: both;
    color: #275c88;
    padding: 10px 0;
	background-color:#e4e0df;

}

#footer_left{
	padding-left:1%;	
	width:33%;
	float:left;
	text-indent:20px;
}
#footer_middle{
	width:35%;
	padding:0 1%;
	float:left;
	text-indent:50px;
}
#footer_right{
	padding-left:1%;	
	width:27%;
	float:left;
}
#footer_right ul
{
	padding:0;
	margin:0;
	margin-left:30px;
}
#footer_right ul li
{
	float:left;
	list-style:none;
	padding:0 5px;
}




/*a:link, a:visited (color: #FFFFFF);*/
#contest {
    float: left;
    width: 690px;
    height: 250px;
    color: #333;
    border-bottom: 7px solid #FFDD79;
    border-top: 3px solid #FFDD79;
    margin: 0px 0px 0px 0px;
    background: #FFFFFF;
}

#navbar menu #navmenu, #navmenu ul {
    padding: 0;
    margin-left: auto;
    list-style: none;
}

#navmenu li {
    float: left;
    position: relative;
}

.marquee {
    marquee-speed: slow;
}

.menuitems {
   /* border-left: 2px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    background: url(../assets/nav_bg.gif);*/
    line-height: 25px;
    margin-left: 5px;
	height:27px;
    /*width: 140px;*/
    color: #2e4f6e;
    list-style: none;
	font-weight:bold;
    /*border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fcdf81;*/
}
.menuitems a {
    text-decoration: none;
    color: #2e4f6e;
	padding:5px 13px;
	margin-top:-1px;
}
.menuitems a:hover
{
	background-image:url(/assets/nav_top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.menuitemsOn {
    color: #2e4f6e;
	padding:5px 13px;
	font-weight:bold;
}

.menuitems_external {
    border-bottom: 1px solid #bcbcbc;
    line-height: 25px;
    margin-left: 5px;
    width: 140px;
    color: #365365;
    list-style: none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fcdf81;
}



.menuitems_external a {
    margin-left: 6px;
    margin-right: 0px;
    text-decoration: none;
    color: #003366;
}

.subitems {
    display: none;
    width: 200px;
    left: 0;
    background-color: #6495C0;
    border: 1px solid #266890;
}

.subitems li {
    width: 200px;
    line-height: 25px;
    background-color: #365365;
    border-bottom: 1px solid #ffffff;
}

.subitems li a {
    text-decoration: underline;
}

#navmenu {
    list-style: none;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	padding:0;
	width:100%;
}

#navmenu li {
    top: auto;
    left: auto;
}

#navmenu li:hover ul, li.over ul {
    display: block;
}

#rightcol menu #rightmenu, #rightmenu ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

#rightmenu li {
    float: left;
    position: relative;
}


ul {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
}

.h_bullets {
    font-size: 14px;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    line-height: 1.5em;
    margin-left: 10px;
    margin-top: 2px;
    color: #365365;
    list-style-type: disc;
    list-style-image: url(/assets/bullet2.png);
    list-style-position: outside;
}

.h_bullets a {
    color: #003366;
    text-decoration: none;
}

.h_bullets a:hover {
    color: #003366;
    text-decoration: underline;
}

a.top {
    background-color: #eaebed;
    color: #003366;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
}

a.top:hover {
    background-color: #003366;
    color: #eaebed;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
}

#logo {
    float: left;
    margin-top: 5px;
}

#headermenu, #headermenu ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
    float: right;
    padding-right: 10px;
}

#headermenu li {
    float: right;
    margin-top: 30px;
}

.headeritems {
    margin-left: 0px;
    /*min-width: 70px;*/
    color: #ffffff;
    list-style: none;
}

.headeritems a {
    text-decoration: none;
    color: #286391;
    font-size: 80%;
    font-weight: bold;
    padding: 0 7px;
}
.headeritems a:hover
{
	text-decoration:underline;
}

h1 {
    color: #003366;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    color: #286391;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    color:#286391;;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

leftcol menu #leftmenu, #leftmenu ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.l_items {
    border-bottom: 2px dotted #FF9900;
    background: #ffffff;
    line-height: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 170px;
    color: #365365;
    list-style: none;
    list-style-position: inside right;
}

.l_items a {
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    color: #003366;
}

.subuls {
    display: none;
    width: 170px;
    left: 0;
    background-color: #6495C0;
    border: 1px solid #266890;
}

.subuls li {
    width: 170px;
    line-height: 25px;
    background-color: #EAEBED;
    border-bottom: 1px solid #ffffff;
}

.subuls li a {
    text-decoration: underline;
}

#leftmenu li ul {
    top: auto;
    left: auto;
}

#leftmenu li.over ul {
    display: block;
}

#leftmenu li.over {
    list-style: url(/assets/bullet.png);
}


rounded corner .adwrap object {
    width: 400px;
    height: 60px;
}

.teaser {
    float: left;
    width: 300px;
    height: 150px;
    padding: 0 0 14px 0;
    margin-left: 10px;
    margin-top: 10px;
    background: url("/assets/tsr.gif") bottom left no-repeat;
}

.teaser h3 {
    margin: 0;
    padding: 7px 0px 3px 3px;
    background: url("/assets/tsr2.gif") top left no-repeat;
    font-size: 17px;
    color: #003366;
}

.teaser p, .teaser a.more {
    margin: 0;
    padding: 0 0px 3px;
    border: 1px solid #d8d8d8;
    border-width: 0 1px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
}

.teaser a.more {
    display: block;
    text-align: left;
    background: url("/assets/tsr.gif") 410px 50% no-repeat;
    padding: 0 10px 0 0;
    text-decoration: none;
    color: #44a;
}

.teaser a.more:hover {
    text-decoration: underline;
}

.table {
    margin: 5px 10px 5px 10px;
}

ul {
    margin-left: 10px;
}

.table_head {
    margin: 5px 10px 5px 10px;
    color: #003366;
    font-size: 18px;
}

.table_section {
    margin: 5px 10px 5px 10px;
    color: #003366;
    font-size: 14px;
}

.learnmore {
    background: #adccd2;
    font-size: 12px;
    padding: 10px;
}

.image_left {
    padding: 10px;
    float: left;
}

.leadtext {
    color: #5B8496;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.title {
    color: #294247;
    font-size: 16px;
    border-bottom: 3px solid #FFDE79;
}

.style1 {
    color: #FFFFFF
}

.style2 {
    font-size: 14px;
    font-weight: bold;
}

#tbl_blue {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    width: 75%;
    text-align: left;
    border-collapse: collapse;
}

#tbl_blue th {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #b9c9fe url('/assets/gradhead.png') repeat-x;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: #365365;
}

#tbl_blue td {
    padding: 8px;
    border-bottom: 1px solid #fff;
    color: #365365;
    border-top: 1px solid #fff;
    background: #adccd2 url('/assets/gradback.png') repeat-x;
}

#tbl_blue tfoot tr td {
    font-size: 10px;
    font-weight: normal;
    padding: 4px;
    background: #7e9ba1 url('table-images/gradhead.png') repeat-x;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: #039;
}

h3.toggler {
    cursor: pointer;
    border: 1px solid #f5f5f5;
    border-right-color: red;
    border-bottom-color: #ddd;
    font-family: 'Andale Mono', sans-serif;
    font-size: 12px;
    background: #D2E0E6;
    color: #528CE0;
    margin: 0 0 4px 0;
    padding: 3px 5px 1px;
}

#tbl_formula_ingredients {
    width: 75%;
}

#tbl_formula_ingredients td {
    border: 1px solid #CCC;
    padding: 5px;
}

#tbl_formula_ingredients th {
    background-color: #ccc;
    padding: 5px;
}

#tbl_formula_procedure {
    width: 75%;
}

#tbl_formula_procedure td {
    border: 1px solid #CCC;
    padding: 5px;
}

.lbl_part {
    font-weight: bold;
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.align_r {
    text-align: right;
}

.txt_b {
    font-weight: bold;
}

div.element p, div.element h4 {
    margin: 0px;
    padding: 4px;
}

blockquote {
    padding: 5px 20px;
}

/* LEFT NAVIGATION : START */
#navigation_left * {
    margin: 0;
    padding: 0;
}

#navigation_left dt {
}

#navigation_left dd {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #01644D;
    font-size: 1em;
    border-bottom: 1px solid #efefef;
}

#navigation_left dd a {
    color: #01644D;
}

#navigation_left dd a:hover {
    background-color: #efefef;
}

#navigation_left dd li a {
    font-family: Arial, Helvetica, sans-serif;
    background-image: none;
    margin-left: 0;
    padding-left: 20px;
    border-left: none;
    color: #4d87c7;
}

#navigation_left dd li a:hover {
    background-image: none;
}

#navigation_left ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation_left li {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #efefef;
}

#navigation_left dd ul, #navigation_left dd.under ul {
    display: none;
}

#navigation_left dd.over ul {
    display: block;
}

#navigation_left dd.over a {
    background-image: url();
}

#navigation_left dd.over a:hover {
    background-image: url();
}

#navigation_left dd.over li a {
    background-image: none;
}

#navigation_left dd.over li a:hover {
    background-image: none;
}

.img_span {
    background: #748691;
    width: 80%;
}

.style4 {
    font-size: 24px;
    font-weight: bold;
}

.news_sec {
    margin: 0px 0px 5px 0px;
    color: #003366;
    font-size: 18px;
    border-bottom: 2px solid #333333;
    font-weight: bold;
}

.date_align_right {
    color: #487079;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #487079;
    font-size: 16px;
}

.date_align_right {
    color: #487079;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #487079;
    font-size: 16px;
}

.lists {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.75;
}
#request_sample_form {
	font-size:12px;
}
#request_sample_form fieldset
{
	padding:5px 5px 5px 10px;	
}
#request_sample_form legend
{
	font-weight: bold;
}
#request_sample_form label
{
	width:200px;
}
#request_sample_form input, #request_sample_form select
{
	width:300px;
	float:right;
	margin-right:10px;
}
#request_sample_form #send_sample
{
	clear:both;
	width:auto;
	margin:0 0 0 35px;
	float:none;
}
#request_sample_form textarea
{
	width:95%;
	float:right;
	margin-right:10px;
	margin-top:5px;
	height:100px;
}

.w_100_p
{
	width:100%;
}
.clb
{
	clear:both;
}
.pt_10
{
	padding-top:10px;
}

















