@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main{
	top: 0px;
	position: absolute;
	width:100%;
	min-width:1000px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-top: 0px;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center 70%;
}

#header{
	height: 180px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 15px;
}

#logo{
	width: 200px;
	height: 180px;
	background-image: url(images/surreylogo.png);
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}

#logo h1{
	display: none;
}

#places{
	background-image: url(images/places.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
		/*background-color:#33FF33;*/
	height: 31px;
	min-width: 554px;
	margin-left: 200px;
	margin-right: 290px;
	padding-top: 75px;
}

#places h2{
	display: none;
}

#container{
	margin-bottom: 2em;
}


#nav{
	float: left;
	margin-left: 15px;
	width: 185px;
	margin-bottom: 75px;
}

#nav a{
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	height: 24px;
}

#home{
	background-image: url(images/home1.png);
}
#home:hover{
	background-image: url(images/home2.png);
}

	#home-on{
		background-image: url(images/home2.png);
	}

#instructors{
	background-image: url(images/instructors1.png);
}
#instructors:hover{
	background-image: url(images/instructors2.png);
}

#class{
	background-image: url(images/class1.png);
}
#class:hover{
	background-image: url(images/class2.png);
}

#theory{
	background-image: url(images/theory1.png);
}
#theory:hover{
	background-image: url(images/theory2.png);
}

#videos{
	background-image: url(images/videos1.png);
}
#videos:hover{
	background-image: url(images/videos2.png);
}

#pictures{
	background-image: url(images/pictures1.png);
}
#pictures:hover{
	background-image: url(images/pictures2.png);
}

#shop{
	background-image: url(images/shop1.png);
}
#shop:hover{
	background-image: url(images/shop2.png);
}

#grading{
	background-image: url(images/grading1.png);
}
#grading:hover{
	background-image: url(images/grading2.png);
}

#contact{
	background-image: url(images/contact1.png);
}
#contact:hover{
	background-image: url(images/contact2.png);
}

#links{
	bottom: 2em;
	position: absolute;
	padding-left: 15px;
	height: 75px;
}

#content{
	margin-left: 200px;
	margin-right: 150px;
}

#col-right{
	float:right;
	width: 150px;
}

#footer{
	bottom: 0em;
	position: absolute;
	height: 2em;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-align:center;
}

h1{
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #0065F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: center;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 1.6em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.2em;
	margin-left: 0em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

p:last-of-type{
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {	text-decoration: none;}
a:hover { text-decoration: underline;}

.clear{
	clear:both;
}

object{
	outline:none;
} 