/*
===== CONTENTS =========================

	1: Global
	2: DIV Containers
	3: Navigation
	4: Forms/Tables

========================================
*/



/* ===== 1: Global Styles ===== */	

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 1.3;
	background-color: #eaeaea;
	}

a:link, a:visited, a:active {color: #FF33FF}

.nodecoration a:link, a:visited, a:active {color: #FF33FF}

a:hover {color: #202020}

a img {border: none;}
	
h1, h2 {
	margin: 0 0 10px 0;
	line-height: 1.2em;
	}

h3 {
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	color: #363636
	}
	
h4 {
	margin: 0 0 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #7EBACC
	}
	
p 	{
	margin: 0px 0px 0px 0px;
	}

.logo {float: left;}

.left {float: left}

.clear {clear: both; height: 20px; width: 100%}

.right {float: right}

.divider {
	float: left;
	width: 100%; 
	height: 1px;
	margin: 0;
	padding: 0;
	background: url(../images/rpt_hor_line.gif) left top repeat-x
	}
	
.list {
	float: left;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	width: 172px;
	positon: relative;
	}
	
.list li {
	margin: 2px 0 2px 0;
	padding: 0 0 0 0px;
	background: transparent url(../images/img_bullet.gif) 0px 7px no-repeat;
	positon: relative;
	width: 162px;
	float: left
	}
	
.list li a, .list li a:visited, .list li a:active {
	text-decoration: underline;
	color: #858585;
	}
	
.list li a:hover {color: #F87B4D}
	
.list li.h3, .list li h3 {
	background: none;
	margin: 2px 0 2px 0;
	padding: 0;	
	}
	
div.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	color: #fff;
	background-color: none;
	}

.textpadding {
	padding: 0 15px 15px 15px;
	}

.pinkline {
	height: 1px;
	border-top-color: #FF33FF;
	border-top-style: solid;
	border-top-width: 1px;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #961208;
	padding: 0 0 0 10px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #202020;
}

.pinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF33FF;
}

.nicoll {
	font-family: Arial, Helvetica, sans-seri
	font-size: 10px;
	text-decoration: none;
	color: #202020;
}

.nicoll a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #202020;
}


/* ===== 2: DIV Styles ===== */

#container {
	width: 1000px;
	margin: 5px auto 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	background-color: #ffffff;
	}

#main {
	width: 996px;
	height: 510px;
	border: 2px solid #202020;
	margin: 0 auto 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	background-color: #FFFFFF;
	}
	
#navigation {
	width: 996px;
	height: 70px;
	border: 2px solid #202020;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	position: relative;
	background-color: #202020;
	}
	
#subnavigation {
	width: 996px;
	height: 20px;
	border: 2px solid #202020;
	margin: 0 auto 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	background-color: #202020;
	}	
		
				
#footer {
	width: 1000px;
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	clear: both;
	color: #999999;
	height: 10px;
	padding: 10px 0 5px 0;
	margin: 0px 0 0px 0;
	text-align: right;
	text-decoration: none;
	}


/* ===== 3: Navigation ===== */	




/* ===== 4: Forms/Tables ===== */

.table {
	margin-left: 10px;
}

td {padding: 4px 0 4px 0;}

.textfield {
	border: 1px solid #BCBCBC;
	padding: 1px 5px 1px 5px;
	width: 95%;
	}
	
.radio {margin-right: 3px}


/* ===== 5: Pages/Backgrounds ===== */
#index {
	background-image: url(../feature/home.jpg);
	height: 510px;
	}
#about {
	background-image: url(../feature/about.jpg);
	height: 510px;
	}
#ceremony {
	background-image: url(../feature/ceremony.jpg);
	height: 510px;
	}
#gallery {
	background-image: url(../feature/gallery.jpg);
	height: 510px;
	}
#links {
	background-image: url(../feature/links.jpg);
	height: 510px;
	}
#contact {
	background-image: url(../feature/contact.jpg);
	height: 510px;
	}
#faq {
	background-image: url(../feature/faq.jpg);
	height: 510px;
	}
#testimonal {
	background-image: url(../feature/testimonals.jpg);
	height: 510px;
	}
