html, body
{
 margin:0px;
 padding:0px;
}
body
{
    background-image: url(images/background.jpg);
    background-repeat: repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
}
form 
{
    padding:0;
    margin:0;
}
h1
{
    font-size: 16px;
}

a
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    color: #FEE496;
    text-decoration: none;
}

.TIT
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: BOLD;
    color: #CEAB37;
    text-decoration: NONE;
    text-align: center;
}

.heading
{
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    color: #FEE496;
    text-align: center;
    font-weight: bold;
}

.contact_table
{
    background: #261a00;
    border: 2px solid #564636;
    color: #f6e069;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.contact_table a
{
    color: #FFF;
    text-decoration: none;
}

.contact_table a:hover
{
    color: #FFF;
    text-decoration: none;
}

p
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: justify;
}

.para
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
    color: #FFF;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}


/* ========================================================== */

.sliderwrapper
{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/ /*border: 1px solid navy;*/
    border-bottom-width: 1px; /*width: 800px; width of featured content slider height: 600px;*/ /*width: 807px; width of featured content slider*/
    width: 425px;
    height: 285px;
}

.sliderwrapper1
{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border-bottom-width: 1px;
    width: 425px;
    height: 159px;
    padding-left: 10px;
}

.sliderwrapper .contentdiv
{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0; /*leave as is*/
    top: 0; /*leave as is*/
    padding: 0px;
    background: #FEE496;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    font-family: Arial;
    font-size: 12px;
    height: 100%;
}

.pagination
{
    /*width: 803px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
    font-family: Arial;
    font-size: 12px; /*background-color: navy; padding: 800px 600px;*/
}

.pagination a
{
    padding: 0 5px;
    text-decoration: none;
    color: #00007D;
    background: white;
}

.pagination a:hover, .pagination a.selected
{
    color: #000;
    background-color: #FEE496;
}

/* =============================================== */

.inventory
{
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.inventory a
{
    color: #FFFFFF;
    text-decoration: underline;
}

.inventory a:hover
{
    color: #FEE496;
    text-decoration: none;
}

.inventory td
{
    padding: 5px 0px 5px 10px;
    border-bottom: 1px dashed #333;
}


.link
{
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14PX;
    text-decoration: NONE;
    text-align: right;
    padding-right: 20px;
}

.link a
{
    color: #FEE496;
    font-weight: bold;
    text-decoration: underline;
}

.link a:hover
{
    color: #FEE496;
    text-decoration: none;
}


.heading2
{
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    color: #FEE496;
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
}

.heading3
{
    font-size: 24px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    color: #000;
}

.para2
{
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    margin: 15px 20px 15px 20px;
}


ul#list
{
    padding: 5px 0px 15px 50px;
    margin: 0px;
    line-height: 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    font-size: 13px;
}

ul#list li
{
    padding: 4px 0px 4px 0px;
}

.heading4
{
    font-size: 18px;
    line-height: 26px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #000;
}


/*            Msg Boxes            */
.boxErr, .boxMsg, .boxSuccess
{
    border: 1px solid #000;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.boxErr
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url( 'images/Err.png' );
}

.boxMsg
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url( 'images/msg.png' );
}

.boxSuccess
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url( 'images/success.png' );
}
/*  Master Page */
#logo
{
    margin:0;
    padding: 0px;
    display: inline;
    font-size:0px;
}
.style2
{
    color: #FFFFFF;
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    background-color: #000;
}
.style3
{
    color: #666666;
}
.style4
{
    font-size: 14px;
    font-weight: bold;
}
.style5
{
    font-size: 14px;
    font-weight: bold;
}
.style6
{
    color: #31291E;
    font-size: 14px;
}
a:link
{
    color: #B18C33;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
    text-decoration: none;
    color: #2C281D;
}
a:hover
{
    text-decoration: none;
    color: #2C281D;
}
a:active
{
    text-decoration: none;
    color: #B49032;
}
#nav
{
    width: 998px;
    border: solid 1px #000;
    margin: 0px;
    padding: 0px;
    background-color: #eccb64;
    margin-top: -3px;
}
#nav a
{
    display: block;
    float: left;
    padding:0px 25px;
    text-align: center;
    color: #000;
    height: 30px;
    line-height: 30px;
    background-color: #eccb64;
    color: #000;
    border-right: solid 1px #000;
    font-size: 14px;
    font-weight: normal;
}
#nav a:hover
{
    background-color: #ab882e;
    color: #000;
}
#nav a:visited
{
    display: block;
    float: left;
     padding:0px 25px;
    text-align: center;
    color: #000;
    height: 30px;
    line-height: 30px;
    background-color: #eccb64;
    color: #000;
    border-right: solid 1px #000;
    font-size: 14px;
    font-weight: normal;
}

