/* 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:#3c3c3c;}
/* 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: "" "";}

/**************************************************************LAYOUT************************************************************/

/**************************************div tags **********************************************************/
.contentText{background:#f4f4f4; border:1px solid #dbdbdb; padding:10px;}
.productReview{clear:both;}

/*************************************************************h tags ************************************************************/
h1{background:url(../images/head-green-bg.png) no-repeat; height:29px; width:613px; margin:auto; padding:7px 0 0 10px; font-weight:bold; font-size:13px;}
h2{color:#1b87bf; font-size:24px; text-align:center; margin:25px 0;}
h3{color:#3c3c3c; font-weight:bold; font-size:24px; line-height:35px; margin-bottom:15px; vertical-align:baseline;}

/*************************************************************list tags *********************************************************/


/*************************************************************a tags ************************************************************/
a {text-decoration:none; color:#3c3c3c;}
a:hover{color:#1b87bf; font-weight:bold;}

/*************************************************************p tags ************************************************************/
p {font-size:12px; line-height:20px; margin-bottom:15px;}
.manufactured p{ font-size:14px; margin-left:10px; line-height:24px; margin-bottom:10px;}

/*************************************************************img tags ************************************************************/
img{float:left; margin-right:10px;}
img.number{clear:left; margin-left:10px;}
.learnMore img{float:none; padding:10px 0 0 553px;}
/*************************************************************genereal class tags************************************************/
.clear-left{clear:left;}
.center{text-align:center;}
.bold{font-weight:bold;}
.orange{color:#a6104f;}
.ProdTitle{margin-top:}
.underline{text-decoration:underline;}