
/* CSS Document */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

body
{
        margin:0 auto;
	padding: 0px;
	text-align:center;
	background:#350007 url(../images/bg2.gif) repeat-x;
}

h1 {
	font-family: Trebuchet MS;
	color: #922c36;
	font-size: 20px;
	letter-spacing: -1px;
}

h2 {
	font-family: Trebuchet MS;
	color: #922c36;
	font-size: 20px;
	/*letter-spacing: -1px;*/
}

h3 {
	font-family: Trebuchet MS;
	color: #922c36;
	font-size: 16px;
	font-weight: bold;
	/*line-height: 0px;*/
}
/*img, div { behavior: url(../javascript/iepngfix.htc) }*/
#body_outer
{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:980px;	
}

#side_navigation
{
	width:183px;
	float:left;
}

#side_navigation img
{
	margin: 24px auto 24px 20px;
	padding: 0;
	border: medium none;
} 

#side_navigation ul
{
	list-style-type: none; 
	background: url(../images/side_navigation/nav_divider.gif) no-repeat left top;
}

#side_navigation ul li
{
	background: url(../images/side_navigation/nav_divider.gif) no-repeat bottom left; 
}

#side_navigation ul li a
{
	display: block;
	width: 180px;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	margin-left: 3px;
	background: none;
	vertical-align:middle;
}

#side_navigation ul li .nav_selected, #side_navigation ul li a:hover
{
	background: url(../images/side_navigation/nav_bullet.gif) no-repeat left center;
}

#side_navigation ul img
{
	padding-top: 9px;
	margin: 0 0 0 17px;
}
*:first-child+html #side_navigation ul img
{
	padding-top:2px;
}

#side_navigation .sub_navigation
{
	padding: 4px 0 13px 0;
}

#side_navigation .sub_navigation li
{
	background:none;
}

#side_navigation .sub_navigation li .nav_selected
{
	background: url(../images/side_navigation/nav_bullet.gif) no-repeat left center;
	color:#d5a103;
}

#side_navigation .sub_navigation li a
{
	display:block;
	width:150px;
	height:auto;
	line-height: 16px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;	
	margin: 6px 0 0 3px;
	padding-left:17px;
	background: none;
}

#side_navigation .sub_navigation li a:hover
{
	color:#d5a103;
}

#content_wrap
{
	width:795px;
	float:left;
	margin:0 1px;
	background:#eee8df url(../images/page_bg_gradient.gif) repeat-x;
}

#primary_content
{
	width:auto;
	background:url(../images/flower-back.png) no-repeat 0 100%;
	padding:24px 30px 135px 30px;
}

#primary_content.main
{
	padding-bottom:30px;
	background: none;
}

#top_nav_ul
{
	width:450px;
	list-style:none;
	float:right;
}

#top_nav_ul li
{
	float:right;
}

#top_nav_ul a
{
	display:block;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	font-family:Verdana;
	font-size:11px;
	background:url(../images/top_nav_bullet.gif) no-repeat right 0.7em;
}

#top_nav_ul a:hover
{
	text-decoration:underline;
}

#top_nav_ul .last a
{
	background:none;
	padding-right:0;
}

#header img
{
	padding-top:20px;
	padding-bottom:20px;
}

#image_pool
{
	padding: 0;
	margin: 0;
	height:245px;
	background:url(../images/slide1.jpg);
	position:relative;
}

.transbox
{
	float:right;
	background-color:#2f0006;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}

#transbox1
{
	margin-top:42px;
	width:1px;
	height:166px;
}

#transbox2
{
	margin-top:41px;
	width:1px;
	height:168px;
}

#transbox3
{
	margin-top:40px;
	width:258px;
	height:170px;
	float:right;
}

#image_navigation
{
	width:258px;
	position:absolute;
	right:0;
	bottom:41px;
}

#link_next
{
	float:right;
	width:40px;
	text-align:left;
	margin:140px 11px 0px 13px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	color:#d5a103;
	line-height:22px;
	cursor:pointer;
	cursor:hand;
	background:transparent url(../images/pointer_next.gif) no-repeat right center;
}

#link_back
{
	float:left;
	width:40px;
	text-align:right;
	margin:140px 10px 0px 10px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:12px;
	color:#d5a103;
	line-height:22px;
	cursor:pointer;
	cursor:hand;
	background:transparent url(../images/pointer_back.gif) no-repeat left center;
}


#link_next:hover, #link_back:hover
{
	text-decoration:underline;
}

#select_images
{
	float:right;
	margin-top:142px;
	width:133px;
}

#select_images img
{
	float:right;
	margin-left:3px;
}

#search_form
{
	padding:13px 15px 30px 15px;
	margin: 0;
	margin-top:2px;
	background: url(../images/search_form_bg.gif) no-repeat;
	position: relative;
        z-index: 1000;
}

#search_form p img
{
	padding-bottom:12px;
}

.form_select
{
	height:20px;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	float:left;
}

#select1
{
	margin-right:12px;
	width:52px;
}

#select2
{
	margin-right:5px;
	width:107px;
}

#select3
{
	margin-right:12px;
	width:82px;
}

#select4
{
	margin-right:12px;
	width:198px;
}

#anchor1
{
	padding-right:12px;
	float:left;
}

#btn_search_prices
{
	margin:0;
	padding:0;
	border:none;
	height:20px;
	width:180px;
	cursor:pointer;
	cursor:hand;
	background:url(../images/search_bar_button.gif) no-repeat left top;
}

#btn_about_the_spa
{
	display:block;
	margin:60px 0 0 0;
	padding:0;
	padding-bottom:70px;
	height:24px;
	width:122px;
}

.btn_more_details
{
	margin:0 0 2px 8px;
	padding:0;
	height:20px;
	width:103px;
	position:absolute;
	bottom:0;
}

#footer_wrap
{
	width:739px;
	float:right;
	background-color:#2f0005;
	color:#978082;
	font-family:Verdana;
	font-size:10px;
	line-height:14px;
	margin-top:15px;
	margin-bottom:100px;
	padding: 16px 28px 20px 30px;
}

.footer_logo_column
{
	float:left;
	width:98px;
	text-align:center;
}

.footer_logo_column img
{
	padding:55px 0 11px 0;
}

#footer_wrap.dusty .footer_logo_column img
{
	padding-top:15px;
}

.footer_logo_column p
{
	font-size:9px;
}

.footer_text_column
{
	float:left;
	width:293px;
	margin-left:10px;
}

#footer_wrap.dusty .footer_text_column
{
	width:480px;
}

.footer_link_column
{
	float:left;
	margin-left:17px;
}

.footer_link_column ul {
	width: 150px;
}

#footer_wrap.dusty .footer_link_column
{
	margin-left:27px;
}


.footer_link_column ul li
{
	padding-left:12px;
	background:url(../images/footer_nav_bullet.gif) no-repeat 0 0.5em ;
	white-space:normal;
	
}

.footer_link_column a
{
	text-decoration:none;
	color:#978082;
}

.footer_link_column a:hover
{
	color:#ede7dc;
}

/* Spa Bookings Block 
------------------------------------------------------------------------------*/
#welcome_message
{
	margin-top:14px;
	width:335px;
	height:auto;
	float:left;
	position:relative;
	color:#2f0006;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
}

#welcome_message p
{
	margin-bottom:14px;
}

#spa_packages
{
	margin-top:17px;
	width:360px;
	float:right;
	display:inline;
	background:#cdb3b2 
}

#spa_packages ul
{
	margin-top:2px;
	margin-bottom:2px;
	padding-bottom:5px;
	float:right;
	background:url(../images/spa_list_bg_gradient.gif) repeat;
}

#spa_packages ul li
{
	color: #590009;
	font-family:Trebuchet MS;
	font-size: 14px;
	background-color:#e2d0cc;
	margin-top:2px;
	padding: 7px 7px 10px 10px;
	float:left;
}

#spa_packages ul li.open {
	background-color:#fbfaf8;
	color:#922c36;
}


#spa_packages ul li.open .package_opened
{
	display:block;
}

/*
#spa_packages ul li div
{
	cursor:default;
}
*/

#spa_packages ul li:hover
{
	background-color:#fbfaf8;
	color:#922c36;
}

/*#spa_packages ul li:hover .package_cost
{
	background: url(../images/spa_bullet_opened.gif) no-repeat right center;
	color:#922c36;
}

#spa_packages ul li:hover .package_opened
{
	display:block;
}
*/

#spa_packages li .item
{
	cursor:pointer;
}

#spa_packages ul #ul_header
{
	color:#2f0006;
	font-family:Trebuchet MS;
	background-color:transparent;
	font-size:16px;
	margin-top:2px;
	padding: 5px 10px 9px 6px;
	float:left;
        font-weight: bold;
}

#spa_packages .package_name
{
	float:left;
	width: 271px;
}

#spa_packages .package_cost
{
	background: url(../images/spa_bool_closed.png) no-repeat right center;
	width:72px;
	float:right;
	font-size:11px;
	color:#2f0006;
}

#spa_packages li.open .package_cost
{
	background: url(../images/spa_bullet_opened.gif) no-repeat right center;
}
#spa_packages .package_cost span
{
	font-size:14px;
	font-weight:bold;
}

.package_opened
{
	width:333px;
	height:100px;
	float:left;
	position:relative;
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	line-height:15px;
	margin-top:10px;
	display:none;
}

.package_opened img
{
	width: 100px;  /* TO DO: delete this after getting new images 158x158 */
	height: 100px;  /* TO DO: delete this after getting new images 158x158 */
	float:left;
	display:inline;
}

.package_opened .btn_more_details img
{
	width:auto;
	height:auto;
}


.package_opened .short_package_descr
{
	float:right;
	width:220px;
}

.package_opened .package_availability
{
	float:right;
	width:220px;
	font-style:italic;
	margin-top:10px;
}

#info_container #welcome_image
{
	padding-top:20px;
}

.simple_bulleted_list
{
	color: #333333;
	width:300px;
	padding-top:6px;
	font-family:Verdana;
	font-size: 11px;
	line-height:16px;
}

.simple_bulleted_list li
{
	margin-bottom:15px;
	padding-left:22px;
	background:transparent url(../images/text_list_bullet.gif) no-repeat 0 0.2em;
}

.simple_bulleted_list li.last
{
	margin-bottom: 0px;
}

.simple_bulleted_list li .bul_list_title
{
	font-family:Verdana;
	color: #2f0006;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	letter-spacing:0px;
}

#beauty_logos
{
	position:absolute;
	left:0;
	bottom:0;
}

/* Spa Days Block 
------------------------------------------------------------------------------*/
.descr_area
{
	width:720px;	
	height:217px;
	padding-left:15px;
	font-family:Verdana;
	font-size:14px;
	line-height:18px;
	color:#590009;
	background:transparent url(../images/descr_area_gradient.gif) repeat-x top left;
	border-bottom:#d7c1c0 2px solid;
}

.descr_area h1
{
	padding:19px 0 22px 0;
}

.descr_area p
{
	width:540px;
	float:left;
}

.descr_area img
{
	float: right;
	height: 158px;  /* TO DO: delete this after getting new images 158x158 */
	width: 158px;	/* TO DO: delete this after getting new images 158x158 */
}

#spa_packages_expanded li
{
	margin-top:12px;
	background-color:#ebe0db;
	height:159px;
}

#spa_packages_expanded li img
{
	float:left;
}

#spa_packages_expanded li h2
{
	padding-bottom:16px;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#590009;
	font-weight:bold;
	background:url(../images/separator.png) repeat-x left bottom;
        width: 468px;
}

#spa_packages_expanded li p
{
	width:427px;
	height:51px;
	padding-top:8px;
	font-family:Verdana;
	font-size:12px;
	line-height:17px;
	color:#2f0006;
}

#spa_packages_expanded li div
{
	float:right;
	position:relative;
	width:547px;
	padding:10px 15px 15px 15px;
}

#spa_packages_expanded li .availability
{
	width:420px;
	height:auto;
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:16px;
	color:#590009;
	padding:20px 0 2px 32px;
	background:url(../images/clock.gif) no-repeat left bottom;
}

#spa_packages_expanded li .from
{
	width:auto;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#2f0006;
	padding:0;
	background:none;
	position:absolute;
	top:32px;
	right:62px;
}

.price_circle 
{
	width: 49px;
	height: 47px;
	line-height:47px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:0;
	background:url(../images/price_circle.png) no-repeat;
}

#spa_packages_expanded li .price_circle 
{
	position:absolute;
	top:17px;
	right:11px;
	width: 47px;
	height: 47px;
	line-height:47px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:0;
	background:url(../images/price_circle.png) no-repeat;
}

#spa_packages_expanded .btn_more_details
{
	margin:0;
	padding:0;
	bottom:15px;
	right:15px;
}

/* Locations Block 
------------------------------------------------------------------------------*/
.contact_area
{
	padding:19px 15px 22px 15px;
	width:705px;	
	height:18px;
	font-family:"Trebuchet MS"
	font-size:14px;
	line-height:18px;
	color:#922c36;
	background:#fcf9f8 url(../images/descr_area_gradient.gif) repeat-x;
}

.contact_area h1
{
	display:block;
	float:left;
}

.contact_area .enquiries
{
	float:right;
	padding-right:7px;
	margin-top: 2px;
	font-family:"Trebuchet MS";
	font-size:14px;
	letter-spacing:0;
}

.contact_area .phone_title
{
	float:right;
	font-family:"Trebuchet MS";
	font-size:20px;
	letter-spacing:-1px;
}

.outer
{
	height:221px;
	margin-bottom:20px;
	background-color:#ebe0db;
}

.inner
{
	float:left;
	display:inline;
	margin:11px;
	background-color:#fbfaf8;
	color:#590009;
}

.inner img
{
	float:left;
}

.inner .grid_header
{
	float:left;
	width:219px;
	height:15px;
	padding-left:13px;
	margin-top:8px;
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	line-height:normal;
}

.outer .inner p
{
	float:left;
	width:219px;
	padding-left:13px;
	margin-top:11px;
	font-family:Verdana;
	font-size:12px;
	line-height:17px;
}

.outer .grid_text
{
	display:inline;
	float:left;
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color:#333333;
	margin:0 12px 11px 14px;;
}

/* Spa Day for 2 Block 
------------------------------------------------------------------------------*/
.header_area
{
	/*width:720px;	*/
	height:45px;
	padding-left:15px;
	padding-top:15px;
	background:#fcf9f8 url(../images/descr_area_gradient.gif) repeat-x;
}

.header_area.small
{
	height:26px;
	padding-top:10px;
}

.header_area.small h3 {
	font-weight: bold;
	line-height: 16px;
	color:#2f0006;
}

.spa_day_2 {
	background-color: #eee3e0;
	border: 1px solid #e3deda;
	padding: 12px 28px 12px 12px;
}
.gallery_side  {
	float: right;
	width: 300px;
}
.spa_day_2  .gallery_side{
		float: left;
}

	.gallery_side .prices_info {
		background-color: #d9c5c0;
		padding: 25px 13px 13px 13px;
		color: #590009	;
		font-family: Trebuchet MS;
	} 
		.gallery_side .prices_info  h2 {
			font-size: 14px;
			line-height: 0px;
			color: #2f0006;
			letter-spacing: 0px;
			margin-bottom: 18px;
		}

		.gallery_side .prices_info .price_circle_wr {
			width: 53px;
			float: left;
		}
		.gallery_side .prices_info .price_circle_wr .clock_img{
			height: 29px; 
			width:29px;
			margin-left: 8px; 
			margin-top: 12px;
		}
		.gallery_side .prices_info .time {	
			font-size: 16px;	
			font-weight: bold;
			padding-top: 12px;
		}
		
		.gallery_side .prices_info .time.small{
			font-size: 12px;
			line-height:16px;
			font-weight: normal;
		}
		
		.gallery_side .prices_info .nav_info {
			background-color: #ebe0db;
			padding: 10px;
			font-family: Verdana;
			font-size: 12px;	
			font-weight: bold;
			line-height: 16px;
			border: 1px solid #e8dcd5;
			margin-top: 45px;
	}
	.gallery_side .exp_info {
		background-color: #d9c5c0;
		padding: 3px 20px 20px 20px;
		font-family: Verdana;
		font-size: 12px;
		overflow: hidden;
	} 

	.gallery_side .exp_info  ul li{
		margin-top: 13px;	
	}
	
	.gallery_side .exp_info .text{
		display: block;
		float: left;
		text-decoration: none;
		display: block;
		color: #590009;
	}
	.gallery_side .exp_info a:hover{
                text-decoration: underline;
	}
	.gallery_side .exp_info .arrow{
		display: block;
		float: right;
		margin-top: 5px;
	}

.main_bar {
	float: left;
	padding: 0px;
	width: 350px;
}

.spa_day_2 .main_bar {
		padding: 15px 0px 0px 26px;
}
	.main_bar .text{
		font-size: 12px;
		line-height: 17px;
		color: #000000;
		font-weight: normal;
		font-family: Verdana;
		margin-top: 25px;
	}
	.main_bar .text a{
		color: #000000;
	}
	.main_bar .separator{
		margin: 13px 0px 13px 0px;
	}
	.main_bar  p {
		margin-top: 30px;
		font-family: Verdana;
		font-size: 11px;
		color: #333333;
	
	}
	.main_bar .info_block {
		font-family: Verdana;
		font-size: 11px;
	}
	.main_bar .info_block a {
		color: black;
		cursor: pointer;/*ADDED*/
		text-decoration: underline;/*ADDED*/
	}

	.main_bar .info_block .title {
		font-weight: bold;
		color: #590009;
		margin: 0px;
		margin-bottom: 7px;
	}
	.main_bar .info_block .title.black{
		color: black;
		margin-bottom:0;
	}
	.main_bar .info_block .text {
		font-family: Verdana;
		font-size: 11px;
		line-height: 15px;
		margin-top:0;
	}
	.main_bar .info_block .text p {
		margin-top:0;
	}
	.main_bar .info_block .simple_bulleted_list li
	{
		margin-bottom:5px;
	}
	.main_bar .info_block .simple_bulleted_list li.last
	{
		margin-bottom:0px;
	}

/* Dusty Page Block 
------------------------------------------------------------------------------*/
#dusty_message
{
	margin-top:14px;
	float:left;
	width:735px;
	color:#2f0006;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
}

#dusty_message p
{
	float:left;
	width:335px;
	margin-right:41px;
	padding-bottom:20px;
}

#dusty_message .simple_bulleted_list
{
	float:right;
	width:322px;
	padding-top:0px;
	padding-right:34px;
}

#dusty_message .simple_bulleted_list li
{
	margin-top:0px;
	margin-bottom:15px;
	padding-left:22px;
}

#dusty_message .simple_bulleted_list li.last
{
	margin-bottom: 0px;
}

#dusty_message .enquiries
{
	float:left;
	padding-right:7px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#922c36;
	letter-spacing:0;
}

#dusty_message .phone_title
{
	float:left;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#922c36;
	letter-spacing:-1px;
}

/* Slider Main for Image Gallery 
---------------------------------------------------*/
#slider_img.main {
	width: 734px;
	height: 245px;
	padding: 0px; 
	position: relative;
}

	#slider_img.main .images {
		border-top: 0;
		height: auto;
		font-size: 14px;
		margin:0px;
	}
	#slider_img.main .info_wr {
		position: relative;
		display: none;
	}
	
	#slider_img.main .info_wr .info {
		position: absolute; 
		top: 40px; 
		right: 1px;
		/*background: url(../images/slider-back.png) no-repeat;*/
		height: 170px;
		width: 260px;
	}
		#slider_img.main .info_wr .info p{
			padding: 0px;
			/*margin: 11px 0px;*/
		}

	#slider_img.main .title {
		position: static;
		display: block;
		text-align: center;
		color: white; 
		font-family: Trajan Pro; 
		font-size: 20px;
		z-index: 10000;
		width: 260px;
		margin-top: 27px;
		zoom: 1;
	}
	
	#slider_img .price {
		font-family: Trebuchet MS; 
		color: #c07d36;
		font-size: 11px;
		line-height: 0px;
	}
	
	#slider_img .price.num {
		font-family: Trajan Pro;
		font-size: 35px;
		font-weight: bold;
		line-height: 0px;
	}
	
	#slider_img  .slider_nav_main{
		position: absolute;
		top: 40px;
		right: 0;
		padding: 0;  
		height: 170px; 
		width: 260px;		
		/*background: url(../slider1/slider-back.png) no-repeat;    */
	}
	
	#slider_img.main .slider_nav_wrapper {
		width: auto;
		margin: 142px 13px 0px 13px;
	}
	
	/*#slider_img .slider_nav_wrapper .prev-img {
		cursor: pointer; 
		float: left;
		margin-top: 2px;
	}
	#slider_img .slider_nav_wrapper .prev-img {
		cursor: pointer; 
		float: left;
		margin-top: 2px;
	}*/
		#slider_img .slider_nav_wrapper .prev-img img {
			display: block;
            float: left;
			margin: 3px 6px 0 0;
                        
		}
		
		#slider_img .slider_nav_wrapper .prev-img span {
			color: #d5a103; 
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: bold;
                        display: block;
                        float: left;
		}

                #slider_img .slider_nav_wrapper .prev-img span:hover {
                        color: white;
                }
	
	#slider_img .slider_nav_wrapper .next-img {
		cursor: pointer; 
		float: left;
		/*margin-top: 2px;*/
	}
		#slider_img .slider_nav_wrapper .next-img span {
			color: #d5a103; 
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: bold;
			/*display: block;*/
			float: left;
			/*margin-top: 3px;*/
		}

		#slider_img .slider_nav_wrapper .next-img span:hover {
			color: white; 
		}
		
		#slider_img .slider_nav_wrapper .next-img img {
			/*vertical-align: middle;*/
			display: block;
			float: left;
			margin-left: 7px;
			margin-top: 3px;	
		}

	#slider_img ul.tabs { 
		list-style-type: none; 
		padding: 0; 
		/*margin: 5px 40px 3px 40px;*/
		display:block;
		text-align:center;
		width:auto;
		/*float: left;*/
	}

	#slider_img ul.tabs li {
		display:inline;  
		float: none;	
		/*float: left;*/
		margin: 0;
		padding-top: 0; 
		margin-left: -1px;
		width: 16px;		
	}
	
	#slider_img ul.tabs li.last {
		margin-right: 0px;
	}

	#slider_img ul.tabs a { 
		text-decoration: none; 
		background: url(../images/bullet_off.png) no-repeat right top;
		height: 16px;
		width: 16px;
		/*display: block;*/
		opacity: none;
		cursor: pointer;
	}
	
	#slider_img ul.tabs a span{ 
		padding-left:10px;
		padding-right:10px;
		padding-top:6px;
	}	
	
	#slider_img ul.tabs .bullet.current{
		background: url(../images/bullet_on.png) no-repeat right top;
	}
	

/* Slider 2 for Image Gallery 
---------------------------------------------------*/
#slider_img {
	width: 300px;
	height: 300px;
	padding: 0px; 
	position: relative;
}

	#slider_img .images {
		border-top: 0;
		height: 300px;
		font-size: 14px;
	}

	#slider_img .title {
		position: absolute; 
		bottom: 40px; 
		display: block;
		width: 100%;
		text-align: center;
		color: white; 
		left: 0px;
		font-family: Trebuchet MS; 
		font-size: 15px;
		z-index: 1000;
	}
	
	#slider_img .slider_nav {
		position: absolute;
		bottom: 0px;
		padding: 0;  
		height: 70px; 
		width: 100%;
		background:transparent url(../images/small-slider-back.png) no-repeat	;	
	}
	
	#slider_img .slider_nav_wrapper {
		/*margin-top:40px;*/
		/*margin-left: 32px;*/
		/*padding: 0 32px 0 32px;*/
		margin: 40px 32px 0 32px;
		position: relative;
		
	}
	
	#slider_img .slider_nav_wrapper .prev-img {
		cursor: pointer; 
		/*float: left;*/
		position: absolute;
		/*top: -3px;*/
		left: 0px;
	}
		#slider_img .slider_nav_wrapper .prev-img span {
			color: #d5a103; 
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: bold;
                        display: block;
                        float: left;
		}
	
	#slider_img .slider_nav_wrapper .next-img {
		cursor: pointer; 
		position: absolute;
		bottom: 0px;
		right: 0px;
        top: 0px;
	
	}
		#slider_img .slider_nav_wrapper .next-img span {
			color: #d5a103; 
			font-family: Trebuchet MS; 
			font-size: 12px; 
			font-weight: bold;
		}

	
	
	#slider_img ul.tabs li.last {
		margin-right: 0px;
	}

	
	#slider_img ul.tabs a span{ 
		padding-left:10px;
		padding-right:10px;
		padding-top:6px;
	}	
	
	#slider_img ul.tabs .bullet.current{
		background: url(../images/bullet_on.png) no-repeat right top;
	}

/*CHANGED*/
	
	
	
/* Terms Conditions Window
--------------------------------------------------------*/	
.pop_up_full {
	width: 795px; 
	background:white url(../images/pop_up_back.png) repeat-x scroll 0 100%;
	/*padding: 15px 15px 20px 15px;*/
	position: absolute; 
	left: 25%; 
	top: 20px; 
	background-color: white; 
	display: block; 
	z-index: 1000; 
	text-align: left;
}

.pop_up_full .content {
	margin: 15px 15px 20px 15px;
	position: relative;
}

.pop_up_full .content .descr_area {
	height: 40px;
	padding: 18px 0 0 18px;
	width: auto;
	border-bottom: none;
}
.pop_up_full .content .descr_area h1 {
	width:auto;
	font-size: 22px;
	padding: 0;
}
	
.pop_up_full .content .txt {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	margin-top: 16px;
	padding: 0 40px 40px 18px;
	border-bottom: 2px solid #ccb4ae;
}

.pop_up_full .content .txt h2{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	line-height: 14px;
	color: #333333;
	letter-spacing: 0;
}
	
	
/* Terms Conditions Pop-up Window
--------------------------------------------------------*/	
#disabledAllDiv {
	background:#2f0006 none repeat scroll 0 0;
	left:0;
	opacity:0.89;
	filter:alpha(opacity=75);
	position:fixed;
	top:0;
	display: none;
	height: 1146px;
	width: 1663px;
	z-index: 2000;
}

.pop_up {
	background:url(../images/pop_up_back.png) repeat-x scroll 0 0 white;
	display: none;
	height: 600px;
	left: 50%;
	margin: -150px 0 0 -300px;
	position: absolute;
	right: 50%;
	text-align: left;
	top: 50%;
	width: 735px;
	z-index: 3000;
}

.pop_up .content {
	margin:15px 15px 20px;
	position:relative;
}

.pop_up .content .descr_area {
	height: 40px;
	padding: 18px 0 0 18px;
	width: auto;
	border-bottom: none;
}

.pop_up .content .descr_area h1 {
	width:auto;
	font-size: 22px;
	padding: 0;
}
	
.pop_up .content .txt {
	border-bottom:2px solid #CCB4AE;
	color:#333333;
	font-family:Verdana;
	font-size:11px;
	height:490px;
	line-height:14px;
	margin-top:16px;
	overflow:auto;
	padding:0 40px 0 18px;
}

.pop_up .content .txt h2{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	line-height: 14px;
	color: #333333;
	letter-spacing: 0;
}

.close_btn {
	background-image: url(../images/close_btn.png);
	height: 22px;
	width: 22px;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

