﻿body
{
    margin: 0px;
    background-color: #666;
    background-image: url(../images/texturebg.png);
    color: #666666;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.pageWrapper
{
    width: 947px;
    overflow: hidden;
    margin: 0 auto 10px auto;
    background-color: #f3f3f3;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
/* Menu */
.pageWrapper .menu
{
    height: 52px;
    padding: 0;
    margin: 0 0 0 10px;
    float: left;
}


.menu ul
{
    list-style: none;
    display: inline;
}

.menu li
{
    float: left;
}

.menu li a
{
    float: left;
    display: block;
    color: #000;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 0 0 0 18px;
    height: 52px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
}

.menu li a b
{
    float: left;
    display: block;
    height: 37px;
    padding: 10px 15px 3px 2px;
}

.menu li.current a, .menu li a:hover
{
    background: url(../images/menu_left_current.png) no-repeat;
    color: #fff;
    border: none;
}
.menu li.current a:hover
{
    cursor: auto;
}
.menu li.current a b, .menu li a:hover b
{
    background: url(../images/menu_right_current_29-3.png) right 0px no-repeat;
    border: none;
	padding-right:21px;
}
.banner
{
    margin-bottom: 10px;
}
/*End OF menu*/
.pageWrapper .contact-us
{
    font-weight: bold;
    width: 260px;
    text-align: center;
    float: right;
    margin-right: 50px;
}

.clearfx
{
    clear: both;
}
.blue-text
{
    color: #4f84ba;
}

.left-panel
{
    width: 585px;
    float: left;
    margin: 110px 15px 15px 15px;
}
.left-panel .content
{
    color: #222;
}
.left-panel .content p
{
    text-align: justify;
    color: #222;
}
.left-panel .content h1
{
    color: #4f84ba;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    border-bottom: #cccdca 1px dotted;
}

.left-panel .mainstory_banner img
{
    width: 581px;
    height: 178px;
    border: none;
}
.left-panel .mainstory_nav img
{
    height: 22px;
    width: 16px;
    border: none;
}
/** Right Panel **/
.right-panel
{
    width: 300px;
    overflow: hidden;
    float: right;
    margin: 15px;
}
.right-panel .showcase-gallery
{
    width: 294px;
    height: 172px;
    background-image: url(../images/showcase-gallery.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.right-panel .showcase-gallery .marq
{
    margin: 2px 4px 4px 14px;
    width: 264px;
    height: 134px;
    padding-top: 38px;
}

/** footer **/
.footer
{
    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    padding: 0 15px;
    height: 64px;
}
.footer .footer-nav
{
    height: 32px;
    float: left;
    width: 60%;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
}
.footer-nav a
{
    text-decoration: none;
    color: #fff;
    padding: 2px 5px;
    
}
.footer-nav a:hover
{
    text-decoration: underline;
}
.footer .tagline
{
    text-align: right;
    float: right;
    width: 35%;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
}
.footer .copyright
{
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
}
/***** Product Navigation ****/
.product-nav
{
    margin-bottom: 15px;
}
.product-nav .product-nav-top
{
    width: 298px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../images/product-top.png);
}
.product-nav .product-nav-center
{
    width: 298px;
    overflow: hidden;
    background-repeat: repeat-y;
    background-position: top center;
    background-image: url(../images/product-center.png);
}
.product-nav-center ul
{
    margin: 0px;
    padding: 10px 0 10px 15px;
}
.product-nav-center ul li
{
    list-style-type: none;
    float: left;
    width: 260px;
    background-image: url(../slider/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    height: 22px;
    line-height: 22px;
}
.product-nav-center ul li:hover
{
    background-position: 15px center;   
}
.product-nav-center ul li a
{
    display: block;
    color: #0171af;
    padding: 0px 10px 0px 25px;
    text-decoration: none;
    font-size: 14px;
}
.product-nav-center ul li a:hover
{
    color: #222;
    padding: 0px 10px 0px 35px;
}

.product-nav .product-nav-bottom
{
    width: 298px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/product-bottom.png);
}
.product-nav-center ul h3 a{font-size: 14px;}