﻿body 
{
    padding:0;
    margin:0;
    background-image: url(../gfx/img_background.jpg);
    background-position:top left;
    background-repeat:repeat;
    background-color:#333333;
    font-family:gill sans, Arial, Sans-Serif;
    color:#ffffff;
    font-size:14px;    
}

h1
{
    color:#ff9900;
    font-size:18px;
    font-weight:normal;
}

p
{
    font-size:12px;
    color:#ffffff;
}

img
{
    border:0px;
}

#pageHolder
{
    width:993px;
    margin:auto;
    padding:auto;
}

#menu
{
    margin-top:10px;
    width:991px;
    height:68px;
    background-color:#ffffff;
    margin:auto;
    padding:auto;
}

.content
{
    height:626px;
    background-color:#444444;
    border-bottom:solid 1px #444444;
    border-left:solid 1px #444444;
    border-right:solid 1px #444444;
}

.contentAbout
{
    background-image: url(../gfx/img_background_about.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

.contentContact
{
    background-image: url(../gfx/img_background_contact.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

.contentDefault
{
    background-image: url(../gfx/img_background_default.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

.contentFlash
{
    background-color:#ffffff;

}


.contentTestimonials
{
    background-image: url(../gfx/img_background_testimonials.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

#logo
{
    float:left;
    width:330px;
}

#menuLinks
{
    float:right;
    width:650px;
}

#footer
{
    padding:20px 0px 0px 0px;
}

#socialLinks
{
    float:left;
    width:400px;
}

#socialLinks a
{
    padding-right:5px;
}

#copyright
{
    font-size:10px;
    color:#ffffff;
    float:right;
    width:400px; 
    text-align:right;
}

.floatingContentPanel
{
    height:590px;
    width:460px;
    background-image: url(../gfx/img_content_panel_background.png);
    background-position:top left;
    background-repeat:no-repeat;    
    border:solid 1px #666666;
}

.floatingContentPanel_Content
{
    padding:10px;
}

.contentRight
{
    float:right;
    margin:15px;
}

.contentLeft
{
    float:left;
    margin:15px;
}

.mainItem
{
    float:left;
    width:212px;
    height:458px;
    background-color:#ffffff; 
    margin:0px 5px 0px 10px;  
    text-decoration:none;
    color:#333333; 
    font-size:24px;
    padding:5px;
    text-align:left;
}

.mainItem2
{
    float:left;
    width:283px;
    height:458px;
    background-color:#ffffff; 
    margin:0px 10px 0px 10px;  
    text-decoration:none;
    color:#333333; 
    font-size:24px;
    padding:5px;
    text-align:left;
}

.mainItemMomentsSpacer
{
    margin-left:30px;
}

.mainItemMoreSpacer
{
    margin-left:190px;
}

.prewed
{
    background-image: url(../gfx/img_prewed.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}

.wedmoments
{
    background-image: url(../gfx/img_wedding_moments.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}

.finerdetails
{
    background-image: url(../gfx/img_finer_details.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}	
	
.letsparty
{
    background-image: url(../gfx/img_lets_party.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}


.fashion
{
    background-image: url(../gfx/img_fashion.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}

.personal
{
    background-image: url(../gfx/img_personal.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}

.spacer10
{
    font-size:0px;
    height:10px;
    width:100%;
    clear:both;
}

.formItem
{
    width:100%;
    clear:both;
}

.formText
{
    float:left;
    width:150px;
    text-align:right;
    padding:0px 10px 0px 0px;
    color:#cccccc;
}

.formInput
{
    float:left;
    width:250px;
}

.textBox
{
    width:230px;
}

#contactInfoText
{
    padding-top:20px;
}

#contactInfoText p
{
    color:#cccccc;
}