* {
    padding: 0;
    margin: 0;
} 

body {
/* background: #380202; */
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #380202; text-decoration: underline; }
a:hover { text-decoration: none; color : #ff0000; }

#wrap {
width: 800px;
margin: 10px auto;
}

#top {
background: #380202 url(images/top.gif) no-repeat;
padding: 15px 0;
}

#header {
background: #380202 url(images/header.gif) no-repeat;
height: 90px;
}
#header h2 {
padding: 20px 0 0 40px;
font-size: 25px;
letter-spacing: -2px;
}
#header h2 a {
color: #bbb;
text-decoration: none;
}
#header h2 a:hover {
text-decoration: none;
color: #fff;
}
#header h1 {
padding-left: 42px;
font-size: 17px;
color: #eee;
font-weight: 100;
}


#content {
background: #380202 url(images/content.gif) repeat-y;
}
#content h2 a {text-decoration: none; }




#left {
float: left;
width: 180px;
padding: 10px 0 10px 30px;
}
#left h2 { 
background: #fff url(images/sidebarh2.gif) no-repeat;
color: #fff; 
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
height: 30px;
line-height: 30px;
padding-left: 10px;
}
#left ul { background-color: #ffffcc; border: 1px solid #c8a251; color: #2C4715; font-size: 13px; margin-top: -1px; padding: 5px 0 5px 10px; list-style-type: none; }
#left ul li { font-weight: bold; padding-bottom: 5px; }
#left ul li a { color: #2C4715; text-decoration: none;  }
#left ul li a:hover { color: #000; text-decoration: underline; }

#left ul li ul { border: 0px; font-size: 12px; padding: 0 0 3px 15px; list-style-type: none; }
#left ul li ul li { font-weight: normal; padding: 0 0 0 0; }
#left ul li ul li.active { font-weight: bold; }

#left ul li ul li ul { font-size: 11px; padding: 0 0 3px 15px; list-style-type: none; }
#left ul li ul li ul li { font-weight: normal; margin: -1px 0 0 0; }




#center {
float: left;
width: 360px;
padding: 10px 0 0 10px;
}
#center h2 {
background: #fff url(images/contenth2.gif) no-repeat;
color: #ffffff;
height: 30px;
line-height: 30px;
font-size: 18px;
letter-spacing: -1px;
margin-bottom: 10px;
font-weight: 100;
padding : 00 10px 0;
}
#center h2 a { color: #fff; }
#center h2 a:hover { color: #000; text-decoration: none; }
#center h3 { font-weight: bold; margin-top: 15px; text-align: center; }
#center p { margin-bottom: 10px; margin-top: 10px; padding-left: 5px; padding-right: 5px; }
#center p.refcode { font-size: 11px; margin-bottom: 10px; margin-top: -5px; padding-left: 5px; padding-right: 5px; text-align: center; }
#center ul { list-style-image: url(images/check.jpg); padding: 0 50px 5px; }
#center ul li { margin: 4px auto; }




#right {
float: right; 
width: 180px;
padding: 10px 30px 10px 0;
text-align: left;
}
#right h2 { 
background: #fff url(images/sidebarh2.gif) no-repeat;
color: #005EB0; 
height: 30px;
line-height: 30px;
color: #fff;
padding-left: 10px;
font-size: 15px; 
letter-spacing: -1px; 
font-weight: 100;
}
#right ul { color: #2C4715; padding: 2px 0 2px 20px; list-style-type: none; text-align: left; }
#right ul li { margin-bottom: -1px; }
#right ul li a { color: #2C4715; text-decoration: underline;  }
#right ul li a:hover { color: #000; }

#right p { font-size: 10px; margin-top: 12px; padding-left: 5px; padding-right: 5px; }
#right p.prices { color: #333333; font-weight: bold; font-size: 12px; text-align: center; }



#bottom { 
background: #380202 url(images/bottom.gif) no-repeat;
padding: 15px 0;
}



#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #666666;
}
#footer a { color: #666666; text-decoration: none; }
#footer a:hover { text-decoration: underline; }


.active { font-weight: bold; }
.centeralign { text-align: center; margin: 5px auto 5px auto; }
.leftalign {float:left; margin:5px 10px 5px 0;}
.rightalign {float:right; margin:5px 5px 5px 10px;}
.margintop { margin-top: 20px; }
.ingredients li { font-size: 10px; list-style-type: disc; }
.headline { color: #ff0000; font-size: 16px; font-weight: bold; text-align: center; }
.list { color: #ff6600; font-size: 16px; font-weight: bold; margin-top: 45px; text-align: center; }
.quote { font-size: 11px; margin: 10px 6px 0 6px; } /* USED WITH THE QUOTES SNIPPET */
.spacer { margin: 5px; }
img.orderform { float: right; margin: 0 0 10px 10px; }
img.satisfaction { float: right; margin: 10px 0 10px 0; }
img.logo { margin: 10px 30px 0; }