
body {
    background:#ffffff url(../images/default/bg_body.jpg) top left repeat-x;
    background-attachment:fixed;
    font:normal 12px arial;
    margin:0;
    padding:0;
    text-align:center;
}

a {
    color:blue;
    text-decoration:none;
}

a:hover {
    color:blue;
    text-decoration:underline;
}

#container1 {
    margin:0 auto;
    padding:30px 0 0 0;
    text-align:center;
    width:750px;
}

#header {
    background:url(../images/default/bg_masthead.jpg) top left no-repeat;
    height:130px;
    width:764px;
}

#logo img {
    border:none;
    height:130px;
    width:764px;
}

#printlogo img {
    display:none;
}

#wrap {
    background:#d70089;
    padding:7px;
    position:relative;
    width:750px;
}

#sidebar {
    float:left;
    width:232px;
}

#navigationtop {
    background:#3b40ef url(../images/default/bg_navigationtop.gif) top left no-repeat;
    height:30px;
}

#navigation {
    background:#3b40ef url(../images/default/bg_navigation.gif) top left repeat-y;
    border:1px solid #820053;
    border-top:none;
}

#navigation img {
    border:none;
    height:28px;
    width:230px;
}

.subnav {
    color:#d70089;
    text-align:left;
    padding:0 0 10px 20px;
}

.subnav a {
    color:#ffffff;
    text-decoration:none;
}

#openingtimestop {
    background:#3b40ef url(../images/default/bg_navigationtop.gif) top left no-repeat;
    height:30px;
    margin:7px 0 0 0;
}

#openingtimes {
    background:#3b40ef url(../images/default/bg_navigation.gif) top left repeat-y;
    border:1px solid #820053;
    border-top:none;
    color:#ffffff;
    font-size:90%;
    text-align:left;
    padding:0 10px;
}

#openingtimes img {
    border:none;
    height:28px;
    width:140px;
}

#main {
    float:right;
    width:512px;
}

#contenttop {
    background:#3b40ef url(../images/default/bg_contenttop.gif) top left no-repeat;
    color:#ffffff;
    font-size:90%;
    height:30px;
    line-height:30px;
    padding-right:10px;
    text-align:right;
}

#contenttop a {
    color:#f7f783;
    text-decoration:none;
}

#content {
    background:#3b40ef url(../images/default/bg_content.gif) top left repeat-y;
    border:1px solid #820053;
    border-top:none;
}

#pagetop {
    background:#3b40ef url(../images/default/bg_pagetop.gif) top left no-repeat;
    height:30px;
    margin:0 7px;
}

#page {
    background:#ffffff;
    border:1px solid #820053;
    border-top:none;
    margin:0 7px 7px 7px;
    padding:0 10px 10px 10px;
    text-align:left;
}

.product {
    text-align:center;
    width:25%;
}

.price {
    color:#d70089;
    font-size:90%;
}

.highlight {
    background:#ffeeff;
    border:1px solid #ff8afe;
    margin:30px 0 10px 0;
    padding:5px;
    text-align:center;
}

.clear {
    clear:both;
    height:0;
}

#footer {
    font-size:90%;
    margin:10px;
}

