body {
	margin: 0px 0px 10px;
	background-color: #FFFFFF;
	background-image: url(images/sect-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4F4F4F;
}
#container {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 96px;
	width: 772px;
}
#body {
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
	width: 772px;
}
#sect-body {
	background-image: url(images/sect-body-bg.gif);
	background-repeat: repeat-y;
	width: 772px;
}
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 772px;
	margin-top: 15px;
	position: relative;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #B9CFEC;
	text-decoration: none;
}
#nav-container {
	width: 772px;
	height: 31px;
}
#nav {
	width: 772px;
	height: 31px;
	background-image: url(images/nav.gif);
	position: relative;
	margin: 0px; padding: 0;
}
#nav li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
#nav li, #nav li a {
    height: 31px;
	display: block;
}

#link-home { left: 7px; width: 62px; }
#link-products { left: 69px; width: 86px; }
#link-second-hand { left: 155px; width: 109px; }
#link-rentals { left: 263px; width: 75px; }
#link-workshop { left: 338px; width: 91px; }
#link-ski-reports { left: 429px; width: 97px; }
#link-about-us { left: 526px; width: 83px; }
#link-contact-us { left: 609px; width: 97px; }
#link-news { left: 705px; width: 58px; }

#link-home a:hover { background: url(images/nav.gif) -7px -31px no-repeat;}
#link-products a:hover { background: url(images/nav.gif) -69px -31px no-repeat;}
#link-second-hand a:hover { background: url(images/nav.gif) -155px -31px no-repeat;}
#link-rentals a:hover { background: url(images/nav.gif) -263px -31px no-repeat;}
#link-workshop a:hover { background: url(images/nav.gif) -338px -31px no-repeat;}
#link-ski-reports a:hover { background: url(images/nav.gif) -429px -31px no-repeat;}
#link-about-us a:hover { background: url(images/nav.gif) -526px -31px no-repeat;}
#link-contact-us a:hover { background: url(images/nav.gif) -609px -31px no-repeat;}
#link-news a:hover { background: url(images/nav.gif) -705px -31px no-repeat;}

#nav a span {
	display: none;
}
#sect-nav {
	width: 772px;
	height: 31px;
	background-image: url(images/sect-nav.gif);
	position: relative;
	margin: 0px; padding: 0;
}
#sect-nav li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
#sect-nav li, #sect-nav li a {
    height: 31px;
	display: block;
}

#sect-link-home { left: 7px; width: 62px; }
#sect-link-products { left: 69px; width: 86px; }
#sect-link-second-hand { left: 155px; width: 109px; }
#sect-link-rentals { left: 263px; width: 75px; }
#sect-link-workshop { left: 338px; width: 91px; }
#sect-link-ski-reports { left: 429px; width: 97px; }
#sect-link-about-us { left: 526px; width: 83px; }
#sect-link-contact-us { left: 609px; width: 97px; }
#sect-link-news { left: 705px; width: 58px; }

#sect-link-home a:hover { background: url(images/sect-nav.gif) -7px -31px no-repeat;}
#sect-link-products a:hover { background: url(images/sect-nav.gif) -69px -31px no-repeat;}
#sect-link-second-hand a:hover { background: url(images/sect-nav.gif) -155px -31px no-repeat;}
#sect-link-rentals a:hover { background: url(images/sect-nav.gif) -263px -31px no-repeat;}
#sect-link-workshop a:hover { background: url(images/sect-nav.gif) -338px -31px no-repeat;}
#sect-link-ski-reports a:hover { background: url(images/sect-nav.gif) -429px -31px no-repeat;}
#sect-link-about-us a:hover { background: url(images/sect-nav.gif) -526px -31px no-repeat;}
#sect-link-contact-us a:hover { background: url(images/sect-nav.gif) -609px -31px no-repeat;}
#sect-link-news a:hover { background: url(images/sect-nav.gif) -705px -31px no-repeat;}

#sect-nav a span {
	display: none;
}
#nav-shadow {
	background-image: url(images/nav-shadow.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 772px;
}
#sect-nav-shadow {
	background-image: url(images/sect-nav-shadow.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 772px;
}
#side-bar-left {
	float: left;
	width: 167px;
}
.cta {
	width: 147px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
.cta p {
	margin-right: 2px;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	color: #2662BB;
}
#body-inner {
	float: left;
	width: 397px;
	margin-right: 20px;
	margin-left: 20px;
}
#sect-body-inner {
	float: left;
	width: 564px;
	padding-right: 20px;
	padding-left: 20px;
}
#side-bar-right {
	float: left;
	width: 167px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #286EC6;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #286EC6;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0px;
}
.clear-floats {
	clear: both;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.photo-border {
	border: 1px solid #E9F0F9;
	padding: 5px;
}
.caption {
	text-align: center;
	font-size: 10px;
	background-color: #E9F0F9;
	color: #2662BB;
	margin-top: 4px;
}
.winner .photo-border {
	border: 1px solid #FF9900;
	padding: 5px;
}
.winner .caption {
	text-align: center;
	font-size: 10px;
	background-color: #FF9900;
	color: #ffffff;
	margin-top: 4px;
}
.blue-bar {
	background-image: url(images/blue-bar.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 397px;
	margin-top: 15px;
	padding-top: 2px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
a {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
}

.seo {
	font-size: 11px;
	font-style: italic;
	font-weight:normal;
	color: #BBBBBB;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}
#body-inner ul {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 15px;
}
#body-inner li, #sect-body-inner li {
	margin: 0px 0px 6px;
	padding: 0px 18px;
	background: url(images/bullet.gif) no-repeat 2px 2px;
	list-style-type: none;
}
.products-list {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#photo-gallery {
	background-color: #E9F0F9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #73A0DA;
	border-bottom-color: #73A0DA;
	border-left-color: #73A0DA;
	margin-bottom: 15px;
}
#cta-photo-gallery {
	height: 18px;
}
#photo-gallery img {
	border: 1px solid #73A0DA;
	margin-left: 6px;
}
#photo-gallery p {
	margin-right: 2px;
	margin-left: 6px;
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 12px;
	color: #2662BB;
}
.cta ul {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0px;
	padding-left: 15px;
}
.cta li {
	margin: 0px 0px 6px;
	padding: 0px 18px;
	background: url(images/cta-bullet.gif) no-repeat 2px 2px;
	list-style-type: none;
}
#copyright {
	position: absolute;
	left: 17px;
	top: 16px;
}
#avatar {
	position: absolute;
	left: 245px;
	top: 16px;
}
#footer-links {
	position: absolute;
	left: 578px;
	top: 16px;
}
table.prices {
	margin: 0px 0px 2ex;
}

table.prices th {
	text-align: left;
	background-color: #3573D6;
	color: white;
	padding: 2px 4px;
}

table.prices th.price {
	text-align: right;
}

table.prices td {
	padding: 2px 4px;
	vertical-align: top;
}

table.prices tr.hilite td {
	background-color: #DCEAFE;
}

table.prices td.item {
	text-align: left;
}

table.prices td.price {
	text-align: right;
}
.table-padding {
	padding-right: 6px;
	padding-left: 6px;	
}
form {
	margin: 0px 0px 2ex;
} 

fieldset {
	border: 1px solid #73A0DA;
	padding: 0px 0px 8px;
}

legend {
	color: #286EC6;
	text-transform: uppercase;
	margin-bottom: 8px;
	font: bold 12px Arial, sans-serif;
}

label {
	clear: left;
	float: left;
	width: 153px;
	font-weight: bold;
	text-align: right;
}

input.text, textarea {
	border: 1px solid #73A0DA;
	background-color: #E9F0F9;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 8px;
	font: 11px Arial, sans-serif;
}

input.submit {
	margin-left: 163px;
}

input.button {
	background-color: #f60;
	border: 1px solid #fc0;
	border-bottom-color: #930;
	border-right-color: #930;
	font: bold 11px Verdana, sans-serif;
	color: white;
	text-transform: uppercase;
}
.contact-map {
	float: right;
	margin: 0px 0px 0px 8px;
}
address {
	font-style: normal;
}