
/* CSS General Purpose */

/*
a:link {color: #333333; text-decoration: none; }
a:active {color: #333333; text-decoration: none; }
a:visited {color: #333333; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: none; }
*/
img
{  border-style: none;
}

#debugWin{
	position: absolute;
	top: 0px;
	left: 0px;
	width 300px;
	background-color: yellow; 
	padding: 10px;
	z-index: 2000;
	cursor: pointer;
	display: none;
}


.contactBtn{
	cursor: pointer;
}



/*FOR IE SPACING*/
p {
	margin-top: 1em;
	margin-bottom: 1em;
}


body {
	position: relative;
	font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666;
	/* background-image: url(../art/2/bgYellow.png); */
	background-color:#fdd846 ;
}

h3 {
	font-size:25px;margin: 0px;
}

strong {
	color: #ea3064;
}

.hotTxtColor, a{
	color:#ea3064;
	text-decoration: none;
}

.subtleTxtColor{
	color: #b79f41;
}


.hoverTxtColor{
	color: #804000 ;
	text-shadow: 1px 1px 1px #e1bb77;
}


.selectedTxtColor{
	color:#eb1f4f;
	text-shadow: 1px 1px 1px #e1bb77;
}

.floatBuster {
	clear: both;
}


.headPanel {
	position: relative;
	/* background-image: url(../art/2/bgYellow.png); */
	background-color:#fdd846 ;
	height: 270px;
	z-index: 900;
	text-align: center;
}


.headPanel .panelTag{
	width: 1140px;
	margin: 0px auto 0px;
	position: relative;
	top:70px;
	left: -20px;
	text-align: center;
}

.headPanel .thumbRowWrapper{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height:60px;
	background: url(/art/2/sectionShadow.png) repeat-x 0px 33px;
}


.headPanel .thumbRow{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 3000px;
	height: 33px;
	background-color: #666;
	border-bottom: solid #333 thin;
}

.headPanel .thumbRow .cell{
	position: relative;
	float: left;
	width: 45px;
	min-height: 25px;
	/* background-color: white; */
}

.headPanel .thumbRow .cell img{
	display: none;
	width: 45px;
}


.headPanel .navBarWrapper {
	position: relative;
	/* border: thin red solid; */
	width: 450px;
	margin: 25px auto 0px;
	padding: 0px;
	overflow: visible;
	text-align: center;
}


.headPanel ul.navBar {
	position: absolute;
	top: 0px;
	left: 10px;
	margin: 0px;
	padding: 3px 20px 5px;
	background-color:#c6ac3f;
	color:#fdd846 ;
}

.headPanel ul.navBar li{
	line-height: 1em;
	font-size: 16px;
	position: relative;
	float: left;
	list-style: none;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	width: 80px;
	cursor: pointer;
	text-align: center;
	font-family: "Helvetica Neue Bold", "HelveticaNeue-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	/* text-shadow: 0px 0px 0px #666; */
	/* border: black thin solid; */
}




.tSeam{
	background-image: url(/art/2/tCtrShad.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0px;
	bottom: -21px;
}

.bSeam{
	background-image: url(../art/2/bCtrShad.png);
	background-repeat: repeat-x;
	background-position-x: -100px;
	width: 100%;
	height: 27px;
	position: absolute;
	top: -27px;
}



.footPanel {
	position: relative;
	/* background-image: url(../art/2/bgYellow.png); */
	background-color:#fdd846 ;
	height: 220px;
	z-index: 901;
}
.footPanel .panelTag{
	width: 1140px;
	margin: 0px auto 0px;
	position: relative;
	top:-20px;
	left: -20px;
}

.footPanel .cPanel{
	position: relative;
	top: 40px;
	left: 410px;
}

.footPanel .lPanel{
	width: 250px;
	position: absolute;
	top: 110px;
	left: 65px;
}

.footPanel .lcPanel{
	position: absolute;
	top: 40px;
	left: 255px;
}

.footPanel .rcPanel{
	position: absolute;
	top: 40px;
	left: 595px;
	
}

.footPanel .rPanel{
	width:250px;
	position: absolute;
	top: 120px;
	left: 965px;
	font-family:  "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 14pt;
	line-height: 100%;
	text-shadow: 1px 1px 1px #ffe186;
	color: #a08a2e;
}




.sandwichMiddle {
	background-image: url(/art/2/tCtrShad.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #E6E6E6;
	height: 350px;
	min-width: 1140px;
	padding: 0px 0px 0px 0px;
	position: relative;
	/* border: solid red thin; */
}


.contactPgMiddle {
	background-image: url(/art/2/tCtrShad.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #E6E6E6;
	/* height: 350px; */
	padding: 0px 0px 0px 0px;
	position: relative;
	/* border: solid red thin; */
	min-width: 1140px;
}



.centeredWrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#centeredContentContainer {
	margin-right: auto;
	margin-left: auto;
	width: 1090px;
	position: relative;
	background-color:;
	border: 0pt dotted #CC99FF;
}



#player{margin-left: 210px;}
#veil{
	background-color: #E6E6E6;
	background-image: url(/art/2/ajax-loader.gif);
	background-position-x: 47%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	float: left;
	display: block;
	z-index: 4000;
	position: absolute;
}

.noDisplay{display: none;}
.slide span{display: none;}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 5px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 5px 0px rgba(0,0,0,.2);
	box-shadow: inset 0 0 5px 0px rgba(0,0,0,.2);

}

.shadow {
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.4);
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}

/* =============FORM ELEMENTS============== */



#translucentBd{
	text-align: center;
	z-index: 3049;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	position: absolute;
	display: none;
	background-color: black;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



#contactUs{
}


.contactUs{
	background-color: #e8e8e8;
	/* background-color: rgba(204,204,204,.95); */
	width: 500px;
	height: 640px;
	padding: 25px 40px 0px;
	position: absolute;
	top: 50px;
	left: 150px;
	z-index: 3050;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}
.contactUsPage{
	/* background-color: #e8e8e8; */
	/* background-color: rgba(204,204,204,.95); */
	width: 500px;
	height: 640px;
	position: relative;
	margin: 0px auto;
	left: -25px;
	top: 45px;
	
	/*
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
*/
	
}


/*
#contactUs .fsValidationError{
	background-color: #fff;
	background-image: url(/art/2/bgYellow.png);
}
*/

#contactUs .fsValidationError .fsLabel{
	background-image: none;
	padding-left:0px;
}

#contactUs .fsError{
    width:95%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
    background-color:#fee;
    color:#666;
    border:1px solid red;
    padding:10px;
    clear:both;
    text-align:left;
    display: none;
}



#contactUs .fsFieldFocused{
	background-color: #fff;
}


#contactUs p{
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14pt;
}


#contactUs label{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	width: 120px;
}

#contactUs input[type=text]{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 5px;
	width: 300px;
	margin: 1px 0;
	text-align: left;
	border: 1px solid #999;
	color: #666;
}

#contactUs textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 1px;
	width: 300px;
	margin: 1px 0;
	text-align: left;
	border: 1px solid #999;
	color: #666;
}

#contactUs select{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 5px;
	/*width: 350px;*/
	margin: 1px 0;
	text-align: left;
	border: 1px solid #999;
	color: #666;
}


#contactUs input[type=submit]{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #333;
	font-weight: bold;
	background-color: #ddd;
	/* width: 370px; */
	padding: 15px;
	margin-top: -10px;
}









/* ==================slider specific=================*/


#slideFadeL{
	position: absolute;
	left: 0px;
	top: 0px;
	/* border: solid thin blue; */
}


#slideFadeR{
	position: absolute;
	right: 0px;
	top: 0px;
	/* border: solid thin blue; */
}



#slideshow {
	margin:0 auto;
	width:1140px;
	height:350px;
	background:transparent;
	position:relative;
	/* border: solid thin blue; */
	/* display: none; */
	visibility: hidden;
}
#slideshow #slidesContainer {
	/* margin:0 auto; */
	margin-left: 0px;
	width:1140px;
	height:350px;
	overflow:auto; /* allow scrollbar */
	/* overflow: hidden; */
	position:absolute;
}
#slideshow #slidesContainer .slide {
	/* margin:0 auto; */
	width:1120px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:350px;
	float:left;
	/* visibility: hidden; */
	/* border: solid thin red; */
}

#leftControl {
  background:url(/art/2/lArrow.png) no-repeat 0 0;
  position: absolute;
  left: 60px;
  top: 0px;
  width: 100px;

}


.navDiv{
	position: relative;
	margin: 0 auto;
	width: 1140px;
	left: 0px;
	top: -70px;
}



#rightControl {
  background:url(/art/2/rArrow.png) no-repeat 0 0;
  position: absolute;
  right: 110px;
  top: 0px;
  width: 100px;
}

.control {
  z-index: 1000;
  font-size: 25px;
  font-weight: bold;
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.cornerNews{
	position: absolute; 
	top: -70px; 
	left: 25px; 
	z-index: 1120;
}

.bgTextureFadeUp{
	background: url(http://bobblevision.com/art/2/900x200whtRadFadeUp.png) bottom center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
}

.bgTextureFadeDn{
	background: url(http://bobblevision.com/art/2/900x200whtRadFadeDn.png) top center repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
}

