/* vim: ts=3 sw=3 et tw=0 wm=8
**
** Info: $Id: standard.css 4941 2011-08-28 04:17:17Z mjwybrow $
**
*/

.container {
    width: 760px;    
    margin: 30px auto 10px 150px;
    background-color: transparent; 
    /* border: 1px solid #494949; */
    min-height: 420px;
}

.content {
    margin: 0px;
    padding-left: 15px;
    margin-right: 215px;
    padding-top: 40px;
    text-align: left;
    background-color: transparent;
    /* Workaround for an IE "missing content" bug. */
    height: 1%;
}

.contactform form {
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   border: 1px solid #000000;
   padding-top: 1.5em;
   background-color: #FFF;
   color: #333333;
   text-align: left;
   padding-bottom: 1.5em;
}

div.center {
   /* text-align: center; */
   margin: 20px auto 20px auto;
}

div.sidepic {
   clear: left;
   width: 150px;
   margin-bottom: 15px; 
   margin-right: 15px; 
   text-align: center; 
   float: left;
   border: 1px #000 solid;
   background-color: #AAA;
   font-size: 10px;
}

div.sidepic img {
   border: 0px;
   width: 150px;
}

img.angel {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 22px;
    border: 0px;
}

div.contentarea {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    background: #fff url(images/background.jpg) top left no-repeat;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
}

body li, body p, body blockquote, body fieldset, body form, body hr, body table {
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
    text-align: justify;
}

body table {
    margin-left: 25px;
    margin-right: 25px;
}

body div.quote {
    border: 1px #CCC solid;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

div.indent {
    margin-left: 11px;
    margin-right: 11px;
}

div.hr {
    height: 2px;
    background: transparent url(images/fade.png) top left no-repeat;
}

div.hr hr {
    display: none;
}

div.notice {
    border: dotted 1px #900;
    padding: 0.3em;
    background-color: #ffe;
    margin-top: 15px;
    font-size: 14px;
}

div.notice p {
    margin-top: 4px;
}

b {
    color: #521990;
}

ul {
    padding-top: 0px;
    margin-top: 0px;
}

div.content ul { 
    overflow: hidden;
    margin-left: 15px;
    padding-left: 1em;
}

.footer {
    margin-top: 20px;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
}


P.center {
    text-align: center;
}

table.cart, table.postage {
    font-size: 12px;

}

table.cart {
   margin-left: 0px;
   padding-top: 10px;
   /* Smaller to prevent layout problem on Internet Explorer */
   /* Would be 505px otherwise */
   width: 470px;
}

table.cart th {
   padding: 2px;
}

table.cart td {
   padding: 2px;
}

td.price, th.price {
    text-align: right;
    white-space: nowrap;
    
}

table.postage {
    margin-left: 15px;
}

td {
    color: #000000;
    text-decoration: none;
}

th {
    color: #521990;
    font-weight: bold;
}

h1 {
    /* font-weight: bold; */
    font-weight: normal;
    text-decoration: none;
    color: #521990;
    /* color: #6f3d3d; */
    font-size: 20pt;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

h1.subheading {
    font-size: 14pt;
    margin-top: 15pt;
}

h2 {
    text-decoration: none;
    font-weight: normal;
    color: #521990;
    text-align: left;
    font-size: 12pt;
    line-height: 17pt;
}

h2.bold {
    font-weight: bold;
    margin-top: 15pt;
}

h2 a:link, h2 a:active, h2 a:visited {
    text-decoration: none;
    color: #521990;
}

h3 {
    font-weight: bold;
    color: #521990;
    text-align: left;
    font-size: 13px;
    margin-left: 15px;
    margin-right: 15px;
}

div.heading {
    font-weight: bold;
    color: #ffc000;
    text-align: left;
    font-size: 16pt;
}

.header {
    padding-bottom: 12px;
    /* border-bottom: 1px solid #a9a9a9; */
    background: transparent url(images/Anaheart.png) 94% 0% no-repeat;
}
 

div.header h1 {
        min-width: 314px;
        height: 62px;
        background-color: transparent;
        text-align: center;
        color: #06e;
        margin: 10px;
}
div.header h1 span {
    visibility: hidden;
    font-size: 50px;
    color: #7d58a7;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    font-variant: small-caps;
}
div.header h2 span {
    visibility: hidden;
}

.header h2 {
    font-weight: bold;
    font-size: 16pt;
    color: #7d58a7;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}


#menu {
    /* position: fixed;
     * left:700px;
     * top: 100px;
     */
    float: right;
    width: 200px;
    padding: 0px;
    margin: 10px; 
    margin-top: 60px; 
    margin-left: 20px; 
    /* border-top: 1px #BFB5B5 solid; */
}

#menu ul {
    /* border-right: 1px #BFB5B5 solid;
    border-left: 1px #BFB5B5 solid; */
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu ul li {
    /* This is a fix for the IE / Win gap between list items */
    display: inline;
    margin-left: 0px;
}

#menu li a {
    display: block;
    background: #FFFFFF;
    color: #000;
    /* border-bottom: 1px #BFB5B5 solid; */
    margin: 0px;
    padding: 4px;
    padding-left: 0px;
    width: 100%;
    font-weight: normal;
    width: auto;
    text-decoration: none;
}

#menu li.sub a {
    color: #521990;
    background: transparent;
    font-weight: bold;
    text-align: left;
    font-size: 9pt;
    padding-left: 10px;
}

#menu li.sub2 a {
    color: #521990;
    background: transparent;
    font-weight: bold;
    text-align: left;
    font-size: 9pt;
    padding-left: 15px;
}

#menu li.sub a:hover {
    /* background: #ac0011; */
    /* Blue colour */
    color: #f00;
    /* border-bottom: 1px #BFB5B5 solid; */
    text-decoration: none;
}


#menu li.sub2 a:hover {
    color: #f00;
    /* border-bottom: 1px #BFB5B5 solid; */
    text-decoration: none;
}

div.galleryimglinks {
   margin-left: 15px;
   margin-right: 15px;
   text-align: center;
}
div.galleryimglinks h2 {
   margin: 0px;
   padding: 15px;
   border: 0px;
   text-align: center;
}
div.galleryimglinks p {
   margin: 0px;
   padding: 5px;
   text-align: center;
   padding-bottom: 15px;
   padding-top: 0px;
}
div.galleryimglinks div {
   margin: 0px;
   padding: 0px;
   border: 0px;
   display: inline-block;
   height: 270px;
   }
div.galleryimglinks div a {
   margin: 0px;
   padding: 0px;
   text-decoration: none;
}


