﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #01A0C7;
    background-image: url(images/siteBG.gif);
    background-repeat: repeat-y;
    background-position: right;
}
html
{
    scrollbar-3dlight-color: #01A0C7;
    scrollbar-arrow-color: #01A0C7;
    scrollbar-base-color: #00386C;
    scrollbar-darkshadow-color: #00386C;
    scrollbar-face-color: #00386C;
    scrollbar-highlight-color: #01A0C7;
    scrollbar-shadow-color: #01A0C7;
    scrollbar-track-color: #01A0C7;
}



/* --- Site Container Styles --- */
#maincontainer
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}
.admin #maincontainer
{
    width: 900px;
}
#topbanner
{
    margin-left: auto;
    margin-right: auto;
    width: 775px;
}
.admin #topbanner
{
    width: 900px;
}
#sitecontainer
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    background: #ffffff;
}
.admin #sitecontainer
{
    width: 900px;
}
#navcontainer
{
}
#sitebodycontainer
{
    padding: 20px;
}
#siteinnerfooter
{
    background-color: #00386C;
    text-align: center;
    color: #ffffff;
    width: 700px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.admin #siteinnerfooter
{
    width: 900px;
}
#siteinnerfooter a
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}
#siteouterfooter
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    text-align: center;
    width: 700px;
    text-align: center;
    margin: auto;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#siteouterfooter a
{
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}



/* --- html Styles --- */

h1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: #41B8D5;
    font-weight: normal;
    margin: 15px 0px 20px 0px;
}
h2
{
    font-size: 14px;
    color: #00386C;
    margin-bottom: 10px;
}
h3
{
    font-size: 16px;
    color: #00386C;
    margin-bottom: 10px;
    font-weight: bold;
}
p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* --- Product List Styles --- */
.product
{
}
.product h1
{
    font-size: 14px;
    color: #00386C;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.productheader
{
    color: #00386C;
    font-size: 14px;
    font-weight: bold;
}
.producttext
{
    color: #00386C;
    font-size: 11px;
}
.productprice
{
    color: #00386C;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.productcode
{
    font-weight: bold;
    font-size: 10px;
}
.image
{
    border: 1px solid #00386C;
    width: 200px;
    overflow: hidden;
    text-align: center;
}
.productimage
{
    margin: 2px;
}
.marginbottom
{
    margin-bottom: 10px;
}


/* --- Product Details Styles --- */
.productdetailsoutercontainer
{
    border: 1px solid #DDF2F7;
    width: 600px;
    margin-left: 20px;
    margin-top: 10px;
}
.productdetailsimagecontainer
{
    float: left;
    width: 240px;
    text-align: center;
}
.productdetailstextcontainer
{
    float: left;
    width: 360px;
    background-color: #DDF2F7;
    padding-bottom: 15px;
}

.alert 
{
    border-top: 2px solid #FCCD0D; 
    border-bottom: 2px solid #FCCD0D; 
    background-color: #FEF7C0; 
    padding: 10px;
}
.cartlable
{
    border-top: 2px solid #FCCD0D; 
    border-bottom: 2px solid #FCCD0D;
    background-color: #FEF7C0;  
    padding: 7px 7px 7px 30px;
    background-image: url(images/trolley_add.jpg);
    background-repeat: no-repeat;
}
.cartlabledetails
{
    border-top: 2px solid #FCCD0D; 
    border-bottom: 2px solid #FCCD0D;
    background-color: #FEF7C0;  
    padding: 7px 7px 7px 30px;
    background-image: url(images/trolley_add.jpg);
    background-repeat: no-repeat;
}
.bluealert 
{
    border-top: 2px solid #01A0C7; 
    border-bottom: 2px solid #01A0C7; 
    background-color: #D0ECF4; 
    padding: 10px;
}
.shoppingcartitem 
{
    background-image: url(images/shoppingcartitem_bg.jpg);
    background-repeat: repeat-x;
}
.shoppingcartitem h1 
{
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 5px 18px;
    border-bottom: 1px solid #ffffff;
    font-size: 13px;
    color: #00386C;
    font-weight: bold;
}
.shoppingcartitem .formlabel 
{
    padding: 3px 0px 0px 18px;
}
.checkout1 
{
    background-image: url(images/shoppingcartitem_bg.jpg);
    background-repeat: repeat-x;
    padding-bottom: 15px;
    margin-bottom: 30px;
    background-color: #F4F9FC;
}
.checkout1 h1 
{
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 5px 18px;
    border-bottom: 1px solid #ffffff;
    font-size: 13px;
    color: #00386C;
    font-weight: bold;
}
.checkout1 .formlabel 
{
    padding: 3px 0px 0px 18px;
}
.checkout1 hr 
{
    border-bottom: 1px solid #01A0C7;
    border-top: none;
}
.checkoutborder 
{
    border-bottom:  1px solid #01A0C7;
}
.shoppingcartpadding
{
    padding: 10px;
}
.shoppingcartheader
{
    padding: 2px 10px 2px 10px;
}
.shoppingcarttextbox
{
    border: 1px solid #01A0C7;
}
/* --- Terms and Conditions Styles --- */
.taccontent
{
    padding: 20px;
    border: 1px solid #01A0C7;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.taccontentSm
{
    padding: 10px;
    border: 1px solid #01A0C7;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.taccontent ul li
{
    margin-bottom: 10px;
}




/* --- Welcome Page Styles --- */
#searchboxcontainer
{
    width: 200px;
    float: right;
    background-color: #D3EFF6;
    padding: 10px;
    background-image: url(images/bowBG.jpg);
    background-repeat: no-repeat;
    background-position: right;
    border-right: 10px solid #2B83A7;
    border-left: 5px solid #01A0C7;
}
.featureproductcontainer
{
    border: 1px solid #DDF2F7;
    padding: 3px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 210px;
    text-align: center;
}
.featureproducttext
{
    background-color: #DDF2F7;
    padding: 3px;
}


/* --- Home Page --- */

#homecontainer
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -199px;
    margin-left: -292px;
    background-position: right;
    text-align: center;
}
#homecontainer p
{
    margin-top: 20px;
}
#homecontainer p a
{
    margin-top: 50px;
    color: #ffffff;
    text-decoration: underline;
}
#homecontainer p a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
a
{
    color: #01A0C7;
    text-decoration: none;
}
a:hover
{
    color: #01A0C7;
    text-decoration: underline;
}

/* General */
.bluebold
{
    font-weight: bold;
    color: #01A0C7;
}
.red
{
    color: #ff0000;
}
.topPageText
{
    margin-left: 30px;
}


.formlabel
{
    width: 80px;
    float: left;
    padding: 2px 0px 0px 2px;
}
.formlabelwide
{
    width: 120px;
    float: left;
    padding: 2px 0px 0px 20px;
}
.formtextbox
{
    border: 1px solid #01A0C7;
    width: 200px;
    margin-bottom: 8px;
}
.formtextboxlarge
{
    border: 1px solid #01A0C7;
    width: 200px;
    height: 50px;
    margin-bottom: 8px;
}
.clearfloat
{
    clear: both;
}

/*Large image display */
#lightbox
{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(../images/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
}

#imageData
{
    padding: 0 10px;
    color: #666;
}
#imageData #imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}
fieldset
{
    padding: 20px;
}
legend
{
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
#menu
{
    background-color: #D3EFF6;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
}
#menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#menu ul li
{
    position: relative;
    float: left;
    padding-left: 0px;
    display: block;
    color: #00386C;
    background-color: #D3EFF6;
    margin: 0px;
    padding: 0px;
}

#menu ul li a
{
    text-decoration: none;
    color: #00386C;
    display: block;
    padding: 7px 0px 2px 0px;
    width: 86px;
    border-right: 1px solid #ffffff;
    text-align: center;
    height: 35px;
}
.lastnavitem a
{
    width: 90px !important;
    border-right: none;
}
#menu ul li a:hover
{
    color: #ffffff;
    background-color: #00386C;
}

#menu li:hover li a, #menu li.over li a
{
    color: #00386C;
    background-color: #ffffff;
}

#menu li:hover ul, #menu li.over ul
{
    display: block;
}
* html ul li a
{
    height: 1%;
}
#submenu ul
{
    list-style: none;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    font-size: 10px;
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
}
#submenu ul li
{
    float: right;
    padding-left: 0px;
    display: block;
    color: #ffffff;
    background-color: #00386C;
}
#submenu ul li a
{
    text-decoration: none;
    color: #ffffff;
    background-color: #00386C;
    display: block;
    padding: 2px 0px 2px 0px;
    width: 86px;
    border-right: 1px solid #ffffff;
    text-align: center;
}
#submenu ul li a:hover
{
    color: #00386C;
    background-color: #D3EFF6;
}
#submenu li:hover ul, #submenu li.over ul
{
    display: block;
}

