/* 
    Document   : layout
    Created on : Jan 12, 2011, 8:45:18 PM
    Author     : Mark Chehade
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.pageWrapper {
    margin: 0 auto;
    width: 950px;
    background-repeat: repeat-y;
    background-image: url('../img/layout/body1.png');
}

.pageHeader {
    margin: 0 auto;
    width: 920px;
    height: 300px;
    background-repeat: no-repeat;
    background-image: url('../img/layout/header4.jpg');
}

.pageBody {
    margin: 0 auto;
    width: 920px;
    padding: 50px;
}

.introBody {
    margin: 0 auto;
    height: 800px;
    width: 920px;
    background-repeat: no-repeat;
    background-image: url('../img/layout/intro4.jpg');
    /*background-image: url('../img/layout/intro-holidays 20262.png');*/
}

.introContainer {
    float: left;
    height: 389px;
    width: 300px;
    margin-left: 6px;
    margin-top: 400px;
    background-repeat: no-repeat;
    background-image: url('../img/layout/intro-container.png');
}

.introContainer p {
    padding: 0px 30px 0px 30px;
}

.introContainer h1 {
    padding: 20px 30px 0px 30px;
}

.pageFooter {
    margin: 0 auto;
    width: 920px;
    height: 150px;
    background-image: url('../img/layout/footer4.jpg');
    background-repeat: no-repeat;
}

.rightColumnContactUs {
    float: right;
    width: 485px;
    margin-right: 70px;
}

.rightColumn {
    float: right;
    width: 210px;
    margin-right: 50px;
    background-color: #ededed;
    border: Solid 2px #cccccc;
}

.leftColumnContactUs {
    float: left;
    width: 310px;
    text-align: left;
}

.leftColumn {
    float: left;
    width: 600px;
}

.leftColumnInnerHome {
    margin-top: 50px;
}

.homeText {
    margin-top: 20px;
}

.galleryLeft {
    float: left;
    width: 150px;
    padding: 5px;
    background-color: #ededed;
    border: Solid 2px #cccccc;
}

.border {
    padding: 5px;
    background-color: #ededed;
    border: Solid 2px #cccccc;
}

.galleryRight {
    float: right;
    margin-right: 10px;
    width: 650px;
}

.galleryRow {
    position: relative;
    width: 840px;
    margin: 30px 0px;
}

.row {
    position: relative;
    width: 840px;
}

table tr, td {
    padding: 5px;
}
