/* Presentation Stylesheet */ 

body {
	font-family:Arial, Helvetica, sans-serif;
 	}

hr {
	width:95%;
	text-align:center;
	}
	
/* Link Style */ 
a:link {
	color:#fe7b18;
	text-decoration:none;
	}
a:visited {
	color:#fe7b18;
	text-decoration:none;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}
a:active {
	color:#fe7b18;
	text-decoration:none;
	}
	
#content h1 {
	margin:10px;
	font-size:20px;
	}

#content h2 {
	margin:10px;
	}

#content p {
	margin:10px;
        font-size:12px;
	}

#content table {
	margin:7px;
        font-size:12px;
	}

td.skiing {
	width:170px;
	text-align:center;
	vertical-align:text-top;
	font-size:12px;
	}

img.pictures {
	border-color:#ffffff;
	border-width:3px;
	border-style:solid;
	}

#menu ul {
	margin:0; 
        padding:0 0 570px 0;
	list-style-type:none;
	} 

#menu li {
	margin:2px 0 0 2px;
	}

li.menu {
	font-weight:bold;
	}

li.submenu {
	font-weight:normal;
	font-size:12px;
        padding-left:5px;
	}

#menu a {
	display:block;
	width:172px;
	padding:0 2px 0 2px;
	border:0px;
	text-decoration:none; /*lets you remove the link underlines*/
	}
	
#menu a:link, #menu a:active, #menu a:visited {
	color:#000000;
	}

#menu a:hover {
	background:#ffffff;
	color:#000000;
	} 
	
	
	
/* Properties for the galleries page */
	
td.galleriesdate {
	width:85px;
	text-align:left;
	vertical-align:text-top;
	font-size:12px;
	}
	
td.galleriesdescription {
	text-align:justified;
	font-size:12px;
	}
	
img.gallery {
	border-color:#000000;
	border-width:3px;
	border-style:solid;
	}
	
a img {
	border: none;
	} 
	
/* Properties for the contact us page */
	
table.enquiry {
	border-collapse:collapse;
	width:90%;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	}
	
td.enquiryhead {
	background-color:#8994ad;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	}
	
td.enquiryform {
	background-color:#c1c4ca;
	}
	
p.frontpage {
	padding:0 70px 0 70px;
	}
	
/* Properties for the logo table */

#taglist {
	text-align:center;
	padding:50px 6px 6px 6px;
	color:#8BA2CE;
	}
		
#taglist a{
	display:inline-block;
	width:auto;
	padding:0 2px 0 2px;
	border:0px;
	text-decoration:none; /*lets you remove the link underlines*/
	}
	
#taglist a:link, #taglist a:active, #taglist a:visited {
	color:#8BA2CE;
	}

#taglist a:hover {
        text-decoration:underline;
	color:#000000;
	} 
	
td.logo {
	text-align:center;
	}
	
#footer {
       text-align:center;
       font-size:14px;
       background-color:#8BA2CE;
       clear:both;
       padding-top:5px;
       color:#A9BDDE;
       }	

#footer a{
       color:#A9BDDE;
       font-weight:bold;
       }

#footmenu {
       text-align:center;
       font-size:13px;
       background-color:#A9BDDE;
       clear:both;
       padding:7px;
       color:#000000;
	}

#footmenu a {
       color:#000000;
       font-weight:normal;
       }

#footmenu a:hover {
        text-decoration:underline;
	color:#000000;
	} 
