/*

	COMMON

*/
* {
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.5em;
}
object, img {
	display: block
}
a img {
	border: none;
}
.hide {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
  overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*

	RE-DEFINE HTML STYLES

*/
html {
  overflow-y: scroll!important; /* Enables firefox scrollbar as default */
  height: 100%;
}
body {
	background: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

h1 {
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  position: absolute;
  color: #595959;
  top: 8px;
  right: 200px;
  line-height: 10px;
  text-align: right;
  width: 520px;
}

p {
	margin: 8px 0;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 10px 0 10px 0;
	padding: 0;
}
li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 20px;
}
ol {
	list-style-position: outside;
	margin: 10px 0 10px 8px;
	padding: 0;
}
ol li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 20px;
}
hr { /* For Internet Explorer */
	height: 1px;
	color: #CCC;
	border: none;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px;
	background-color: #CCC;
	border: 0px solid #CCC;
}
a {
  cursor: pointer;
}
a:link, a:visited, a:active {
	color: #ddd;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #958D78;
	font-weight: normal;
	text-decoration: underline;
}


/*

	LAYOUT

*/
#outerwrapper {
  width: 950px;
	margin: 0 auto;
	min-height: 100%;
  height: auto!important;
  height: 100%;
  position: relative;
}

#wrapper {
  width: 950px;
  padding-bottom: 90px;
}

#header {
  height: 67px;
  background: url(images/header.gif) no-repeat;
  position: relative;
  padding-top: 8px;
}

#header a#logo {
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 168px;
  height: 37px;
  font-size: 0;
  text-indent: -9999px;
  background: url(images/logo.gif) no-repeat;
}

#creative {
  width: 186px;
  height: 69px;
  font-size: 0;
  text-indent: -9999px;
  background: url(images/creative.gif) no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
}

#nav {
  width: 181px;
  height: 205px;
  float: left;
  background: url(images/nav_bg.gif) no-repeat;
}

#console, #contact {
  float: left;
  width: 769px;
  position: relative;
}
#index #console {
  background: url(images/home_bg.gif) no-repeat;
  height: 391px;
}
#fl-logo {
  position: absolute;
  top: 84px;
  left: 290px;
}

a#reset {
  position: absolute;
  right: 24px;
  top: 93px;
  font-size: 11px;
}

#console table {
  border-collapse: collapse;
 	border-spacing: 0;
  margin-top: 10px;
}
#console table td {
  padding: 0;
  width: 146px;
}

#structure {
  padding-top: 3px;
  padding-bottom: 10px;
  padding-left: 20px;
}

#preview {
  width: 130px;
  height: 432px;
  float: left;
  background: #8a9991 url(images/preview_bg.gif) no-repeat;
  margin-right: 12px;
}
#preview.null {
  background: #8a9991 url(images/preview_bg_null.gif) no-repeat;
}

#preview ul {
  list-style: none;
  margin: 0;
  padding: 10px 8px 0 8px;
  font-size: 11px;
  color: #000;
}
#preview div {
  margin: 0;
  padding: 10px 18px 0 18px;
  font-size: 11px;
  color: #000;
  line-height: 15px;
}

#preview ul li {
  margin: 0 0 8px 0;
}
#preview ul li.active {
  background: #cad1ce;
}

#preview ul li a {
  text-decoration: none;
  display: block;
  width: 94px;
  outline: 0;
  color: #000;
  background: url(images/preview_button.gif) no-repeat bottom left;
  padding: 2px 10px 8px 10px;
}
#preview ul li img {
  border: 1px solid #000;
}
#preview ul li a:hover {
  background: #a1ada7 url(images/preview_button.gif) no-repeat bottom left;
}
#preview ul li.active a:hover {
  background: #cad1ce url(images/preview_button.gif) no-repeat bottom left;
}

#fl-holder {
  float: left;
  width: 768px;
  height: 475px;
}
#fl {
  background: #333;
  height: 432px;
}

#fl-nav, #fl-noresult {
  height: 120px;
}
#fl-noresult {
  border-top: 1px solid #333;
  margin-top: 15px;
  color: #666;
}

object {
  outline: 0;
}

p#browse {
  margin: 0;
  background: url(images/arrows.gif) no-repeat bottom right;
}

#content {
  padding: 0 5px;
}

#keywords {
  font-size: 11px;
  color: #222;
  line-height: 13px;
  text-align: justify;
  position: absolute;
  top: -70px;
  left: 186px;
  width: 745px;
}
#keywords p {
  text-align: justify !important;
}
.px15 { font-size: 15px; }
.px14 { font-size: 14px; }
.px13 { font-size: 13px; }
.px12 { font-size: 12px; }
.px11 { font-size: 11px; }
.px10 { font-size: 10px; }

#home-content {
  margin-left: 471px;
  border-left: 1px solid #999999;
  width: 440px;
  padding-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 70px;
}
#home-content p {
  width: 420px;
}
#home-text {
  color: #E3E3E3 !important;
  position: absolute;
  left: 5px;
  top: 220px;
  width: 243px;
  line-height: 15px;
}
#home-text p {
  margin: 15px 0;
}
#home-text h3 {
  display: none;
}

#content-holder {
  margin: 0;
}
#contact-c2 #console {
 display: none;
}

dl {
  margin: 8px 0;
}

dl dt {
  float: left;
  width: 30px;
}

#news-holder {
  width: 700px;
  padding-bottom: 50px;
}
#news-holder .news-item {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
#news-holder .news-item img {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #333;
  padding: 5px;
}

#contact-c2 #content-holder {
  min-height: 230px;
  height: auto !important;
  height: 230px;
  position: relative;
  border-bottom:1px solid #333333;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

#flashmap {
  position: absolute;
  width: 270px;
  height: 230px;
  right: 250px;
  top: 0;
}

#download-pdf {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 540px;
  top: 212px;
}

a.launch:hover img {
  opacity: 0.7;
}


/*

	SHOW AND TELL

*/
#show {
	font-size: 10px;
	color: #555;
	width: 950px;
  border-top: 1px solid #fff;
  position: absolute;
  height: 50px;
  bottom: 0;
  z-index: 5;

}
#show a:link, #show a:visited, #show a:active {
	color: #555;
	font-weight: normal;
}
#show a:hover {
	color: #888;
	font-weight: normal;
}
#show p {
	text-align: right;
	margin: 0;
}

#legal-link {
	float: left;
	color: #aaa;
}
#show #legal-link a {
	color: #aaa;
}
#show #legal-link a:hover {
  color: #BEB6A7;
  text-decoration: underline;
}

#show a.st {
	text-decoration: none;
}

#footer-internal {
  position: relative;
}

ul#footer-links {
  list-style: none;
  margin: 1px 0 0 0;
  text-transform: uppercase;
  height: 15px;
  overflow: hidden;
}
ul#footer-links li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  height: 15px;
  overflow: hidden;
}
ul#footer-links li.last {
  float: none;
}
ul#footer-links li span.spacer {
  margin-left: 5px;
  color: #fff;
}
ul#footer-links li a {
  text-decoration: none;
  color: #fff !important;
}
ul#footer-links li a:hover {
  text-decoration: none;
  color: #ccc !important;
}

#search_page {
  padding-top: 10px;
  font-size: 11px;
  color: #999;
}
#search_records a, #search_records strong, #search_records span {
  display: inline-block;
  text-align: center;
  border: 1px solid #333;
  height: 20px;
  text-decoration: none;
  float: left;
  margin-right: 5px;
  line-height: 20px;
  padding: 0 8px;
  color: #ccc;
}
#search_records span {
  border: 1px solid #222;
  color: #333;
}

#search_records strong {
  background: #333;
  color: #fff;
}
#search_records a:hover {
  background: #222;
  color: #fff;
}
#search_prev {
  float: left;
  margin-right: 5px;
  line-height: 20px;
  color: #333;
}
#search_next {
  float: left;
  margin-left: 5px;
  line-height: 20px;
  color: #333;
}/*

	HEADINGS

*/

h2 {
  font-family: Eurostile;
  font-size: 28px;
  font-weight: normal;
  color: #8B9B93;
  padding-top: 6px;
  margin-left: 1px;
}

h3, #index h4 {
  font-family: Arial;
  padding: 0;
  font-size: 15px;
  color: #D6BF9E;
  margin: 0 0 0 0;
  padding-top: 15px;
  font-weight: normal;
}
#content-holder h3 a {
  color: #D6BF9E;
}
#content-holder h3 a:hover {
  color: #ccc;
  text-decoration: none;
}
#index h3, #index h4 {
  font-family: Eurostile;
}

#wedding-videos h3, #email-link h3, #my-big-day-links h3 {
  font-family: Eurostile;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  padding: 0 0 10px 5px;
  margin: 0;
}

h3 span {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

h4 {
  margin: 15px 0 0 0;
}

#wedding-videos h4 {
  margin: 0;
  font-size: 12px;
}

#preview h4 {
  text-indent: -9999px;
  font-size: 0;
  width: 130px;
  height: 62px;
  margin: 0;
  padding: 0;
}
#preview h4#select {
  background: url(images/headings/h4_select.gif) no-repeat;
}
#preview h4#week {
  background: url(images/headings/h4_week.gif) no-repeat;
}
h4#featured {
  background: url(images/headings/h4_featured.gif) no-repeat;
}
h4#supplier {
  background: url(images/headings/h4_supplier.gif) no-repeat;
}/*

	NAVIGATION

*/
#nav ul {
  text-align: right;
  list-style: none;
  width: 150px;
}
#nav ul li a {
  text-transform: uppercase;
  color: #b2b2b2;
  text-decoration: none;
  height: 24px;
  display: block;
  line-height: 24px;
}
#nav ul li a:hover {
  color: #ffffff;
}

#fl-n {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 30px;
	height: 95px;
}
#fl-nav {
	width: 690px;
	height: 65px;
	overflow: hidden;
}

#fl-nav a {
	display: block;
	width: 65px;
	height: 65px;
	float: left;
	margin: 0 3px;
}

#fl-nav a img {
  display: block;
  opacity: 0.6;
}
#fl-nav a:hover img {
  opacity: 1;
}
div.merry-go-round-wrapper {
	overflow: hidden;
}

#fl-next {
	position: absolute;
	z-index: 100;
	right: 15px;
	top: 31px;
	height: 21px;
	width: 30px;
	background: url(images/fl-arrows.gif) no-repeat -50px -50px;
	font-size: 0;
	text-indent: -9999px;
}
#fl-prev {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 31px;
	height: 21px;
	width: 30px;
	background: url(images/fl-arrows.gif) no-repeat 0 -50px;
	font-size: 0;
	text-indent: -9999px;
}
a.merry-go-round-previous {
	z-index: 9999;
	left: 0;
	position: absolute;
	height: 21px;
	width: 30px;
	background: url(images/fl-arrows.gif) no-repeat 0 0;
	font-size: 0;
	text-indent: -9999px;
}
a.merry-go-round-previous:hover {
	background: url(images/fl-arrows.gif) no-repeat 0 -25px;
}
a.merry-go-round-next {
	z-index: 9999;
	right: 15px;
	position: absolute;
	height: 21px;
	width: 30px;
	background: url(images/fl-arrows.gif) no-repeat -50px 0;
	font-size: 0;
	text-indent: -9999px;
}
a.merry-go-round-next:hover {
	background: url(images/fl-arrows.gif) no-repeat -50px -25px;
}


.tool-tip {
	width: 120px;
	z-index: 13000;
	background: #000;
	border: 1px dotted #333;
	padding: 3px 6px;
	text-align: center;
}
 
.tip-title {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	color: #fff;
}
 
.tip-text {
	display: none;
}

/*

	FORMS

*/
label {
  display: block;
  padding: 0 0 2px 3px;
}

input, textarea {
  background: #4e4e4e;
  border: 1px solid #727272;
  color: #fff;
  padding: 1px 2px;
  font-size: 12px;
  width: 350px;
  margin: 2px 0;
}

input:focus, input.focus, textarea:focus, textarea.focus {
  background: #333;
}

textarea {
  height: 144px;
  overflow: auto;
}

#console input {
  width: 130px;
  font-size: 11px;
  padding: 1px 2px;
  margin: 0;
}

#console select {
  background: #4e4e4e;
  border: 1px solid #727272;
  width: 134px;
  color: #fff;
  font-size: 11px;
}

#console button, #console button:focus {
  width: 61px;
  height: 17px;
  background: #CCCCCC url(images/search_button.gif) no-repeat 0 0;
  border: 1px solid #727272;
  cursor: pointer;
  margin-top: 1px;
  display: block;
  text-indent: -9999px;
  padding: 0;
}

#console button:hover, #console button.hover {
  background: #4e4e4e url(images/search_button.gif) no-repeat 0 -20px;
}


#content label {
  padding-left: 0;
  color: #ccc;
  display: inline;
}

#content form button {
  border: 1px solid #727272;
  background: #4e4e4e;
  margin: 10px 4px 0 0;
  color: #fff;
  text-align: center;
  width: 80px;
  cursor: pointer;
}
#content form button:hover, #content form button.hover {
  background: #333;
}

fieldset {
  border: none;
  margin: 10px 0 20px 0;
  padding: 0;
  color: #ccc;
}
fieldset p {
  margin-bottom: 15px;
}

fieldset dl dt {
  width: auto;
  float: none;
}

fieldset dl dd {
  margin: 2px 0 10px 0;
}

span.required {
  color: orange;
}

div.error {
  border: 1px solid #666;
  background: #333;
  color: #bbb;
  padding: 15px 15px 10px 15px;
  margin: 15px 0 10px 0;
}


/*

	FORMS

*/
#contact fieldset {
	margin: 15px 0 15px 0;
	padding: 0;
	border: none;
}
#contact fieldset p {
	padding: 0;
	margin: 5px 0 10px 0;
  font-size: 10px;
}
#contact label {
	width: 290px;
	display: inline;
	padding: 0;
}
#contact fieldset dl, #contact fieldset dt, #contact fieldset dd {
	margin: 0;
	padding: 0;
}

#contact fieldset dt, #contact fieldset dd {
  min-height: 32px;
  height: auto !important;
  height: 32px;
  line-height: 32px;
}

#contact fieldset dt {
	font-weight: normal;
	float: left;
	width: 120px;
}
#contact input {
	background: #111;
	border: 1px solid #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 270px;
  color: #999;
}

#contact #checkbox {
  background: auto;
  border: auto;
  width: auto;
  margin-right: 5px;
}

#contact textarea {
	background: #111;
	border: 1px solid #444444;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 270px;
	height: 60px;
	overflow: auto;
	margin: 6px 0 0 0;
}

#contact input:focus, #contact input.focus, #contact textarea:focus, #contact textarea.focus {
  border: 1px solid #666666;
  background: #000;
}

#contact input.error {
  border: 1px solid #990000;
}

#contact div.error {
  border: 1px solid #990000;
  padding: 15px 15px 10px 15px;
  margin: 25px 0 10px 0;
  background: #000;
  width: 600px;
}
#contact div.error h3 {
  font-size: 11px;
  margin: 0 0 10px 0;
}

button {
  background: #111;
	border: 1px solid #444;
	color: #999;
	cursor: pointer;
	line-height: 10px;
	padding: 3px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  margin: 8px 0 0 0;
  width: 70px;
}
button:hover, button.hover {
  background: #000;
  color: #fff;
  border: 1px solid #666;
}

#contact div.form {
  margin-bottom: 5px;
}
* html #contact div.form {
  margin-bottom: 0;
}

/*

	VERIFICATION

*/
#contact fieldset dt.validate {
	width: auto;
	float: none;
	line-height: 16px;
	padding-top: 8px;
	margin-left: 120px;
}
#contact fieldset dt.validate label {
	width: auto;
}
#verification {
	margin: 13px 0 0 0;
	display: block;
	position: relative;
	height: 35px;
}
* html #contact fieldset dt.validate {
	padding-top: 5px;
}

#verification span {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0;
}
input.long {
	margin-left: 120px;
}

#verification span.cz { background: url(images/verification.gif) no-repeat 0 0; }
#verification span.cx { background: url(images/verification.gif) no-repeat 0 -30px; }
#verification span.cy { background: url(images/verification.gif) no-repeat 0 -60px; }
#verification span.ch { background: url(images/verification.gif) no-repeat 0 -90px; }
#verification span.cf { background: url(images/verification.gif) no-repeat 0 -120px; }
#verification span.ca { background: url(images/verification.gif) no-repeat 0 -150px; }
#verification span.cb { background: url(images/verification.gif) no-repeat 0 -180px; }
#verification span.cg { background: url(images/verification.gif) no-repeat 0 -210px; }
#verification span.cp { background: url(images/verification.gif) no-repeat 0 -240px; }
#verification span.cm { background: url(images/verification.gif) no-repeat 0 -270px; }

button.button-reset {
	background: none;
	border: none;
	text-transform: lowercase;
	color: #999;
	cursor: pointer;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	text-align: left;
	padding: 0;
	margin: 5px 0;
}

.underline {
	text-decoration: underline;
}

.button-reset:hover .underline {
	text-decoration: none;
}
