/*
// Main Style Sheet Document
// Author: Michael A. Karr
// Copyright 2006 - All rights reserved.
*/


/* [ Global Style Library ] */


* {
	/* Reset ALL margins and padding to zero */
	margin: 0;
	padding: 0;
}

body {
	/* Set site defaults */
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background: #000000;
	/* Center the website for IE */
	text-align: center;
}

h2 {
	font-size: 12px;
	color: #00CCCC;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	text-align: justify;
}

/* [ Site Wrapper Div ] */

#siteWrapper {
	width: 621px;
	position: relative;
	/* Center the website for Mozilla */
	margin: 0px auto 0px auto;
	text-align: left;
}

#siteBorder {
	position: relative;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	width: 621px;
}

/* Global Headings */

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
}

/* Global Text Links */

a {
	color: #FFFFCC;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
}

/* [ Class Library ] */

img.threePixFix {
	margin-bottom:-3px;
}

img.imgRight {
	float: right;
}

.centerText {
	text-align: center;
	width: 100%;
}

/* [ Home Page Styles ] */

#flower {
	position: absolute;
	top: 40px;
	right: 30px;
}

#welcomeBlock {
	padding: 15px;
	position: relative;
	width: 591px;
}

#welcomeBlock p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

#welcomeGraphic {
	float: right;
	width: 259px;
	margin: 210px 0px 20px 0px;
}

#bridesChoice {
	float:right;
	padding:0;
	margin:0;
	text-align:center;
	width:259px;
}

#pageCopy {
	width: 320px;
	position: relative;
	float: left;
}

.servicesList td {
	vertical-align: top;
	text-align: left;
	text-transform: capitalize;
	width: 50%;
}

.servicesList ul {
	margin: 0px 0px 10px px;
}

.servicesList li {
	margin: 0px 0px 5px 15px;
	list-style-position: outside;
}

/* [ Gallery ] */

#galleryContent {
	float: left;
	background: #003333;
	padding: 8px;
	width: 606px;
}

div.galleryThumb {
	width:200px;
	height:200px;
	float: left;
	margin: 0px 1px 10px 1px;
}

.galleryThumb img {
	width:180px;
	border: 2px solid #FFFFFF;
}

/* [ Contact ] */

#contactContainer {
	position: relative;
	width: 621px;
	background: #257171;
	float: left;
}

#contactInformation li {
	list-style: none;
}

#contactContent {
	background: #257171;
	padding: 15px;
	position: relative;
	width: 591px;
}

#contactInformation {
	float: left;
	width: 260px;
	padding: 20px;
	position: relative;
}

#contactForm {
	width: 250px;
	padding: 0px 0px 10px 0px;
	float: right;
	margin: 10px 30px 20px 0px;
	// margin: 10px 15px 20px 0px;
}

/* [ Forms ] */

#formUl li {
	list-style: none;
}

#messages {
	float: left;
	border: 1px dashed #FFFFFF;
	background: #000000;
	color: #009999;
	padding: 15px;
	width: 285px;
	margin: 0px 0px 10px 0px;
}

/* [ Footer ] */

#footer {
	clear: both;
	padding: 15px;
	text-align: center;
}
