@charset "UTF-8";
/* Light blue color scheme */

* {
	color: #4a5c68;
}

h1 {
	color: #3C9DBB;	
}

h4 {
	color: #3C9DBB;	
}

li {
	list-style-image: url(../images/theme_turq/li_img.gif);
}

.breadcrumMenu span {
	color: #055878;
}

#logoPlace {
	float: left;
	width: 288px;
	height: 90px;
	background-image: url(../images/theme_turq/logo.gif);
	background-repeat: no-repeat;
}

#logoPlace h2 {
	font-size: 1em;
	font-style: normal;
	color: #666;
	display: block;
	padding: 62px 0 0 18px;
}

.topTab1 {
	float: left;
	background-image: url(../images/theme_turq/tab1.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 48px;
	text-align: left;
}

.topTab2 {
	float: left;
	background-image: url(../images/theme_turq/tab2.gif);
	background-repeat: no-repeat;
	width: 141px;
	height: 48px;
	text-align: left;
	margin-left: 10px;
}

.topTab3 {
	float: left;
	background-image: url(../images/theme_turq/tab3.gif);
	background-repeat: no-repeat;
	width: 178px;
	height: 48px;
	text-align: left;
	margin-left: 11px;
}

.topTab1 a, .topTab2 a, .topTab3 a, .topTab1 a:visited, .topTab2 a:visited, .topTab3 a:visited {
	display: block;
	color: white;
	text-decoration: none;
	padding: 7px 0 0 30px;
}

#mainMenu {
	height: 30px;
	background-image: url(../images/theme_turq/main_menu_bgrnd.gif);
	background-repeat: repeat-x;
	
}

.mainMenuLeftCorner {
	width: 10px;
	height: 30px;
	background-image: url(../images/theme_turq/main_menu_left_corner.gif);
	background-repeat: no-repeat;
	float: left;
}

.mainMenuRightCorner {
	width: 10px;
	height: 30px;
	background-image: url(../images/theme_turq/main_menu_right_corner.gif);
	background-repeat: no-repeat;
	float: left;
}

.mainMenuLink {
	display: block;
	color: white;
	padding: 8px 10px 8px 10px;
	float: left;
	border-right: 1px solid #a1bfe5;
}

.mainMenuLink:hover {
	color: white;
	background-color: #3C9DBB;
}

.mainMenuAcitiveLink {
	display: block;
	color: white;
	padding: 8px 10px 8px 10px;
	background-color: #8198B7;
	float: left;
	border-right: 1px solid #a1bfe5;
}

/* Additional blocks */

.testimonHeader {
	background-image: url(../images/theme_turq/testimonials_top.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 21px;
}

.testimonBody {
	background-image: url(../images/theme_turq/testimonials_bgrnd.gif);
	background-repeat: repeat-y;
	padding: 0 12px 0 12px;
}

.testimonFooter {
	background-image: url(../images/theme_turq/testimonials_bottom.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 12px;	
}

.sideMenuHeaderTop {
	width: 182px;
	height: 8px;
	background-image: url(../images/theme_turq/side_menu_header_top.gif);
	background-repeat: no-repeat;
}

.sideMenuHeaderBody {
	background-image: url(../images/theme_turq/side_menu_header_bgrnd.gif);
	background-repeat: repeat-y;
}

.sideMenuHeaderBody h3 {
	margin: 0;
	color: white;
	font-weight: normal;
	background-image: url(../images/theme_turq/side_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 0px;
	padding-left: 25px; 
}

.sideMenuHeaderBottom {
	width: 182px;
	height: 34px;
	background-image: url(../images/theme_turq/side_menu_header_bottom.gif);
	background-repeat: no-repeat;
}

.sideMenuContent hr {
	height: 5px;
	background-image: url(../images/theme_dblue/events_separator.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	border: 0;
	padding: 5px 0 5px 0;
}

.sideMenuContent p {
	margin: 0;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.bookingLink {
	float: left;
	background-image: url(../images/theme_turq/booking_button.gif);
	background-repeat: no-repeat;
	width: 129px;
	height: 21px;
	margin-right: 5px;
}

.moreInfoLink {
	float: left;
	background-image: url(../images/theme_turq/information_button.gif);
	background-repeat: no-repeat;
	width: 129px;
	height: 21px;
}

.contactLink {
	float: left;
	background-image: url(../images/theme_turq/contact_button.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 20px;
}

.miscLink {
	float: right;
	background-image: url(../images/theme_turq/misc_button.gif);
	background-repeat: no-repeat;
	width: 129px;
	height: 21px;
}