@charset "UTF-8";
/* CSS Document */

#container {
	width: 890px;
}

/*---------------------------------------------
TOP NAVIGATION
---------------------------------------------*/

#topNav {
	text-align: center;
}

#topNavImage {
	margin: 0 auto;
}

#topNavLinks {
	width: 602px;
	margin: 0 auto;
	height: 52px;
	position: relative;
}

#topNavLinks ul, #topNavLinks li {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#topNavLinks ul {
	padding-top: 8px;
}

#topNavLinks li {
	width: 120px;
	float: left;
}

#topNavLinks a, #topNavLinks a:link, #topNavLinks a:visited {
	display: block;
	width: 110px;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
}

#topNavLinks a:hover, #topNavLinks a:focus {
	color: #1b69cf;
	text-decoration: none;
}

#topNav a span {
	display: block;
}

/* left links */

#topNav .left a, #topNav .left a:link, #topNav .left a:visited {
	background-image: url(../images/template/topnav/topleftlinks_ro.gif);
	background-position: right top;
	height: 28px;
	text-align: right;
}

#topNav .left a:hover, #topNav .left a:focus {
	background-position: right bottom;
}

#topNavLinks .left span {
	padding-right: 36px;
}

/* center links */

#topNav .center a, #topNav .center a:link, #topNav .center a:visited {
	background-image: url(../images/template/topnav/topcenterlinks_ro.gif);
	background-position: center top;
	height: 45px;
	text-align: center;
}

#topNav .center a:hover, #topNav .center a:focus {
	background-position: center -84px;
}

#topNavLinks .center span {
	padding-top: 28px;
}

/* right links */

#topNav .right a, #topNav .right a:link, #topNav .right a:visited {
	background-image: url(../images/template/topnav/toprightlinks_ro.gif);
	background-position: left top;
	height: 28px;
	text-align: left;
}

#topNav .right a:hover, #topNav .right a:focus {
	background-position: left bottom;
}

#topNavLinks .right span {
	padding-left: 36px;
}

/* cart link */

#topCartLink {
	margin: 0 auto;
}

#topCartLink p {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 3px 12px 3px 0;
}

/* alert/vacation message */

#topAlertMsg {
	margin: 3px 12px 5px 1px;
	border: 1px solid #000;
	background-color: #474747;
}

#topAlertMsg p {
	color: #ffee77;
	text-align: center;
	display: block;
	margin: 0;
	padding: 5px 24px;
}

/*---------------------------------------------
MAIN CONTENT AREA TEMPLATE
---------------------------------------------*/

#rightMain, .rightnav-yes #rightMain, .rightnav-no #rightMain {
	width: 688px;
	margin: 0 0 0 auto;
	float: right;
}

.wide-basic #rightMain {
	width: 800px;
	margin: 0 auto;
}

#contentContainer {
	background-color: #fff8dc;
	margin-top: 12px;
	position: relative;
}

.rightnav-yes #contentContainer {
	background-image: url(../images/template/home_content/content_bg_2col.gif);
	width: 688px;
}

.rightnav-no #contentContainer {
	background-image: url(../images/template/home_content/content_bg_1col.gif);
	width: 688px;
}

.wide-basic #contentContainer {
	background-image: url(../images/cart/cart_background.gif);
	width: 800px;
}

#contentRightNav {
	width: 180px;
	float: right;
	background-image: url(../images/template/rightnav/rightnav_border_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#contentRightClear {
	clear: both;
	height: 116px;
}

#millMountainLink {
	display: block;
	width: 157px;
	height: 112px;
	position: absolute;
	bottom: 0px;
	bottom: -8px;
	right: 21px;
}

#contentStage {
	min-height: 680px;
}

#contentStage, .rightnav-yes #contentStage {
	width: 508px;
	margin: 0 auto 0 0;
	overflow: hidden;
}

.rightnav-no #contentStage {
	width: 688px;
	margin: 0 auto;
}

.wide-basic #contentStage {
	width: 800px;
	margin: 0 auto;
}

#contentStageContainer {
	position: relative;
	display: block;
	overflow: hidden;
}

#contentBorderTop {
	background-repeat: no-repeat;
}

.rightnav-yes #contentBorderTop {
	background-image: url(../images/template/home_content/content_top_2col.gif);
	height: 13px;
}

.rightnav-no #contentBorderTop {
	background-image: url(../images/template/home_content/content_top_1col.gif);
	height: 13px;
}

.wide-basic #contentBorderTop {
	background-image: url(../images/cart/cart_border_top.gif);
	height: 10px;
}

#contentBorderBtm {
	background-repeat: no-repeat;
	clear: both;
}

.rightnav-yes #contentBorderBtm {
	background-image: url(../images/template/home_content/content_btm_2col.gif);
	height: 13px;
}

.rightnav-no #contentBorderBtm {
	background-image: url(../images/template/home_content/content_btm_1col.gif);
	height: 13px;
}

.wide-basic #contentBorderBtm {
	background-image: url(../images/cart/cart_border_btm.gif);
	height: 12px;
}

.rightnav-yes #contentStageEditable {
	padding: 0 28px 0 28px;
}

.rightnav-no #contentStageEditable {
	padding: 12px 80px;
}

.wide-basic #contentStageEditable {
	padding: 12px;
}

#contentStageEditable {
	text-align: left;
}

#pageHeader {
	margin: 12px auto 20px auto;
}

#planFooter {
	margin: 0;
	display: block;
	padding: 8px 0 16px 0;
}

#planFooter p {
	margin: 0 auto;
	text-align: center;
}

#planFooter p.credits {
	margin: 3px auto;
	font-size: 10px;
}

/*---------------------------------------------
MISCELLANEOUS SHARED CLASSES
---------------------------------------------*/

.clear-float {
	clear: both;
	height: 1px;
}

.centered {
	text-align: center;
}

.side-note {
	font-size: 11px;
	line-height: 13px;
	color: #7d3636;
}
