﻿html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    background-position: top;
    background-color: #c6c7cb;
    background-image: url(images/bg_image.jpg);
    background-repeat: repeat-x;
}

.imgL
{
    float: left;
    padding: 15px 10px 5px 0;
}

#logoWrapper
{
    width: 800px;
    height: 92px;
    margin: 0 auto 0 auto;
}

.logo
{
    float: left;
    width: 170px;
    height: 82px;
    margin-left:20px;
    background-image: url(images/logo.jpg);
}

.warrant
{
    float: right;
    width: 205px;
    height: 82px;
    margin-right:65px;
    background-image: url(images/Royal_Warrant_logo.jpg);
}

#contentWrapper
{
    border-left: 1px solid #002c63;
    border-right: 1px solid #002c63;
    border-bottom: 1px solid #002c63;
    width: 800px;
    height: 500px;
    margin: 0 auto 0 auto;
    background-color: #ffffff;
}

#watermark
{
    width: 800px;
    height: 500px;
    background-image: url(images/c_watermark.jpg);
    background-repeat: no-repeat;
}

#mainContent
{
    width: 550px;
    height: 390px;
    float: right;
    margin-right: 15px;
    margin-top: 50px;
    overflow: auto;
    
}

#mainContent p
{
    line-height: 18px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.paddress
{
    line-height: 18px;
    margin-top: 10px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666666;
}

.stockist
{
    /* border-top: dotted 1px #333333;*/
    padding-bottom: 30px;
}
.stockist h1
{
    font: 18px Geneva, Arial, Helvetica, sans-serif;
    color: #333333;
}

.stockist h2
{
    font: 10px Geneva, Arial, Helvetica, sans-serif;
    color: #999999;
}
.stockist p
{
    line-height: 18px;
    margin-top: 10px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.stockist a
{
    color: #333333;
    text-decoration: none;
}

.stockist a:hover
{
    color: #666666;
    text-decoration: none;
}

.download
{
    width:508px;
    float: left;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
   
    
}

.download a
{
    color: #333333;
    text-decoration: none;
}

.download a:hover
{
    color: #666666;
    text-decoration: none;
}

.leftnav
{
    float: left;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-transform: capitalize;
    height: 130px;
}
.leftnav ul
{
    position: relative;
    top: 60px;
    left: 25px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 85px;
    text-align: right;
}

.leftnav ul li
{
    position: relative;
}

/*Sub level menu items */
.leftnav ul li ul
{
    position: absolute;
    width: 80px; /*sub menu width*/
    top: 0px;
    visibility: hidden;
    text-align: left;
    background-image: url(images/menu.png);
}

/* Sub level menu links style */
.leftnav ul li a
{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: #666666;
    text-decoration: none;
    font-weight: bold; /*background: #fff;*/
    padding: 2px 5px;
    margin: 5px 0px; /*border: 1px solid #ccc;*/
    border-bottom: 0;
}

/*.leftnav ul li a:visited{
color: black;
}*/

.leftnav ul li a:hover
{
    color: #333333;
    display: block;
    background-image: url(images/menu.png);
}

.leftnav .subfolderstyle
{
}


/* Holly Hack for IE \*/
* html .leftnav ul li
{
    float: left;
    height: 1%;
}
* html .leftnav ul li a
{
    height: 1%;
}
/* End */


#mainImg
{
    width: 355px;
    height: 500px;
    float: right;
}

.scroll
{
    width: 438px;
    height: 120px;
    margin-top: 180px;
    margin-left: 7px;
    float: left;
}

/* CSS classes for contact form*/

.formWrapper
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-transform: capitalize;
    width: 500px;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}


.formWrapper fieldset
{
    border-color: #002c63;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin: 0 0 10px 0;
}

.formWrapper label
{
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    text-align: right;
    font-size: 0.8em;
}


.formWrapper fieldset legend
{
    font-size: 0.8em;
    color: #002c63;
}

.formWrapper input, textarea
{
    width: auto;
    margin: 5px 0 0 10px;
}

.formWrapper input#reset
{
    margin-left: 0px;
}

.formWrapper textarea
{
    overflow: auto;
}



.required
{
    font-size: 0.8em;
}

form br
{
    clear: left;
}

/* END*/

#isFrame
{
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

#isImageRow
{
    position: absolute;
    top: 0px;
    left: 0px;
}


.pageTitle
{
    float: left;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #666666;
    margin-top: 15px;
    padding: 10px 20px 20px 20px;
}

.Pagetitle
{
    position: relative;
    float: left;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #666666;
    padding: 10px 0px 0px 20px;
    top: 310px;
    left: 0px;
}

#footer
{
    width: 800px;
    margin: 5px auto 5px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    clear: both;
}

.address ul li
{
    float: left;
    list-style-type: none;
    display: inline;
    padding-right: 5px;
}

.copyright a
{
    color: #333333;
    text-decoration: none;
}

.copyright a:hover
{
    color: #666666;
    text-decoration: none;
}

.copyright ul li
{
    float: right;
    list-style-type: none;
    display: inline;
    padding-left: 5px;
}
