
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background: #E1EAF3 url(/app/webroot/img/body-bg.png) top left repeat-x;
}

strong { font-weight:bold; }
.float-left { float: left; }
.float-right { float: right; }
.center { text-align: center; }

#content-wrapper {
	background: url(/app/webroot/img/content-bg.png) top center repeat-y;
}

#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content-footer {
	height: 20px;
	background: url(/app/webroot/img/content-footer-bg.png) top center no-repeat;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.0em;
	margin-bottom: 20px;
	color: #262A2C;
}

h3 {
	font-size: 1.6em;
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B5BDC6;
	color: #262A2C;
}

h3.no-margin {
	margin-bottom: 5px;
}

#content p {
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #272A2C;
}

#content p.no-margin {
	margin-bottom: 5px;
}

#content p.top-margin {
	margin-top: 20px;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 10px;
	color: #272A2C;
	background: url(/app/webroot/img/bullet.gif) left no-repeat;
}

.button {
	background-color: #EE9E16;
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	height: 27px;
	line-height: 27px;
	font-size: 1.2em;
	text-decoration: none;
	text-indent: -1000em;
}

#button-skis-and-boards { background-image: url(/app/webroot/img/button-skis-&-boards.gif); width: 140px; }
#button-rates-and-packages { background-image: url(/app/webroot/img/button-rates-&-packages.gif); width: 140px; }
#button-make-a-rental-reservation { background-image: url(/app/webroot/img/button-make-a-rental-reservation.gif); }
#button-ultimate-fit-centre-website { background-image: url(/app/webroot/img/button-ultimate-fit-centre-website.gif); }

.error-message {
	padding: 5px 0 5px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #600;
	background: url(/app/webroot/img/bullet-error.gif) left no-repeat;
}

/****************** HOME PAGE STYLING ******************/

h2#opener {
	font-size: 1.6em;
	line-height: 1.4em;
}

h2#opener strong {
	font-weight: bold;
}

#why-rent-with-us li {
	font-size: 1.1em;
	margin-bottom: 10px;
	padding-left: 80px;
	line-height: 1.4em;
	height: 50px;
	color: #272A2C;
	background: url(/app/webroot/img/icon-tick.gif) left no-repeat;
}

p.news-and-promotions {
	font-size: 1.1em;
	padding-left: 80px;
	line-height: 1.4em;
	color: #272A2C;
	background: url(/app/webroot/img/icon-news.gif) top left no-repeat;
}

p.news-and-promotions strong {
	font-size: 1.2em;
	font-weight: bold;
}


/****************** RETAIL STYLING ******************/

.retail-logo {
	height: 100px;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 20px;
}

.retail-logo .name,
.retail-logo .url {
	font-size: 1.1em;
	color: #272A2C;
	display: block;
	margin: 85px 10px 0 10px;
}

.retail-logo .url { background: url(/app/webroot/img/link-bullet-off.gif) right no-repeat; }

#retail-logo-dynastar { background-image: url(/app/webroot/img/retail-logos/dynastar.png); }
#retail-logo-salomon { background-image: url(/app/webroot/img/retail-logos/salomon.png); }
#retail-logo-nordica { background-image: url(/app/webroot/img/retail-logos/nordica.png); }
#retail-logo-smith { background-image: url(/app/webroot/img/retail-logos/smith.png); }

#retail-logo-scott { background-image: url(/app/webroot/img/retail-logos/scott.png); }
#retail-logo-descente { background-image: url(/app/webroot/img/retail-logos/descente.png); }
#retail-logo-dna { background-image: url(/app/webroot/img/retail-logos/dna.png); }
#retail-logo-lange { background-image: url(/app/webroot/img/retail-logos/lange.png); }

#retail-logo-sugoi { background-image: url(/app/webroot/img/retail-logos/sugoi.png); }
#retail-logo-rossignol { background-image: url(/app/webroot/img/retail-logos/rossignol.png); }
#retail-logo-k2 { background-image: url(/app/webroot/img/retail-logos/k2.png); }
#retail-logo-sierra-designs { background-image: url(/app/webroot/img/retail-logos/sierra-designs.png); }

#retail-logo-full-tilt { background-image: url(/app/webroot/img/retail-logos/full-tilt.png); }

/****************** RENTAL PRICES & PACKAGES STYLING ******************/

.package {
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.package p {
	background: url(/app/webroot/img/icon-arrow.gif) top right no-repeat;	
	height: 80px;
	margin-bottom: 0!important;
}

.package p.highlight { background-image: url(/app/webroot/img/icon-arrow-highlight.gif); }

.package .icon {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.package-header {
	background-position: top right;
	background-repeat: no-repeat;
}


/****************** OUR SKIS & BOARDS STYLING ******************/

.ski-image {
	display: block;
	border: 1px solid #D4DEE7;
	text-decoration: none;
	height: 60px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

#content-wrapper #content .container_12 {
	position: relative;
}

.ski-detail {
	width: 562px;
	background-color: #EDF2F8;
	margin-bottom: 20px;
	border: 1px solid #B5BDC6;
	position: absolute;
	top: 0;
	left: 320px;
}

.ski-detail-inner {
	border: 1px solid #FFF;
	padding: 10px 0 10px 0;
}

.ski-detail table tr td.item span {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.4em;
	background-color: #282A2C;
	color: #FFF;
	font-weight: bold;
}

.ski-detail table tr td.value span {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.4em;
}

.ski-detail .ski-image {
	height: 120px;
}

/****************** CONTACT STYLING ******************/

#map {
	width: 450px;
	height: 450px;
}

#contact-address {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B5BDC6;
	background: url(/app/webroot/img/icon-address.gif) top left no-repeat;
	
}

#contact-phone {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B5BDC6;
	background: url(/app/webroot/img/icon-phone.gif) top left no-repeat;
}

#contact-email {
	margin-top: 5px;
	padding-top: 5px;
	background: url(/app/webroot/img/icon-email.gif) top left no-repeat;
}

#contact-email div.input {
	padding-bottom: 5px;
}

#contact-email label {
	display: block;
	font-size: 1.1em;
	color: #272A2C;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#contact-email textarea,
#contact-email input { 
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
}

#contact-email div.submit {
	padding-top: 5px;
}

#contact-email div.submit input {
	width: 140px;
	height: 27px;
	float: right;
}


/****************** RESERVATION STYLING ******************/

#map {
	width: 450px;
	height: 450px;
}

#reservation-email {
	background: url(/app/webroot/img/icon-address.gif) top left no-repeat;
}

#reservation-email a {
	color: #272A2C;
	text-decoration: none;
}

#reservation-email a:hover {
	text-decoration: underline;
}

#reservation-online {
	margin-top: 5px;
	background: url(/app/webroot/img/icon-email.gif) top left no-repeat;
}

#reservation-online p {
	background: url(/app/webroot/img/icon-arrow.gif) top right no-repeat;
}

#calendars-wrapper {
	background-color: #272A2C;
	padding: 1px;
}

#calendars {
	border: 1px solid #FFF;
	padding: 10px;
}

#startDateLabel,
#endDateLabel,
#startDate,
#endDate {
	float: left;
	width: 208px;
}

#startDateLabel,
#endDateLabel {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 8px;
	text-align: center;
}

#endDateLabel,
#endDate {
	margin-left: 20px;
}

#online-reservation-start div.input {
	padding-top: 10px;
}


#online-reservation-start label {
	color: #272A2C;
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 10px;
}



#online-reservation-details label {
	color: #272A2C;
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 10px;
}

#online-reservation-details input,
#online-reservation-details select {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
}

#online-reservation-details .primary-data div.input {
	float: left;
	display: inline;
	padding-right: 20px;
}

#online-reservation-details .primary-data div.input input { width: 175px; }
#online-reservation-details .primary-data div.input select { width: 150px; }

#online-reservation-details input.number {
	width: 3em;
}

#online-reservation-details .or {
	padding-right: 10px;
}

#online-reservation-details .number-unit {
	font-weight: normal;
	font-style: italic;
}

#online-reservation-details .height,
#online-reservation-details .weight,
#online-reservation-details .age,
#online-reservation-details .skier-type,
#online-reservation-details .gender {
	float: left;
	padding-bottom: 20px;
}

#online-reservation-details .height { width: 300px; }
#online-reservation-details .weight { width: 200px; }
#online-reservation-details .age { width: 100px; }
#online-reservation-details .skier-type { width: 90px; }
#online-reservation-details .gender { width: 90px; }

#online-reservation-details .height-label,
#online-reservation-details .weight-label,
#online-reservation-details .age-label,
#online-reservation-details .skier-type-label,
#online-reservation-details .gender-label {
	padding: 15px 0 5px 0;
	display: block;
}


#online-reservation-customer div.input {
	padding-bottom: 5px;
}

#online-reservation-customer label {
	display: block;
	font-size: 1.1em;
	color: #272A2C;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#online-reservation-customer select,
#online-reservation-customer textarea,
#online-reservation-customer input { 
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
}

#online-reservation-customer div.submit {
	padding-top: 5px;
}

#online-reservation-customer div.submit input {
	width: 140px;
	height: 27px;
	float: right;
}

#barcode {
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #000;
	float: right;
}

/****************** BOOTFITTING STYLING ******************/

#bootfitting-content {
	background: url(/app/webroot/img/ufc-mascot.png) top left no-repeat;
}

#bootfitting-address {
	margin-top: 5px;
	background: url(/app/webroot/img/icon-address.gif) top left no-repeat;
}

#bootfitting-phone {
	margin-top: 5px;
	background: url(/app/webroot/img/icon-phone.gif) top left no-repeat;
}

#bootfitting-logo {
	height: 121px;
	background: url(/app/webroot/img/ufc-logo.png) top left no-repeat;
	margin-bottom: 10px;
	text-indent: -1000em;
}


/****************** TESTIMONIALS STYLING ******************/

.testimonial-author {
	text-align: right;
}

.testimonial {
	background: url(/app/webroot/img/icon-quote-open.gif) top left no-repeat;
}

.testimonial-copy {
	background: url(/app/webroot/img/icon-quote-close.gif) bottom right no-repeat;
	font-size: 1.6em!important;
	line-height: 1.4em;
}


/****************** FAQ STYLING ******************/

.question {
	background: url(/app/webroot/img/icon-q.gif) top left no-repeat;
	height: 50px;
	padding-top: 10px;
}

.answer {
	background: url(/app/webroot/img/icon-a.gif) top left no-repeat;
	height: 50px;
	padding-top: 10px;
}

/****************** TABLE STYLING ******************/

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table tr td {
	border: 1px solid #B5BDC6;
	text-align: center;
	font-size: 1.1em;
}


table thead tr td {
	background-color: #282A2C;
	color: #FFF;
	font-weight: bold;
}

table tbody tr td {
	background: #DEE5EC url(/app/webroot/img/table-cell-bg.png) top center repeat-x;
	color: #282A2C;
}

table tr td span {
	border: 1px solid #FFF;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;	
}

/****************** HEADER STYLING ******************/

#header {
	margin-top: 20px;
	margin-bottom: 20px;
}

#header h1 {
	float: left;
	display: inline;
	width: 347px;
	height: 80px;
	margin-left: 10px;
}

#header h1 a {
	display: block;
	width: 347px;
	height: 80px;
	background: url(/app/webroot/img/logo.png) top left no-repeat;
	text-indent: -1000em;
}

#header h1 a:hover {
	background: url(/app/webroot/img/logo-on.png) top left no-repeat;
}


/****************** QUICKLINKS STYLING ******************/

#quicklinks-wrapper {
	margin-left: 373px!important;
	border: 1px solid #C9D3DD;
	width: 218px!important;
	background: #E1EAF3 url(/app/webroot/img/footer-bg.png) top left repeat-x;
}

#quicklinks {
	border: 1px solid #EDF2F8;
	padding: 6px 8px 6px 8px;
}

#quicklinks ul li {
	font-size: 1.1em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E5E6E1;
	padding: 2px 0 2px 0;
	line-height: 1.4em;
	color: #272A2C;
}

#quicklinks ul li.first { border-top: none; }
#quicklinks ul li.last { border-bottom: none; }


#quicklinks ul li a {
	text-decoration: none;
	color: #272A2C;
	padding-left: 20px;
	padding-right: 4px;
	display: block;
	background: url(/app/webroot/img/link-bullet-off.gif) 4px 0.15em no-repeat;
}

#quicklinks ul li a:hover {
	background: url(/app/webroot/img/link-bullet-on.gif) 4px 0.15em no-repeat;
}




/****************** SUBMENU STYLING ******************/

.submenu-wrapper {
	border: 1px solid #C9D3DD;
	width: 138px!important;
	background: #E1EAF3 url(/app/webroot/img/footer-bg.png) top left repeat-x;
}

.submenu {
	border: 1px solid #EDF2F8;
	padding: 6px 8px 6px 8px;
}

.submenu h3 {
	font-size: 1.4em;
	border-bottom: 1px solid #E5E6E1;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

.submenu ul li {
	font-size: 1.1em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E5E6E1;
	padding: 2px 0 2px 0!important;
	background: none!important;
	line-height: 1.4em;
	color: #272A2C;
}

.submenu ul li.first { border-top: none; }
.submenu ul li.last { border-bottom: none; }

.submenu ul li a {
	text-decoration: none;
	color: #272A2C;
	padding-left: 20px;
	padding-right: 4px;
	display: block;
	background: url(/app/webroot/img/link-bullet-off.gif) 4px 0.15em no-repeat;
}

.submenu ul li a:hover {
	background: url(/app/webroot/img/link-bullet-on.gif) 4px 0.15em no-repeat;
}





/****************** NAVIGATION STYLING ******************/

#navigation-wrapper {
	background: url(/app/webroot/img/navigation-bg.png) bottom center no-repeat;
}


#navigation ul li a {
	display: block;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 1.4em;
	background-color: #272A2C;
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	text-indent: -1000em;
}

#navigation ul li a:hover {
	background-position: bottom center;
}

#navigation ul #rentals a { background-image: url(/app/webroot/img/navigation-rentals.png); }
#navigation ul #retail a { background-image: url(/app/webroot/img/navigation-retail.png); }
#navigation ul #bootfitting a { background-image: url(/app/webroot/img/navigation-bootfitting.png); }
#navigation ul #tuning a { background-image: url(/app/webroot/img/navigation-tuning.png); }

#navigation #make-a-rental-reservation {
	margin-left: 250px!important;
}

#navigation #make-a-rental-reservation a {
	background-color: #EE9E16;
	background-image: url(/app/webroot/img/navigation-make-a-rental-reservation.png)
}


/****************** IMAGE STYLING ******************/

.image-wrapper {
	background-color: #FFF;
	padding: 5px;
}

.image-wrapper img { display: block; }

.image-footer {
	height: 10px;
	background-position: top left;
	background-repeat: no-repeat;
}

.grid_3 .image-footer { background-image: url(/app/webroot/img/image-footer-grid-3.png) }
.grid_4 .image-footer { background-image: url(/app/webroot/img/image-footer-grid-4.png) }
.grid_6 .image-footer { background-image: url(/app/webroot/img/image-footer-grid-6.png) }
.grid_7 .image-footer { background-image: url(/app/webroot/img/image-footer-grid-7.png) }


/****************** FOOTER STYLING ******************/

#footer-wrapper {
	border: 1px solid #C9D3DD;
	width: 958px!important;
	background: #E1EAF3 url(/app/webroot/img/footer-bg.png) top left repeat-x;
}

#footer {
	border: 1px solid #EDF2F8;
	padding: 8px 0 8px 0;
}

#footer-wrapper #ultimate { margin-left: 8px!important; }
#footer-wrapper #get-in-touch { margin-right: 8px!important; }

#footer h3 {
	font-size: 1.4em;
	border-bottom: 1px solid #E5E6E1;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

#footer ul li {
	font-size: 1.1em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E5E6E1;
	padding: 2px 0 2px 0;
	line-height: 1.4em;
	color: #272A2C;
}

#footer ul li.first { border-top: none; }
#footer ul li.last { border-bottom: none; }

#footer ul li a {
	text-decoration: none;
	color: #272A2C;
	padding-left: 20px;
	padding-right: 4px;
	display: block;
	background: url(/app/webroot/img/link-bullet-off.gif) 4px 0.15em no-repeat;
}

#footer ul li a:hover {
	background: url(/app/webroot/img/link-bullet-on.gif) 4px 0.15em no-repeat;
}

#footer #where-we-are ul {
	width: 140px;
	float: left;
}

#footer #where-we-are #view-map {
	width: 140px;
	height: 87px;
	background: url(/app/webroot/img/footer-map.gif) top left no-repeat;
	float: right;
	margin-top: 5px;
	text-indent: -1000em;
}

#footer #get-in-touch a {
	background: none;
	padding-left: 0;
	display: inline;
}

#footer #get-in-touch a:hover {
	text-decoration: underline;
}

#copyright p {
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 1.1em;
}

/****************** SNOW REPORT STYLING ******************/

.snow-report-wrapper {
	background-color: #272A2C;
	padding: 1px;
}

.snow-report {
	border: 1px solid #FFF;
	background-color: #272A2C;
	margin-top: 1px;
}

.snow-report-wrapper .first-child {
	margin-top: 0;
}

.snow-report h4 {
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 0 4px 0;
}

.snow-report h5 {
	color: #FFF;
	text-align: center;
	font-size: 1.1em;
	padding: 3px 0 3px 0;
}

.snow-report h6 {
	color: #B5B6B7;
	border-top: 1px solid #3D4042;
	border-bottom: 1px solid #3D4042;
	text-align: center;
	font-size: 1.0em;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
}

.snow-report .day {
	width: 144px;
	float: left;
	display: inline;
}

.snow-report .day-left {
	margin-left: 3px;
	margin-right: 1px;
}

.snow-report .day-right {
	margin-left: 1px;
	margin-right: 3px;
}

.snow-report .period {
	width: 48px;
	float: left;
	display: inline;
	text-align: center;
	padding-bottom: 8px;
	background-color: #272A2C;
}

#snow-forecast-link {
	margin-top: 5px;
	text-align: right;
}

#snow-forecast-link a {
	color: #B01F22;
	font-weight: bold;
}