﻿body
{
    background-image: url(../images/layout/rbkitchens-background.jpg);
    font-family: Myriad Condensed Web;
    font-weight:bold;
    color: #ffffff;
}

.siteHolder
{
    width: 914px;
    margin: 0px auto 0px auto;
}

.siteHeader
{
}

.headerLogo
{
    float:left;
}

.headerPanel1
{
  float:left;  
}

.headerPanel2
{
  float:left;  
}

.headerPanel3
{
  float:left;  
}

.headerPanelContent
{
    width:187px;
    height:187px;
}

.siteNavigation
{
    margin: 6px 0px 0px 0px;
}

.siteNavigation2
{
    width:874px;
    color:#ffffff;
}

.lnkManagementControls
{
    text-decoration:none;
}

.navigationPopup
{
    background-color: #000000;
    filter: alpha(opacity=90);
    opacity: 0.90;
    font-size: 13pt;
    font-weight: bold;
    color: #ffffff;
}

.siteContent
{
    margin:5px 0px 0px 0px;
    font-size:13pt;
}

.siteFooter1
{
    width:874px;
    text-align:center;
}

.siteFooter2
{
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.lnkDeveloper
{
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

.centeredContent
{
    margin:0px auto 0px auto;
}

.clear
{
    clear:both;
}

.bookmark
{
    display: block;
    width: 465px;
    margin: 10px auto 0px auto;
}

.bookmarkItems
{
    display: block;
    float: left;
    padding: 5px 5px 0px 5px;
}

.lblTestimonials
{
    display:block;
    font-style:italic;
}

.lblCustomerDetails
{
    display:block;
    
    text-align:right;
}

.lnkGallery
{
    text-decoration:none;
    color:#ffffff;
}

/* Borders*/

.borderTopLeft
{
    background-image: url(../images/layout/borderTopLeft.png);
    width: 16px;
    height: 16px;
    background-position: left top;
}

.borderTop
{
    background-image: url(../images/layout/borderTop.png);
    height: 16px;
    background-repeat: repeat-x;
    background-position: center top;
}

.borderTopRight
{
    background-image: url(../images/layout/borderTopRight.png);
    width: 16px;
    height: 16px;
    background-position: right top;
}

.borderMiddleLeft
{
    background-image: url(../images/layout/borderLeft.png);
    width: 16px;
    background-repeat: repeat-y;
    background-position: left center;
}

.borderContent
{
    padding: 5px 5px 5px 5px;
}

.borderMiddleRight
{
    background-image: url(../images/layout/borderRight.png);
    width: 16px;
    background-repeat: repeat-y;
    background-position: right center;
}

.borderBottomLeft
{
    background-image: url(../images/layout/borderBottomLeft.png);
    width: 16px;
    height: 16px;
    background-position: left bottom;
}

.borderBottom
{
    background-image: url(../images/layout/borderBottom.png);
    height: 16px;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.borderBottomRight
{
    background-image: url(../images/layout/borderBottomRight.png);
    width: 16px;
    height: 16px;
    background-position: right bottom;
}

.siteBorderedContentFull
{
 width:874px; 
}