@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/bkgrnd_header_grey.jpg);
	background-repeat: repeat;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}


a.linkunderline {
	text-decoration: underline;
	font-weight: bold; color: #333;
}


.underline {
	text-decoration: underline;
}



.oneColFixCtrHdr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 352px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* --------------------------- */
/* ------ CENTER WRAPPER ----- */
/* --------------------------- */
.oneColFixCtrHdr #maincontentwrapper {
	width: 875px;
	background-image: url(images/dropshadow_wrapper_middle.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

.oneColFixCtrHdr #maincontentwrapper p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* -------------------------- */
/* ------ MAIN CONTENT ------ */
/* -------------------------- */

#second_nav_wrapper {
	float: left; 
	width: 735px;
}

#second_nav_h1 {
	width: 300px;
	float: left;
}

#second_nav {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 20px;
}

#second_nav_line {
	border-bottom: 1px solid #000;
	width: 735px;
	height: 1px;
}

.oneColFixCtrHdr #mainContent {
	width: 770px;
	padding: 0;
	margin: 0 auto;
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	/* border-bottom: 1px #666 solid; */
}

.bold {
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent h2 {
	font: 16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 10px 0 5px 0;
}

.oneColFixCtrHdr #mainContent #pagetitle {
	float: left;
	width: 735px;
}

.oneColFixCtrHdr #mainContent #wdf_icon {
	float: right;
	margin-top: 30px;
 }

.oneColFixCtrHdr #mainContent p, 
.oneColFixCtrHdr #mainContent .leftcolumn_home, 
.oneColFixCtrHdr #mainContent .rightcolumn_home {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #333;
	padding: 10px 0 10px 0;
}

/* HOME COLUMNS */
.oneColFixCtrHdr #mainContent .leftcolumn_home {
	width: 525px;
	float: left;
}

.oneColFixCtrHdr #mainContent .rightcolumn_home {
	width: 170px;
	float: right;
}

/* SKI COLUMNS */
.oneColFixCtrHdr #mainContent .leftcolumn_skis {
	width: 260px;
	float: left;
}

.oneColFixCtrHdr #mainContent .rightcolumn_skis {
	width: 440px;
	float: left;
	margin-left: 40px;
}

/* BINDINGS */
.oneColFixCtrHdr #mainContent .leftcolumn_bindings {
	width: 305px;
	float: left;
} 

.oneColFixCtrHdr #mainContent .rightcolumn_bindings {
	width: 380px;
	float: left;
	margin-left: 40px;
}


/* LEFT COLUMN */
.oneColFixCtrHdr #mainContent .leftcolumn {
	width: 305px;
	float: left;
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #mainContent .leftcolumn p {
	font: 12px Tahoma, Geneva, sans-serif;
}


/* RIGHT COLUMN */
.oneColFixCtrHdr #mainContent .rightcolumn {
	width: 305px;
	float: left;
	margin: 0 0 0 100px;
}

.oneColFixCtrHdr #mainContent .rightcolumn p {
	font: 12px Tahoma, Geneva, sans-serif;
}

/* WIDE COLUMN */
.oneColFixCtrHdr #mainContent .widecolumn p {
	font: 12px Tahoma, Geneva, sans-serif;
	width: 720px;
}


/* -------------------------- */
/* ------ FOOTER CONTENT ------ */
/* -------------------------- */
.oneColFixCtrHdr #footer {
	background-image: url(images/dropshadow_footer.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 875px;
	height: 104px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* -------------------------- */
/* ------ OTHER CONTENT ------ */
/* -------------------------- */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */