                  /* skiclub.css : stylesheet for Glasgow Ski Centre 02.02.08 */
                  
/*----------- Styles for standard elements -----------------*/

/*---- Fix for scrollbar bug ----*/
html
{
	min-height: 100%; margin-bottom: 1px;
}


/*---- White Background, centred, 760 min-width ----*/
body
{ 
	background-color: #ffffff;
	text-align: center; min-width: 760px;
	margin-top: 0px; margin-bottom: 0px;
	padding-top: 15px; padding-bottom: 15px;
}

h1
{
	display:none;
}

h2
{
	font: 20px verdana, arial, helvetica, sans-serif; font-weight: bold; 
	letter-spacing: -1px;
	color: #000000; background-color: transparent;
	margin-top: 0px; margin-bottom: 5px;
	line-height: 100%; text-align: left;
}

h3
{
	font: 12px verdana, arial, helvetica, sans-serif; font-weight: bold; 
	color: #000000; background-color: transparent;
	line-height: 160%; text-align: left;
	margin-top: 8px; margin-bottom: 0px;
}

h4
{
	font: 10px verdana, arial, helvetica, sans-serif; font-weight: bold; 
	color: #000000; background-color: transparent;
	line-height: 160%; text-align: left;
	margin-top: 8px; margin-bottom: 0px;
}

p 
{
	font: 11px arial, verdana, helvetica, sans-serif; 
	color: #000000; background-color: transparent;
	line-height: 160%; text-align: justify;
	margin-bottom: 0px; margin-top: 0px;
	text-indent: 0px;
}

table img 
{ 
	display: block; 
}


/*----------- Styles for modified elements etc ---------------*/

p.noindent 
{
	text-indent: 15px;
}

img
{
	border: none;
}


/*----------- Wrapper for centring: 760px + ?px for IE6 -------------*/
#wrapper
{
	position: relative;
	text-align: left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000; border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000; background-color: #ffffff;
}

#header
{
	color: #000000; background-color: #ffffff; 
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#header table
{
	width: 760px;
}

#header tr, td
{
	padding: 0px; border: 0px;
}


/*--------- Style for two columns 190px, 568px ---------*/

#left
{
	color: #000000; background-color: #7FA2CD;
	font: 10px arial, verdana, helvetica, sans-serif;	
	text-align: left; line-height: 160%;
	float: left;
	padding-left: 20px; padding-right: 10px;
	padding-top: 30px; padding-bottom: 20px;
	width: 160px;
	
	background-image: url(../graphics/snowflake.gif);
	background-repeat: no-repeat;
	background-position: 0px 95px;
}

#right
{
	color: #000000; background-color: transparent;
	font: 11px arial, verdana, helvetica, sans-serif; 
	text-align: justify; line-height: 160%;
	float: right;
	padding-left: 35px; padding-right: 35px;
	padding-top: 30px; padding-bottom: 30px;
	width: 498px;
}

div.text
{
	color: #000000; background-color: transparent;
	font: 11px arial, verdana, helvetica, sans-serif; 
	text-align: justify; line-height: 160%;
}

#left a
{
	color: #005bb0; background-color: #7FA2CD;
	outline: none; text-decoration: none;
}

#left a:visited
{
	color: #005bb0; background-color: #7FA2CD;
	outline: none; text-decoration: none;
}

#left a:hover
{
	color: #005bb0; background-color: #7FA2CD;
	outline: none; text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted;
}

#left a:active 
{
	color: #005bb0; background-color: #7FA2CD;
	outline: none; text-decoration: none;
}

#right a
{
	color: #005bb0; background-color: transparent;
	outline: none; text-decoration: none;
}

#right a:visited
{
	color: #005bb0; background-color: transparent;
	outline: none; text-decoration: none;
}

#right a:hover
{
	color: #005bb0; background-color: transparent;
	outline: none; text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted;
}

#right a:active 
{
	color: #005bb0; background-color: transparent;
	outline: none; text-decoration: none;
}



/*----------------------------- other div classes -------------------------*/

div.address
{
	line-height: 145%;
}

div.contact
{
	line-height: 155%;
	padding-top: 5px;
}

div.winter
{
	line-height: 145%;
	padding-top: 15px;
}

div.summer
{
	line-height: 145%;
	padding-top: 5px;
}

div.ad
{
	line-height: 145%;
	padding-top: 60px;	
}

div.ad p
{
	text-indent: 10px; 
	margin-top: 10px;
}

#left div.ad a:hover
{
	padding-bottom: 10px;
	border-bottom: 0px;
}

/* Needed to clear two columns for IE - font-size prevents IE6 applying extra space below */
div.clearer 
{
    clear: both;
    height: 0px;
    margin: 0px;
    line-height: 0px;
    font-size: 1px; 
}

/*----------------------------- tables -------------------------*/

#stripey, #bars, #zebra, #flash
{
	border: 1px solid #666666;
	text-align: left;
	width: 498px;
	margin-top: 5px; margin-bottom: 5px;
}

#stripey tr td, #bars tr td, #zebra tr td, #flash tr td
{
	font-family: verdana, sans-serif;
	font-size: 9px; font-weight: bold;
	padding-left: 20px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px;
}

#stripey th, #bars th, #zebra th, #flash th
{
	font-family: verdana, sans-serif;
	font-size: 11px; font-weight: bold; text-align:left;
	padding-left: 20px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px;
	border-bottom: 1px solid #666666;
}