@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	background-image: url('images/bottom_right_flourish.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#container {
	width: 100%;
	background-image: url('images/top_right_flourish.png');
	background-position: top right;
	background-repeat: no-repeat;
}

li.mainitems {
	background: transparent;
}

#extra_wrapper {
	width: 100%;
	height: 100%;
	background-image: url('images/top_left_flourish.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.elite_link {
	color: #d08f22;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.elite_link:hover {
	text-decoration: underline;
}

#video_grid {
	position:relative;
	width: 289px;
	height: 249px;
	margin-top: 10px;
}

#video_grid a {
	text-decoration: none;
	border: none;
}

#video_grid a:hover {
	text-decoration: none;
	border: none;
}

#video_grid span {
	position: absolute;
	cursor: pointer;
	width: 137px;
	height: 117px;
	text-indent: -9000px;
}

#video_grid span.edgy_straight {
	top: 0px; left: 0px;
	background-image: url('images/edgy_straight_button.png');
}

#video_grid span.bohemian_waves {
	top: 0px; right: 0px;
	background-image: url('images/bohemian_waves_button.png');
}

#video_grid span.classic_curls {
	bottom: 0px; left: 0px;
	background-image: url('images/classic_curls_button.png');
}

#video_grid span.glamorous_volume {
	bottom: 0px; right: 0px;
	background-image: url('images/glamorous_volume_button.png');
}

#video_nav {
	position: relative;
	width: 290px;
	height: 73px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#video_nav a {
	text-decoration: none;
	border: none;
}

#video_nav a:hover {
	text-decoration: none;
	border: none;
}

#video_nav span {
	position: absolute;
	cursor: pointer;
	width: 94px;
	height: 73px;
	text-indent: -9000px;
}

#video_nav span.edgy_straight {
	top: 0px; left: 0px;
	background-image: url('images/edgy_straight_small_button.png');
}

#video_nav span.bohemian_waves {
	top: 0px; left: 0px;
	background-image: url('images/bohemian_waves_small_button.png');
}

#video_nav span.bohemian_waves2 {
	top: 0px; left: 98px;
	background-image: url('images/bohemian_waves_small_button.png');
}

#video_nav span.classic_curls {
	top: 0px; left: 98px;
	background-image: url('images/classic_curls_small_button.png');
}

#video_nav span.classic_curls2 {
	top: 0px; right: 0;
	background-image: url('images/classic_curls_small_button.png');
}

#video_nav span.glamorous_volume {
	top: 0px; right: 0px;
	background-image: url('images/glamorous_volume_small_button.png');
}

.ed_back_link {
	color: #d08f22;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

.ed_back_link:hover {
	text-decoration: underline;
}

div.how_to {
	margin-bottom: 15px;
}

/* Contest Footer Banner */

#contest_footer {
	display: block;
	width: 823px;
	height: 100px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	overflow: hidden;
	background: url('images/contest_footer_banner.jpg') top left no-repeat;
	border: none;
	cursor: pointer;
}

a.contest_link {
	text-decoration: none;
}

a.contest_link:hover {
	text-decoration: none;
}