﻿body 
{
    padding:0;
    margin:0;
    background-image: url(../gfx/img_background.jpg);
    background-position:top left;
    background-repeat:repeat;
    background-color:#FFFFFF;
    font-family:gill sans, Arial, Sans-Serif;
    color:#ffffff;
    font-size:14px;    
}

h1
{
    
	color:#ff9900;
    font-size:14px;
    font-weight:normal;
}

h2
{
	padding:0px;
	font-size:12px;
    color:#ffffff;
    font-weight:normal;
}

p
{
    font-size:12px;
    color:#666666;
}

h3
{
	padding:0px;
	font-size:12px;
    color:#666666;
    font-weight:normal;
}

p
{
    font-size:12px;
    color:#ffffff;
}


img
{
    border:0px;
}

a
{
    color:#666666;
}

#pageHolder
{
    width:993px;
    height:100%;
    margin:auto;
    padding:0px 10px 10px 10px;
}

#menu
{
    margin-top:10px;
    width:991px;
    height:68px;
    margin:auto;
    padding:auto;
    padding-bottom:5px;
}

.content
{
    /*height:626px;*/
    /*background-color:#1f2630;*/
    border:solid 1px #444444;
    background-image: url(../gfx/bgBlueTrans.png);
    background-position:top left;
    background-repeat:repeat;
}

.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;

}

.contentText
{
    margin:0px 10px 10px 10px;
}

.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;
    margin-top:25px;
}

#menuLinks a
{    
    font-size:14px;
    text-decoration:none;
    margin:0px 0px 0px 15px;
}

#menuLinks a:hover
{
	color:#ff9900;
}

.menuSelected
{
    color:#ff9900;
}

#footer
{
    padding:20px 0px 0px 0px;
}

#socialLinks
{
    float:left;
    width:400px;
}

#socialLinks a
{
    padding-right:5px;
}

#copyright
{
    font-size:10px;
    color:#666666;
    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;
}

.spacer
{
    font-size:0px;
    height:0px;
    width:100%;
    clear:both;
}

.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;
}

.momentsGallery
{
    padding:20px 10px 0px 10px;
}

.momentsCol1
{
    width:440px;
    float:left;
}

.momentsCol2
{
    width:440px;
    float:right;
}

/* Slider classes */
#viewport{
        width:990px;
        height:660px;
        overflow:hidden;
        position: relative;
}


#viewport ul
{
        position: relative;
        padding: 0;
        margin:0;
}
#viewport li{
        position: relative;
        width: 990px;
        height: 660px;
        float: left;
        list-style: none;
        margin: 0;
}


#sliderNavigation
{
    display:none;
}

.slide
{
    width:990px;
    height:660px;
}


/* New stuff */
div#socialAndFAqs
{
    margin:10px 10px 10px 10px;
}

.socialAndFaqsContentHolder
{

    padding:0px;
   /* background-image: url(../gfx/bgBlueTrans.png);
    background-position:top left;
    background-repeat:repeat;*/
    
}

div#twitterFeed
{
    float:left;
    width:500px;
}



