a {
	text-decoration: none;
	color: #666;
}
#wrapper { 
	width: 800px;
	font-family: helvetica, verdana, sans-serif; 
	font-size: 80%;
	color: #333;
	margin: auto;
}
#header { 
	width: 100%;
}
#header h1 { 
	color: #666;
	text-align: left;
	padding: 20px 3px 5px 0;
	margin: 0;
	border-bottom: 1px solid #6C9;
}
img.logo{
	width:444px;
	height:80px;
}
#nav { 
	text-align: right;
}
#nav ul { 
	margin: 0;
	padding: 5px;
}
#nav li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-transform: uppercase;
}
#nav a {
	color: #666;
	text-decoration: none;
}
#nav a:hover, #nav a:active { 
	color:#6C9;
	text-decoration:underline;
} 
#content { 
	margin-top: 40px;
	margin-bottom: 5px;
	height: 350px;
}
#bigpic { 
	width: 480px;
	float:left;
	margin-bottom: 50px;
	margin-top: 10px;
}
#gallery {
	width: 450px;
	float: left;
	border: none;
	height:255px;
	overflow: auto;
}
#gallery ul{
	width: 380px;
	margin: 15px 0 0 50px;
	padding:0;
}
#gallery li {
	display: inline;
	text-decoration: none;
}
#gallery_counter {
	width: 350px;
	margin: auto;
}
#gallery_counter .qp_prev {
	display: block;
	float: right;
	border-color:#999;
	border-style:solid;
	border-width:thin;
	padding:2px;
	font-size: 80%;
	margin-top: 5px;
}
#gallery_counter .qp_next {
	display: block;
	float: left;
	border-color:#999;
	border-style:solid;
	border-width:thin;
	padding:2px;
	font-size: 80%;
	margin-top: 5px;
}
#gallery_counter .qp_next:hover, #gallery_counter .qp_prev:hover { 
	color:#6C9;
	border-color:#6C9;
} 
.qp_counter {
	margin:  10px;
}
a.qp_disabled {
	visibility:hidden;
}
#weddings {
	width: 450px;
	float: left;
	border: none;
	height:50px;
	padding-top:50px;
	font-size: 80%;
}
#weddings ul{
	margin-left:50px;
	padding:0;
}
#weddings li {
	display: inline;
	text-decoration: none;
	padding-right: 1em;
}
#weddings a:hover, #weddings a:active { 
	color:#6C9;
	text-decoration:underline;
}
#package {
	margin: 0px 10px 0 10px;
	font-family: helvetica, verdana, sans-serif;
	font-size: 80%;
	color: #333;
}
#package h2 { 
	display : none; 
}
#packageclose {
	right:6px;   
	top:4px;   
	position:absolute;  
	font-family: helvetica, verdana, sans-serif;
	font-weight:700; 
	display:block; 
}
#packageclose:hover { 
	color:#6C9;
	text-decoration:underline;
} 
#EnquiryForm{
}
label{
	width:78px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
}
textarea{
	width: 192px;
	height: 115px;
	font-family: helvetica, verdana, sans-serif;
	overflow:auto;
}
textarea:focus, input:focus{
	background-color:#EEE;
}
input{
	width:192px;
}
input.btn{
	margin-left:90px;
	width:60px;
}
#sitemaplist {
	margin-left:50px;
	width:210px;
	text-align:left;
}
#sitemaplist ul {
	margin: 0;
}
#sitemaplist ul ul{
	padding-left:15px;
}
#sitemaplist li{
	text-decoration:none;
	text-align:left;
	list-style-type:none;
}
#copy {
	width: 290px;
	float: right;
	margin: 0px 0 30px 20px;
	height: 355px;
	overflow:auto;
	padding-right:10px;
}
#copy h2 { 
	display : none;
}
#footer{
	clear:both;
	text-align: left;
	border-top: 1px solid #6C9;
	margin-top: 5px;
}
#footer ul { 
	float:right;
	font-size:90%;
}
#footer li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #nav a:active { 
	color:#6C9;
	text-decoration:underline;
} 
.active {
	font-size: 125%; 
}
img {border:none;}

/* code for slimbox - dont change or edit in any way */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* end of slimbox */