* {
  font-family: Verdana, arial, sans-serfif;
}

@font-face {
	font-family: 'HelveticaNeue';
  src: url("HelveticaNeue.eot"); /* EOT file for IE */ 
	src: local('?'), url('HelveticaNeue.ttf') format('truetype'), url("HelveticaNeue.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html, body{
	margin:0;
	padding:0;
	width:100%;
  font-size: 0.90em;
}

#header, #landingHeader{
	width:100%;
	overflow:hidden;
	position:relative;
	height:380px;
  z-index: 2;
}

#landingHeader{
	height:476px;
}

#headerImages{
	position:absolute;
	left:50%;
	top:40px;
	z-index:1;
}

#header #headerImages{
	height:280px;
	margin-left:-840px;
}

#landingHeader #headerImages{
	height:438px;
	margin-left:-668px;

}

#headerImagesContent {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1680px;
  height: 280px;
  margin-left: -840px;
  z-index: -1;
}

#headerImagesContent img {
  position: relative;
  z-index: 2;
}


#topbar{
	position:absolute;
	width:980px;
	left:50%;
	margin-left:-490px;
	z-index:2;
}

#logo, #landingLogo{
	position:absolute;
	width:252px;
	height:165px;
	z-index:3;
}
#logo{
	top:0;
	left:0;
}
#landingLogo{
	top:0px;
	left:364px;
}
#tagline{
	position:absolute;
	top:40px;
	left:260px;
}
#landingTagline{
	position:absolute;
	top:390px;
	left:87px;
}

#headersweep, #checkavail, #specialoffers{
	position:absolute;
	top:352px;
}

#headersweep{ left:25px; top:332px; }
#checkavail{ left:218px; }
#specialoffers{ left:398px; }

#wrapper {
  text-align: center;
  margin: 0px auto;
  width: 812px;
}

#bodyContent {
  display: block;
  width: 812px;
  text-align: left;
  color: #666666;
  line-height: 1.5em;
  font-size: 0.8em;
  margin-top: 110px;
  *padding-top: 100px;
}

#bodyContent a {
  color: #c5ac9b;
  text-decoration: none;
}

#bodyContent a:hover {
  color: #e0c4b0;
}

#bodyContent h1 {
  font-size: 1.2em;
}

#bodyContent img {
  border: none;
}

.head2 {
  font-size: 1.2em;
  font-weight: bold;
}


/* --------------------------------------------Menu */
#menuBar ul { list-style-type: disc; margin: 0px; padding: 0px;}

#menuBar li {
  float: left;
}

#menuBar .menu-item {
  font-family: HelveticaNeue, Verdana, Arial;
  font-size: 15px;
  color: #cccccc;
  margin-right: 25px;
  padding-left: 3px;
  font-size: 13px \0/;   /* IE9 */
  font-weight: bold \0/;   /* IE9 */
  margin-right: 22px \0/;   /* IE9 */
}

#menuBar .menu-item-last {
  font-family: HelveticaNeue, Verdana, Arial;
  font-size: 15px;
  color: #cccccc;
  font-size: 13px \0/;   /* IE9 */
  font-weight: bold \0/;  /* IE9 */
}

@media \0screen {
  #menuBar .menu-item-last {
    font-size: 15px;
  }
  #menuBar .menu-item {
    font-size: 15px;
  }
}

#menuBar .menu-item a, #menuBar .menu-item-last a {
  font-family: HelveticaNeue, Verdana, Arial;
  color: #666666;
  text-decoration: none;
}

#menuBar .menu-item a:hover, #menuBar .menu-item-last a:hover {
  color: #b69782;
}

#main-menu ul {
	position: absolute;
	top: -999em;
  z-index: 9999;
}

#main-menu ul li {
	width:			100%;
}
#main-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

#main-menu li:hover ul,
#main-menu li.sfHover ul {
	left:			200;
	top:			-135px; /* match top ul list item height */
	z-index:		9998;
	margin: 7px 0 0 -15px;
  width: 320px;
  *margin-left: -100px;
}

#main-menu li:hover li,
#main-menu li.sfHover li {
	height: auto;
	margin: 0 0 15px 0;
  *margin: 0 0 5px 0;
	background: none;
	font-size: 0.80em;
}

#main-menu li:hover li a,
#main-menu li.sfHover li a {
	height: auto;
	margin: 0;
	padding: 5px;
	float: none;
  color: #808080;
	/*text-shadow: 0px 1px 0px #e9e5d6;*/
  text-decoration: none;
	background: url(images/sub_menu_bg.png) repeat;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright:0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  *height: 14px;
  *display:block;
  *background: #fff;
  background: #fff\9;
}

#main-menu li:hover li a:hover,
#main-menu li.sfHover li a:hover {
	text-shadow: 0px 1px 0px #fff;
}

ul#main-menu li:hover li ul,
ul#main-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li:hover ul,
ul#main-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#main-menu li li:hover li ul,
ul#main-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li li:hover ul,
ul#main-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#main-menu li:hover li.mcAlpine a:hover {
  color: #8b933b;
}
#main-menu li:hover li.cablebeach a:hover {
  color: #B2625C;
}
#main-menu li:hover li.kimberley a:hover {
  color: #871333;
}


#footer-container {
  position: absolute;
  width: 952px;
  left: 50%;
  top: 590px;
  margin-left: -476px;
  border-top: solid 1px #dadada;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  *padding-top: 18px;
}
#footer-container a {
  color: #cacaca;
  text-decoration: none;
}
#footer-container a:hover {
  color: #dedede;
}

#footer-container .footer-left-box-1 {
  float: left;
  color: #cacaca;
  font-size: 0.8em;
  line-height: 1.3em;
}

#footer-container .footer-left-box-2 {
  float: left;
  color: #cacaca;
  font-size: 0.8em;
  margin-left: 75px;
  line-height: 1.3em;
}

#footer-container .footer-left-box-3 {
  float: left;
  color: #cacaca;
  font-size: 0.8em;
  text-align: center;
  margin-left: 50px;
  line-height: 1.3em;
}

#footer-container .footer-left-box-4 {
  float: right;
  width: 73px;
  height: 47px;
  background: url(images/logo-small.gif) top left no-repeat;
}

.error {
  color: red;
  margin-bottom: 15px;
}
