﻿body 
{
	background-color: #fafafa;
	font-family: Lucida Sans, Lucida Grande, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* headings */
h1,h2,h3,h4
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #5e3547;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

.Clear 
{ 	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* Paragraphs */
p
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #ab6080;
}

a:hover
{
	color: #ab1b2a;
}
		
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.BigText { font-size: 14px; }

.SmallText { font-size: 10px; }		

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 0 0; }

/* Wrapper */
.Wrapper
{
	width: 850px;
	margin: 0 auto 0 auto;
}

/* #Banner */
#Banner
{
	width: 850px;
	margin: 0 auto 0 auto;
	height: 120px;
	background: #fafafa url(Graphics/banner.gif) no-repeat;
}
	
/* Navigation */
#NavHolder
{
	height: 30px;
	line-height: 30px;
	background-color: #ab6080;
}

#Navigator 	
{
	height: 30px;
	line-height: 30px;
	background-color: #ab6080;
	width: 849px;
	padding-left: 3px;
	margin: 0 auto 0 auto;
}

#Navigator a
{
	display:block;
	float:left;
	width: 169px;
	height: 30px;
	color: #fafafa;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

#Navigator a:hover
{
	background-color: #5e3547;
}

/* All content */
#Content
{
	padding: 10px 0 10px 0;
	width: 850px;
    margin: 0 auto 0 auto;	margin: 0 auto 0 auto;
}

/* Home page */
#WeddingFlash
{
	width: 100%;
	height: 282px;
	background: #fafafa url(Graphics/wedding-photos.jpg) no-repeat;					
	margin-bottom: 10px;
}

#LeftWedding
{
    float:left;
	width: 415px;
	padding: 0 10px 0 0;
	text-align: justify;
}

#RightWedding
{
    float: right;
	width: 415px;
	padding: 0 0 0 10px;
	text-align: justify;
}

/* Footer */
#Footer
{
	text-align: center;
	background: #ab1b2a; /*#ab6080; */
	border-top: solid 2px #5e3547;
	padding: 10px 0 40px547;
	padding: 10px 0 0 0;
}

#Footer a
{
	color: #fafafa;
}

#Footer a:hover		
{
	text-decoration: underline;
}

#FooterIon
{
	padding: 15px 0 5px 0;
	background-color: #5e0f17;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
}

#Footer h1
{
	font-size: 10px;
	font-family: Lucida Sans, Lucida Grande, Verdana, Sans-Serif;
	color: #000000;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}	

/* Contact */
#Contact
{
	width: 100%;
	height: 930px;
}

#ContactDetails
{
	float:left;
	width: 250px;
	text-align: center;
	height: 890px;
}

#ContactForm
{
	float: right;
	width: 580px;
	padding: 0 0 0 20px;
	text-align: justify;
	height: 890px;
}

/* Services */
#Services h1
{
	margin-top: 20px;
}
	
.LeadingQuestionOpen
{
	color: #ab1b2a;
	font-size: 14px;
	background: #fafafa url(Graphics/open-quote.gif) no-repeat;
	padding: 10px 0 0 50px;
	margin: 10px 0 20px 0;
}

.LeadingQuestionClose
{
	background: #fafafa url(Graphics/close-quote.gif) no-repeat scroll top right;
	padding: 0 50px 0 0;
	height: 30px;
}

.Terms
{
	font-style: italic;
}

.Spacer
{
	clear:both;
	height: 60px;
	width: 850px;
	background: #fafafa url(Graphics/separator.gif) no-repeat;
}

.PicCol
{
	float:right;
	width: 226px;
}

.TextCol
{
	float: left;
	width: 614px;	
}

.ServiceMinHeight
{
	height: 150px;
}

.WeddingAssistance { height: 390px; }
.FullWedding { height: 450px; }		

#ServicesMenu
{
	height: 160px;
}

.ServicesMenuCol
{
	width: 49%;
	text-align: center;
	height: 60px;
	float:left;
}		
	
/* Gallery */
.GalleryCats
{	
	float: left;
	width: 200px;
}

.GalleryPics
{
	float: right;
	width: 640px;
	text-align: center;
}
		
.GalleryLine
{
	width: 100%;
	height: 200px;
	padding: 0 0 20px 0;
}

.ImageHolder
{
	float:left;
	width: 200px;
	height: 200px;
	padding: 0 6px 0 6px;
}

.PhotoCredit { text-align: right; font-size: 11px; }

.Tip { font-weight: bold; color: #5e3547; }
