/* CSS for the content area of Zermatt Vacations.com site */
#contents {
	z-index: 60;
	width: 674px;
	margin: 0 auto 0 auto;
	padding: 150px 0 0 0;
	background-image: url(../global-pics/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#home_contents {
	z-index: 60;
	width: 674px;
	margin: 0 auto 0 auto;
	padding: 320px 0 0 0;
	background-image: url(../global-pics/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#back_bottom {
	clear: both;
	width: 674px;
	height: 142px;
	margin: 0;
	padding: 0;
	background-image: url(../global-pics/background-bottom.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#home_contents p, #contents p {
	font: 11px/18px verdana, arial, sans-serif;
	margin: 0 115px 0 115px;
	text-align: justify;
	margin-bottom: 0px;
	background-color: transparent;
}

.red {
	color: red;
}


#contents_box {
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
}

h1{
	font: 26px/29px verdana, arial, sans-serif;
	letter-spacing: -.05em;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: 55px;
	padding-top: 22px;
	height: 83px;
	background-repeat: no-repeat;
	background-color: transparent;
}
h2{
	font: 14px/18px verdana, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0 115px 5px 115px;     /* 10px space after each h2 */
	text-align: justify;
	padding: 0;
	background-color: transparent;
	color: rgb(202,113,0);
}
strong {
	margin: 0;
	font: 11px/14px verdana, arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
	padding: 0;
	color: rgb(202,113,0);
}
.small {
	display: inline;
	font: 10px/12px verdana, arial, sans-serif;
}

/* Footer links & Languages box */
.footer_links {
	font: 10px/14px verdana, arial, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 600px;
	height: 20px;
	margin-left: auto; margin-right: auto;
	color: rgb(60%,60%,60%);
}
.footer_links a{
	color: rgb(40%,40%,40%);
	text-decoration: none;
}
.footer_links a:hover{
	border-bottom-color: rgb(40%,40%,40%);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


/* Footer section of site */
#footer_box {
	margin-left: auto; margin-right: auto;
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 0;
	width: 570px;
	height: 50px;
	bottom: 0px;
	background-color: transparent;
}

.footer_menu {
	margin-left: auto; margin-right: auto;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: transparent;
}


.spacer {
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
}


a{
	color: rgb(40%,40%,40%);
	text-decoration: none;	
}
a:hover{
	border-bottom-color: rgb(40%,40%,40%);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.thumb {
	float: left;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	width: 198px;
	height: 126px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid black;
	cursor: pointer;
}
.thumb a, .thumb a:hover{
	width: 198px;
	height: 126px;
	margin: 0; padding:0;
	text-align: center;
	text-decoration: none;
	border-bottom-style: none;
}
/*Standard button rollover*/
.standard_button {
	display: block;
	width: 150px; height: 26px;
	margin: 0;
	padding: 0;
	background-image: url(../global-pics/button2.jpg);
	background-repeat: no-repeat;
}
.standard_button a:hover {
	background-position: -150px 0;
	color: black;
	text-decoration: none;
	border-bottom-style: none;
}
.standard_button a:active {
	color: black;
	text-decoration: none;
	border-bottom-style: none;
}
.standard_button a,
.standard_button_wide a {
	display: block;
	margin: 0; 
	padding: 5px 0 0 0;
	width: 150px; height: 26px;
	overflow: hidden;
	font: 11px/15px verdana, arial, sans-serif;
	letter-spacing: 0.06em;
	text-align: center;
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-image: url(../global-pics/button2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom-style: none;
}

.standard_button_wide {
	width: 175px; height: 26px;
	background-image: url(../global-pics/button2-wide.jpg);
}
.standard_button_wide a {
	width: 175px; height: 26px;
	background-image: url(../global-pics/button2-wide.jpg);
}
.standard_button_wide a:hover {
	width: 175px; height: 26px;
	background-position: -175px 0;
	background-image: url(../global-pics/button2-wide.jpg);
}

.image_box {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	text-decoration: none;
}
.image_box a:hover{
	border-style: solid;
	border-width: 8px;
	border-color: black;
	text-decoration: none;
	border-bottom-style: none;
}

.plain_links a{
	border: 0;
	text-decoration: none;
}
.plain_links a:hover{
	border: 0;
	text-decoration: none;
	border-bottom-style: none;
}
.plain_links img{
	border: 0;
}

.emailLink a {
	text-decoration: underline;
}

