@charset "utf-8";

/* 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, Verdana, 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;}

/* Layout */
body{background:#f0f0f0;}
div#wrapper{margin:20px auto; width:746px; }
div#content-top{}
div#content-body{background:url(../images/background-fill.png) repeat-y; width:686px; padding:0px 30px 30px 30px;}
div#content-bottom{background:url(../images/foot.png) no-repeat; width:746px; height:10px;} 
#buy-buttons form input {margin-left:128px;}


h1{font-size:22px; line-height:32px; font-weight:bold; border-bottom:1px solid #333333; margin-bottom:15px;}
h2{font-size:18px; line-height:28px; text-align:center; padding-bottom:10px;}

p{font-size:13px; line-height:23px; padding:0px 0 15px 0;}

.red{color:#ff0000;}
.bold{font-weight:bold;}
