@font-face {
    font-family: 'Museo500';
    src: url('Museo500-Regular-webfont.eot');
    src: url('Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo500-Regular-webfont.woff') format('woff'),
         url('Museo500-Regular-webfont.ttf') format('truetype'),
         url('Museo500-Regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo700';
    src: url('Museo700-Regular-webfont.eot');
    src: url('Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo700-Regular-webfont.woff') format('woff'),
         url('Museo700-Regular-webfont.ttf') format('truetype'),
         url('Museo700-Regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #2d2b2a;
	padding: 0px;
	margin: 0px;
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a img {
	border: none;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

#backTile {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/back_tile_fade.jpg);
}

#headerContainer {
	background-repeat: repeat-x;
	background-image: url(../images/header_back_tile.jpg);
	height: 168px;
}

#header {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	position: relative;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	height: 168px;
	width: 1140px;
}

#headerLogo {
	position: absolute;
	left: -8px;
	top: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/logo1.png);
	height: 136px;
	width: 223px;
	z-index: 1000;
}

#headerLogo.logo1 {
	background-repeat: no-repeat;
	background-image: url(../images/logo1.png);
}

#headerLogo.logo2 {
	background-repeat: no-repeat;
	background-image: url(../images/logo2.png);
}

#headerLogo.logo3 {
	background-repeat: no-repeat;
	background-image: url(../images/logo3.png);
}

#headerLogo a {
	display: block;
	height: 88px;
	width: 223px;
	text-indent: -9999px;
}

#headerStore {
	position: absolute;
	left: 175px;
	top: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/logo_msupply.png);
	height: 136px;
	width: 223px;
	z-index: 995;
}

#headerStore a {
	display: block;
	height: 88px;
	width: 223px;
	text-indent: -9999px;
}

#mainContainer {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 1140px;
	background-repeat: repeat-y;
	background-image: url(../images/content_back_tile_fade.png);
}

#main {
	width: 1140px;
}

#homeSlideshow {
	position: relative;
	height: 507px;
	width: 1140px;
}

#homeSlideshow .back {
	z-index: 960;
	position: relative;
	height: 507px;
	width: 1140px;
}

#homeSlideshow .container {
	z-index: 970;
	padding-left: 80px;
	padding-bottom: 0px;
	padding-right: 80px;
	padding-top: 36px;
	left: 0px;
	top: 239px;
	position: absolute;
	height: 232px;
	width: 980px;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_fade_back.png);
}

#homeSlideshow .slideshow {
	height: 232px;
	width: 980px;
	overflow: hidden;
}

#homeSlideshow .slide {
	height: 232px;
	width: 980px;
}

#homeSlideshow .slide .photo {
	float: left;
}

#homeSlideshow .slide h2 {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	color: white;
	font-size: 40px;
	font-family: 'Museo500', Arial, sans-serif;
}

#homeSlideshow .slide p {
	line-height: 24px;
	font-size: 15px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
}

#homeSlideshow .slide p a {
	text-decoration: none;
	color: #df4c2a;
}

#homeSlideshow .slide p a:hover {
	color: #939184;
}

#homeSlideshow a.prev {
	z-index: 980;
	left: 24px;
	top: 360px;
	position: absolute;
	display: block;
	height: 20px;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_prev_bt.png);
	text-indent: -9999px;
}

#homeSlideshow a.prev:hover {
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_prev_sbt.png);
}

#homeSlideshow a.next {
	z-index: 980;
	top: 360px;
	right: 24px;
	position: absolute;
	display: block;
	height: 20px;
	width: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_next_bt.png);
	text-indent: -9999px;
}

#homeSlideshow a.next:hover {
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_next_sbt.png);
}

#content {
	background-image: url(../images/content_back_tile_sidebar_rev.jpg);
	background-repeat: repeat-y;
	width: 1140px;
}

#contentNoSidebar {
	background-image: url(../images/content_back_tile.jpg);
	background-repeat: repeat-y;
	width: 1140px;
}

#contentTop {
	position: relative;
	height: 65px;
	width: 1140px;
	background-repeat: no-repeat;
	background-image: url(../images/home_content_top.jpg);
}

#homeContent {
	padding-left: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-top: 44px;
	background-position: left 64px;
	background-repeat: no-repeat;
	background-image: url(../images/content_sidebar_back.png);
	width: 1140px;
	overflow: hidden;
}

#footer {
	width: 1140px;
	background-repeat: repeat-y;
	background-image: url(../images/footer_back_tile.jpg);
}

#footerTop {
	background-repeat: no-repeat;
	background-image: url(../images/footer_top.jpg);
	height: 59px;
	width: 1140px;
}

#copyright {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 16px;
	background-repeat: no-repeat;
	background-image: url(../images/footer_btm_back.jpg);
	height: 44px;
	width: 1140px;
}

#headerTop {
	padding-left: 380px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 48px;
	height: 41px;
	width: 760px;
}

#headerNav {
	height: 79px;
	width: 1140px;
}

#headerNav ul {
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-top: 1px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../images/header_nav_div.png);
	height: 77px;
	width: 1137px;
	margin: 0px;
	list-style-type: none;
}

#headerNav li {
	float: left;
	position: relative;
	z-index: 990;
}

#headerNav li a {
	padding-left: 16px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 35px;
	line-height: 11px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-family: 'Arial Black', Gadget, sans-serif;
	display: block;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../images/header_nav_div.png);
	height: 42px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#headerNav li a span {
	color: #939184;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 17px;
	font-family: 'Museo500', Arial, sans-serif;
}

#headerNav li a:hover {
	background-color: #1f1913;
	color: #c7b299;
}

#headerNav li a:hover span {
	color: #df4c2a;
}

#headerNav li.field a {
	width: 185px;
}

#headerNav li.perc a {
	width: 148px;
}

#headerNav li.guard a {
	width: 102px;
}

#headerNav li.custom a {
	width: 116px;
}

#headerNav li.about a {
	width: 102px;
}

#headerNav li.news a {
	width: 110px;
}

#headerNav li.store a {
	width: 99px;
}

#headerNav li.support a {
	width: 120px;
}

#headerNav li.contact a {
	width: 124px;
}

#headerNav li .submenu {
	height: auto;
	width: 441px;
	background-color: white;
	background-image: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	left: 0px;
	top: 78px;
	position: absolute;
	display: none;
	-moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

#headerNav li .submenu li {
	float: none;
	width: 441px;
	overflow: hidden;
}

#headerNav li .submenu li .col1, #headerNav li .submenu li .col2 {
	width: 220px;
	float: left;
}

#headerNav li .submenu li .col1 {
	border-right-color: #695748;
	border-right-style: dashed;
	border-right-width: 1px;
}

#headerNav li .submenu li h6 {
	margin: 0px;
}

#headerNav li .submenu li h6 a {
	padding-left: 16px;
	padding-bottom: 6px;
	padding-right: 16px;
	padding-top: 10px;
	line-height: normal;
	font-size: 14px;
	font-family: 'Museo500', Arial, sans-serif;
	height: auto;
	width: auto;
	font-style: normal;
	font-weight: normal;
	color: #df4c2a;
	background-image: none;
	display: block;
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#headerNav li .submenu li h6.last a {
	border-bottom: none;
}

#headerNav li .submenu li h6 a:hover {
	background-color: #e8e0d6;
}

#headerNav li .submenu li ul {
	height: auto;
	width: 220px;
	margin: 0px;
	background-image: none;
	padding: 0px;
	list-style-type: none;
}

#headerNav li .submenu li ul li {
	float: none;
	width: 220px;
	height: auto;
}

#headerNav li .submenu li ul li a {
	padding-left: 16px;
	padding-bottom: 6px;
	padding-right: 16px;
	padding-top: 6px;
	line-height: normal;
	text-transform: none;
	font-size: 14px;
	font-family: 'Museo500', Arial, sans-serif;
	width: 188px;
	height: auto;
	color: #df4c2a;
	background-image: none;
	display: block;
	color: #695748;
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#headerNav li .submenu li ul li.last a {
	border-bottom: none;
}

#headerNav li .submenu li ul li a:hover {
	background-color: #e8e0d6;
}

#homeBanners {
	left: 0;
	top: -12px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/home_banners.png);
	height: 113px;
	width: 1140px;
}

#homeContentLeft {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	float: left;
	width: 320px;
}

#homeContentRight {
	float: right;
	width: 760px;
	overflow: hidden;
}

#homeContentLeft h3 {
	color: #524741;
	margin: 0px;
	font-size: 23px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#homeContentLeft h4 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 15px;
}

#homeContentLeft h4 a {
	text-decoration: none;
	color: #df4c2a;
}

#homeContentLeft h4 a:hover {
	color: #695748;
}

#homeContentLeft .showLogo {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	padding: 4px;
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
}

#homeContentLeft .showInfo {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	width: 320px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/double_hr_tile.gif);
}

#homeContentLeft .showInfo h5 {
	color: #6dbfb5;
	font-size: 16px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

#homeContentLeft .showInfo p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 6px;
	line-height: 18px;
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #695748;
}

#homeContentLeft .showInfo p strong {
	font-family: 'Arial Black', Gadget, sans-serif;
}

#homeContentLeft .learnMore {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/learnmore_bt.png);
	height: 40px;
	width: 135px;
	text-indent: -9999px;
}

#homeContentRight .contentLeft {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	width: 320px;
	float: left;
}

#homeContentRight .contentRight {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	float: right;
	width: 320px;
}

#homeContentRight .contentLeft h2 {
	color: #524741;
	margin: 0px;
	font-size: 23px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#homeContentRight .contentLeft p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 14px;
	color: #695748;
}

#homeContentRight .contentLeft .meetDesigners {
	clear: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/meetdesigners_bt.png);
	height: 40px;
	width: 196px;
	text-indent: -9999px;
}

#homeContentRight .contentLeft .testimonial {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/double_hr_tile.gif);
	width: 267px;
}

#homeContentRight .contentLeft .testimonial h3 {
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #e4552d;
	font-size: 15px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: normal;
}

#homeContentRight .contentLeft .testimonial h4 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 22px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #695748;
}

#homeContentRight .contentLeft .testimonial h5 {
	margin-left: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #695748;
}

#homeContentRight .contentLeft .testimonial .photo {
	padding: 4px;
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	float: left;
}

#homeContentRight .contentLeft .testimonial p {
	font-style: italic;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	font-size: 12px;
	color: #695748;
}

#homeContentRight .contentRight h3 {
	color: #524741;
	margin: 0px;
	font-size: 23px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#homeContentRight .contentRight ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#homeContentRight .contentRight li {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/double_hr_tile.gif);
}

#homeContentRight .contentRight li.first {
	background: none;
	padding-top: 0px;
}

#homeContentRight .contentRight li h4 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: normal;
}

#homeContentRight .contentRight li h4 a {
	text-decoration: none;
	color: #e4552d;
}

#homeContentRight .contentRight li h4 a:hover {
	color: #695748;
}

#homeContentRight .contentRight li h5 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #695748;
}

#homeContentRight .contentRight li p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 13px;
	color: #695748;
}

#homeContentRight .contentRight li p a {
	color: #e4552d;
}

#homeContentRight .contentRight .allNews {
	clear: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/allnews_bt.png);
	height: 40px;
	width: 112px;
	text-indent: -9999px;
}

#homeCollections {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
}

#homeCollections h2 {
	color: #524741;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 28px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#homeCollections a.all {
	float: right;
}

#homeCollections .slider, #pageContentLeft .slider {
	margin-bottom: 30px;
	clear: both;
}

#homeCollections .slide, #pageContentLeft .slide {
	padding: 4px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #695748;
}

#homeCollections .slide a, #pageContentLeft .slide a {
	color: #e4552d;
}

#homeCollections .slide .logo, #pageContentLeft .slide .logo {
	position: relative;
	margin-bottom: 4px;
}

#homeCollections .slide img, #pageContentLeft .slide img {
	width: 100%;
	/*height: auto;
	transition: opacity 0.2s ease-in-out;*/
}

/*#homeCollections .slide:hover img, #pageContentLeft .slide:hover img {
	opacity: 0.5;
}*/

#homeCollections .slide .overlay, #pageContentLeft .slide .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#homeCollections .slide:hover .overlay, #pageContentLeft .slide:hover .overlay {
	opacity: 1;
}

#homeCollections .slide .links, #pageContentLeft .slide .links {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

#homeCollections .slide .links a, #pageContentLeft .slide .links a {
	padding: 8px;
	transition: color 0.2s ease-in-out;
}

#homeCollections .slide .links a:hover, #pageContentLeft .slide .links a:hover {
	color: white;
}

#homeCollections .slick-next, #homeCollections .slick-prev, #pageContentLeft .slick-next, #pageContentLeft .slick-prev {
	top: 0;
	width: 70px;
	height: 100%;
	margin-top: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 1000;
	transform: none;
	transition: background 0.2s ease-in-out;
}

#homeCollections .slick-prev, #pageContentLeft .slick-prev {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_prev_bt.png);
	left: 0;
}

#homeCollections .slick-next, #pageContentLeft .slick-next {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_next_bt.png);
	right: 0;
}

#homeCollections .slick-prev::before, #homeCollections .slick-next::before, #pageContentLeft .slick-prev::before, #pageContentLeft .slick-next::before {
	display: none;
}

#homeCollections .slick-prev:hover, #pageContentLeft .slick-prev:hover {
	background-color: rgba(0, 0, 0, 0.85);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_prev_sbt.png);
}

#homeCollections .slick-next:hover, #pageContentLeft .slick-next:hover {
	background-color: rgba(0, 0, 0, 0.85);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/slideshow_next_sbt.png);
}

#homeCollections .slick-disabled, #pageContentLeft .slick-disabled {
	display: none !important;
}

#pageContentLeft .embedContainer {
	position: relative;
}

#pageContentLeft .embedContainer::after {
	content: url(https://images.alfred.com/cms-assets/icons/play-button.png) !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#footerTop .col1 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	height: 59px;
	float: left;
	width: 320px;
}

#footerTop .col2 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	float: left;
	height: 59px;
	width: 320px;
}

#footerTop .col3 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	float: left;
	height: 59px;
	width: 320px;
}

#footerTop .col1 h4, #footerTop .col2 h4, #footerTop .col3 h4 {
	line-height: 59px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	margin: 0px;
	color: #6dbfb5;
	font-family: 'Museo500', Arial, sans-serif;
}

#footerContent {
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 20px;
	width: 1140px;
	overflow: hidden;
}

#footerContent .col1 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	float: left;
	width: 320px;
}

#footerContent .col2 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	float: left;
	width: 320px;
}

#footerContent .col3 {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	float: left;
	width: 320px;
}

#footerContent .col1 .phone {
	padding-left: 0px;
	padding-bottom: 18px;
	padding-right: 0px;
	padding-top: 0px;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(../images/footer_double_hr_tile.gif);
}

#footerContent .col1 h5 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	font-family: 'Arial Black', Gadget, sans-serif;
}

#footerContent .col1 h5.first {
	margin-top: 0px;
}

#footerContent .col1 h6 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	color: #cececd;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footerContent .col1 p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: 18px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cececd;
}

#footerContent .col2 p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: 20px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cececd;
}

#mc-embedded-subscribe-form {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding: 0px;
}

#mc-embedded-subscribe-form .email {
	padding: 6px;
	margin: 0px;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/footer_subscribe_field_back.gif);
	height: 16px;
	width: 245px;
	color: #999;
}

#mc-embedded-subscribe-form .email:focus {
	color: #3d3d3b;
}

#mc-embedded-subscribe-form .button {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	border-style: none;
	padding: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/subscribenow_bt.png);
	height: 40px;
	width: 157px;
	text-indent: -9999px;
	cursor: pointer;
}

#socialList {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style-type: none;
}

#socialList .socialfacebook a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #cececd;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 44px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/social_facebook_bt.png);
}

#socialList .socialtwitter a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #cececd;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 44px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/social_twitter_bt.png);
}

#socialList .socialyoutube a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #cececd;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 44px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/social_youtube_bt.png);
}

#socialList li a:hover {
	color: white;
}

#homeSlideshow .showWizard {
	right: 70px;
	top: 131px;
	position: absolute;
	display: block;
	height: 140px;
	width: 256px;
	background-repeat: no-repeat;
	background-image: url(../images/home_wizard_bt.png);
	text-indent: -9999px;
}

#searchForm {
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/header_search_back.gif);
	height: 28px;
	width: 144px;
	padding: 0px;
	margin: 0px;
}

#searchForm .textField {
	color: #999;
	border-style: none;
	float: left;
	width: 103px;
	height: 16px;
	padding: 6px;
	margin: 0px;
	background-color: transparent;
}

#searchForm .textField:focus {
	color: #3d3d3b;
}

#searchForm .submitBtn {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	border-style: none;
	background-repeat: no-repeat;
	background-image: url(../images/header_search_submit_bt.png);
	height: 19px;
	width: 19px;
	float: left;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
}

#topNav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: right;
	overflow: hidden;
}

#topNav li {
	float: left;
}

#topNav li.login {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 16px;
	margin-top: 0px;
	line-height: 14px;
	font-size: 14px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 26px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 8px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/header_login_icon.png);
}

#topNav li.login a {
	text-decoration: none;
	color: white;
}

#topNav li.login a:hover {
	color: #3d3d3b;
}

#topNav li.cart {
	margin: 0px;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 8px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/header_cart_icon.png);
}

#topNav li.cart a {
	font-weight: bold;
	text-decoration: none;
	color: #3d3d3b;
}

#topNav li.cart a:hover {
	color: white;
}

#topNav li.contents {
	color: #3d3d3b;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 8px;
}

#copyright .links {
	text-align: center;
	color: white;
	line-height: 12px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

#copyright .links a {
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

#copyright .links a:hover {
	color: #aaa;
}

#copyright ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 4px;
	text-align: center;
	padding: 0px;
	list-style-type: none;
}

#copyright li {
	color: #aaa;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 24px;
	margin-bottom: 0px;
	margin-right: 24px;
	margin-top: 0px;
	display: inline;
}

#copyright li a {
	text-decoration: none;
	color: #aaa;
}

#copyright li a:hover {
	color: white;
}

#pageContent {
	padding-left: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-top: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/content_sidebar_top.jpg);
	width: 1140px;
	overflow: hidden;
}

#pageContentLeft {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	width: 700px;
	float: right;
}

#pageContentRight {
	float: left;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 0px;
	width: 320px;
}

#breadcrumbs, #askQuestion {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-top: 40px;
	height: 25px;
}

#breadcrumbs p, #askQuestion p {
	margin: 0px;
	color: #695748;
}

#breadcrumbs p a {
	color: #695748;
	text-decoration: none;
}

#breadcrumbs p a:hover, #askQuestion p a:hover {
	color: white;
}

#askQuestion {
	float: right;
}

#askQuestion p a {
	padding-left: 20px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/help.png);
	color: #695748;
}

#pageContentLeft h2 {
	color: #524741;
	font-size: 28px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#pageContentLeft h3 {
	color: #524741;
	font-size: 20px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#pageContentLeft h4 {
	color: #e4552d;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#pageContentLeft h4.phone {
	line-height: 16px;
	padding-left: 22px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 3px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/icons/cellphone.png);
}

#pageContentLeft p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 14px;
	color: #695748;
}

#pageContentLeft li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 14px;
	color: #695748;
}

#pageContentLeft a {
	color: #e4552d;
}

#pageContentLeft a:hover {
	color: #695748;
}

#pageContentLeft .photoRight {
	padding: 4px;
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
}

#designerList, #newsList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#designerList li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 16px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/double_hr_tile.gif);
	overflow: hidden;
}

#newsList li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 24px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/double_hr_tile.gif);
	overflow: hidden;
}

#designerList li.first, #newsList li.first {
	padding-top: 0px;
	margin-top: 0px;
	background: none;
}

#newsList li h3 {
	margin: 0px;
}

#newsList li h3 a {
	color: #e4552d;
	text-decoration: none;
}

#newsList li h4 {
	margin: 0px;
	font-size: 14px;
	color: #524741;
}

#pageContentRight h4 {
	line-height: 22px;
	color: #524741;
	font-size: 20px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#pageContentRight h5 {
	line-height: 16px;
	padding-left: 22px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-top: 3px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/icons/cellphone.png);
	color: #e4552d;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Museo500', Arial, sans-serif;
}

#searchBox h5 {
	padding: 0px;
	background: none;
}

#pageContentRight p, #pageContent li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 14px;
	color: #695748;
}

#pageContentRight a {
	color: #e4552d;
}

#pageContentRight a:hover {
	color: #695748;
}

#gpgLogo {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 16px;
	width: 266px;
	text-align: center;
}

#pageContentRight .sidenav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#pageContentRight .sidenav li a {
	line-height: 22px;
	font-size: 14px;
	font-family: 'Museo500', Arial, sans-serif;
	text-decoration: none;
}

#showsList, #accountList {
	width: 700px;
	border-collapse: collapse;
}

#showsList th, #accountList th {
	font-style: normal;
	font-weight: normal;
	padding: 6px;
	margin: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #5a4a42;
	color: white;
}

#showsList th a, #accountList th a {
	color: white;
}

#showsList td, #accountList td {
	padding: 6px;
	margin: 0px;
	color: #695748;
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#showsList td a, #accountList td a {
	color: #e4552d;
}

#accountList .noBorder td {
	border-bottom: none;
}

#accountList .shaded {
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
}

#sortBox, #searchBox {
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
	padding: 16px;
	border-color: #867c6a;
	border-style: solid;
	border-width: 1px;
	width: 286px;
}

#sortBox p, #searchBox p {
	font-size: 14px;
	margin: 0px;
}

#sortBox form, #searchBox form {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	padding: 0px;
}

#sortBox select {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

#searchBox h5 {
	margin: 0px;
}

#searchBox ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#pageContentLeft .showHeader {
	width: 700px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	overflow: hidden;
}

#pageContentLeft .showHeader h2 {
	width: 380px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
}

#pageContentLeft .availabilityRight {
	width: 272px;
	float: right;
	text-align: right;
}

#pageContentLeft .availabilityRight h2 {
	width: 272px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
}

#pageContentLeft .logoLeft {
	float: left;
	padding: 4px;
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
}

#pageContentLeft .logoLeft img {
	vertical-align: bottom;
}

#pageContentLeft .showStats, #pageContentLeft .sampleLinks {
	width: 212px;
	margin-left: 206px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#pageContentLeft .sampleLinksRight {
	width: 175px;
	float: right;
}

#pageContentLeft .sampleLinks ul, #pageContentLeft .sampleLinksRight ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#pageContentLeft .sampleLinks li, #pageContentLeft .sampleLinksRight li {	
	margin-left: 0px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-top: 0px;
}

#pageContentLeft .sampleLinks li.audio a, #pageContentLeft .sampleLinksRight li.audio a, #pageContentLeft .selectionsList td a.audio, #showsList .details .sampleList li.audio a, #showsList .details .audioList li a {	
	padding-left: 26px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	background-position: 6px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/audio_16.png);
	vertical-align: middle;
}

#pageContentLeft .selectionsList td a.youtube {
	padding-left: 26px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	background-position: 6px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/video_16.png);
	vertical-align: middle;
}

#showsList .details .audioList li a.youtube {
	padding-left: 0;
	background: none;
	display: inline-block;
}

#pageContentLeft .sampleLinks li.pdf a, #pageContentLeft .sampleLinksRight li.pdf a, #showsList .details .sampleList li.pdf a, #pageContentLeft p.pdf a {	
	padding-left: 28px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	background-position: 6px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/pdf.png);
}

#pageContentLeft .sampleLinks li.video a, #pageContentLeft .sampleLinksRight li.video a, #showsList .details .sampleList li.video a {	
	padding-left: 28px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	background-position: 8px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/video_16.png);
}

#pageContentLeft .sampleLinks li.popup a, #pageContentLeft .sampleLinksRight li.popup a, #showsList .details .sampleList li.popup a {	
	padding-left: 28px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 2px;
	background-position: 8px center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/popup.png);
}

#pageContentLeft .textRight {
	float: right;
}

#pageContentLeft .youTubeVideo {
	padding: 8px;
	text-align: center;
	width: 684px;
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
	margin-left: 0px;
	margin-bottom: 24px;
	margin-right: 0px;
	margin-top: 0px;
}

#pageContentLeft .musicList, #pageContentLeft .drillList, #pageContentLeft .optionsTable, #pageContentLeft .flagsList, #pageContentLeft .choreographyList, #pageContentLeft .contestList, #pageContentLeft .purchaseList {
	border-collapse: collapse;
	width: 700px;
}

#pageContentLeft .audioList {
	border-collapse: collapse;
	width: 380px;
}

/*#pageContentLeft .musicListSmall {
	border-collapse: collapse;
	width: 394px;
}*/

#pageContentLeft .selectionsList, #pageContentLeft .sizesList {
	border-collapse: collapse;
	width: 456px;
}

#pageContentLeft .audioList .selectionsList {
	border-collapse: collapse;
	width: auto;
}

#pageContentLeft .drillList, #pageContentLeft .optionsTable, #pageContentLeft .audioList, #pageContentLeft .videoList {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 24px;
}

#pageContentLeft .choreographyList, #pageContentLeft .contestList {
	margin-left: 0px;
	margin-bottom: 24px;
	margin-right: 0px;
	margin-top: 24px;
}

#pageContentLeft .musicList th, #pageContentLeft .drillList th, #pageContentLeft .optionsTable th, #pageContentLeft .flagsList th, #pageContentLeft .choreographyList th, #pageContentLeft .contestList th, #pageContentLeft .purchaseList th, #pageContentLeft .sizesListSmall th, #pageContentLeft .audioList th, #pageContentLeft .videoList th {
	color: white;
	font-style: normal;
	font-weight: normal;
	padding: 6px;
	margin: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #5a4a42;
}

/*#pageContentLeft .musicList td {
	padding: 0;
	margin: 0;
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#pageContentLeft .musicList td:last-of-type {
	border-left-color: #695748;
	border-left-style: dashed;
	border-left-width: 1px;
}

#pageContentLeft .musicList table {
	border-collapse: collapse;
	width: 350px;
}*/

#pageContentLeft .musicList td, #pageContentLeft .drillList td, #pageContentLeft .audioList td {
	line-height: 20px;
	padding: 6px;
	margin: 0px;
	color: #695748;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
}

#pageContentLeft .selectionsList td, #pageContentLeft .sizesList td, #pageContentLeft .flagsList td, #pageContentLeft .choreographyList td, #pageContentLeft .purchaseList td, #pageContentLeft .sizesListSmall td {
	line-height: 20px;
	padding: 6px;
	margin: 0px;
	color: #695748;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#pageContentLeft .purchaseList td #customDrill {
	margin: 0px;
	padding: 0px 12px;
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
	overflow: auto;
}

#pageContentLeft .selectionsList .noBorder td {
	border-bottom: none;
}

/*#pageContentLeft .musicList td td:last-of-type {
	border-left: none;
}*/

#pageContentLeft .optionsTable td {
	padding: 0;
	margin: 0;
}

#pageContentLeft .optionsList, #pageContentRight .optionsList {
	clear: both;
	padding: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	overflow: hidden;
}

#pageContentLeft .optionsList li {
	padding-left: 8px;
	padding-bottom: 12px;
	padding-right: 8px;
	padding-top: 12px;
	height: 72px;
	text-align: center;
	width: 151px;
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
	margin: 4px;
	float: left;
}

#pageContentRight .optionsList li {
	padding-left: 8px;
	padding-bottom: 12px;
	padding-right: 8px;
	padding-top: 12px;
	text-align: center;
	width: 250px;
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
}

#pageContentLeft .optionsList li a {
	line-height: 16px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 38px;
	font-size: 13px;
	color: #e4552d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pageContentLeft .optionsList li a:hover {
	color: #695748;
}

/*#pageContentLeft .fireSlider {
	width: 468px;
	margin-top: 6px;
}*/

#pageContentRight .optionsList li a {
	padding-left: 36px;
	padding-bottom: 12px;
	padding-right: 0px;
	padding-top: 12px;
	font-size: 15px;
	text-decoration: none;
	color: #695748;
	font-family: 'Museo500', Arial, sans-serif;
}

#pageContentLeft .optionsList li.adapt a {
	margin-top: 10px;
	background-position: center 4px;
	background-repeat: no-repeat;
	background-image: url(../images/options_adapt_icon.png);
}

#pageContentLeft .optionsList li.staging a {
	background-position: center 4px;
	background-repeat: no-repeat;
	background-image: url(../images/options_adapt_icon.png);
}

#pageContentRight .optionsList li.adapt a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_adapt_icon.png);
}

#pageContentLeft .optionsList li.animation a {
	margin-top: 10px;
	background-position: center 2px;
	background-repeat: no-repeat;
	background-image: url(../images/options_animation_icon.png);
}

#pageContentRight .optionsList li.animation a {
	padding-left: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_animation_icon.png);
}

#pageContentLeft .optionsList li.custom a {
	margin-top: 10px;
	background-position: center 2px;
	background-repeat: no-repeat;
	background-image: url(../images/options_custom_icon.png);
}

#pageContentLeft .optionsList li.rehearsal a {
	margin-top: 10px;
	background-position: center 2px;
	background-repeat: no-repeat;
	background-image: url(../images/options_rehearsal_icon.png);
}

#pageContentLeft .optionsList li.geguide a {
	background-position: center 2px;
	background-repeat: no-repeat;
	background-image: url(../images/options_geguide_icon.png);
}

#pageContentRight .optionsList li.rehearsal a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_rehearsal_icon.png);
}

#pageContentLeft .optionsList li.floor a {
	margin-top: 10px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-image: url(../images/options_floor_icon.png);
}

#pageContentRight .optionsList li.floor a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_floor_icon.png);
}

#pageContentLeft .optionsList li.flagchor a {
	margin-top: 10px;
	background-position: center 4px;
	background-repeat: no-repeat;
	background-image: url(../images/options_choreography_icon.png);
}

#pageContentLeft .optionsList li.cflagchor a {
	background-position: center 4px;
	background-repeat: no-repeat;
	background-image: url(../images/options_choreography_icon.png);
}

#pageContentRight .optionsList li.flagchor a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_choreography_icon.png);
}

#pageContentLeft .optionsList li.flags a {
	margin-top: 10px;
	background-position: center 4px;
	background-repeat: no-repeat;
	background-image: url(../images/options_flags_icon.png);
}

#pageContentRight .optionsList li.flags a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_flags_icon.png);
}

#pageContentLeft .optionsList li.costumes a {
	margin-top: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/options_costumes_icon.png);
}

#pageContentRight .optionsList li.costumes a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_costumes_icon.png);
}

#pageContentLeft .optionsList li.tshirts a {
	margin-top: 10px;
	background-position: center 4px;
	background-repeat: no-repeat;
	background-image: url(../images/options_tshirts_icon.png);
}

#pageContentRight .optionsList li.tshirts a {
	padding-left: 42px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_tshirts_icon.png);
}

#pageContentLeft .optionsList li.props a {
	margin-top: 10px;
	background-position: center 2px;
	background-repeat: no-repeat;
	background-image: url(../images/options_props_icon.png);
}

#pageContentRight .optionsList li.props a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/options_props_icon.png);
}

#pageContentLeft .flagPhoto {
	padding: 4px;
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
}

#pageContentRight .featuresList ul, #pageContentRight .recommendList ul {
	padding-left: 1em;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}

#pageContentLeft .contestList td {
	width: 285px;
	line-height: 20px;
	padding: 6px;
	margin: 0px;
	color: #695748;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pageContentLeft .contestList .borderBtm {
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#pageContentLeft .contestList td input {
	color: #695748;
	margin: 0px;
	height: 14px;
	padding: 4px;
	border-color: #867c6a;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 283px;
}

#mc_embed_signup div.response {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	line-height: 18px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cececd;
}

#mc_embed_signup div.response a {
	color: #e4552d;
}

#mc_embed_signup div.mce_inline_error {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	line-height: 18px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: red;
	font-weight: bold;
}

#confirmationButtons {
	overflow: hidden;
}

#confirmationButtons a {
	float: left;
	margin-right: 8px;
}

/*#confirmationButtons .textLeft {
	float: left;
	height: 40px;
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 14px;
	margin-top: 0px;
}*/

#confirmationButtons .textLeft p {
	line-height: 40px;
	margin: 0px;
}

#formContainer .textField, #formContainer textarea, #uploadForm .textField {
	color: #695748;
	margin: 0px;
	height: 14px;
	padding: 4px;
	border-color: #867c6a;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 432px;
}

#formContainer textarea {
	height: 100px;
}

#formContainer .container {
	overflow: hidden;
	margin-bottom: 20px;
}

#formContainer .container.noMargin {
	margin-bottom: 0px;
}

#formContainer .container.noMargin p {
	margin-top: 0px;
}

#formContainer .col {
	width: 287px;
	float: left;
	margin-left: 20px;
}

#formContainer .col.first {
	margin-left: 0px;
}

#formContainer .col .textField {
	width: 277px;
}

#formContainer .col h4 {
	margin-top: 0px;
}

#formContainer .col table {
	width: 287px;
	border-collapse: collapse;
}

#formContainer .customList {
	width: 594px;
	border-collapse: collapse;
}

#formContainer .col th, #formContainer .customList th {
	color: white;
	font-style: normal;
	font-weight: normal;
	padding: 6px;
	margin: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #5a4a42;
}

#formContainer .col tr.even {
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
}

#formContainer .col td, #formContainer .customList td {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 14px;
	color: #695748;
	padding: 6px;
}

#formContainer .col td.borderBtm, #formContainer .customList td {
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#formContainer .col td .textField {
	width: 50px;
}

#formContainer .customList td .textField {
	width: 180px;
}

#formContainer .customList td .textField.xsmall {
	width: 20px;
}

#sortBox .textField, #searchBox .textField {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	color: #695748;
	height: 12px;
	padding: 4px;
	border-color: #867c6a;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 120px;
}

#rowloffLogo {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	text-align: center;
}

.icon, .iconIndent {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-top: 0px;
	vertical-align: middle;
}

.iconIndent {
	margin-left: 6px;
}

#supportList {
}

#supportList .topic .title {
}

#supportList .topic .title a {
	padding: 10px;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #695748;
	text-decoration: none;
	display: block;
}

#supportList .topic .title a span {
	padding-left: 24px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-position: 0px center;
	background-repeat: no-repeat;
	background-image: url(../images/support_plus_icon.gif);
}

#supportList .topic .title a span.active {
	background-repeat: no-repeat;
	background-image: url(../images/support_minus_icon.gif);
}

#supportList .topic .even {
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
}

#supportList .topic .title a:hover {
	text-decoration: underline;
	color: #e4552d;
}

#supportList .topic .content {
	padding-left: 34px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	display: none;
}

#pageContentRight h3 {
	margin-left: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0px;
	color: #e4552d;
	font-size: 14px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

/*#pageContentRight h4.box5 {
	height: 81px;
	width: 240px;
	background-repeat: no-repeat;
	background-image: url(../images/logo_gpg_lg.png);
	text-indent: -9999px;
}*/

#pageContentRight h4.box5 {
	padding-left: 60px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 4px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar_box5_logo.png);
}

#pageContentRight h4.avbundle {
	padding-left: 60px;
	padding-bottom: 16px;
	padding-right: 0px;
	padding-top: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar_avbundle_logo.png);
}

#pageContentRight h4.perc {
	padding-left: 60px;
	padding-bottom: 16px;
	padding-right: 0px;
	padding-top: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar_perc_logo.png);
}

#pageContentRight h4.guard {
	padding-left: 60px;
	padding-bottom: 16px;
	padding-right: 0px;
	padding-top: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar_guard_logo.png);
}

#popup {
	width: 576px;
	background-repeat: repeat-y;
	background-image: url(../images/content_back_tile.jpg);
	padding: 12px;
}

#wizardPopup {
	width: 776px;
	background-repeat: repeat-y;
	background-image: url(../images/content_back_tile.jpg);
	padding: 12px;
}

#popupContainer {
	border-color: #996633;
	border-style: dashed;
	border-width: 1px;
	padding: 20px;
	overflow: hidden;
}

#popupContainer h3 {
	margin-left: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Museo500', Arial, sans-serif;
	color: #df4c2a;
}

#popupContainer p, #popupContainer li, #popupContainer .checkboxCol {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-size: 14px;
	color: #695748;
}

#popupContainer p a, #popupContainer li a, #popupContainer td a {
	color: #df4c2a;
}

#popupContainer .imageItem, #popupContainer .imageDesigner, #popupContainer .imageFlag, #popupContainer .imageTShirt, #popupContainer .imageFloor, #popupContainer .imageCostume {
	padding: 4px;
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
}

#popupContainer .imageDesigner {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
}

#popupContainer .textRight {
	text-align: right;
	float: right;
}

#popupContainer .formContainer {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	overflow: hidden;
}

#popupContainer .formLeft {
	width: 340px;
	float: left;
}

#popupContainer .formRight {
	width: 340px;
	float: right;
}

#popupContainer .checkboxContainer {
	overflow: hidden;
}

#popupContainer .checkboxCol {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	width: 150px;
	float: left;
}

#popupContainer .wizardHeader {
	background-position: 100px center;
	background-repeat: no-repeat;
	background-image: url(../images/wizard_title_back.png);
}

#popupContainer .wizardHeader h3 {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df4c2a;
}

#popupContainer .wizardHeader h4 {
	text-align: center;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: 'Arial Black', Gadget, sans-serif;
	color: #998675;
}

#popupContainer .pulldown {
	font-size: 14px;
	width: 300px;
}

#popupContainer .wizardSubmit {
	display: block;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	border-style: none;
	height: 65px;
	width: 200px;
	background-repeat: no-repeat;
	background-image: url(../images/wizard_submit_bt.png);
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
}

#popupContainer .sizesList, #popupContainer .samplesList {
	width: 100%;
	border-collapse: collapse;
}

#popupContainer .sizesList th, #popupContainer .samplesList th {
	font-style: normal;
	font-weight: normal;
	padding: 6px;
	margin: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #5a4a42;
	color: white;
}

#popupContainer .sizesList td, #popupContainer .samplesList td {
	padding: 6px;
	margin: 0px;
	color: #695748;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-color: #695748;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#popupContainer .icon {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-top: 0px;
	vertical-align: middle;
}

#popupContainer .imageFlag {
	height: 120px;
}

#popupContainer .details {
	width: 240px;
	padding-left: 0px;
	padding-bottom: 14px;
	padding-right: 0px;
	padding-top: 0px;
	display: none;
}

#popupContainer .details p {
	margin: 0px;
}

#popupContainer .youTubeVideo {
	margin: 0px;
	padding: 8px;
	text-align: center;
	width: 518px;
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
}

#popupContainer .calculator, #customDrillContainer .calculator {
	margin: 0px;
	padding: 12px 12px 0;
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
	overflow: auto;
}

#customDrillContainer .calculator {
	margin-top: 30px;
}

#popupContainer .calculator h4, #customDrillContainer .calculator h4 {
	margin-left: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0px;
	color: #e4552d;
	font-size: 14px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.sf-shadow ul {
	margin-left: 100px;
	margin-top: 50px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/shadow.png);
}

#preload {
	display: none;
}

.recaptchatable {
	background-color: white;
}

#recaptcha_response_field {
	border-color: #867c6a !important;
	font-size: 11px !important;
	height: 14px;
	padding: 4px;
	width: 292px !important;
}

#showsList .active td {
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
	border-bottom-style: none;
}

#showsList .detailsContainer {
	display: none;
}

#showsList .details {
	padding: 0px;
	border-bottom-style: none;
}

#showsList .details .box {
	padding: 16px;
	width: 668px;
	border-right-color: #695748;
	border-left-color: #695748;
	border-bottom-color: #695748;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}

#showsList .details .top {
	width: 668px;
	overflow: hidden;
}

#showsList .details .logo {
	float: left;
	padding: 4px;
	background-repeat: repeat;
	background-image: url(../images/shadow_tile.png);
}

#showsList .details .price {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
}

#showsList .details .price h3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	font-size: 28px;
}

#showsList .details .price p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#showsList .details .button {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 16px;
	width: 280px;
	float: right;
}

#showsList .details .stats {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 16px;
	border-collapse: collapse;
	width: 668px;
}

#showsList .details .stats td {
	font-size: 11px;
	border-bottom-style: none;
}

#showsList .details .stats td p {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 12px;
}

#showsList .details .partList, #showsList .details .audioList, #showsList .details .sampleList, #showsList .details .optionList {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 12px;
	padding: 0px;
	list-style-type: none;
}

#pageContentLeft .showListTitle, #pageContentLeft .musicListTitle {
	overflow: hidden;
}

#pageContentLeft .showListTitle h2, #pageContentLeft .musicListTitle h2 {
	float: left;
}

#pageContentLeft .showListTitle p, #pageContentLeft .musicListTitle p {
	float: right;
	margin-top: 32px;
}

#pageContentLeft .newTitle {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../images/shade_back_tile.png);
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 6px;
	text-align: center;
}

#pageContentLeft .sliderContainer {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 24px;
	padding-right: 0px;
	padding-top: 0px;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(../images/double_hr_tile.gif);
}

#pageContentLeft .slider {
	margin-bottom: 0px;
}

#showsGrid {
	overflow: hidden;
}

#showsGrid .show {
	float: left;
	padding: 4px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #695748;
}

#showsGrid .show .logo {
	position: relative;
	margin-bottom: 4px;
}

#showsGrid .show .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#showsGrid .show:hover .overlay {
	opacity: 1;
}

#showsGrid .show .links {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

#showsGrid .show .links a {
	padding: 8px;
	transition: color 0.2s ease-in-out;
}

#showsGrid .show .links a:hover {
	color: white;
}

#musicGrid {
	overflow: hidden;
}

#musicGrid .music {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 8px 4px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #695748;
}

/*#musicGrid .music img {
	transition: opacity 0.2s ease-in-out;
	margin-bottom: 4px;
}

#musicGrid .music:hover img {
	opacity: 0.5
}*/

#musicGrid .music .logo {
	position: relative;
	margin-bottom: 4px;
}

#musicGrid .music .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

#musicGrid .music:hover .overlay {
	opacity: 1;
}

#musicGrid .music .links {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

#musicGrid .music .links a {
	padding: 8px;
	transition: color 0.2s ease-in-out;
}

#musicGrid .music .links a:hover {
	color: white;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.audio-player-wrap {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999999999;
	display: none;
}

.audio-player-wrap.show {
	display: block;
}

.audio-close {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}

.sample.audio-player, .sample.audio-player div, .sample.audio-player h1, .sample.audio-player a, .sample.audio-player img, .sample.audio-player span, .sample.audio-player button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.sample.audio-player {
    width: 600px;
	margin: 0 auto;
    height: 110px;
 	position: relative;
 	background-color: #000000;
}

.sample.audio-player .title {
    position: absolute;
    top: 26px;
    left: 180px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #cececd;
	z-index: 5;
}

.sample.audio-player .buttons {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}

.sample.audio-player .buttons .product-link {
	background-color: #ffffff;
	padding: 8px 12px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: inline-block;
}

.sample.audio-player .buttons .product-link:hover {
	background-color: #e4552d;
}

.sample.audio-player .buttons .far, .sample.audio-player .buttons .fas {
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
	cursor: hand;
	margin-right: 5px;
	vertical-align: middle;
}

.sample.audio-player .cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 110px;
	width: auto;
	max-width: 110px;
}

.sample .mejs__container {
	background: transparent;
}

.sample .mejs__controls {
	height: 110px;
}

.sample .mejs__controls .mejs__button button {
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.sample .mejs__controls .mejs__play button, .sample .mejs__controls .mejs__pause button {
	width: 40px;
	height: 40px;
	top: 14px;
	left: 125px;
	background-color: transparent;
	background-image: url(../images/play-pause.png);
	background-position: top center;
	background-size: 40px 80px;
	z-index: 10;
}

.sample .mejs__controls .mejs__pause button {
	background-position: bottom center;
}

.sample .mejs__controls .mejs__mute button, .sample .mejs__controls .mejs__unmute button {
	width: 25px;
	height: 25px;
	top: 68px;
	left: 100px;
	background-color: transparent;
	background-image: url(../images/mute-unmute.png);
	background-position: top center;
	background-size: 25px 50px;
	z-index: 10;
}

.sample .mejs__controls .mejs__unmute button { 
	background-position: bottom center; 
}

.sample .mejs__controls .mejs__horizontal-volume-slider {
	position: absolute;
	top: 60px;
	left: 165px;
	cursor: pointer;
}

.sample .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
	width: 150px;
	height: 8px;
	background: #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sample .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
	position: absolute;
	width: 0;
	height: 6px;
	top: 1px;
	left: 1px;
	background-color: #e4552d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sample .mejs__controls div.mejs__time-rail {
	width: 400px; position: absolute;
}

.sample .mejs__controls .mejs__time-rail span {
	position: absolute;
	display: block;
	width: 600px;
	height: 5px;
	left: 0;
	top: -5px;
	cursor: pointer;
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0 px 0px;
	border-radius: 2px 2px 0px 0px;
}

.sample .mejs__controls .mejs__time-rail .mejs__time-total {
	background: #e4552d;
}

.sample .mejs__controls .mejs__time-rail .mejs__time-loaded {
	width: 0;
	background: #cccccc;
}

.sample .mejs__controls .mejs__time-rail .mejs__time-current {
	width: 0;
	background: #64b44c;
}

.sample .mejs__controls .mejs__time-rail .mejs__time-handle, .sample .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-handle {
	position: absolute;
	display: block;
	width: 8px;
	height: 20px;
	top: -8px;
	border-radius: 5px;
	background-color: #000000;
	border: 2px solid #e4552d;
}

.sample .mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-handle {
	top: -6px;
}

.sample .mejs__controls .mejs__time-rail .mejs__time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: url(../graphics/time-box.png);
}

.sample .mejs__controls .mejs__time-rail .mejs__time-float-current {
	width: 33px;
	display: block;
	left: 0;
	top: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.sample .mejs__controls .mejs__time-rail .mejs__time-handle-content {
	display: none;
}

.sample .mejs__offscreen {
	display: none;
}