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

/* --------- GLOBAL ---------- */

body {
	background: #cc7a35 url(../images/bkgd.png) repeat-x top left;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}







/* ----------- LAYOUT ----------*/

#ads {
	float: right;
	margin: 200px 0 0 5px;
}

#wrapper {
	width: 1030px;
	margin: 0 auto;
}

#contents {
	float: left;
	width: 900px;
}

#title {
	text-align: center;
	padding-bottom: 20px;
}

#subhead {
	background: #9a0202;
}
	#subheadtext {
		margin: 0 0 5px 20px;
	}

#nav {
	background: #ba6e2d url(../images/navbkgd.png) repeat-x;
}

#factoid {
	background: #642e01;
	clear: both;
}

#content {
	background: #fff;
}

#content-margin {
	width: 860px;
	margin: 0 0 0 20px;
}

#bottomcontent {
	width: 860px;
	margin: 0 0 0 20px;
}
.redtop {
	border-top: 1px solid #9a0202;
	padding-top: 20px;
}

#contentbottom {
	height: 10px;
}



#home-video {
	background-color: #fae8d9;
}

#hv-margin {
	width: 860px;
	margin: 10px 0 10px 20px;
	padding: 20px 0;
}

#videotext {
	width: 480px;
	float: left;
}




/* -------- TEXT FORMATTING ---------- */

p, ul, ol, label, td {
	font-size: 14px;
}

h1 {
	font-size: 30px;
}

h1.homeh1 {
	font-size: 24px;
}

h2.homeh2 {
	font-size: 30px;
}

h1, h2, h3 {
	color: #9a0202;
}

#footertext {
	font-size: 14px;
	color: #642e01;
	font-weight: bold;
	font-style: italic;
	margin: 0; /* 0 0 0 20px;*/
}

#ft_headline {
	font-size: 21px;
	color: #9a0202;
}

#subhead p {
	float: right;
	margin: 2px 20px 0px 0px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	font-size: 18px;
}

#nav p {
	float: right;
	margin: 0 20px 0 0;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
}


#factoid p {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 20px;
	line-height: 30px;
}

#footer p {
	margin: 5px 0;
	text-align: center;
	font-size: 10px;
}

#footer p#footlinks {
	font-size: 12px;
}


.top {
	margin-top: 0;
}

.bottom {
	margin-bottom: 0;
}

.right {
	text-align: right;
}

.small {
	font-size: 10px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.gray {
	color: #666;
}


td.label {
	text-align: right;
}


p.home {
	margin-top: 0;
	line-height: 20px;
}

.caps {
	text-transform: uppercase;
}




/* --------- LINK FORMATTING ---------- */

a img {
	border: 0 none;
	text-decoration: none;
}

a:link,
a:visited {
	color: #000;
	text-decoration: underline;
	-webkit-transition: color 0.6s linear;
}

a:hover {
	color: #9a0202;
	-webkit-transition: color 0.1s linear;
}


#footlinks a:link,
#footlinks a:visited {
	color: #000;
	font-size: 12px;
	margin: 0 10px;
	text-decoration: none;
	-webkit-transition: color 0.5s linear;
}

#footlinks a:hover {
	color: #9a0202;
	-webkit-transition: color 0.1s linear;
}





/* ---------- floats/clears ----------- */

.fltLt {
	float: left;
}

img.fltLt {
	margin-right: 20px;
	margin-bottom: 10px;
}

.fltRt {
	float: right;
}

img.fltRt {
	margin-left: 20px;
	margin-bottom: 10px;
}

.clr {
	clear: both;
}








/* ------ SPECIALS PRICING ------ */

#buy6price {
	display: none;
}

#travelprice {
	display: none;
}

#weeksinput {
	visibility: hidden;
}





/* ---------- NAVIGATION ----------- */

ul#navmenu {
	margin: 0;
	padding: 0;
}

#navmenu li {
	list-style-type: none;
}

#navmenu a:link,
#navmenu a:visited {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	float: left;
	display: block;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	background-color: 0 none;
	-webkit-transition: background-color 0.5s linear;
}

#navmenu a:hover {
	background-color: #9a0202;
	-webkit-transition: background-color 0.1s linear;
}

#navmenu a#home {
	margin-left: 0;
}
