@charset "iso-8859-1";
/*Reset style to help browser compatability*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    line-height: 1.5em;
    background-image:url(../images/layout_imgs/a6.jpg);
    background-position: top;
    background-repeat:repeat-x;
    background-color:#1A2800;
}

b
{
    font-size: 110%;
}

p
{
    font-size: 12px;
}

h1
{
    font-size: 20px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

h6
{
    font-size: 10px;
}

img
{
    border: 0px;
}

em
{
    color: #0000ff;
}

.idiv ol
{
    font-size: 12px;
}

.idiv li
{
    list-style: decimal;
}

.idiv ul
{
    font-size: inherit;
}

.tdiv ul
{
    font-size: 12px;
    text-indent: 25px;
}

.tdiv li
{
    text-indent: 15px;
    list-style: none;
}

li
{
    list-style: disc;
}

dl
{
    font-size: 12px;
    text-indent: 10px;
}

dt
{
    font-size: inherit;
    font-weight: bold;
}

dd
{
    font-size: inherit;
    text-indent: 30px !important;
}

em.green
{
    color: #008000;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

em.blue
{
    color: #0000ff;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}


em.title
{
    color: #000;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

img.rborder
{
    border-right: 3px solid #fff;
}

p.note
{
    font-size: 10px;
    font-style: italic;
}

/*links*/
a, a:visited
{
    font-size: inherit;
    font-weight: bold;
    color: navy;
    text-decoration: none;
}

a:hover, a:active
{
    font-size: inherit;
    color: maroon;
    text-decoration: underline;
}

.tmenu a, .tmenu a:visited
{
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.tmenu a:hover, .tmenu a:active
{
    font-size: inherit;
    font-weight: bold;
    text-decoration: underline;
    color: maroon;
}

.title a, .title a:visited
{
    font-size: inherit;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.title a:hover, .title a:active
{
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
    color: maroon;
}

p a.prodblue, p a.prodblue:active
{
    color: #0000ff;
    font-size: inherit;
    font-style: italic;
    text-decoration: underline;
}

p a.prodblue:hover
{
    color: #000;
    font-size: inherit;
    font-style: italic;
    text-decoration: none;
}

p a.prodgreen, p a.prodgreen:active
{
    color: #008000;
    font-size: inherit;
    font-style: italic;
    text-decoration: underline;
}

p a.prodgreen:hover
{
    color: #000;
    font-size: inherit;
    font-style: italic;
    text-decoration: none;
}

li a.prodblue, li a.prodblue:active
{
    color: #0000ff;
    font-size: inherit;
    font-style: italic;
    text-decoration: underline;
}

li a.prodblue:hover
{
    color: #000;
    font-size: inherit;
    font-style: italic;
    text-decoration: none;
}

li a.prodgreen, li a.prodgreen:active
{
    color: #008000;
    font-size: inherit;
    font-style: italic;
    text-decoration: underline;
}

li a.prodgreen:hover
{
    color: #000;
    font-size: inherit;
    font-style: italic;
    text-decoration: none;
}
/*end links*/

.tdiv
{
    margin: 0 2px 2px 2px;
    padding: 5px;
    border: 1px solid #000;
    text-align: justify;
}


.idiv
{
    margin: 0 2px 2px 2px; /*Margins for inner DIV inside each column (to provide padding)*/
    padding: 5px;
}

.idiv1
{
    margin: 0 30px 2px 30px; /*Margins for inner DIV inside each column (to provide padding)*/
    padding: 5px;
}

.tdivl
{
    margin: 0 2px 2px 2px;
    padding: 5px;
    border: 1px solid #000;
    font-weight: bolder;
}


.tmenu1
{
    margin: 0 2px 2px 2px;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #000;
}

.about
{
    margin: 0 2px 2px 2px;
    padding: 5px;
}

.about p
{
    text-indent: 15px;
    font-size: 12px;
    text-align: justify;
}

/*--Google Checkout styles --*/
.product
{
    float: left;
    padding: 5px 25px 5px 20px;
}

div.product
{
    width: 95%;
}

.googlecart-add
{
    background-image: url(../images/layout_imgs/add.png);
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    padding: 0 25px 15px 15px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}

.desc
{
    float: right;
}

.product-image
{
    border: 0;
    padding: 2px;
}

.product-title, .product-price, .product-shipping, .product-sku, .product-weight, .prod-hdrs
{
    font-weight: bold;
    font-size: 12px;
}

.product-description
{
    font-size: 12px;
    text-align: left;
    margin: 0 15px 0 15px;
}