/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;

	background-position: top center;
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper, html>body #wrapper #mainBody {
	height: auto;
}

/* ***** Page Structure ***** */
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;

	text-align: center;
}

#mainBody {
	position: relative;
	margin: 0px auto;
	width: 810px;
	min-height: 100%;
	height: 100%;
	
	
	text-align: left;
}

/* ***** Navigation ***** */
	/* Main Nav */
#mainNav {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 220px;
	z-index: 10;
	
	text-align: right;
}

#mainNav ul {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style-type: none;
}

#mainNav ul li {
	display: inline;
	margin: 0px;
	padding: 2px 8px;
	
	text-align: right;
}

#mainNav ul li a {
	font-weight: bold;
	text-decoration: none;
}
#mainNav ul li a:hover { text-decoration: underline; }

	/* Area Nav */
#mainBody ul#areaNav {
	margin-top: 0px;
	margin-bottom: 15px;
	
	list-style-type: none;
}

#mainBody ul#areaNav li {
	display: block;
	float: left;
	padding: 0px 12px 0px 0px;
	margin: 0px 20px 0px 0px;
}


#mainBody ul#areaNav li a {
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}
#mainBody ul#areaNav li a:hover { text-decoration: underline; }

/* ***** Fake Table Structure ***** */
div.tblWrapper {
	position: relative;
	width: 750px;
	margin-top: 110px;
	padding: 15px 15px 0px 15px;
	
	background-image: url('../images/bgMainContent.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.tblContent {
	display: table;
	padding: 0px;
}

div.tblContent div.tblRow { display: table-row; padding: 0px; line-height: 0px; }
div.tblContent div.tblCell_edge { display: table-cell; background-color: #ffffff; height: 3px; padding: 0px; line-height: 0px; }
div.tblContent div.tblCell_side { display: table-cell; background-color: #ffffff; width: 3px; padding: 0px; line-height: 0px; }
div.tblContent div.tblCell_cnrTL,
div.tblContent div.tblCell_cnrTR,
div.tblContent div.tblCell_cnrBL,
div.tblContent div.tblCell_cnrBR { display: table-cell; width: 3px; height: 3px; padding: 0px; line-height: 0px; }
div.tblContent div.tblCell_cnrTL { background-image: url('../images/cnrTL.gif'); }
div.tblContent div.tblCell_cnrTR { background-image: url('../images/cnrTR.gif'); }
div.tblContent div.tblCell_cnrBL { background-image: url('../images/cnrBL.gif'); }
div.tblContent div.tblCell_cnrBR { background-image: url('../images/cnrBR.gif'); }

div.tblFooter {
	width: 780px;
	height: 25px;
	
	background-image: url('../images/ftrMainContent.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

/* ***** Home ***** */
#mainBody.home {
	width: 550px;
	padding-top: 250px;
	
	text-align: center;
}

img.imgLogoHome {
	float: left;
	margin-right: 90px;
}

#mainBody.home ul {
	float: left;
	margin-top: 60px;
	
	text-align: left;
	
	list-style-type: none;
}

#mainBody.home ul li.last { padding-top: 20px; }
#mainBody.home ul li a img { border: 0px none #000000; }
#mainBody.home ul li a {
	display: block;
	width: 141px;
	height: 42px;
	
	background-position: bottom left;
	background-repeat: no-repeat;
}
#mainBody.home ul li a:hover { background-position: 0px -1px; }
#mainBody.home ul li a.btnWeddings { background-image: url('../images/buttons/btnWeddings_sprite.png'); }
#mainBody.home ul li a.btnCorporate { background-image: url('../images/buttons/btnCorporate_sprite.png'); }
#mainBody.home ul li a.btnFilmAndTV { background-image: url('../images/buttons/btnFilmAndTV_sprite.png'); }
#mainBody.home ul li a.btnAboutUs { float: left; width: 66px; height: 21px; background-image: url('../images/buttons/btnAboutUs_sprite.png'); }
#mainBody.home ul li a.btnContactUs { float: left; width: 76px; height: 21px; background-image: url('../images/buttons/btnContactUs_sprite.png'); }
#mainBody.home ul li a.btnAboutUs:hover, 
#mainBody.home ul li a.btnContactUs:hover { background-position: top left; } 

/* ***** Main Content ***** */
#mainContent {
	position: relative;
	width: 740px;
	padding: 0px 0px 10px 0px;
	
	background-color: #ffffff;
	
	line-height: normal;
}

	/* Main Text */
#mainContent #mainText {
	padding: 10px 0px 20px 20px;
	
	color: #676767;
	text-align: left;
}

#mainContent #mainText.full {
	padding: 65px 0px 50px 70px;
	width: 580px;
}

#mainContent #mainText.video {
	padding: 65px 0px 50px 20px;
	width: 640px;
}

#mainContent #mainText a { color: #008eaf; }
#mainContent #mainText a:hover { color: #88d2da; text-decoration: none; }

#mainContent #mainText blockquote {
	margin: 10px 0px;
	padding: 0px;
	
	color: #999999;
	font-size: 12px;
	font-style: italic;
}
#mainContent #mainText blockquote cite {
	color: #676767;
	font-size: 11px;
	font-style: normal;
}

	/* Videos */
#mainContent #mainText div.objGallery {
	width: 260px;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	
	border: 1px solid #cccccc;
}

#mainContent #mainText div.objGallery img {
	float: left;
	margin-right: 5px;
}

#mainContent #mainText div.objGallery a {
	padding: 2px 0px 2px 20px;
	
	background-image: url('../videos/icoPlay.jpg');
	background-position: 1px 2px;
	background-repeat: no-repeat;
	
	color: #0099cc;
	text-decoration: underline;
}

/* ***** Main Image ***** */
div#mainContent div#mainImage div {
	height: 288px;
	width: 392px;
}

div#mainContent div#mainImage {
	float: right;
	width: 400px;
	margin-left: 20px;
	padding-top: 10px;
}

div#mainContent div#mainImage object {
	display: block;
	margin-top: 5px;
	
	border: 2px solid #000000;
}

div#mainContent div#mainImage p {
	padding-left: 30px;
	
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #1196b4;
}

	/* Headings */
h2 {
	margin: 10px 0px 5px 0px;
	
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #1196b4;
	text-transform: lowercase;
	
	line-height: 28px;
}

h3 {
	margin: 10px 0px 5px 0px;
	
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #878787;
	text-transform: lowercase;
	
	line-height: 28px;
}

	/* Forms */
form fieldset {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	
	border: 0px none #000000;
}

form legend {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	font-size: 14px;
	font-weight: bold;
}

form fieldset.details div {
	float: left;
	margin-right: 10px;
	width: 340px;
}


form p { margin: 1px 0px; }
form fieldset.wedding p { height: 30px; }
form p.radioSet { height: 60px; }

form label {
	display: block;
	float: left;
	padding-right: 10px;
}
form label.sub { text-align: right; }
form p.radioSet label { height: 60px; }

form fieldset.details label { width: 110px; }
form fieldset.details div.address label { width: 80px; } 
form fieldset.wedding label { width: 230px; }
form fieldset.story label { width: 230px; }

form input,
form select {
	border: 1px solid #cccccc;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878787;
}
form input.sml { width: 70px; text-align: right; }
form input.lng { width: 200px; }
form input.dteDay, form select.dteDay { width: 30px; text-align: right; }
form input.dteYear { width: 50px; text-align: right; }
form input.btnSubmit {
	width: 85px;
	height: 23px;
	margin-top: 10px;
	
	border: 0px none #000000;
	background-color: #008eb0;
/*	background-image: url('../images/btnSubmit.gif');
	background-position: top left;
	background-repeat: no-repeat; */
	
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
form input.btnSubmit:hover {	background-position: bottom left; color: #ffffff; }

	/* Links */
a.myWedding {
	color: #1196b4;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}
a.myWedding:hover { text-decoration: underline; }

	/* Lists */
#mainContent #mainText ul {
	padding-left: 15px;
}

	/* Footer */
#footer {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 45px;
	
	text-align: center;
}

#footer div {
	height: 45px;
	width: 900px;
	margin: 0px auto;
	padding: 10px 20px 0px 0px;
	
	text-align: right;
}

/* ***** Additional Styles ***** */
span.clear {
	display: block;
	clear: both;
}

a img { border: 0px none #000000; }