/* ------------------------------------------------------------------------------------ *
| NAVIGATON CSS FILE :: For The Wishing Tree Navigation									|
| css/navigation.css																	|
| 																						|
| PROJECT :: www.thewishingtree.com														|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Julian Querido + Nathan Querido												|
* ------------------------------------------------------------------------------------- */

/* @group NAVIGATION :: jsaq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.bg_thumbs {
	padding: 10px 0 0 0;
	float: right;
}

.bg_thumbs ul {
	height: 34px;
	margin: 0 -8px 0 0;
	float: right;
}

.bg_thumbs ul li {
	margin: 0 8px 0 0;
	float: left;
}

.bg_thumbs ul li a,
.bg_thumbs ul li a:link,
.bg_thumbs ul li a:visited,
.bg_thumbs ul li a:active {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FFF;
	-webkit-box-shadow: 0px 0px 3px  #FFF;
	outline: none;
}

.bg_thumbs ul li a:hover,
.bg_thumbs ul li a.active {
	border: 1px solid #cc0000;
}

.bg_thumbs ul li.thumb_candels a {
	background: url(../images/backgrounds/thumb_candels.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_clouds a {
	background: url(../images/backgrounds/thumb_clouds.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_easy a {
	background: url(../images/backgrounds/thumb_easy.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_kingfisher a {
	background: url(../images/backgrounds/thumb_kingfisher.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_light_tree a {
	background: url(../images/backgrounds/thumb_light_tree.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_mandala_2 a {
	background: url(../images/backgrounds/thumb_mandala_2.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_mandala a {
	background: url(../images/backgrounds/thumb_mandala.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_ostara a {
	background: url(../images/backgrounds/thumb_ostara.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_petals a {
	background: url(../images/backgrounds/thumb_petals.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_seventhsign a {
	background: url(../images/backgrounds/thumb_seventhsign.png) left top no-repeat;
}

.bg_thumbs ul li.thumb_tree_planet a {
	background: url(../images/backgrounds/thumb_tree_planet.png) left top no-repeat;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group NAVIGATION :: jsaq :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.navigation {
	padding: 104px 0 0 0;
}

.navigation ul {
	line-height: 34px;
	width: 762px;
	height: 34px;
	padding: 0 0 0 41px;
}

.navigation ul li {
	padding: 0 54px 0 0;
	float: left;
}

.navigation ul li a,
.navigation ul li a:link,
.navigation ul li a:visited,
.navigation ul li a:active {
	color: #000;
	text-shadow: 1px #999;
	line-height: 34px;
	height: 32px;
	display: block;
}

.navigation ul li a.active_nav,
.navigation ul li a:hover {
	color: #4e0d00;
	border-bottom: 2px solid #4e0d00;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */