﻿body 
{
    font-family: Arial;
    font-size: 85%;
}

.centered 
{
    margin:10px auto;
    text-align:center;
}

a, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* BEGIN HOLIDAY 2008 STYLE */
*
{
    margin: 0;
    padding: 0;
}
body.holiday2008
{
    background: white url('../images/logoHalfLeft.jpg') no-repeat bottom left;
    color: #555;
    font: 80%/140%;
}
h1, h2
{
    font-size:90%;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.caption
{
    color: #888;
    position: absolute;
    top: 250px;
    left: 3px;
    width: 200px;
}
.demo
{
    position: relative;
    margin-top: 2em;
}
.gallery_demo
{
    width: 200px;
    float: left;
}
.gallery_demo li
{
    width: 55px;
    height: 70px;
    border: 3px double #eee;
    margin: 0 2px 2px 0;
    background: #eee;
}
.gallery_demo li.hover
{
    border-color: #bbb;
}
.gallery_demo li.active
{
    border-style: solid;
    border-color: #222;
}
.gallery_demo li div
{
    left: 240px;
}
.gallery_demo li div .caption
{
    font: italic 0.7em/1.4;
}
.galleria_container
{
    margin: 0 auto 60px auto;
    width: 700px;
    height: 325px;
    float: right;
}
.galleria_wrapper
{
    padding: 0px 5px;
}
.info
{
    text-align: left;
    border-top: 1px dotted #221;
    padding-top: 10px;
    clear: both;
}
.info p
{
    margin-top: 1.0em;
}
.footer 
{
    float:right;
}
.orderbutton  
{
    margin-top: 5px; 
   color:#FFFFFF; 
   background:#7f0116; 
   border:solid 1px black; 
}

.bow 
{
    background: transparent url(../images/holiday2008/bow.jpg) no-repeat scroll right top;
}

.wrapper 
{
    padding: 20px;
    padding-left:145px;
    margin: 0 auto;
    width:900px;
}