/* 
Document   : main
Created on : Oct 20, 2009, 9:43:50 PM
Author     : Jocelyn Fix

Disclaimer: Some code adapted from the work of Kari Spence
for Culpeper Hospital
*/


/*************************************************************/
/*                    SUPERGLOBALS                           */
/*************************************************************/
* {
    padding: 0;
    margin: 0;
}
root { 
    display: block;
}
body {
    background: #C5E5F3 url(../images/skin/bkgr.jpg) repeat-x fixed;
    font-family: Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Garamond, Georgia, "Times New Roman", serif;
}
#outerwrap{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
#innerwrap {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 958px;
}
#banner {
    background: url(../images/skin/headerBk.gif);
    height: 111px;
    width: 950px;
    text-align: right;
}
h1#estore {
    width: 940px;
    margin: 1px 5px 1px 5px;
    padding: 25px 10px 0 0;
    text-align: right;
    background: url(../images/skin/logo.gif) no-repeat;
    background-position: center left;
    height: 109px;
    
    font-size: 2.3em;
    color: white;
    line-height: 1em;
}
#content {
    background: white;
    width: 950px;
    border-top: 1px solid #95ADA5;
    min-height: 500px;
}
.clear {
    clear: both;
    height: 1px;
}
.spacer {
    width: 1%;
    height: 100px;
}
#footer {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: .8em;
    color: white;
    margin: 5px auto 20px auto;
    clear: both;
}

/*************************************************************/
/*                        GLOBALS                            */
/*************************************************************/
.orderform {
    float: right;
    margin: 5px 15px 0 0;
}
.orderform a {
    color: #A21B1E;
    font-weight: bold;
    font-size: .9em;
}
.orderform a:link{
    text-decoration: none;
}
.orderform a:visited {
    text-decoration: none;
}
.orderform a:hover,
.orderform a:active {
    text-decoration: underline;
}

.category {
    margin: 0 20px 30px 20px;
}
.category div.heading{
    width: 100%;
    border-bottom: 1px solid #95ADA5;
    margin-bottom: 10px;
    height: 30px;
    clear: both;
}
.category h1{
    position: relative;
    margin-bottom: -5px;
    color: #7299BF;
}


.category div.item {
    width: 149px;
    height: 252px;
    margin: 0 15px 20px 15px;
    float: left;
    text-align: center;
    border: none;
    position: relative;
}
.category div.item a img {
    border: none;
    border-bottom: 1px solid #95ADA5;
    width: 150px;
    height: 213px;
}
.category div.item p {
    margin-top: 2px;
    text-align: center;
    width: 80%;

    color: #2770BA;
    font-size: .8em;
}
.item a ul {
    display: none;
    text-align: left;
}
.item a:hover {
    position: relative;
}
.item a {
    text-decoration: none;
}
.item a:hover ul {
    display: block;
    float: left;
    position: absolute;
    top: 120px;
    left: -5px;
    width: 160px;
    padding:0 3px 3px 3px;

    color: black;
    list-style-type: none;
    margin-bottom: 10px;
    background: #B2CAC2;
    border: 1px dotted #4B5F58;
}
.item a:hover li{
    line-height: 1em;
    margin-bottom: .7em;
    font-size: .7em;
}




/*************************************************************/
/*                    SECTIONALS & PAGES                     */
/*************************************************************/

img#proddetImg {
    float: left;
    position: absolute;
    width: 305px;
    height: 415px;
    border: 2px solid #7299BF;
    margin: 50px 0 50px 60px;
}
div#itemcontent {
    margin: 50px 60px 0 380px;
    min-height: 400px;
}
#itemcontent div#heading{
    width: 100%;
    border-bottom: 1px solid #95ADA5;
    border-top: 1px solid #95ADA5;
    margin-bottom: 10px;
    height: 90px;
}
#itemcontent h1,
#itemcontent h3{
    margin-left: 5px;
}
#itemcontent h1{
    margin-top: 15px;
}
#itemcontent h3{

}
.pricing {
    font-family: Garamond, Georgia, "Times New Roman", serif;
}
#itemcontent p.pricing {
    font-size: 1.3em;
    font-weight:500;
    color: #A21B1E;
    margin-top: 20px;
}
#itemcontent p.pricing span.price {
    font-size: .9em;
    color: black;
}
#itemcontent table.pricing{
    font-size: 1.1em;
    margin: 2px 0 0 40px;
    border-collapse: collapse;
    
}
#itemcontent table.pricing th,
#itemcontent table.pricing td {
    padding: 3px 15px;
    border: 1px solid #95ADA5;
    
}
#itemcontent table.pricing th {
    background-color: #B6CDC5;
}
#itemcontent p{
    margin-left: 10px;
    font-size: .9em;
    clear: right;
}
#itemcontent div.description {
    width: 100%;
    border-top: 1px solid #95ADA5;
    margin: 20px 0 120px 0;
}
#itemcontent ul.description {
    margin-left: 20px;
    margin-top: 10px;
    font-size: .9em;
    list-style-type: none;
}
#itemcontent ul.description li{
    background-image: url('../images/skin/listdisc.jpg');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    margin-bottom: 10px;
    padding-left: 15px;
}
#itemcontent ul#colors {
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: .8em;
    list-style-type: none;   
}
#itemcontent ul#colors li{
    float: left;
    width: 140px;
    background-image: url('../images/skin/listdisc.jpg');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    margin-bottom: 2px;
    padding-left: 15px;
}
