/* Layout Required */
body {
	margin: 0;
	text-align: left;
	background: #99a95c url("/images/assets/background.jpg") no-repeat 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p,a,td {
	font-size: 12px;
	color: #fefefe;
	text-decoration: none;
}
p {
	margin-left: 15px;
	margin-right: 15px;
}
h1 {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
	color: #fefefe;
}
table.packageInfo {
	margin-left: 15px;
	margin-right: 15px;
}
div#header {
	float: left;
	width: 100%;
	margin: 0;
}
div#header a img {border:none;}
div#menuBar {
	float: left;
	width: 196px;
	height: 311px;
	background: url("/images/assets/menuBar.gif") no-repeat 0 0;
	margin-top: 45px;
}
	div#menuBar a {
		display: block;
		width: 163px;
		line-height: 15px;
		margin-left: 22px;
		margin-top: 20px;
		margin-bottom: 2px;
		color: #472301;
		font-size: 12px;
		font-weight: bold;
	}
	div#menuBar a:hover,div#menuBar a.active {
		border-bottom: 2px solid #4a402f;
		margin-bottom: 0;
		color: #647d19;
	}
div#wrapper {
	float: left;
	width: 80%;
}
#box {
	position: relative;
	right: 0;
	overflow: hidden;
}
#box1 {
	width: 100%;
	height: 1000px;
	position: absolute;
	background-color: #000;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	top: 0;
	left: 0;
}
#box2 {
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
	z-index: 10;
}

div#footer {
	float: left;
	width:100%;
	left: 0;
	bottom: 0; /* stick to bottom */
	text-align: center;
}
	div#footer p,div#footer a {
		font-size: 9px;
	}
/* End Layout Required */

/* Galleries */
div#centerContent {
	width: 100%;
	text-align: center;
}
img#placeholder {
	margin: 10px;
	border: 1px solid #666666;
}
div#thumbNails {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
}
div#thumbNails a {
	cursor: pointer;
}
div#thumbNails a img {
	margin: 4px;
	border: 1px solid #000000;
}
div#thumbNails a.activeThumb img {
	margin: 0;
	border: 5px solid #a7c42f;
}

div#controller {
	margin: 0 auto;
	width: 110px;
	text-align: center;
}
div#controller a {
	float: left;
	width: 44px;
	height: 22px;
	margin: 5px;
}
div#controller a#prev {
	background: url("images/assets/left_arrow.jpg") 0 0 no-repeat;
}
	div#controller a#prev:hover {
		background: url("images/assets/left_arrow_ro.jpg") 0 0 no-repeat;
	}
div#controller a#next {
	background: url("images/assets/right_arrow.jpg") 0 0 no-repeat;
}
	div#controller a#next:hover {
		background: url("images/assets/right_arrow_ro.jpg") 0 0 no-repeat;
	}
	
div#WeddingPackages,div#StudioPolicy,div#WeddingInfo {
	display: none;
}
div#box div.activePromo {
	display: block;
}
div#priceMenu {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
div#priceMenu a {
	float: left;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 13px;
	color: #666666;
	cursor: pointer;
}
div#priceMenu a.activeSubSpecial {
	font-size: 16px;
	color: #CCCCCC;
}