
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

.tab {
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.contact {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
	
}


.tab ul.contact li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
}

.tab ul.contact li a {
	color: #ffffff;
	text-decoration:none;
}

.tab ul.contact li a:hover {
	color: white;
	text-decoration:underline;
}

.tab .sep {color:#414141}

.tab a.open{
	height: 35px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 150px;
	position: relative;
	top: 11px;
	text-indent:-9999px;
}

.tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/contact.png) no-repeat left 0; }
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;font: bold italic 15px Georgia;}
.tab a:hover.open {background: url(../images/contact.png) no-repeat left -35px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;font: bold italic 15px Georgia;}


#botpanel {
    position: absolute;   
    bottom: 0;
	left:0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	background: url(../images/bgpanel.png);
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 17px;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 17px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel .grey{
font: bold 13px Georgia;
color:#ececec;
line-height:25px;
word-spacing:3px;
}

#panel .greyZag{
font: bold 15px Georgia;
color:#bababa;
line-height:20px;
word-spacing:3px;
text-decoration:underline;
}

#panel a {
	text-decoration: none;
	color: #ffffff;
}

#panel a:hover {
	color: #ffffff;
	text-decoration:underline;
}


#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 380px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #ffffff;
}

#panel .content .right {
	border-right: 1px solid #333;
}


#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}


#panel .content input:focus.field {
	background: #545454;
}



