/* 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:"Trebuchet MS", Verdana,Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
/* 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:#f1f1f1;  font-size:13px;}
#wrapper { background:#ffffff; width:702px; margin:0px auto 0px auto;}
#logo {background:url(../images/header.png) no-repeat; background-position:center; width:702px; height:134px; ;}
#navigation {background:url(../images/nav-bar.png) no-repeat; width:702px; height:27px;}
#container {background-color:#ffffff; padding:0px 10px 10px 10px; margin-bottom:20px;}
/*#footer {background:url(../images/footer.png); width:702px; height:57px; clear:both;}*/


/** content column layout **/
/*left-clm*/
#left-clm{width:185px; float:left; margin-left:24px; padding-bottom:13px; }


/** h tags **/
h1{font-size:20px; padding:10px 0 10px 0; line-height:40px;}
h2{font-size:17px; padding:5px 0 5px 0;}
h3{font-size:14px; font-weight:bold;}
#left-clm h1{font-size:16px; padding-left:7px;}

/** p tags **/
p {padding:5px 0 5px 0; line-height:19px;}

/** img tags **/
img { border:none;}

/** list tags **/
ul li {display: inline; }
ul li a {text-decoration:none; border:none;}
ul li a.last {border-right:none;}
ul li a:hover {color:#000000;}
ul#wheretobuy{display:list-item;}
#footer ul {padding:5px 0 0 355px;}

/** a tags **/
a:visited {color:#000000;}
a{color:#FF0000;}

/** general classes **/
.red{ color:#FF0000;}
.blue{color:#44a9f3;}
.graybg{background-color:#f1f1f1;}
.bold{font-weight:bold;}
.center{text-align:center;}
.underline{text-decoration:underline;}
.spacer{line-height:40px;}
.italic{font-style:italic;}
.bgone{background-color:#ffffff; border:thin #a0a0a0 solid; padding:5px 15px 5px 15px; margin:15px 0px 15px 0px;}
.bgtwo{background-color:#ffebeb; border:thin #a0a0a0 solid; padding:5px 15px 5px 15px; margin:15px 0px 15px 0px;}
.notop{padding:0px 0px 10px 0px;}
.fontsize{font-size:18px;}
.padding{padding-bottom:40px;}
.paddingtop{padding-top:15px;}

.margintop{margin-top:15px;}

.box2{background-color:#ffffff; border:thin #a0a0a0 solid; margin:10px 0px 10px 0px; padding:10px 15px 10px 15px;}
.box1{background-color:#ffebeb; border:thin #a0a0a0 solid; margin:10px 0px 10px 0px; padding:10px 15px 10px 15px;}
.box1 p{font-family:"Courier New", Courier, monospace;}
.box2 p{font-family:"Courier New", Courier, monospace;}
.testimonialname{text-align:right;}


.bar{border-top:1px #000000 solid; width:100%; margin:0px 0px 0px 0px;}
.paddingbottom{padding-bottom:2px;}
.marginbottom{margin-bottom:10px;}
.paddingtop{padding-top:20px;}

form {border: thin #9b9b9b solid; padding:10px; background-color:#cd0709; width:535px; margin:10px auto 0 auto;}
label{display:block; padding:3px 0 3px 0;}
textarea{width:530px; height:100px;}
#name{width:530px; font-weight:bold;}
#replyaddy{width:530px;}
form body{padding-top:3px;}
