html * {
	margin: 0;
	padding: 0;
	border: 0;
}

html {font-family: Verdana, Tahoma, Helvetica, Arial;}

body {
	background-color: #0d0d0d;
}

img {}
	img#theLogo {
		display: block;
		width: 200px;
		height: 110px;
		
		margin: 0px auto 0px auto;
	}

	img#startDirections {
		display: block;
		margin: 0px auto 0px auto;
	}
	
	img#left {
		display: block;
		width: 25px;
		height: 25px;
		float: left;
		
		margin-top: 47px;
	}
	
	img#right {
		display: block;
		width: 25px;
		height: 25px;
		float: left;
		
		margin-top: 47px;
	}
	
	div#sizelinks img{
		display: block;
		width: 130px;
		height: 100px;
		float: left;
		cursor: pointer;
		margin: 0px 0px;
	}
	
	img#startbutton {
		cursor: pointer;
	}
h1{}
h2{}

h3{}
h4{}
h5{}
h6{}
p{}
a{text-decoration: none;}

div#pageContainer {
	position: relative;
	width: 800px;
	height: 660px;
	margin: 20px auto 0px auto;
	background-color: #0d0d0d;	
}

div#header {
	width: 580px;
	height: 100px;
	float: left;
	margin: 0px auto 10px auto;
	background-image: url(../images/headerbg.gif);
}

div#navigation {
	width: 200px;
	height: 500px;
	margin: 0px 18px 0px 0px;
	float: left;
}

	img.toggler {
		display: block;
		width: 200px;
		height: 25px;
		cursor: pointer;
	}
	
	div.element {
		display: block;
		width: 200px;
		background-color: #b8b8b8;
	}
		div.element a {
			display: block;
			width: 160px;
			
			margin: 10px auto 10px auto;
			color: #0d0d0d;
			font-size: 12px;
			line-height: 15px;
			text-align: center;
		}
		
			div.element a:hover {font-weight: bold;}
			
		div.element p {
			display: block;
			width: 160px;
			margin: 10px auto 10px auto;
			color: #0d0d0d;
			font-size: 12px;
			text-align: left;
		}
		
		div.element form {
			display: block;
			width: 160px;
			margin: 0px auto 10px auto;
			
			color: #0d0d0d;
			font-size: 12px;
		}
		
		div.element input#submitButton {
			margin: 5px 0px;
		}
	
	
div#content {
	width: 580px;
	height: 359px;
	float: left;
	margin: 0px auto 0px auto;
}

div#videoSizes {
	display: none;
	width: 580px;
	heeight: 369px;
	height: 349px;
	text-align: center;
	float: left;
	margin: 0px 0px 10px 0px;
}
	div#sizelinks {
		width: 286px;
		height: 110px;
		margin: 0 auto;
	}

/* ==================================== */
/* === STYLES FOR VIDEO THUMBNAILS  === */
/* ==================================== */

div#videoNav {
	display: block;

	width: 800px;
	height: 120px;
	overflow: hidden;
	clear: both;
	margin: 0px auto 0px auto;
}

	div#videoThumbs {
		position: relative;
		width: 750px;
		height: 120px;
		float: left;
		margin: 0;
		overflow: hidden;
	}
	
	div#scrollFrame {
		position: relative;
		width: 1500px;
		height: 120px;
		overflow: hidden;
	}
	
	div.frame {
		position: absolute;
		width: 750px;
		height: 120px;
	}
	
	div#september {top:0px; left: 0px;}
	div#august {top: 0px; left: 750px;}
	
	img.thumbnail {
		display: block;
		width:  170px;
		height: 120px;
		float: left;
		margin: 0px 7px 0px 7px;
		cursor: pointer;
	}

/* =========================== */
/* === STYLES FOR ToolTips === */
/* =========================== */
.tool-tip {
	width: 139px;
	z-index: 200;
}

.tool-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #9fd4ff;
	padding: 8px 8px 4px;
	
	background: url(../images/tooltips.png) top left;
}

.tool-text {
	color: #ffffff;
	font-size: 10px;
	padding: 4px 8px 8px;
	
	background: url(../images/tooltips.png) bottom right;
}

/* ==================================== */
/* === STYLES FOR CURRENTGUSTO.HTML === */
/* ==================================== */
a#gustopdf {
	display: block;
	width: 150px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #393939;
	padding: 3px;
	margin: 0px auto 10px auto;
}
	
a#gustopdf:hover {text-decoration: underline;}
	
div#gustoForm {
	width: 700px;
}

div#gustoForm p {
	padding-top: 0px;
}

div#gustoForm form {
	display: block;
	width: 660px;
	height: 80px;
	margin: 0px auto 0px auto;
}
	 	
div#gustoForm input#yname, div#gustoForm input#email, div#gustoForm input#femail {
	display: block;
	width: 140px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	color: #393939;
	font-weight: bold;
	background-color: #fff;
	float: left;
	border: 1px solid #393939;
}
		
div#gustoForm input#submit {
	display: block;
	width: 65px;
	height: 18px;
	margin: 0px auto 0px auto;
	color: #393939;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	background-color: #fff;
	cursor: pointer;
	clear: left;		
}
		
div#gustoForm p {
	display: block;
	width: 86px;
	color: #393939;
	font-size: 11px;
	clear: left;
	float: left;
		
	margin: 4px 0px 0px 0px;
}

div#gustoHolder {
	display: block;
	width: 668px;
	margin: 0px auto 0px auto;
}

/* ==================================== */
/* ===== STYLES FOR GUSTO ARCHIVE ===== */
/* ==================================== */

div#gusto2008archive {
	position: absolute;
	top: 45px;
	left: -30px;
	display: none;
	width: 860px;
	height: 600px;
	
	background-color: #303030;
	opacity: 0;
}

	.gusto2008archiveshow {display: block; opacity: .9;}

img#gatitle {
	display: block;
	width: 165px;
	height: 29px;
	
	margin: 0px auto 20px auto;
	
}

img#closearchive {
	display: block;
	width: 860px;
	height: 25px;
	
	margin: 0px auto 0px auto;
	cursor: pointer;
	opacity: 1;
}

div#gagustos {
	display: block;
	width: 820px;
	height: 460px;
	
	margin: 0px auto 0px auto;
}

div#gagustos a {
	clear: left;
	display: block;
	width: 180px;
	height: 18px;
	
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	
	margin: 6px 0px 6px 0px;
}