﻿body 
{
    margin-top:0px;
    text-align: center;
    background: black url('../images/background.jpg') no-repeat top center fixed;
}
#header
{
    top:0px;
    position:relative;
    margin: 0 auto;
    width: 1000px;
    height:90px;
    text-align: left;
    background:url('../images/headerbackground.png') repeat-x 50% bottom;
}
#loginleft
{
    position:relative;
    top:0px;
    left:0;
    background:url('../images/squarelogin.png') repeat-y;
}
#leftheader
{
    position:absolute;
    top:39px;
    left:0px;
}
#rightheader
{
    position:absolute;
    top:39px;
    right:0px;
}      
#container 
{
    top:0px;
    clear:both;
    position:relative;
    margin: 0 auto;
    width: 1000px;
    text-align: left;
    background-color:#1b1b1b;
}
#menucontainer
{
    z-index:2000;
}
#slidecontainer
{
    top:25px;
    width:1000px;
    position:absolute;
    background-color:#1b1b1b;
    z-index:0;
    height:600px;    
}

#clientarea
{
    width:1000px;
    top:0px;
    position:absolute;
    overflow:auto;
    background-color:#1b1b1b;
    z-index:0;
    height:540px;
}
#WeddingTitle
{
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    top:0px;
    left:100px;
    position:absolute;
    z-index:100;
}
#header .flagtoggle {
	display: block;
	position: absolute;
	right: 15px;
	top: 5px;
	width: 50px;
	font-size: 0.8em;
	text-align: left;
}
#header .flagtoggle a {
	display: block;
	width: 100%;
	height: 25px;
	background: url('../images/union-jack.png') no-repeat right -25px;
	border: none;
	font-size: 0.9em;
	color: gray;
}

#header .flagtoggle a:hover {
	background: url('../images/union-jack.png') no-repeat right 0;
	font-size: 0.9em;
	color:White;
}
#header .flagtoggleEnglish {
	display: block;
	position: absolute;
	right: 15px;
	top: 5px;
	width: 50px;
	font-size: 0.8em;
	text-align: left;
}
#header .flagtoggleEnglish a {
	display: block;
	width: 100%;
	height: 25px;
	background: url('../images/union-jackenglish.png') no-repeat right -25px;
	border: none;
	font-size: 0.9em;
	color: gray;
}

#header .flagtoggleEnglish a:hover {
	background: url('../images/union-jackenglish.png') no-repeat right 0;
	font-size: 0.9em;
	color:White;
}
#footer
{
    width:1000px;
    top:630px;
    position:absolute;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:White;
}
p
{
    color: #808080;
    text-decoration: none;
    text-align: center;
}
#login
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
#contactform
{
    font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color:White;
}

#aboutpage
{
    
    margin:30px;
    font: 16px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:White;
	height:480px;
	overflow:auto;
}
.clearfix {
	clear: both;
}
#portwedding
{
    position:absolute;
    background-color:#333333;
    top:30px;
    width:280;
    left:20px;
    height:420px;
    padding:10px;
}

#portcouples
{
    position:absolute;
    background-color:#333333;
    top:30px;
    width:280;
    left:345px;
    height:420px;
    padding:10px;
    
}

#portchildren
{
    position:absolute;
    background-color:#333333;
    top:30px;
    width:280;
    right:20px;
    height:420px;
    padding:10px;
        
}
#testimonial
{
    position:relative;
    background-color:#333333;
    padding:10px;
    text-align:justify;
           
}