/*---------------------------------------------------------------------

Template Name: 	Online Booking
Version:	 	1.0
Release Date: 	August 08, 2010

File:       	cyan.css
Updated:    	2010-08-08

Copyright (c) 2010 Zoran Juric - http://themeforest.net/user/zoranjuric

-----------------------------------------------------------------------

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in
this file. Instead use the custom.css file to add your styles. You can
copy a style from this file and paste it in custom.css and it will
override the style in this file.

---------------------------------------------------------------------*/

h1 {
	color:#3CB4B4;
}

a:hover {
	color: #3CB4B4;
}

.btn-custom {
	background-color: #3CB4B4 !important;
}

h2.headline {
	background:#50C5C5;
	box-shadow:0 2px 0 #3CB4B4;
	-moz-box-shadow:0 2px 0 #3CB4B4;
	-webkit-box-shadow:0 2px 0 #3CB4B4;
}

#logo {
	background: url(../img/logo-cyan.png) no-repeat;
}

#nav a.dropdown_subfoot{
	background-color:#3CB4B4;
}

.box h3 a{
	color: #3CB4B4;
}

#topmenu a:hover {
	color: #50C5C5;
}

ul.list .price {
	color: #50C5C5;
}

.callcenter span {
	color:#3CB4B4;
}

#subfooter {
	background: #3CB4B4;
	border-top:5px solid #50C5C5;
}

.searchpanel h1 {
	color:#50C5C5;
}

.datepick {
	border: 2px solid #3CB4B4;
}
.datepick-nav, .datepick-ctrl {
	background-color: #3CB4B4;
}
.datepick-ctrl {
	background-color: #3CB4B4;
}
.datepick-cmd:hover {
	background-color: #50C5C5;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #50C5C5;
}
.datepick-month td .datepick-highlight {
	background-color: #50C5C5;
}
.datepick-month td .datepick-selected {
	background-color: #50C5C5;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #50C5C5 !important;
}

.carousel a:hover { 
	background-color: #50C5C5;
}
.carousel a.previous{
	background: url(../img/carousel-arrow-lt.png) no-repeat -85px 40%;
}
.carousel a.next{
	background: url(../img/carousel-arrow-rt.png) no-repeat -16px 40%;
}

.content-box a {
	color: #3CB4B4;
}

.question > a {
	color: #3CB4B4;
}

div.stepped {
	background: #50C5C5;
}
div.triangle {
	border-top:12px solid #50C5C5;
}