@font-face {
    font-family: 'Chantilly';
    src: url('webfonts/chantilly-medium-webfont.eot');
    src: local('☺'), url('webfonts/chantilly-medium-webfont.woff') format('woff'), url('webfonts/chantilly-medium-webfont.ttf') format('truetype'), url('webfonts/chantilly-medium-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chantilly';
    src: url('webfonts/chantilly-mediumitalic-webfont.eot');
    src: local('☺'), url('webfonts/chantilly-mediumitalic-webfont.woff') format('woff'), url('webfonts/chantilly-mediumitalic-webfont.ttf') format('truetype'), url('webfonts/chantilly-mediumitalic-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Chantilly';
    src: url('webfonts/chantilly-bolditalic-webfont.eot');
    src: local('☺'), url('webfonts/chantilly-bolditalic-webfont.woff') format('woff'), url('webfonts/chantilly-bolditalic-webfont.ttf') format('truetype'), url('webfonts/chantilly-bolditalic-webfont.svg#webfont') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Chantilly';
    src: url('webfonts/chantilly-bold-webfont.eot');
    src: local('☺'), url('webfonts/chantilly-bold-webfont.woff') format('woff'), url('webfonts/chantilly-bold-webfont.ttf') format('truetype'), url('webfonts/chantilly-bold-webfont.svg#webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ChantillyLight';
    src: url('webfonts/chantilly-lightitalic-webfont.eot');
    src: local('☺'), url('webfonts/chantilly-lightitalic-webfont.woff') format('woff'), url('webfonts/chantilly-lightitalic-webfont.ttf') format('truetype'), url('webfonts/chantilly-lightitalic-webfont.svg#webfontD8oQJbSL') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ChantillyLight';
    src: url('webfonts/chantilly-light-webfont.eot');
    src: local('☺'), url('webfonts/chantilly-light-webfont.woff') format('woff'), url('webfonts/chantilly-light-webfont.ttf') format('truetype'), url('webfonts/chantilly-light-webfont.svg#webfontKBHwWz5K') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MelvilleRegular';
    src: url('webfonts/Melville-Regular-webfont.eot');
    src: local('☺'), url('webfonts/Melville-Regular-webfont.woff') format('woff'), url('webfonts/Melville-Regular-webfont.ttf') format('truetype'), url('webfonts/Melville-Regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KochGeometricBook';
    src: url('webfonts/KochGeometric-Book-webfont.eot');
    src: local('☺'), url('webfonts/KochGeometric-Book-webfont.woff') format('woff'), url('webfonts/KochGeometric-Book-webfont.ttf') format('truetype'), url('webfonts/KochGeometric-Book-webfont.svg#webfontyag6y4oo') format('svg');
    font-weight: normal;
    font-style: normal;
}





    body {
        margin:0; padding:0;
        text-align: center;
        font-family: 'Chantilly', Gill Sans MT, Gill Sans,  Arial, Helvetica, sans-serif, Tahoma, Verdana;
                background-color: #760d0d ;
        background-image:url(images/background-texture-2007.jpg);
        
        font-size: 12px;
        }
        
    .CheckoutCurrent
    {
        font-size: 10px;
        color:#760d0d;
        
        width: 150px;
        font-weight: bold;
        margin-bottom: 2px;
    }
    
    .CheckoutNotCurrent
    {
        font-size: 10px;
        color:#e4b3c6;
        
        width: 150px;
        font-weight: bold;
        margin-bottom: 2px;
    }
    
    .CheckoutNotCurrent img{
        border: 0px;
    }
    
    .CheckoutNotCurrent a{
        color:#e4b3c6;
    }
    
    
    
    
    table.FAQ {
    border-width: 0px;
    border-spacing: ;
    border-style: none;
    border-color: none;
    border-collapse: collapse;
    background-color: white;
    }
    
 
    table.FAQ th {
    border-width: 1px;
    padding: 1px 5px 1px 5px;
    color: white;
    background-color: #760d0d;
    border-style: solid;
    border-color: #760d0d white #760d0d #760d0d;
    
    vertical-align: middle;
    
    
    
}
    table.FAQ td {
    border-width: 1px;
    padding: 1px 5px 1px 5px;
    border-style: solid ;
    border-color: #760d0d;
    vertical-align: middle;
    
}    
        
        
    table.sidebar_basket, table.order_summary {
    border-width: 0px;
    border-spacing: ;
    border-style: none;
    border-color: #760d0d;
    border-collapse: collapse;
    background-color: white;
    
    }
    
 
    table.sidebar_basket th {
    border-width: 0px 0px 1px 0px;
    padding-bottom: 2px;
    border-style: solid;
    border-color: #760d0d;
    vertical-align:top;
    
    
    }
    
    table.sidebar_basket td {
    border-width: 0px;
    padding-bottom: 2px;
    border-style: none;
    vertical-align:top;
    }
    
    
    table.order_summary th {
    width: 90px;;
    border-width: 1px 0px 0px 0px;
    padding: 2px;
    border-style: solid;
    border-color: white;
    vertical-align:top;
    color: white;
    background-color: #760d0d;
    font-style:normal;
    
    }    
    
    
    table.order_summary td {
    width: 130px;
    border-width: 1px 0px 0px 0px;
    padding: 2px;
    border-style: solid;
    border-color: #760d0d;
    vertical-align:top;
    }
 
 
 
 
 
        
    .pageheading {
        background-image:url(images/WeddingCardsArc.gif);
        background-repeat:no-repeat;
        position: relative;
        top: -2px;
        left: -13px;
        margin-bottom: 0px;
           
        
        padding-left: 4px;
        z-index: 900;
        padding: 0px;
        width: 640px;
        height: 30px;
                       
        
        
    
    
    
    }
        
 
    .pageheading h1{
        font-family: 'ChantillyLight'; 
        background: none;
        color:#760d0d;
        font-size:22px;
        font-weight: normal;
        font-style: normal;
         

        padding-left: 10px;
        float: left;
        
        
 
 
        
    
    }
    
        
    #container
    {
        
        
          text-align: left;
           width: 930px;
           margin-left: auto;
           margin-right: auto;
             
    
    }    
    
    
    #top_middle_column{
        width: 930px;
        height: 200px;
        
        
        position: absolute;
        top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-left: 30px;
        padding-right: 29px;
        
        
        text-align: left;
        
        background-image:url(images/WeddingCardsHeading2007.gif);
        background-repeat: no-repeat;
        
    
    }    
    #bottom_middle_column{
        width: 930px;
        position: absolute;
        left: 0px;
        
        
        top: 110px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-left: 30px;
        padding-right: 29px;        
        
        text-align: left;
        
        background-image:url(images/WeddingCardsMiddle2007.gif);
        background-repeat: repeat-y;    
    
    
    
    
    }    
    
    #middle_footer_column{
        width: 930px;
        height: 52px;
        
        position: relative;
        left: 0px;
        margin-top: 0px;
        margin-left: -30px;
        
       
        clear:both;
        
        text-align: center;
        font-size: 9px;
        
        background-image:url(images/WeddingCardsBottom2007.gif);
        background-position:  bottom;  
        background-repeat: no-repeat;
    
    
    
    
    }        
 
 
    #middle_padded_column{
    
    position: relative;
    
    
    margin-left: 30px;
    padding-bottom: 30px;
    z-index: 10;
    
    
    }
    
    #middle_padded_column_with_sidebar{
    
    position: relative;
    
    width: 660px;
    margin-left: 30px;
    padding-bottom: 30px;
    z-index: 10;
    
    
    }    
    
    .clipart_target img{
    border: none;
    
    
    }
    
    
    .clipart_target a{
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    
    
    }
    
    .clipart_target a: hover {
    
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
    
    
    }
    
 
    .photos    {
    width: 200px;
    height: 225px;
    float: left;
    margin-right: 12px; 
    margin-bottom: 10px;     
    margin-left: 0px; 
    
    background: url(images/faded_corner.jpg);
    background-repeat: repeat-x;
    background-position: bottom right;
    
    border-right: dotted #760d0d 1px;                     
    border-bottom: dotted #760d0d 1px;
    
    
    }
    

    
    .photos    h3{
    
    font-size:13px;
    font-weight: normal;
    color:#760d0d;

    
    
    }
    
    
    .photos    h4{
    
    font-size:13px;
    font-weight: normal;
    color:#760d0d;
    margin: 0px ;
    padding: 0px ;
    height: auto;
    
    
    
    }    
    

    
    
    
    .photos img{
    border: none;
    }
    
    .advert{
    background: #760d0d;
        padding: 5px;
    text-align:center;
    font-size:15px;
    font-weight: bold;
    
    
    margin-bottom: 5px;
    float: left;
    color: white;
 
border:  3px  double;
    
    
    
    }
    
    .advert a{
    
    text-decoration: none;
    color: white;
    
    }
    
    .advert a:hover{
    
    text-decoration: none;
    color: black;
    
    }
    
    ul
    {
    list-style-type: disc;
    
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 1px;
    vertical-align:middle;
    

    
    
    
    
    }
        
  
    
h1{
    color: #FFFFFF;
    margin-right: 10px;
    margin-top: 0px;
    background-image:url(images/title-background.png);
    background-repeat:repeat-x;
    padding-left: 7px;
    padding-top: 3px;
    height: 20px;
    font-size:12px;
    
    margin-bottom: 5px;
    
    font-style: normal;
    font-weight: normal;
    
    }    
     
    
    h2 {font-weight: bold;  color: #760d0d;  font-size: 13px;  }
    
    h3 {font-weight: bold;     color: #760d0d;  font-size: 11px; margin: 0px; border-top: 1px dotted #760d0d; padding-top: 6px;}
    
    
        
    
    p { margin: 15px 0;}
    a { color:#760d0d; text-decoration: none }
    
    a:hover {color: black;}
    
    
    hr {border: none 0; border-top: 1px dotted #760d0d; width: 100%; height: 1px; } 
    
    strong {   color: #760d0d; font-weight: bold; }
 
 
 
 
 
 
 
p {font-size: 12px; }
 
.countdown { 
 font-size: 16px; 
 background-color: white; 
 border: 0px ; 
 color: #760d0d;
}
 
div.charitysidebar {
 
    width: 150px;
    float: right;
    margin: 35px 0px 0px 0px;
 
    padding: 0px -30px 0px 0px;
        z-index: 9999;
    
    
    
    }
 
#topspacer {
clear: right;
font-size: 12px;
 
 
}
    
 
 
 
div.cardsearch {
float: right;  width: 225px; height: 75px; margin-right: 45px; margin-top: 17px; font-size: 11px; color: white; text-align:left;
 
}
 
div.charitytext {
 border-top:dotted #760d0d 1px;
 font-size: 10; 
 width: 100%;
 margin-bottom: 10px;
 padding-top: 10px;
 
}
div.charitytext img{
 margin-bottom: 10px;
 
}
 
 
 
.menubar {z-index: 500; position: absolute; top:76px; margin-left: 45px;  margin-right: 5px;color: #760d0d; font-size: 14px; font-weight: normal; color: white;  }
 
.menubaritem{float: left; height: 25px; background:url(images/pink-bar-M.gif); padding: 2px 0px 0px 2px; background-repeat: repeat-x;
 
}
 
.menubaritem a {font-weight:normal; color: #760d0d; text-decoration: none; 
 }
 
 
 
.menubaritem a:hover {color: white;}
 
.menubar img {float: left ; border:none; margin: 0px; padding: 0px;
 }
 
 
 
input.txt {
    background-color: white;
    font-family: 'Chantilly', Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
    border: 1px inset  #8B8076;
    width: 350px;
    text-align: left;
    
    }    
 
select.txt {
    background-color: white;
    font-family: 'Chantilly', Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
    border: 1px inset  #8B8076;
    
    text-align: left;
    
    }
 
    
input.smalltxt {
    background-color: white;
    font-family: 'Chantilly', Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
    border: 1px inset  #8B8076;
    width: 140px;
    text-align: left;
    }        
    
.blankfield {
    background-color: white;  
    font-family: 'Chantilly', Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
    border: 2px solid  red;
    width: 350px;
    text-align: left;
    }        
    
textarea.txt {
    background-color: white;
    font-family: 'Chantilly', Arial, Helvetica, sans-serif, Tahoma, Verdana;
    font-size: 11px;
    border: 1px inset  #8B8076;
    width: 350px;
    text-align: left;
    }    
    
form p {
    
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
 
form p label {
    float: left;
    width: 100px;
    font-size: 10px;    
    font-weight: normal;
    color: black;
    
    
}
 
 
 
fieldset {
    border-right: dotted #760d0d 1px;
    border-bottom: dotted #760d0d 1px;
    border-left: none;
    border-top: none;
    margin-bottom: 16px;
    background-image: url(images/faded_corner.jpg);
    background-repeat: repeat-x;
    background-position: bottom right;
    
    padding: 0px 10px 10px 10px;
    margin-right: 10px;
    
 
}
 
legend {
    color: #760d0d;
    background: white;
    padding: 2px 8px 2px 8px;
    font-size: 11px;
    font-weight: bold;
    
    text-decoration:none;
    text-align: center;
    border: dotted 1px  #760d0d;
 
    }
    
.newbutton_small
{
font-size: 10px;
padding: 0px;
color: #760d0d;
background: #e4b3c6;
border: outset 3px  white;
font-family: 'Chantilly',  Gill Sans MT, Gill Sans, Tahoma, Verdana, Arial, Helvetica, sans-serif;
 
 
 
} 
 
 
.summary_sidebar {
    
    clear: left;
    font-weight:normal; color: #760d0d;
    font-size:9px;
    
    margin: 0px 5px 2px 0px;
    float: left;
    height: 11px;
    width: 45px;
    }
 
 
 
 
 
.summarytext_sidebar {
    font-size:9px;
    margin: 0px 0px 2px 0px;
    float: left;
    width: 100px;
    height: 11px;
    
    
    
}
 
.pricelist{
 
float: left;
 
width: 45px;
height: 15px;
font-size: 10px;
color: #ffffff;
background: #760d0d;
border:  solid white;
border-width: 0px 1px 1px 0px;
padding: 1px 4px 0px 4px;
 
 
}
 
.pricelistsmall{
 
float: left;
 
width: 45px;
height: 11px;
font-size: 9px;
color: white;
background: #760d0d;
border:  solid white;
border-width: 0px 1px 1px 0px;
padding: 0px 2px 1px 2px;
 
 
}
 
 
.wording_selector{
 
float: left;
font-size: 9px;
color: black;
 
    background-image: url(images/faded_corner.jpg);
    background-repeat: repeat-x;
    background-position: bottom right;
 
background-color:#fdd5e5;
border-right:  1px solid #760d0d;
border-bottom:  2px solid #760d0d;   
border-left:  1px solid #fdd5e5;      
border-top:  1px solid #fdd5e5;     
margin: 0px 0px 7px 0px;
text-align:center;
 
 
}
 
.wording_selector h1{
margin-bottom: 0px;

font-weight: bold;
}
 
.wording_selector a{
text-decoration: none;
 
}
 
 
 
 
 
 
 
.leftimage { position: absolute; top:160px; left:280px; }
 
.cardoutput {
position: absolute;
top: 165px;
left: 410px;
width: 400px;
}
 
 
div.glidewhite {
    position:absolute; 
    left:0; 
    top:0; 
    width:370px; 
    z-index:200;
    background-color:#ffffff;
    border: 2px solid #760d0d; 
    padding: 6px;
}
 
div.glide {
    position:absolute; 
    left:0; 
    top:0; 
    width:370px; 
    z-index:200;
    background-color:#760d0d;
    border: 1px solid #ffffff; 
    padding: 6px;
}
 
.glidefonts, .glideclipart {
 
    
    text-decoration: none;
    border: 0px solid #760d0d; 
    padding: 0px;
    
    
}
 
.glideclipart { border: 0px solid white; padding: 1px 1px 1px 1px; float: left; text-align: center; margin-right: 3px;}
 
 
.glidefonts a, .glideclipart a {margin: 1px;}
 
 
.glidefonts img{ border: 1px solid #760d0d; }
 
.glideclipart img{     border: 1px solid white; vertical-align: middle;}
 
  
.glidefonts img:hover { border: 1px solid white; }
 
.glideclipart img:hover { border: 1px solid #760d0d; }
 
div.debug { position:absolute; left:200; top:200; width:370px; z-index:300;
    background-color:#ffffff; border: 1px solid black; padding: 6px;
}
 
 
.slide {
    margin-left: 0px;
    position: absolute;
    top: 100;
    width: 445px;
    height: 230px;    
} 
 
 
a.button {
    background-color: transparent;
    background: url('bg_button_a.gif') no-repeat scroll top right;
    color: #760d0d;
    display: block;
    float: left;
    font-size: 13px;
    height: 24px;
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}    
 
a.button_big {
    background-color: transparent;
    background: url('bg_big_button_a.gif') no-repeat scroll top right;
    color: #760d0d;
    display: block;
    float: left;
    font-size: 18px;
    height: 31px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
 
a.button span {
    background-color: transparent;  
    background: url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0px 6px 11px;
} 
 
a.button_big span {
    background-color: transparent;  
    background: url('bg_big_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 8px 0 9px 16px;
} 
 
 
 
a.button_dark {
    background-color: transparent;
    background: url('bg_button_a_dark.gif') no-repeat scroll top right;    
    color: #760d0d;
    display: block;
    float: left;
    font-size: 13px;
    height: 24px;
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}
 
a.button_dark span {
    background-color: transparent;  
    background: url('bg_button_span_dark.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 6px 11px;
} 
 
 
a.button:active, a.button_dark:active, a.button_big:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
 
a.button:active span, a.button_dark:active span {
    background-position: bottom left;
    padding: 5px 0 5px 11px; /* push text down 1px */
} 
 
a.button_big:active span {
    background-position: bottom left;
    padding: 9px 0 8px 11px;     /* push text down 1px */
} 
 
 
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.CroppedGuestImage {
    
    border: 1px solid #760d0d;
    background-color: white;
    padding: 4px;
    clear: both;
    
    
    
    
}
     

.Tab {
    font-size: 11px;
    padding: 4px;
    border: 1px solid #760d0d;
    border-bottom: 0px;
    margin-right:2px;
    background-color: white;
    color: #760d0d;
    height: 15px;
    float: left;
} 

.Tab a{color: #760d0d}
    

.TabSelected {
    font-size: 11px;
    padding: 4px;
    border: 1px solid #760d0d;
    border-bottom: 0px;
    margin-right:2px;
    background-color: #760d0d;
    color: white;  
    height: 15px;  
    float: left;
    
}

.TabSelected a{color: white}


