/*
styles.js
Arif Gardner
*/

html { overflow-y: scroll; }


body {
	margin: 0px;
	background-color: #1b1b1b;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	font-size: 14px;
}

.homepage-h1 {
	width: 610px;
	text-align: center;
	margin: 0px auto;
	padding-top: 5px;
}

p {
	margin-top: 0px;
}

.outer {
	padding: 3px 5px 0px 5px;
	background-color: #ffffff;
	width: 910px;
	margin: 0px auto
}

.dark-green-text {
	color: #698028;
}

.dark-green-background {
	background-color: #698028;
}

.medium-green-text {
	color: #97b33a;
}

.medium-green-background {
	background-color: #97b33a;
}

.light-green-text {
	color: #c5de66;
}

.light-green-background {
	background-color: #c5de66;
}

ol#checkout {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	list-style: none;
	margin: 0px auto;
	width: 772px;
	background-color: #698028;
	color: #C5DE66;
	padding: 0px;
}

ol#checkout li {
	float: left;
	padding: 0px 10px;
}

ol#checkout li.active {
	background-color: #97b33a;
	color: #ffffff;
}

#header {
	width: 900px;
	height: 128px;
	display: block;
	margin: 0px auto;
}

#telephone {
	position: relative;
	top: -17px;
	padding-left: 805px;
	color: #a9a800;
	font-weight: bold;
	font-size: 14px;
}

#telephone a {
	color: #a9a800;
}

#logo {
	float: left;
}

#address {
	float: right;
}

#navigation {
	width: 900px;
	background-color: #698028;
	text-align: center;
	margin: 2px auto;
}

#navigation a {
	color: #c5de66;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	padding: 6px 6px;
	font-weight: bold;
	font-size: 14px;
	* padding: 10px 6px 6px 6px;
	* top: 5px;
	* position: relative;
}

#navigation a:hover, #navigation a.active {
	text-decoration: none;
	background-color: #97b33a;
	color: #ffffff;
}

img {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#navigation2 {
	width: 900px;
	margin: 0px auto;
	background-color: #97b33a;
	height: 28px;
	text-align: center;
}

#navigation2 a {
	color: #c5de66;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	padding: 6px 6px;
	font-weight: bold;
	font-size: 14px;
	* padding: 10px 6px 6px 6px;
	* top: 5px;
	* position: relative;
}

#navigation2 a:hover, #navigation2 a.active {
	text-decoration: none;
	background-color: #698028;
	color: #ffffff;
}

#contents {
	margin: 0px auto;
	padding-top: 2px;
	padding-bottom: 10px;
	width: 900px;
	display: block;
	clear: both;
}

#actualcontent {
	text-align: center;
	display: block;
	width: 900px;
	clear: both;
}

#footer {
	width: 870px;
	margin: 2px auto;
	padding: 0px 15px 0px 15px;
	background-color: #698028;
	display: block;
	clear: both;
	color: #ffffff;
	font-size: 12px;
}

#footer h4 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}

.footer-col {
	float: left;
	padding-right: 25px;
}

.footer-col-last {
	float: left;
	padding-right: 0px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}


.col-25 {
	width: 23%;
}

.col-50 {
	width: 48%;
}

#emailaddress {
	float: left;
}

#phonenumber {
	float: right;
}

#flashcontent {
	height: 100%;
}

#flashcontent2 {
	height: 100%;
}

.style2 {
	color: #FFFFF0;
	font-size: xx-small;
	line-height: 0px;
	height: 0px;
}

.style3 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.style5 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

.style6 {
	color: #FF0000
}

a:link, a:visited {
	color: #798b37;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #c5de66;
}

a:active {
	text-decoration: none;
	color: #c5de66;
}

#contactdetails {
	position: relative;
}

#contactguest {
	position: relative;
}

.gallerylink {
	width: 33%;
	height: 150px;
	text-align: center;
	float: left;
}

.gallerylink3 {
	width: 25%;
	height: 150px;
	text-align: center;
	float: left;
}

.gallerylink2 {
	width: 50%;
	height: 150px;
	text-align: center;
	float: left;
}

.gallerylinks {
	width: 700px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}

.weddinglink {
	width: 25%;
	height: 150px;
	text-align: center;
	float: left;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

.weddinglink2 {
	width: 50%;
	height: 200px;
	text-align: center;
	float: left;
	bottom: 0px;
}

.wedding {
	width: 700px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}

p.left {
	float: left;
	clear: both;
	margin-top: 16px;
	margin-bottom: 16px;
}

.left {
	float: left;
	clear: both;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.weddingpackagetext {
	width: 430px;
	float: right;
	text-align: left;
	padding-bottom: 30px;
}


.weddingpackage {
	display: block;
	clear: both;
	width: 650px;
	padding-bottom: 30px;
}

.weddingimage {
	float: left;
	clear: left;
	padding-bottom: 30px;
}

h1 {
	font-size: large;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

h2 {
	font-size: medium;
	font-weight: bold;
	clear: both;
}

h3 {
	font-size: medium;
	clear: both;
	display: block;
	padding-top: 15px;
}


#weddingfooter {
	clear: both;
	display: block;
	width: 500px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.formrow {
	height: 25px;
	width: 100%;
	clear: both;
}

.formrow2 {
	height: 150px;
	width: 100%;
	clear: both;
}

.formlabel {
	width: 45%;
	text-align: left;
	float:left;
}

.formlabel2 {
	width: 179px;
	text-align: left;
	float:left;
}

.forminput {
	width: 370px;
	text-align: left;
	float:left;
}

#weddingbooking {
	width: 100%;
}

select.weddingform {
	width: 300px;
}

input.weddingform {
	width: 300px;
}

textarea.weddingform {
	width: 300px;
	height: 120px;
}

select.weddingform2 {
	width:99px;
}

.clearabove {
	margin-top: 10px;
}

input.forminput3 {
	width: 180px;
}

.error {
	color: #ff0000;
	clear: both;
}

.hometwocols {
	width: 100%;
	clear: both;
	text-align: left;
	font-size: 10pt;
	padding-top: 10px;
}

.hometwocols h2 {
	font-size: 12pt;
	font-weight: bold;
}

.notopmargin {
	margin-top: 0px;
}

.homecol1 {
	width: 240px;
	float: left;
}

.homecol1 ul {
	margin: 0px;
	padding: 0px;
}

.homecol1 ul li {
	list-style: none;
}

.homepagecol2 {
	width: 495px;
	float: left;
}

.homecol3 {
	width: 140px;
	float: left;
	text-align: center;
}

.homecol3 a {
	font-size: 10px;
}

.homecol3 img{
	margin-top: 15px;
	border:3px solid #97B33A;
}

.homewrapper {
	clear: both;
}

.homelogo {
	float: left;
	width: 135px;
}

.homelogo img {
	border:3px solid #97B33A;
	margin: 10px 0px;
}

.homecontent {
	float: left;
	width: 465px;
	padding: 0px 10px;
	border-left: 1px solid #698028;
	border-right: 1px solid #698028;
}

.homecontent2 {
	float: left;
	width: 475px;
	padding-left: 10px;
}

.homecol2 h2 {
	margin-top: 0px;
	width: 100%;
	border-bottom: 1px solid #698028;
}

.homepagecol2 h2 {
	margin-top: 0px;
	width: 100%;
	border-bottom: 1px solid #698028;
}

.homecontent h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
}

.homecontent p {
	margin-top: 11px;
	margin-bottom: 0px;
	text-align: justify;
}

.homecontent2 h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
}

.homecontent2 p {
	margin-top: 11px;
	margin-bottom: 0px;
	text-align: justify;
}

.weddcol2 {
	width: 880px;
	padding-left: 10px;
	float: left;
	text-align: left;
}


.wedcontent {
	float: left;
	width: 720px;
	padding-left: 10px;
}

.page-content-full table {
	font-size: 10pt;
}

.page-content-full table td {
	padding-top: 5px;
}


.wedcontent h2 {
	margin-top: 0px;
	width: 100%;
	border-bottom: 1px solid #698028;
}

.wedcontent h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
}

.wedcontent p {
	margin-top: 11px;
	margin-bottom: 0px;
	text-align: justify;
}



.contentparagraph {
	margin: 16px auto;
	width: 700px;
}

#lowerfooter {
	font-size: 10pt;
	margin: 5px auto;
	text-align: center;
}


.borderTopLine {
	border-top: 1px solid #A67C52;
}

.homecontent dt {
	margin-top: 10px;
	padding-top: 5px;
}

.dp20 img, .dp33 img {
	border:3px solid #97B33A;
}

.img-border {
	border:3px solid #97B33A;
}

.developer {
	font-size: 10px;
	width: 900px;
	margin: 0px auto;
}

.shop-control {
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

h4.shop-h4 {
	font-size: 11pt;
	margin: 5px 0px 5px 0px;
	border-bottom:1px solid #698028;
	width: 270px;
	text-align: left;
}

.shop-control h4 {
	font-size: 11pt;
	margin: 0px 0px 5px 0px;
	border-bottom:1px solid #698028;
	width: 270px;
}

.shop-control label {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px;
	clear: both;
	display: block;
}

.shop-control select {
	font-size: 12px;
	padding: 2px;
}

.shop-control input {
	font-size: 12px;
}

.shop-control #quantity {
	width: 45px;
}

.shop-control input.button {
	background-color:#698028;
	border: 1px solid #97B33A;
	color:#FFFFFF;
	margin-right:2px;
	padding:2px;
	font-size:12px;
	width: 100px;
}

.shop-control-bottom {
	margin: 0px auto;
	width: auto;
}

.shop-control-bottom a.button {
	background-color:#698028;
	border: 1px solid #97B33A;
	color:#FFFFFF;
	margin-right:2px;
	padding:2px;
	font-size:12px;
	width: 150px;
	display: inline-block;
}

ul.paging {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.simplePagerNav {
	float: right;
	padding: 0px 10px 0px 0px;
}

ul.simplePagerNav li {
	display:block;
	float: left;
	padding: 3px;
	margin-bottom: 10px;
}

ul.simplePagerNav li a{
	color: #333;
	text-decoration: none;
	outline: none;
}

li.currentPage {
	background-color:#698028;
	border: 1px solid #97B33A;
	color:#FFFFFF;
	margin-right:2px;
	padding:2px;
	font-size:12px;
	display: inline-block;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;
}

.sub-nav {
	width: 175px;
	float: left;
}

.sub-nav h2 {
	margin: 0px;
	border-bottom: 1px solid #97B33A;
	background-color: #97B33A;
	height: 28px;
    line-height: 28px;
    padding: 0px 0px 0px 5px;
}

.sub-nav h2 a {
	color: #ffffff;
}

.sub-nav ul {
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.sub-nav ul li {
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #97B33A;
}

.sub-nav ul li a {
	width: 175px;
	display: inline;
}

.sub-nav ul li a.active {
	font-weight: bold;
}

.sub-nav h4 {
	margin-bottom: 10px;
}

.sub-nav .testimonial h4 {
	font-style: normal;
}

.sub-nav .testimonial {
	padding: 5px;
}

.sub-nav-gallery {
	padding-top: 15px;
	margin: 0px auto;
	width: 175px;
	text-align: center;
}

.page-content {
	width: 555px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.page-left {
	float: left;
	width: 140px;
}

.page-content-full {
	width: 710px;
	padding-left: 15px;
	float: left;
}

.guestbook label {
	clear: both;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.guestbook #guestbookentry {
	clear: both;
	width: 500px;
	margin-bottom: 5px;
}

.guestbook #person {
	clear: both;
	width: 250px;
	margin-bottom: 5px;
}

.guestbook #submit-button {
	width: 120px;
}

.contact label {
	clear: both;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.contact input {
	clear: both;
	width: 400px;
	margin-bottom: 5px;
}

.contact textarea {
	clear: both;
	width: 400px;
	height: 200px;
	display: block;
	margin-bottom: 5px;
}

.contact input.submit-button {
	clear: both;
	width: 120px;
}

.breadcrumbs {
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	
	margin-bottom: 15px;
	border-bottom: 1px solid #97B33A;
}

/* Scroller Box */
#scroller_container {
	position: relative;
	width: 575px;
	height: 30px;
	overflow: hidden;
	margin: 0px auto;
	border: 1px solid #97B33A;
}

#scroller {
	white-space: nowrap;
	line-height: 30px;
	font-size: 14px;
	color: #798B37;
	font-weight: bold;
	vertical-align: middle;
}

#scroller p {
	padding: 0;
}
/* Scoller Box */

.social-network-links {
	height: 20px;
}

.social-network-links ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

.social-network-links ul li {
	float: left;
	margin-right: 10px;
}

#shop-help {
	display: inline;
	clear: none;
	padding: 1px 5px;
	color: #ffffff;
	font-size: 12px;
    font-weight: bold;
	background-color: #698028;
    border: 1px solid #97B33A;
    width: 16px;
    text-align: center;
}

#shop-help:hover {
	text-decoration: none;
}

.tooltip {
	background: #ffffff;
	border: 1px solid #97B33A;
	padding: 15px;
	text-align: left;
	font-size: 12px;
}

.tooltip h2 {
    font-size: 11pt;
    margin: 5px 0;
    text-align: left;
}

.vouchers {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.vouchers li {
	border: 1px solid #97B33A;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}

.vouchers li div.voucher-cost {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 70px;
	width: 71px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	padding: 5px 4px 0px 0px;
	background: url(gfx/voucher-corner.png) no-repeat 0px 0px;
	float: right;
}

.vouchers li h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.vouchers li a.button {
	background-color:#698028;
	border: 1px solid #97B33A;
	color:#FFFFFF;
	margin-right:2px;
	padding:2px;
	font-size:12px;
	width: 100px;
	text-align: center;
	display: inline-block;
}

.voucher-preview {
	border: 1px solid black;
	width: 670px;
	margin: 0px auto 30px auto;
}

.voucher-preview h3 {
	width: 100%;
	text-align: center;
	border-top: 4px solid #97B33A;
	border-bottom: 4px solid #97B33A;
	margin: 30px 0px 0px 0px;
	padding: 3px 0px;
}

.voucher-preview .voucher-message {
	font-weight: bold;
	font-size: 16px;
	padding: 30px 0px;
	text-align: center;
	width: 100%;
}

.voucher-preview .voucher-blurb {
	width: 80%;
	margin: 0px auto;
	padding-bottom: 15px;
}

.voucher-preview .voucher-from {
	font-weight: bold;
	font-size: 16px;
	padding: 30px 0px;
	text-align: center;
	width: 100%;
}

.voucher-preview .voucher-address {
	text-align: center;
	width: 100%;
	padding-top: 20px;
}

.video {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #97B33A;
}

.video:last-child {
	border: none;
}

.video-thumb {
	float: left;
	width: 141px;
}

.video-thumb img {
	border: 3px solid #97B33A;
}

.video h2 {
	margin: 0px;
}

.video-details {
	float: left;
	width: 569px;
}

.video-date {
	padding-bottom: 15px;
}

.video p {
	padding-bottom: 15px;
}

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
