@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0;
	background-image: url(images/bg2.jpg);
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

#wrappper {
	margin: 0 auto;
	width: 804px;
	position: relative;

}

#content {
	background-color: #FFFFFF;
	border: #C0C0C0 ridge thin;
	width: 804px;
	padding-bottom: 20px;
}

#homePg #content {
	height: 700px;
}

h1 {
	display: none;
}

#header {
	margin: 0 auto;
	background-image: url(images/header.jpg);
	width: 804px;
	height: 147px;
	position: absolute;
}

#headerHome {
	width: 350px;
	height: 100px;
	position: absolute;
}

#footer {
margin: 0 auto;
clear: right;
}

#footer p{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

#nav {
	background-image: url(images/navBG.jpg);
	width: 804px;
	height: 33px;
	margin-top: 147px;
}

#navBtns li {
	list-style:none;
	float: right;
}

#home, #tie, #iron, #fold {
	height: 33px;
	display: block;
	text-decoration: none;
	outline-style: none;
}

#home {
	width: 83px;
	background:url(images/home.jpg) no-repeat;
}
#home:hover {
	background:url(images/homeActive.jpg) no-repeat;
}
#home:active {
	background:url(images/homeActive.jpg) no-repeat;
}
#tie {
	width: 66px;
	background:url(images/tie.jpg) no-repeat;
}
#tie:hover {
	background:url(images/tieActive.jpg) no-repeat;
}
#iron {
	width: 71px;
	background:url(images/iron.jpg) no-repeat;
}
#iron:hover {
	background:url(images/ironActive.jpg) no-repeat;
}
#fold {
     width: 83px;
	 background:url(images/fold.jpg) no-repeat;
}
#fold:hover {
	 background:url(images/foldActive.jpg);
}

#homePg #navBtns .home a {
	background: url(images/homeActive.jpg);
	cursor: default;
}
#tiePg #navBtns .tie a {
	background: url(images/tieActive.jpg);
	cursor: default;
}
#ironPg #navBtns .iron a {
	background: url(images/ironActive.jpg);
	cursor: default;
}
#foldPg #navBtns .fold a {
	background: url(images/foldActive.jpg);
	cursor: default;
}

#welcome {
	width: 626px;
	height: 259px;
	background-image:url(images/welcomeBox.jpg);
	margin-left: 85px;
	position: absolute;
	float: left;
}

#introShort {
	width: 350px;
	height: 50px;
	margin-top: 45px;
	margin-left: 160px;
	position: relative;
	float: left;
}

.logoText {
	width: 202px;
	height: 44px;
	margin-top: 100px;
}

#intro {
	width: 430px;
	height: auto;
	margin-top: 120px;
	margin-left: 160px;
	position: relative;
}

p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	line-height: 12pt;
}

#choices {
	width: 800px;
	margin-top: 270px;
	position: relative;
	padding-left: 50px;
	
}

.thumbs {
	width: 196px;
	height: 134px;
	text-align: center;
	position: relative;
	float: left;
	padding-right: 65px;
}

.thumbs a:link, .thumbs a:visited {
	width: 196px;
	height: 54px;
	display: block;
	text-decoration: none;
	background: url(images/genBlueBtn.jpg) no-repeat center;
}

.thumbs a:hover {
	background: url(images/genRedBtn.jpg)  no-repeat center;
}

.thumbs p {
	font-size: 14pt;
	line-height: 24px;
}

#title {
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}

#steps {
	margin-top: 70px;
	margin-left: 25px;
	width: 240px;
	height: 450px;
	padding-right: 15px;
	overflow: auto;
	clear: left;
	position: relative;
}

#movie {
	width: 517px;
	height: 533px;
	position: relative;
	float: right;
	height: 100%;
}

#video {
	width: 450px;
	height: 300px;
	background-color: #000000;
	margin: 10px;
}

#angles {
	width: 450px;
	height: 160px;
	margin: 10px;
}

#quizBtn {
	position: absolute;
	margin-left: 370px;
	margin-top: 30px;
}

#quizBtn a:link, #quizBtn a:visited {
	width: 80px;
	height: 150px;
	display: block;
	text-decoration: none;
	background: url(images/quizBtn.jpg) no-repeat center;
}

#quizBtn a:hover {
	background: url(images/quizBtnRed.jpg)  no-repeat center;
}

#quiz {
	margin-top: 100px;
}

#quit a:link, #quit a:visited {
	width: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 25px;
	position: relative;
	float: right;
	background: url(images/quitBlue.jpg) no-repeat;
}

#quit a:hover {
	background: url(images/quitRed.jpg) no-repeat;
}