﻿body
{
    background-color: #C34892;
    font-family: Tahoma;
    font-size: 80%;
    color: #663332;
}

/* \*/ 
* html div, * html h1, * html li, { height: 1%; } 
/* */ 

div
{
    overflow: hidden;
    min-height: 0;
}

div#lightbox, div#lightbox div
{
    overflow:visible;
}

h1
{
    font-size: medium;
    font-weight: bold;
    border-bottom: solid 1px #C34892;
    display: block;
    overflow: hidden;
}

h2
{
    font-size: small;
    margin: 5px;
}

p
{
    margin-top: 5px;
}

hr
{
    margin: 10px 0px;
    text-align: center;
    color: #C34892;
    background-color: #C34892;
    border-color: #C34892;
    width: 80%;
}

a, a:visited
{
    text-decoration: none;
    color: #C34892;
}

a:hover
{
    text-decoration: underline;
}

.testimonial .readmore
{
    padding-left:20px;
}

.GalleryPicture
{
    width: 200px;
    float:left;
    padding: 2px;
}

acronym
{
    border: 0px;
}

.caption
{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}

#body
{
    text-align: center;
    width: 100%;
}

#outline
{
    background-color: White;
    width: 705px;
    text-align: justify;
}

.bg_top
{
    background-repeat: repeat-x;
    background-position: left top;
}

.bg_bottom
{
    background-repeat: repeat-x;
    background-position: left bottom;
}

.bg_left
{
    background-repeat: repeat-y;
    background-position: left top;
}

.bg_right
{
    background-repeat: repeat-y;
    background-position: right top;
}

#outline .bg_top
{
    background-image: url( 'images/top_white_pink.jpg' );
}
#outline .bg_bottom
{
    background-image: url( 'images/bottom_white_pink.jpg' );
}
#outline .bg_left
{
    background-image: url( 'images/left_white_pink.jpg' );
}
#outline .bg_right
{
    background-image: url( 'images/right_white_pink.jpg' );
    padding: 20px;
}

#right
{
    position: relative;
    left: 10px;
    float: right;
    width: 250px;
}

#logo
{
    vertical-align: middle;
}

#logo
{
    padding: 10px;
}
.logo
{
}
.slogan
{
    padding: 15px;
}

#menu
{
    background: url( 'images/menu_gradient.jpg' );
    text-align: left;
    text-transform: uppercase;
    font-size: medium;
}

#menu .bg_right
{
    background-image: url( 'images/left_white_pink.jpg' ) !important;
}

/* this is required for the menu to show up at all in IE6 */
* html ul.AspNet-Menu
{
    width: 170px;
    overflow: visible;
}

ul.AspNet-Menu li, ul.AspNet-Menu a /* all list items */
{
    width: 220px;
}

/* Lets menu items overflow div in Firefox */
.AspNet-Menu-Vertical
{
    overflow: visible;
}

#menu .bg_left
{
    background-image: url( 'images/right_white_pink.jpg' ) !important;
}

#menu ul
{
    margin: 0px;
    padding: 0px;
}

#menu li
{
    list-style-type: none;
    margin: 4px;
    padding: 0px;
}

#menu li a
{
    background-image: url( 'images/menu_item.jpg' );
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    color: White;
    display: block;
    font-size: 80%;
    padding: 2px 5px;
}

#menu li a:hover
{
    color: #FFCCFF;
}

#right_content
{
    background: #E5D9CF;
    margin: 10px 0px;
}

#right_content .bg_left
{
    background-image: url( 'images/left_gray_white.jpg' );
}

#right_content .bg_right
{
    background-image: url( 'images/right_gray_white.jpg' );
    padding: 20px;
}

.testimonial p
{
    font-style: italic;
    padding-right: 5px;
}
.testimonial .client
{
    padding-top: 15px;
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
}
.testimonial .location
{
    text-align: right;
    padding-right: 15px;
}

.quote_open
{
    margin-left: 5px;
    padding-left: 15px;
    padding-top: 5px;
    background: url('images/quote_open.png') top left no-repeat;
}

.quote_close
{
    padding-right: 15px;
    background: url('images/quote_close.png') bottom right no-repeat;
}

.main_image
{
    width: 405px;
    height: 257px;
}

ul
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 10px;
}

li
{
    padding-left: 20px;
    background-image: url( 'images/brown_arrow.jpg' );
    background-position: left 4px;
    background-repeat: no-repeat;
}

#flashcontent
{
    text-align: center;
}

#copyright
{
    padding: 10px;
    margin: 10px;
}

.small 
{
	font-size:x-small;
}

.contact 
{
    padding-top: 5px;
}

.contact .caption
{
    padding-top: 5px;
    text-align: left;
    text-decoration: underline;
    font-size: 14px;
}
.contact .data
{
    padding-left: 10px;
    font-size: 14px;
}

.serving
{
    margin-top: 10px;
    text-align: center;
    font-style: none;
}