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

* {
  margin: 0;
  padding: 0;
  border: none;
  
}

body {
	margin: 0;
 	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: url(images/bg-main.jpg) repeat-x;
	color: #4e5e64;
}

#main {
	padding: 0;
	background: url(images/bg-footer.png) repeat-x bottom;
}

#container {
	width: 960px;
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0 auto;
}

#header {
	margin: 0;
	height: 160px;
}

/* @group Header */
/*hours*/

#hours{
	text-shadow: #004871 4px 4px 4px;
	font-size: 1em;
	float: right;
	color: #fff;
	text-align: right;
	margin: 2px 13px 0 0;
}
#hours ul {
	margin: 0;
	padding: 0;
}

#hours ul li{
	list-style-type: none;
	margin: 0;
	padding: 1px 0 0 0;
	line-height: 1.1em;

}
#header-phone {
	font-size: 1.3em;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
	padding-top: 85px;
	font-weight: normal;
}


/* @end */

/*Begin Navigation*/

#navigation {
	position: absolute;
	top: 115px;
	height: 45px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg-nav.png) no-repeat right;
}

#navigation ul {
	margin: 0;
	list-style: none;
	width: 695px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 265px;
}

#navigation ul li {
	float: left;
}

#navigation ul a {
	display: block;
	line-height: 42px;
	text-decoration: none;
	color: #FFF;
	font-size: 19px;
	height: 45px;
	width: 110px;
	text-align: center;
	padding: 0;
	background-image: url(images/bg-navbtn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}

#navigation ul a:hover {
	color: #e1f7ff;
	background-image: url(images/bg-navbtn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*End Navigation*/

#main_content {
	background: url(images/bg-maincontent.png) repeat-x;
	position: relative;
	padding-top: 36px;
	min-height: 560px;
}

#home_content {
	float: right;
	width: 621px;
	margin-right: 10px;
}
#column_left {
	float: left;
	width: 280px;
}
#column_right {
	float: right;
	width: 280px;
}
#skishop_header {
	height: 33px;
	width: 430px;
	position: absolute;
	left: 240px;
	top: 82px;
}
#familyowned {
	height: 16px;
	width: 259px;
	position: absolute;
	left: 18px;
	top: 65px;
}

#home_content h1 {
	font-size: 30px;
	color: #66976d;
	margin-bottom: 5px;
}

#home_content h2 {
	font-size: 18px;
	color: #004871;
	margin-bottom: 5px;
}
#homepage_text {
	padding-right: 20px;
	padding-left: 10px;
}

#skitag {
	height: 398px;
	width: 328px;
	position: absolute;
	left: -40px;
	top: 100px;
}

p {
	margin: 0 0 12px 0;
}


a {
	color: #693;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	margin-left: 10px;
        padding-left: 20px;
	padding-bottom: 10px;
}


#logo {
	height: 206px;
	width: 346px;
	position: absolute;
	left: -32px;
	top: 15px;
	z-index: 100;
}

#logo h1 {
	height: 206px;
	width: 346px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/img-logo.png);
	background-repeat: no-repeat;
}


#logo a {
	height: 206px;
	width: 346px;
	display: block;
	text-indent: -999999px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

#callouts {
	width: 940px;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
}

#callouts ul {
	margin: 0;
	list-style: none;
	width: 900px;
}

#callouts ul li {
	float: left;
	width: 300px;
	vertical-align: bottom;
}

#footer {
	height: 40px;
	color: #004871;
	width: 960px;
	padding-top: 5px;
	margin-top: 10px;
}
#bigpixelstudio {
	text-align: right;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
}

#footer #copyright {
	float: left;
	width: 250px;
	padding-left: 10px;
}

#footer #contact_info {
	text-align: right;
	float: right;
	width: 650px;
	padding-right: 10px;
}

.text {
	width: 400px;
	height: 25px;
	padding: 2px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.error {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.formbox {
	height: 150px;
	width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}

#form_address {
	width: 300px;
	padding: 10px;
	height: 120px;
	border: 2px dotted #010E66;
	position: absolute;
	right: 40px;
	top: 60px;
}

