@charset "utf-8";

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:1px;
	line-height: 0px;
	width: 1400px;
}

	.white {
	color: #E1E1E1;
	padding: 0px 15px 0px 15px;
	}
	
	.padding {
	line-height:20px;
	}
		
#gotoBtn {
  float:left;
  display: block; 
  position: fixed; 
  bottom: 0px; 
  right: 0px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #EF9C3B; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}

#gotoBtn:hover {
  background-color: ;
  opacity: .5; 
}

#chatsBtn {
  display: block; 
  position: fixed; 
  bottom: 0px; 
  right: 0px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #EF9C3B; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px;
  
}

#chatsBtn:hover {
  background-color: ;
  opacity: .5;
}

.noDisplay {
	display:none;
	}

.textWrap{
	float: right;
	margin: 10px;
}

.galleryMainPix {
	/*border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F49F06;*/
	width: 100%;
	height: 255px;
	background-color:red ; 
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image:url(images/gallery/galleryMainPic1.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
}

.galleryDisplPix {
	cursor: pointer;
	background-color:;
    border-color: red;
	border-style: solid;
	border-width: 1px;
    width: 360px;
	height: 245px;  
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto; 
    background-repeat:no-repeat;
    background-size: 360px 245px;
	text-align:center ;
	color:white; 
	font-weight:bold; 
	font-size:1em;
	
	-webkit-transition: all .5s ease-in;
  	-moz-transition: all .5s ease-in;
  	-o-transition: all .5s ease-in;
  	transition: all .5s ease-in;
} 

.galleryDisplPix:hover {
	background-size:100% 100% ;
	background-color: red;
	position: relative;
	z-index: 99999; 
	border-width: 2px;
	border-color: red;
	
	-webkit-transform: scale(2.5);
    -ms-transform: scale(2.5); 
    -moz-transform: scale(2.5);
    transform: scale(2.5);
}
		
.galleryPix {
	cursor: default;
	list-style: none;
}

.galleryPix img {
	cursor: pointer;
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px; 
	color: inherit;
	padding: 2px; 
	vertical-align: top;
	width: 250px;
	height:150px;
	
	-webkit-transition: all .4s ease-in;
  	-moz-transition: all .4s ease-in;
  	-o-transition: all .4s ease-in;
  	transition: all .4s ease-in;
}

.galleryPix li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc; 
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 3px;
	position: relative;
}

.galleryPix img:hover, .galleryPix li:hover {
	-webkit-transform: scale(1.5);
    -ms-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    transform: scale(1.5);
	z-index: 99999;
}

.TabbedPanelsTabGroup {
	border-top-color: #090;
	border-left-color: #090;
}

.TabbedPanelsTab {
	color: #030;
	border-right-color: #090;
}

.TabbedPanelsTabHover {
	color: #FFF;
	background-color: #0C0;
}

.TabbedPanelsTabSelected {
	color: #FFF;
	background-color:#090;
}

.TabbedPanelsContentGroup {
	border-top-color: #090;
	border-bottom-color: #090;
}

.TabbedPanelsContent {
	padding-left: 40px;
}

.button1 {
  background-color:#CCCCCC;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1:hover {
  background-color: green;
  color: white;
}



.advertsDiv {
	float:left;
	margin-top:20px;
	width: 380px;
	height: 220px ;
}

.advertsImg {
	float:left;
	width:190px;
	height: 100% ;
	border:thick solid #006600;
	
	-webkit-transition: all .5s ease-in;
  	-moz-transition: all .5s ease-in;
  	-o-transition: all .5s ease-in;
  	transition: all .5s ease-in;
}


.advertsImg:hover {
	-webkit-transform: scale(1.5);
    -ms-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.advertsTxt {
	text-align:justify;
	margin: 10px 10px;
	float:left;
	width:170px;
	height:100px; 
	text-align: left; 
	font-size: 14px ;
	font-weight: ;
	color: #003300;
}

.advertsBtn {
	margin-left:5px;
	padding: 2px 20px 2px 20px; 
	font-size: 12px;
	font-weight:bold;
	background-color: #FF9900;
	color: #000000;
}

.advertsBtn:hover {
	background-color: green;
	color: white;
}







.advertsDiv {
	margin-left:10px;
	width: 290px;
	height: 250px ;	
}

.advertsImg {
	width: 200px;
	height: 100% ;	
}

.advertsTxt {
	margin-top:50px;
	width: 70px ;
	height: 120px ; 
}







.footerLinks {
	float:left; 
	margin-left:60px;
	height: 150px; 
	width: 150px;
	text-align: left; 
}

.footerLinks li a {
	text-decoration: ;
	color: #FF9900;
	font-size: 14px;
	font-weight: normal;
}

.footerLinks a:hover {
	font-weight: bold;
	color: white;
}

.subHeader {
color: #660000 ; 
font-size:24px; 
text-shadow: 1px 1px 2px  #FF9900;
font-family: arcon_fontsBold;
}


