/* Global Styles-Quiksilver Surf School Newquay */

/* ID Styles */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

#container {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background: #FFF;
}

#header {
	z-index: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	height: 120px;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#mask {
	z-index: 5;
	position: absolute;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	left: 0px;
	top: 0px;
}

#sidenav {
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 400px;
	margin: 0px;
	clear: both;
	background-image: url(../assets/nav/nav_bckgnd.jpg);
}
#sidenav td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#sidenav a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:12px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url(../assets/nav/arrows.gif) 14px 45% no-repeat;
	}

#sidenav a:link {
	background: #FFFFFF url(../assets/nav/arrows.gif) 14px 45% no-repeat;
	color:#000000;
	}	

#sidenav a:hover {
	background: #000000 url(../assets/nav/arrows_on.gif) 14px 45% no-repeat;
	color:#FFFFFF;
	}

#middle {
	background-color: transparent;
	position: absolute;
	left: 150px;
	top: 120px;
	margin: 0px;
	width: 480px;
	height: 400px;
	padding: 0px;
	}
#right {
	background-image:url(../assets/png/quik_bckgnd.png);	
	position: absolute;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	top: 120px;
	margin: 0px;
	width: 40%;
	height: 400px;
	padding-right:20px;
	padding-left:20px;
	overflow: auto;
	float: right;
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
#base {
	margin-right: 20px;
	clear: both;
	}
#base a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 0.4em;
	font-weight: lighter;
}
#base a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #498DFE;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0.4em;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 0.4em;
	font-weight: lighter;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00CCFF;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 0.4em;
	font-weight: lighter;
}
#dateformat {
	font:11px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0.2em;
	padding-left: 5px;
}
#dateformat a {
	font:11px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	letter-spacing:0.1em;
}	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
}

/* Class Styles */

.fltlft {
	float: left; 
}
.fltrt {
	float: right; 
}
.clearfloat {
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; 
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
.bodyText {
	color:#000;
	line-height:20px;
	margin-top:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titleText{
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	line-height:24px;
	letter-spacing:0.2em;
}
.subHeader {
	font:bold 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	line-height:16px;
	letter-spacing:0.2em;
}
.quote {
	font: 120% Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	line-height:30px;
}
.quotesmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006601;
	line-height: 24px;
	font-weight: bold;
}
.smallText {
	font: 71% Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
	text-align: center;
}

/* FOOTER -------------------------------------------------- */

#footer {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 10px 10px 0px 10px;
	background-image:url(../assets/nav/foot.jpg);
	background-position: bottom;
	text-align: center;
	height: 71px;
	width: auto;
	background-repeat: no-repeat;
	background-color: #000000;
	word-spacing: 2px;
	clear:both;

}
#footer ul {
  text-align: center;
  margin: 5px 0px;
}
#footer li {
	display: inline;  /* Changes the list items from block to inline elements */
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 0.4em;
	font-weight: lighter;
}
#footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #498DFE;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0.4em;
}

