@charset "utf-8";
/* CSS Document */


 /************Reset**************/
html, body, div, span, img {
							margin: 0;
							padding: 0;
							border: 0;
						font-size: 100%;
						font: inherit;
						vertical-align: baseline;
						 font-family:'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
}

legend {
	display: none;
}
/************End Reset**************/
body {
	background-color:#252525;
	color: #4c4c4c;
	line-height: 1;
	font-size:16px;
	text-align:center;
}
html, body{height:101%;}
a, a:visited {	color: #4c4c4c;}
h1{font-size:1.5em;}
blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em; }
blockquote p:first-letter {
	float: left;
		font-size: 220%;
	font-weight: bold;
	margin-top: 0em;
	margin-right: 0.3em;
	margin-bottom: 0.1em;
	margin-left: 0;
	color:#999;
}
blockquote p:first-line {
	font-variant: small-caps; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
  
#header{
	padding:0px;
	width:990px;
	background-color:#7b7b7b;
	position:relative;
	list-style:none;
	color:#FFFFFF;
	margin-bottom:0px;
	
	overflow:visible;
	position:relative;
}
#logo{
	width:100%;
	height:207px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
	left: 0px;
	top: 0px;
	text-indent:-9999px;
}
#logo a{width:100%;	height:100%;display:block;}
#newsletter{
	position:absolute;
	top:17px;
	right:34px;
	z-index:10;
	color:#000;
	text-align:left;
}
#newsletter label{font-size:14px; font-weight:bold; margin-right:10px; }
#mce-EMAIL{
	background-color:#7b7b7b;
	padding:5px;
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	color:#fff;
	}
#mc-embedded-subscribe{
	
	padding:4px;
	
	}
#navigation-main{width:100%;padding:5px;}
#navigation-main li{display:inline-block;position:relative;}
#navigation-main li a, #navigation-main li a:visited{
	float:left;
	padding:10px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#navigation-main li a.social{padding:0px; border:none; position:relative; top:2px;}
.wrapper-content{width:950px; background-color:#FFFFFF;}


#footer{
position:relative;
	padding:20px;
	width:950px;
	height:100px;
	position:relative;
	list-style:none;
	background-color:#7b7b7b;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:80px;
}
#copyright{position:absolute;top:160px;left: 260px;font-size:13px;}
#produced{position:absolute;right:5px; bottom:-25px; font-size:11px;}
#produced a, #produced a:visited{color:white;}
#produced span{position:absolute;right:3px; bottom:-15px;}

.content{position:relative;overflow:visible;}
.width-full{width:100%}
.width-third{width:314px;}
.width-half{width:49%}
.width-two-thirds{width:600px;}
.go-right{float:right;}
.go-left{float:left;}
.go-center{margin-left:auto;margin-right:auto;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.padding-top-20{padding-top:20px;}
.padding-bottom-20{padding-bottom:20px;}
.padding-left-20{padding-left:20px;}
.padding-right-20{padding-right:20px;}
.clean{margin:0px;}
.buttony{
    cursor: pointer;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9b9b9;
	border-bottom-color: #717171;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #33521B;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	border-top-right-radius: 0.3em;
	border-top-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}
.bar{
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 32%, rgba(198,198,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,rgba(242,242,242,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 32%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 32%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 32%,rgba(198,198,198,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 32%,rgba(198,198,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */


}

#ticker {
margin-top:0px;
margin-bottom:30px;
	height: 50px;
	overflow: hidden;
	list-style:none;
	
}
#ticker li {
	height: 50px;
	line-height:2;
	color:#666;
}
#ticker li a{
line-height:2;
	color:#666;
	text-decoration:none;
	
}






#bom-stores{list-style:none; margin:0px;padding:0px;
}
#bom-stores li{display:inline-block; margin-bottom:5px;}
#bom-stores li a{display:block; 		
	border-style: outset;
	border-color: #666666;}
#playtainer{
	width:314px;

	border: 1px solid #666666;
}
#playtainer2{
	width:314px;

	border: 1px solid #666666;
	
}
    /* container has a background image */

a.player {
	display:block;
	width:314px;
	height:186px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../images/vid-bg.jpg);
	background-repeat: no-repeat;
		border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	
	
   
}

a.player:hover {
   background-color:#DFE3DF;
}

/* splash image */
a.player img {
    margin-top:125px;
    border:0;
}    #player1 {
        margin-top:0px;
        width:314px !important;
    }
	#player2 {
        margin-top:0px;
        width:314px !important;
    }


/* general playlist settings, light gray */
.playlist {
	position:relative;
	overflow:hidden;
	height:360px !important;
			border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
   
	
}

.playlist .clips {
    position:absolute;top:-1px;
    height:20000em;
	
	
}

.playlist, .clips {
    width:314px;	height:140px;overflow:auto;
}
.clips{

		border-bottom-width: 6px;
	

	
	border-bottom-style: solid;
	

	
	border-bottom-color: #4c4c4c;

	text-align:left;

}

.clips a {
	display:block;
	background-color:#fefeff;
	padding-top:10px;
	padding-bottom:10px;
	
	
	margin-top:1px;
	font-size:13px;
	text-decoration:none;
	letter-spacing:-1px;
	color:#596859;
	cursor:pointer;
	background-image: url(../images/play.gif);
	background-position: 15px center;
	background-repeat: no-repeat;

	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4c4c4c;
}

.clips li a.first {
	border-top-width: 0px;

}


.clips a.playing, .clips a.paused , .clips a.progress {
	background-color:#DFE3DF;
}


.clips a.progress {
    opacity:0.6;
}



.clips a span {
	display:block;
	color:#839683;
}
.clips a span.video{
	position:absolute;
	top:0px;
	right:15px;
	width:100%;
	height:100%;
	background-image: url(../images/video.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	z-index:10;
	text-indent:-9999px;
}
.clips a span.audio {
	position:absolute;
	top:0px;
	right:15px;
	width:100%;
	height:100%;
	background-image: url(../images/audio.gif);
	background-repeat: no-repeat;
	background-position: right center;	
	z-index:10;
	text-indent:-9999px;
}
.clips a em span{font-size:12px;color:#D78100;}

.clips a:hover,.clips a.playing:hover {
	background-color:#EFF1EF;
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
    background-color:transparent !important;
}
/* /general playlist settings, light gray */




 .buttony{    cursor: pointer;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b9b9b9;
	border-bottom-color: #717171;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #33521B;
	-webkit-border-radius:0.3em;
	-moz-border-radius:0.3em;
	border-radius:0.3em;
	border-top-right-radius: 0.3em;
	border-top-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; 
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:100;
}
.hider{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 95px;
    height: 27px;
	background-color:#00CC00;
	z-index:1000;}
.bold-black{font-weight:bold; color:#000000;font-size:1.75em;}
iframe.hidden
{
display:none
}