
.topBar {
	background-color: #ffffff;
}


.topBar a {
	color:#333333;
	
}

.topBar a:hover {
	color:#333333;
}



.navbar-default {
	margin-top: 1px;
    background-color: #F89696;
    background:linear-gradient( #F89696, #F89696);
} 
   

.navbar-default .navbar-text {
    color: #ffffff;
   
     
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
 
}


.headerLogo {
	position: absolute;
	z-index: 9999;
	cursor: pointer;
}

.headerSlider {
	float:left;
	width:990px;
}


.headerRight {
	position: absolute;
	top:1px;
	right:16px;
	z-index: 9999;
	cursor: pointer;
	
}

.headerTitle {
	/*
	position: absolute;
	top:10px;
	left:30px;
	*/
	letter-spacing: 1px;
	text-align: center;
	color:#ffffff;
	font-weight: 700;
	font-size: 24px;
}

.headerTitle a {
	color: #ffffff;
}

.headerPic {
	background: url("../images/header.jpg?v3") no-repeat; 
	height: 200px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.headerSubsite {
	/*
	background: url("../images/header.jpg") no-repeat; 
	height: 76px;
	border-radius: 5px;
	*/
	padding:15px;
	background-color: #901E75;	




}

@media screen and (max-width: 550px) {
 	
	/*
 	.headerSubsite {
		background: url("../images/headerMobile.jpg") no-repeat; 
		height: 60px;
		border-radius: 5px;
		background-color:#555;
	}
	*/
	

	.headerPic {
	background: url("../images/headerMobile.jpg?v4") no-repeat; 
	
}



	.headerTitle {
		font-size: 18px;
		_top:15px;
	}
}