﻿@charset "utf-8";
/* <![CDATA[ */

/* Global */
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline-color: invert;
	outline-style: none;
	outline-width: 0;
}
/* Global */

/* Tags */
body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	line-height: 150%;
	background: #737ca1 none;
}
a {
	color: #ffffcc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
b {
	font-weight: normal;
}
img {
	border: 0 none;
	vertical-align: top;
}
h1 {
}
h2 {
}
h3 {
}
h3.pageTitle {
	color: #dad98e;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: 32px;
}
h4 {
}
h5 {
}
h6 {
}

ul, ol {
	margin: 8px 0 8px 8px;
}
li {
	margin: 0 0 8px 14px;
}
ul.whiteAsterisk {
	list-style: outside disc url(../images/li_star.gif);
}


/* Tags */

/* IDs */
#div_anchor {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#div_master {
	position: relative;
	min-width: 640px;
	min-height: 480px;
	text-align: left;
	margin: 0 auto;
	background: transparent url(../images/bg_master_1024x768.jpg) left top no-repeat;
}
#div_padder {
	padding: 0;
}
#div_header {
	background: transparent url(../images/bg_header.gif) left top no-repeat;
	height: 388px;
}
#div_header p {
	color: #bac4ee;
}
#div_header div.content {
	padding: 185px 0 0 0;
	margin: 0 440px 0 40px;
}

#div_tabs {
	
}
#div_pageContent {
}

#div_info {
	height: 50px;
}
#div_info h3.pageTitle {
	line-height: 50px;
	margin-left: 45px;
}


/* IDs */

/* Classes */
.clearer {
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
	float: none;
}
.show {
	display: block;
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}
.fltL {
	position: relative;
	float: left;
	text-align: left;
}
.fltR {
	position: relative;
	float: right;
	text-align: right;
}
/* Classes */

/* Absolutely-positioned elements */
img#img_bride {
	z-index: 100;
	position: absolute;
	top: 11px;
	right: 150px;
}
img#img_bride * {
	position: relative;
}

img#img_seal {
	z-index: 101;
	position: absolute;
	top: 131px;
	right: 411px;
}
img#img_seal * {
	position: relative;
}

div#div_speechBubble {
	z-index: 102;
	position: absolute;
	top: 363px;
	right: 0;
	width: 301px;
	height: 215px;
	background: transparent url(../images/speechbubble.png) left top no-repeat;
}
div#div_speechBubble * {
	position: relative;
}
div#div_speechBubble p {
	color: #596285;
	font-size: 12px;
	line-height: normal;
	margin: 56px 50px 0 60px;
}
div#div_speechBubble p span.quotee {
	display: block;
	margin-top: 5px;
}

img#img_order {
	z-index: 103;
	position: absolute;
	top: 575px;
	right: 75px;
}
img#img_order * {
	position: relative;
}

div#div_footer {
	/* Use class below */
}
.div_footer {
	z-index: 103;
	position: absolute;
	right: 75px;
	bottom: 80px;
	width: 325px;
	height: 75px;
}
div#div_footer * {
	position: relative;
}
div#div_footer p {
	color: #ffffcc;
	font-size: 14px;
	text-align: right;
	line-height: 200%;
}
div#div_footer p b {
	font-size: 18px;
	margin-right: 10px;
}
div#div_footer p a {
	font-size: 12px;
	color: #ffffcc;
}
/* Absolutely-positioned elements */

/* Tabbed Box Content */
.tabbedBox {
	border-bottom: 1px solid #ffffff;
	margin: 0;
}
.tabContentContainer {
	background: #cbca6d url(../images/bg_pageContent.gif) left top repeat-x;
	min-height: 300px;
}

.tabContent {
	background: none;
	color: #ffffff;
	font-size: 14px;
	padding: 24px 0 16px 0;
	margin: 0 464px 0 48px;
}
.tabContent.tabContentOn {
	display: block;
}
.tabContent.tabContentOff {
	display: none;
}
.tabContainer {
	font-size: 14px;
	text-align: center;
	background: transparent url(../images/bg_tabContainer_x_44.gif) left bottom repeat-x;
	padding-left: 40px;
	height: 44px;
}
.tabApexL, .tabApexR {
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 8px;
	height: 44px;
	overflow: hidden;
}
.tab {
	display: block;
	float: left;
	background-position: left top;
	background-repeat: repeat-x;
	white-space: nowrap;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
}
.tab a {
	display: block;
	padding: 0 7px;
}
.tab a:link, .tab a:visited {
	text-decoration: none;
}
.tab a:hover, .tab a:active {
	text-decoration: underline;
}

.tabOn, .tabOff {
	margin-right: 7px;
}
		/* ON */
.tabOn {
	float: left;
	cursor: pointer;
}
.tabOn, .tabOn a:link, .tabOn a:visited, .tabOn a:active {
	color: #8c8b1a;
}
.tabOn a:hover {
	color: #8c8b1a;
}
.tabOn .tabApexL {
	background-image: url(../images/apexL_tab_on_44.gif);
	height: 44px;
}
.tabOn .tabApexR {
	background-image: url(../images/apexR_tab_on_44.gif);
	height: 44px;
}
.tabOn .tab {
	background: #e2e2a0;
	height: 44px;
}
		/* ON */		
		/* OFF */
.tabOff {
	float: left;
	cursor: pointer;
}
.tabOff, .tabOff a:link, .tabOff a:visited, .tabOff a:active {
	color: #5a6286;
}
.tabOff a:hover {
	color: #ffffff;
}
.tabOff .tabApexL {
	background-image: url(../images/apexL_tab_off_44.gif);
}
.tabOff .tabApexR {
	background-image: url(../images/apexR_tab_off_44.gif);
}
.tabOff .tab {
	background: #a2a9c9;
}
		/* OFF */
/* Tabbed Box Content */

/* Misc */
.tabContent .heading {
	margin-bottom: 15px;
}
.tabContent .heading h3 {
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 125%;
	color: #9c9b33;
}
.tabContent .heading img {
	position: relative;
	float: left;
	margin-right: 8px;
}



/* Misc */

/* ]]> */
