@charset "utf-8";
/* CSS Document */

<style type="text/css">

body,td,th {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	}



body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 5px;   /*Margin/padding moves the body to top*/
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
}



td,th, p {
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 0px;
	font-weight: normal;
	}
.white_font {
	color:#FFF;
}

.gold_font {
	color: #c08801;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

.blue_font {
	color:#09F;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

.pink_font {
	color: #fad3e5;
	font-weight: 500;
	font-size: 18px;
}

.lightblue_font {
	color: #8dd8f8;
	font-weight: 500;
	font-size: 18px;
}

.lightpurple_font {
	color: #a59cc7;
	font-weight: 500;
	font-size: 18px;
}
.greyline {
	border-bottom: 1px dotted #3c3b3b;
}

.greysolidline {
	border-bottom: 2px solid #3c3b3b;
}


div#coupon {
	border: 4px dashed #fad3e5;
	padding:15px;
	width: 480px;
	height: 150px;
	display: block;
	clear: both;
	background-image:url(images/panel-navigation.jpg);
	background-repeat: repeat;
}

div#coupon p {
	
	text-align: center;
}

div#coupon_blue {
	border: 4px dashed #8dd8f8;
	padding:15px;
	width: 480px;
	height: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image:url(images/panel-navigation.jpg);
	background-repeat: repeat;
}

div#coupon_blue p {
	text-align: center;
}

div#coupon_purple {
	border: 4px dashed #a59cc7;
	padding:15px;
	width: 480px;
	height: 150px;
	background-image:url(images/panel-navigation.jpg);
	background-repeat: repeat;
}
div#coupon_purple p {
	text-align: center;
}


.greyborder {
	border: 3px solid #3c3b3b;
}


ul, li {
	list-style:circle;
	padding-left:10px;
}

div#home_h1 {
	background-image:url(images/h1.jpg);
	background-repeat: repeat-x;
	width: auto;
	height: 30px;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 7px;
}

#home_h1 p {
	color: #c08801; /*Gold*/
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

h1 {
	color: #c08801; /*Gold*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	margin-left: 0px;
	font-style: italic;
	border-bottom: 4px solid #3c3b3b;
	width: 260px;
	}
	
h2 {
	color: #c08801;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px dotted #3c3b3b;
	width: 180px;
	}
	
h3 {
	color: #c08801; /*Gold*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	}

h4 {
	color: #c08801; /*Gold*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	}

h5 {
	color: #c08801; /*Gold*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px
	}
	
h6 {
	color: #c08801; /*Gold*/
	font-family: "Book Antiqua", garamond, georgia, century, serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 10px
	}
	


	

	
/* link */
a { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #cd9203; /*Gold*/
	font-size: 15px; 
	font-weight: 500;
	font-style: normal;
	}

a:link, a:visited { 
	text-decoration: none; 
	}

a:focus, a:hover  { 
	text-decoration: underline;
	}
	
a:active { 
	text-decoration: none; 
	}	
	
/* link end */

/* Top Navigation Container **************************************/

div#top_nav_container {
	width: 995px;
	height: 110px;
}

div#logo_left {
	width: 301px;
	height: 109px;
	float: left;
}

div#links_right_container {
	width: 660px;
	height: 109px;
	float: right;
}

div#actual_links {
	width: 649px;
	height: 20px;
	margin-top: 83px;
}
#actual_links p {
	text-align: right;
	font-weight: normal;
	color: #d89a04;
	font-size: 16px;
}

#actual_links a {
	text-align: right;
	font-weight: normal;
	color: #d89a04;
	font-size: 16px;
}

#actual_links a:hover {
	color: #FFF;
	text-decoration:none;
}

.grey_line {
	color:#333;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
/* Top Navigation Container END**************************************/

/* Image and Testimonial Left Container Start**************************************/

div#large_image_left {
	width: 304px;
	height: 395px;
	padding-top: 5px;
	display: block;
	clear: both;
}

div#under_image_area {
	width: 304px;
	height: 150px;
	border-top: dotted 1px #FFF;
	border-bottom: dotted 1px #FFF;
	margin-top: 8px;
	margin-bottom: 5px;
}

/* Image and Testimonial Left Container End**************************************/


/* Content Area Start **************************************/
div#content_area {
	width: 642px;
	height: auto;
	margin-left: 40px;
	font-weight: normal;
}

div#content_area a{
	font-weight: normal;
}

/* Content Area End **************************************/

/* font colours */

/* FOOTER AREA STYLES ******************************************/

div#footerbg {
	width: 100%;
	background-image:url(images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 106px;
}

div#bridal_links {
	width: 100%;
	height: 25px;
	padding-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#d89a04;
	text-align:center;
}

div#bridal_links a{
	width: 100%;
	height: 25px;
	padding-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#d89a04;
	text-align:center;
}

div#resources {
	width: 100%;
	height: 25px;
	padding-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align:center;
}

div#resources a{
	width: 100%;
	height: 25px;
	padding-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align:center;
}
	
	
/* FOOTER AREA STYLES END ******************************************/




#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #223b58;; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #030406; }
