/*
  * BODY COLORS ***
*/


body{
	background-color:#fff;
}


/*
  * TAGS COLORS ***
*/


h1, h2, h3, a{
	color:#000;
}
h4, h5, h6, cite{
	color:#333;
}
p, li, input{
	color:#555;
}
blockquote{
	border-left:solid 2px #d3d3d3;
}
blockquote p{
	color:#000;
}


/*
  * LIST COLORS ***
*/


li{
	background-image:url('../images/skin/arrow.gif');
	background-position:0px 12px;
	background-repeat:no-repeat;
}
ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:15px 12px;
	background-repeat:no-repeat;
}
ul ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:30px 12px;
	background-repeat:no-repeat;
}
ul ul ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:45px 12px;
	background-repeat:no-repeat;
}
ul ul ul ul ul li{
	background-image:url('../images/skin/arrow_1.gif');
	background-position:60px 12px;
	background-repeat:no-repeat;
}
ul a, ul span{
	border-bottom:solid 1px #ddd;
}


/*
  * MENU COLORS ***
*/


#menu{
	border-bottom:solid 1px #cccccc;
	background-image: url('../images/skin/bg.jpg');
	margin-bottom: 15px;
}
	#menu .logo a{
	background-image:url('../images/skin/logo.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
	}
.sf-menu li{
	background:none;
}
.sf-menu li a{
	color:#333;
	border:none;
}
.sf-menu span{
	color:#999;
	border:none;
}
.sf-menu ul li{
	border:solid 1px #e8e8e8;
}
.sf-menu li ul a{
	color:#333;
	background-color:#fff;
}
.sf-menu li a:hover{
	color:#999;
}
.sf-menu .current{
	border-bottom:solid 2px #d3d3d3;
}
.sf-menu .current a, .sf-menu .current a span, .sf-menu .current a:hover, .sf-menu .current a:hover span{
	color:#d3d3d3;
}
.sf-menu .current ul li a{
	color:#000;
}
.sf-menu .current ul li a:hover{
	color:#999;
}
.sf-sub-indicator{
	background-image:url('../images/skin/sub_menu_arrow.png');
	background-position:-20px -100px;
	background-repeat:no-repeat;
}


/*
  * HEADERS ***
*/


#header_index{
	background-color:#fff;
}
#header_page{
	background-color:#fff;
}
#header_galleries{
	background-color:#fff;
}


/*
  * HOME COLORS ***
*/


#featured{
	background-color:#eee;
}
	#featured_button_next{
		background-image:url('../images/skin/featured_button_next.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
	#featured_button_prev{
		background-image:url('../images/skin/featured_button_prev.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
#featured_shadow{
	background-position:0px -30px;
	background-repeat:no-repeat;
}
#slide{
	background-color:#fff;
}
	#slide a{
		border:none;
	}
	#slide li{
		background-image:url('../images/skin/thumbs_home_background.png');
		background-position:center 0px;
		background-repeat:no-repeat;
	}
	#slide .slide_items .center{
		border-left:solid 1px #e6e6e6;
		border-right:solid 1px #e6e6e6;
	}
	#slide .slide_items  a:hover{
		color:#d3d3d3;
	}
	#slide_button_next{
		background-image:url('../images/skin/slide_button_next.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
	#slide_button_prev{
		background-image:url('../images/skin/slide_button_prev.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
#news_ticker{
	background-image:url('../images/skin/news_ticker_back_ground.png');
	background-repeat:no-repeat;
}
	/*  IE 6 HACK  */
	#news_ticker ul {
		background-color:#eee;
	}
	/*  END HACK  */
	#news_ticker li {
		background:none;
	}
	#news_ticker a, #news_ticker span{
		border:none;
	}
	#news_ticker a:hover{
		color:#767676;
	}
	#news_ticker span{
		margin-left:10px;
	}
	#news_ticker form{
		background-color:#fff;
	}
	#news_ticker input:focus{
		color:#000;
	}
	#news_ticker .button_feed{
		color:#fff;
		background-color:#d3d3d3;
	}
	#news_ticker .button_feed:hover{
		color:#fff;
		background-color:#d3d3d3;
	}
#text{
	background-color:#fff;
}
#list ul li{
	background-image:url('../images/skin/arrow.gif');
	background-position:0px center;
	background-repeat:no-repeat;
}
#list a{
	color:#555;
}
#list a:hover{
	color:#d3d3d3;
}


/*
  * ABOUT COLORS ***
*/


#left a:hover, #right a:hover, #services a:hover{
	color:#d3d3d3;
}
#sub_nav .current{
	color:#767676;	
}
#latest_news .first{
	background:none;
	border-bottom:solid 1px #ccc;
}
	#latest_news .first a:hover{
		color:#d3d3d3;
	}
	#latest_news .first .title{
		color:#313131;
	}
#gallery{
	background-color:#000;
}
#gallery_shadow{
	background-position:0px -30px;
	background-repeat:no-repeat;
}


/*
  * GALLERIES COLORS ***
*/


#grid{
	background-color:#fff;
}
	#galleries a, #galleries span{
		background:none;
		border:none;
	}
	#galleries a.view_gallery{
		background-image:url('../images/skin/arrow_2.gif');
		background-position:0px 50%;
		background-repeat:no-repeat;
	}
	#galleries li a:hover{
		color:#d3d3d3;
	}
	#galleries li{
		background-image:url('../images/skin/thumbs_galleries_background.png');
		background-position:0px 0px;
		background-repeat:no-repeat;
	}
#pagination a{
	color:#000;
	background-color:#eee;
}
#pagination a:hover{
	color:#fff;
	background-color:#d3d3d3;
}
#pagination a.current, #pagination a.current:hover{
	color:#d3d3d3;
	border:solid 1px #d3d3d3;
	background-color:#fff;
}


/*
  * BLOG COLORS ***
*/


#right .meta {
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
	#right .meta li, .meta a{
		background:none;
		border:none;
	}
	#right .entry a:hover{
		color:#d3d3d3;
	}
	.entry .meta .read_all{
		background-image:url('../images/skin/arrow.gif');
		background-position:right center;
		background-repeat:no-repeat;
	}
#latest_comments li{
	border-bottom:solid 1px #ccc;
	background:none;
}
#latest_comments a{
	border:none;
}
#tags a{
	color:#767676;
}
#tags a:hover{
	color:#d3d3d3;
}


/*
  * COMMENTS COLORS ***
*/


#comments{
	border-bottom:solid 1px #ccc;
}
	#comments .comment_meta{
		border-bottom:solid 1px #ccc;
	}
	#comments li, #comments #comment_nav{
		border-top:solid 1px #ccc;
		background:none;
	}
	#comments .gravatar img{
		border:solid 1px #ccc;
	}
	#comments .comment_content cite{
		border-right:solid 1px #ccc;
	}
	#comments .comment_content .comment-reply-link{
		background-image:url('../images/skin/arrow.gif');
		background-position:0px center;	
		background-repeat:no-repeat;
	}
#comment_nav .comment_prev{
	background-image:url('../images/skin/arrow_3.gif');
	background-position:0px center;	
	background-repeat:no-repeat;
}
#comment_nav .comment_next{
	background-image:url('../images/skin/arrow.gif');
	background-position:right center;	
	background-repeat:no-repeat;
}


/*
  * CONTACT COLORS ***
*/


#left .address{
	color:#000;
}


/*
  * FORM COLORS ***
*/


#form span{
	color:#a0a0a0;
}
#form .btn{
	border:none;
	background-color:#d3d3d3;
	color:#fff;
}
#form textarea, #form input{
	border:1px solid #ccc;
	color:#313131;
}
#form textarea:focus, #form input:focus{
	border:1px solid #313131;
}
#form label{
	color:#313131;
}
#alert p{
	color:#ff009c;
}


/*
  * FOOTER COLORS ***
*/


#footer{
	border-top:solid 1px #cccccc;
}
	#footer_contents p{
		color:#777;
	}
	#footer_contents a{
		border:none;
	}
	#footer_contents form{
		border:solid 1px #ddd;
	}
	#footer_contents input{
		color:#000;
	}
	#footer_contents .button_search{
		color:#1d2123;
		border-left:solid 1px #ddd;
		background:none;
	}
	#footer_contents .button_search:hover{
		color:#000;
	}


/*
  * OTHERS ***
*/


#single_page{
	border-bottom:solid 1px #ccc;
}
.read_more{
	background-image:url('../images/skin/arrow_2.gif');
	background-position:0px 50%;
	background-repeat:no-repeat;
}
.view_gallery{
	background-image:url('../images/skin/arrow_2.gif');
	background-position:0px 50%;
	background-repeat:no-repeat;
}

/*
  * SPECIAL OFFERS ***
*/


.background_colour { 
background-image: url(images/skin/cocoon-voucher-backgorund.jpg); 
background-repeat: no-repeat; 
} 

/***********************************************************

	image rotator
	
***********************************************************/
		
/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:460px;
	margin-left: -40px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	background: #FFF;
}

/***********************************************************

	carousel
	
***********************************************************/

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 0px;
    border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	margin-top: -20px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 744px;
    padding: 0px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 0px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  744px;
    height: 79px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 744px;
    height: 79px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 32px;
    height: 79px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 32px;
    height: 79px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

