/*
Name: Natural Essence
Date: 2007-02-20
Description: Soft and natural single/two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	scolor: #222;
	font: normal 62.5% sans-serif;
	background-color: #1a1400;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #442; padding: 8px 0 2px;}

h1 {
	font-family: serif, sans-serif;
	font-size: 2.3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper2 {
	width: 100%;
	background-image: url(img/fond5.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	background-position: center center;
}
#wrapper {
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(img/fond2.png);
	background-position: center top;
}
#container {
	background: #FBF9F4;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background-color: #E2DED4;
	background-image: url(img/fondtitre.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
.title h1 {
	color: #666666;
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.header {
	border-top: 2px solid #663;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x;
	height: 41px;
	border-top: 1px solid #996;
	padding-left: 120px;
}
.navigation a {
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.corniche {
	background-image: url(img/corniche.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}
.cornichebas {
	background-image: url(img/cornichebas.gif);
	background-repeat: no-repeat;
	background-position: bas;
	clear: both;
}
.main#two-columns {background: #FFF url(img/two-columns.jpg) repeat-y;}

/* bottom */
.bottomcorniche {
	background-image: url(img/cornichebottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom {
	background: #DCDAC9 url(img/cornichebottom.gif) no-repeat left top;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left {width: 45%;}
.bottom .right {width: 52%;}
/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 40%;}
.footer .right {
	width: 40%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .left2 {
	width: 496px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.col2 .right .content {background: #FFF;}
.col2 .right {
	width: 254px;
	float: right;
}
.content {
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}
.left {float: left;}
.right {
	float: right;
	width: 254px;
}
.right .content {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #000000;
	background-color: #A48C0B;
}

.right .block,.right .block li {border-color: #CCCC00;}
.right .block li a:hover {
	background-color: #E0E0E0;
}



.gfx {
	margin: 0px;
	padding: 0px;
	width: 496px;
	float: left;
	height: 100%;
}
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0px;
	}
	
ul#nav li {
	height: 137px;
	width: 248px;
	margin: 0em;
	padding: 0px;
	float: left;
	}
	
ul#nav li a {
	display: block;
	width: 248px;
	height: 137px;
	}
	
ul#nav li a:hover {
	background-position: 0px -137px;
	}
	
ul#nav li a:active,
ul#nav li a.selected,
#default #n-latest a,
#gallery #n-gallery a,
#about #n-about a,
#blog #n-blog a {
	background-position: 0px -137px;
	}			

#n-latest a {
	background-image: url(img/btcatalogue.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#n-gallery a {
	background-image: url(img/btvideos.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#videophone a {
	background-image: url(img/downphone.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#videopc a {
	background-image: url(img/downpc.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

}

.gfx2 {
	margin: 0px;
	padding: 0px;
	width: 496px;
	float: left;
	position: relative;
}
ul#nav2 {
	list-style: none;
	margin: 0;
	padding: 0px;
	}
	
ul#nav2 li {
	height: 100px;
	width: 124px;
	margin: 0em;
	padding: 0px;
	float: left;
	}
	
ul#nav2 li a {
	display: block;
	width: 124px;
	height: 100px;
	}
	
ul#nav2 li a:hover {
	background-position: 0px -100px;
	}


	#photo1 a {
	background-image: url(img/photo1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo2 a {
	background-image: url(img/photo2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo3 a {
	background-image: url(img/photo3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo4 a {
	background-image: url(img/photo4.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo5 a {
	background-image: url(img/photo5.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo6 a {
	background-image: url(img/photo6.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo7 a {
	background-image: url(img/photo7.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo8 a {
	background-image: url(img/photo8.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo9 a {
	background-image: url(img/photo9.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo10 a {
	background-image: url(img/photo10.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo11 a {
	background-image: url(img/photo11.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#photo12 a {
	background-image: url(img/photo12.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

	#photo13 a {
	background-image: url(img/photo13.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}






#contactForm
{
  padding-top: 10px;
}

#contactForm label
{
  display: inline;
  color: #92938A;
  line-height: 18px;
}

#contactForm input, #contactForm textarea
{
	border: 1px solid #DBDDCE;
	line-height: 17px;
	padding: 0 2px;
	margin: 1px 0 3px;
	width: 157px;
	color: #92938A;
	font-size: 11px;
	height: 17px;
	display: inline;
	float: none;
}

#contactForm textarea
{
  height: 78px;
  width: 316px;
}

#contactForm #sendMessage
{
	width: 123px;
	height: 34px;
	border: 0;
	margin-top: 0px;
	background-image: url(img/send.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#contactForm #sendMessage:hover
{
  background-position: 0 -34px;
}

#contactForm .hidden, #newsletter .hidden
{
  border: 0;
  height: 0px;
  width: 0px;
}

.error, #contactForm label span
{
  color: #DD4E00;
}
