/* css browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/** general layout **/
body {background:url(../images/back-fill.png);  font-size:14px;}
#wrapper {background:url(../images/fill.png) repeat-y #ffffff; width:808px; margin:0px auto 0px auto;}
#logo {background:url(../images/adipex-logo.png); width:808px; height:61px;}
#navigation {background:url(../images/nav-background.png); width:808px; height:26px; margin-bottom:12px;}
#container {background-color:#ffffff;}
#footer{clear:both;}

/** content column layout **/
#left-clm{width:186px; float:left; margin:0 10px;}
#right-clm{border:1px solid #e2e2e2; width:546px; float:left; margin-left:4px; padding:0 20px 0 20px; }


/** h tags **/
h1{font-size:22px; padding:0px 0 10px 0; font-weight:bold; line-height:40px; margin-top:10px; color:color:#cd1f1f; text-align:center;}
h2{font-size:16px; padding:10px 0 5px 0; font-weight:bold; border-bottom:1px dashed #e2e2e2;}
h3{padding:5px 0 0 0; line-height:22px; font-size:14px; border-bottom:1px dashed #e2e2e2; font-weight:bold;}


/** p tags **/
p {padding:5px 0 5px 0; line-height:22px; font-size:12px;}
#footer p{font-size:10px; color:#cccccc; text-align:center;}

/** img tags **/
#right-clm img{margin-bottom:10px;}
/** list tags **/
ul {list-style:none; }
ul li {display:inline; }
#right-clm ul {margin:10px 0 0 20px; }
#right-clm ul li { background:url(../images/check.png) no-repeat;display:block; height:18px; padding-left:15px; line-height:18px; font-size:12px;}

/** a tags **/
#right-clm a {text-decoration:none; font-weight:bold; color:#0000ff;}
#right-clm a:visited {color:#0000FF;}
#right-clm a:hover {text-decoration:underline; color:#006633;}

/** general classes **/
.red{color:#cd1f1f;}
.green{color:#3a952d;}
.bold{font-weight:bold;}
