/*
    CSS Reset v1.0 by Eric Meyer, released in the public domain | 20080212
    Ski Slide styling begins below
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
    Ski Slide styling begins here
*/

body {
	background: #888;
	font-size: 67.5%;
	font-family: Helvetica, Arial, sans-serif;
}


#wrapper {
	background: #3b65ab url("../images/montagnes.jpg") left bottom no-repeat;
	font-size: 1.2em;
	line-height: 1.4;
	width: 960px;
	margin: 0 auto;
}

table {
	width: 100%;
}

table tr.header, table tr.header th {
}

table th {
	background: #111;
	color: #fff;
}

table tr {
	border: 1px solid #333;
	background: #fff;
}

table td.price {
	text-align: right;
}

table tr.odd {
	background: #f5f5f5;
}

table tr.special {
  background: #fdf600;
  color: #d7041a;
  font-weight: bold;
}

table td, table th {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: 1px solid #ddd;
}

.float_left {
	float: left;
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.float_right {
	float: right;
	margin-top: 0.5em;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

a:link, a:visited {
	color: #aa2a2a;
	font-weight: bold;
}

a:hover {
	color: #606060
}

#header {
	background: #333 url("../images/skislide_logo.jpg") left top no-repeat;
	height: 182px;
}

#header h1 {
	display: none;
}

#header h2 {
	width: 360px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	margin-left: 380px;
	padding-top: 50px;
}

#header h2 span {
	display: block;
	font-size: 1.45em;
}

#header h2 strong {
	color: #e60018;
}

#nav {
	overflow: hidden;
	background: #000 url("../images/nav.png") left top repeat-x;
	padding-left: 80px;
}

#nav #menus {
	float: left;
	overflow: hidden;
	border-left: 1px solid #535353;
}

#nav #menus li {
	border-right: 1px solid #535353;
}

#nav #menus li.current {
	background: #222 url("../images/nav-selected.png") left top repeat-x;
}

#nav #menus li.current a {
	color: #ffff99;
}

#nav li {
	float: left;
	font-size: 0.9em;
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}

#nav #menus li a:hover {
	background: #eee;
	color: #111;
}

#nav #languages {
	padding-right: 80px;
	float: right;
	overflow: hidden;
	margin-top: 0.6em;
}

#nav #languages li {
	margin-left: 1em;
}

#nav #languages li a {
	position: relative;
}

#nav #languages span {
	display: none;
}

#nav #languages .french {
	background: transparent url("../images/fr.png") left top no-repeat;
}

#nav #languages .english {
	background: transparent url("../images/gb.png") left top no-repeat;
}

#topwrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 17px;
	background: transparent url("../images/container_top.png") left top no-repeat;
}

#bottomcontainer {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding-bottom: 17px;
	background: transparent url("../images/container_bottom.png") left top no-repeat;
}

#container {
	overflow: hidden;
	padding: 80px;
	padding-top: 40px;
	background: transparent url("../images/container.png") left top no-repeat;
	width: 640px;
	margin: 0 auto;
}

#main {
	font-size: 1.1em;
	width: 400px;
	float: left;
}

#main img {
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;	
}

#main p {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

#main ul {
	list-style: none;
	padding-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#main ul li {
	background: transparent url("../images/bullet.png") left center no-repeat;
	padding-left: 15px;
}

#main ul.nav {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
	background: #d7041a;
	width: 100%;
}

#main ul#pricing {
	border-bottom: 1px solid #d7041a;
	margin-top: 1em;
	background: none;
}

#main ul.nav li {
	display: block;
	float: left;
	list-style: none;
	background: none;
	
}

#main ul#pricing li a {
	color: #333;
}

#main ul.nav li a {
	padding: 0.5em;
	color: #fff;
	display: block;
}

#main ul.nav li a:link, #main ul.nav li a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #bbb;
}

#main ul.nav li a:hover {
	text-decoration: underline;
}

#main ul#pricing li a:link.active, #main ul#pricing li a:visited.active {
	background: #d7041a;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#main ul.nav li a:link.active, #main ul.nav li a:visited.active {
	background: none;
	text-decoration: underline;
	color: #fff;
}

#main h1 {
	text-transform: uppercase;
	color: #d7041a;
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #9fadb4;
}

#main h2 {
	font-size: 1.1em;
	margin-top: 2em;
}

#main h3 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#sidebar {
	float: left;
	margin-left: 80px;
	width: 160px;
}

#sidebar p img {
	margin-bottom: 3em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-left: 1px solid #bbb;
	border-right: 1px solid #777;
}

#sidebar .box {
	width: 160px;
	background: #fff url("../images/box.png") left 27px no-repeat;
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-left: 1px solid #bbb;
	border-right: 1px solid #777;
}

#sidebar .box h3 {
	text-align: center;
	width: 150px;
	background: transparent url("../images/box_title.png") left top no-repeat;
	font-size: 1em;
	margin-bottom: 1em;
	padding: 5px;
	color: #fff;
}

#sidebar .box p {
	font-size: 0.9em;
	padding: 0.8em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#sidebar a:link, #sidebar a:visited {
	color: #000;
	font-weight: bold;
}

#footer {
	font-size: 0.9em;
	background: #000;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 1em;
}

#footer a:link, #footer a:visited {
	color: #fff;
	font-weight: bold;
}

.vcard {
	margin-top: 3em;
	font-size: 1.2em;
}

.vcard .hidden {
	display: none;
}

.vcard .email, .vcard .adr {
	padding-top: 1em;
	padding-bottom: 1em;
}
