
.color{
	background: #ffd500;
	color:#1d1d1d;
}

a{
	color:#323232;
}

.flex-control-nav li a {
	background: url(images/bg_control_nav.png) no-repeat;
}

#mapWrapper{
	background: #ffd500;	
}

.openMap{
	border-top:2px solid #ffd500;
}

.subscriptBtn:hover{
	background:#ffd500;
}

.fixedFooter, .absoluteFooter, .relativeFooter{
	background: #ffd500;
}

#toTop {
	background:url(images/gotoTop.png) no-repeat bottom left;
}

ul.tagWidget li a:hover{
	background: #ffd500;
	color:#000;
	text-decoration:none;
}

.submitButton:hover{
	background: #ffd500;
	color:#000;
}

ul.pricing li.pricingPrice{
	background: #ffd500;
}

a.pricingbtn:hover{
	background: #ffd500;
	color:#000;
}

/* Button
============================================ */

a.smallBtn1 {
	background:#0d0d0d url(images/buttons/smallBtn1.png) no-repeat 0 -30px;
}

a.mediumBtn1 {
	background:#0d0d0d url(images/buttons/mediumBtn1.png) no-repeat 0 -40px;
}

a.bigBtn1 {
	background:#0d0d0d url(images/buttons/bigBtn1.png) no-repeat 0 -50px;
}

a.smallBtn1:hover, a.mediumBtn1:hover, a.bigBtn1:hover{
	color:#ffd500;
}

a.smallBtn2:hover, a.mediumBtn2:hover, a.bigBtn2:hover{
	background: #ffd500;
	color:#000;
}