3@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS layout */

html, body {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	background:url(../images/background/body-bg.jpg) #a0b7c3 no-repeat;
	background-position: top center;
	padding: 0;
	margin: 0;
}

#one-hundred {
	width: 100%;
	background: url(../images/background/header-bg.jpg) no-repeat;
	background-position: top center;
	min-height: 362px;
	height: auto !important;
	height: 362px;
}

#page-width {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 960px;
	float: left;
	display: block;
	height: 362px;
}

#header-top-left {
	width: 371px;
	float: left;
	display: inline;
	height: 327px;
}

#header-top-right {
	width: 589px;
	float: left;
	display: inline;
	height: 327px;
}

#header-navigation {
	width: 960px;
	float: left;
	display: block;
	height: 34px;
	overflow: hidden;
}

#content-holder {
	width: 960px;
	float: left;
	display: block;
	background: #e1cbb2;
	min-height: 362px;
	height: auto !important;
	height: 362px;
}

#content-left {
	width: 570px;
	float: left;
	display: inline;
	padding: 15px;
}

#content-right {
	width: 360px;
	float: left;
	display: inline;
}

#menu-holder {
	width: 280px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 264px;
	background: url(../images/background/menu-bg.jpg) no-repeat;
	padding: 20px 0 0 0;
}

#footer {
	width: 960px;
	float: left;
	display: block;
}

#footer-left {
	width: 815px;
	float: left;
	display: inline;
	padding: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d3201;
}

#footer-middle {
	width: 50px;
	float: left;
	display: inline;
}

#footer-right {
	width: 95px;
	float: left;
	display: inline;
	padding: 11px 0 11px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d3201;
	text-align: right;
}

/* CSS fonts */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b5e74;
	text-decoration: none;	
	line-height: 18px;
	padding: 1px 0 1px 0;
}

h1.title {
	color: #3b5e74;
	font-size: 36px;
	border: 0;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d3201;
	line-height: 18px;
	text-transform: uppercase;
}

.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b5e74;
	text-decoration: none;
}

.brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d3201;
	text-decoration: none;	
	line-height: 18px;
}

.prop-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d3201;
	text-decoration: none;	
}

/* CSS image */

.flash-btn {
	margin: 0 20px 10px 20px;
}

.flash-btn-mgleft {
	margin: 0 0 10px 26px;
}

img, div, a, input {
	behavior: url(iepngfix.htc)
}

.home-btn {
	float:left;
	display:inline;
	width:240px;
	height:90px;
	position:relative;
}

.home-btn-img {
	float:left;
	display:inline;
	width:240px;
	height:90px;
	position:absolute;
	z-index:10;
}

.home-btn-countdown {
	float:left;
	display:inline;
	width:92px;
	height:60px;
	position:absolute;
	z-index:30;
	color:#3b5e74;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	left:148px;
	top:25px;
	text-align:center;
}

.home-btn-countdown p{
	line-height:14px;
	margin:0;
	padding:0;
}



/* CSS form */

.clear {
	clear: both;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {
	width: 125px;
	float: left;
	display: inline;
	padding: 3px 0 3px 0;
}

.form-input {
	width: 250px;
	border: 1px solid #5D3201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b5e74;
	padding: 3px;
	background: none;
}

.drop-down {
	disply: inline;
	border: 1px solid #5D3201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b5e74;
	padding: 3px;
	background: none;
}

.comments {
	border: 1px solid #5D3201;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b5e74;
	padding: 3px;
	background: none;
}

.royal-celebration-btn {
	float: left;
	display: inline;
	margin:25px 0 0 10px;
}


/* Countdown Calendar */

#countdown-container {
	width: 270px;
	height: 83px;
	border: 1px solid #3B5E74;
	border-width: 1px 0;
	margin: 35px 0 25px 37px;
}

#countdown {
	float: left;
	display: inline;
	height: 73px;
	background: url(../images/countdown.jpg) no-repeat 0 15px;
	position: relative;
}


#countdown span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 66px;
    color: #3B5E74;
    width: 55px;
    height: 45px;
    text-align:center;
    font-weight: normal;
	float: left;
	display: inline;
	padding: 3px 0 0 0px;
}

#countdown-container img {
	float: right;
	display: inline;
	border: none;
	margin-top: 5px;
}

#days-to-event {
	float: right;
	display: inline;
}

.dww-promo {
	float:left;
	display:inline;
	margin-right:10px;
	margin-top:15px;
}

* html .dww-promo {
	position:relative;
}
