/* ---------------------------------------------
GLOBAL.CSS

Brown - 3d392d
-----------------------------------------------*/

body {
	font: 62.5% arial, verdana, sans-serif;
	color: #FFF;
	background: #3d392d url(../images/template/page_back.jpg) 50% 0 no-repeat;
	text-align:center;
}

body#thankyou {
	background:#3d392d;
	padding-top:100px;
	text-align:center;
}
		
a { 
	text-decoration:none;
	color:#FFF; 
} 

a:hover { 
	text-decoration:none;
	color:#888370;
} 

p {
	line-height:1.5em;
}

h1 a
{
	float:left;
	display:block;
	text-indent: -5000px;
	width: 252px;
	height:139px;
	background:url(../images/template/logo.gif);
	overflow:hidden;
	z-index: 10;
}

h2 {
	font-size:1.5em;
	text-indent: -5000px;
	overflow:hidden;
}


/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#wrapper
{
	width:835px;
	padding:0 97px;
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
}

#header 
{
	position:relative;
	width:835px;
	height:144px;
	z-index: 5;
}


#photos 
{
	position:relative;
	width:835px;
	height:556px;
	overflow:hidden;
	
	top: -45px;
}

#slider {
	width:835px;
	height:556px;
	overflow:hidden;
	/*background:url(../images/template/loading.gif) 510px 220px no-repeat;*/
	z-index: 0;
}

#content_home
{
	font-weight:bold;
	font-family:Clarendon,Arial,Verdana,Helvitica,sans-serif;
	font-size: 16px;
}

#content_jewelry
{
	font-weight:bold;
	font-family:Clarendon,Arial,Verdana,Helvitica,sans-serif;
	font-size: 16px;
}

#content_gallery
{
	font-weight:bold;
	font-family:Clarendon,Arial,Verdana,Helvitica,sans-serif;
	font-size: 16px;
}

/* ---------------------------------------------
 BACKGROUND IMAGES
-----------------------------------------------*/

.section {
	float:left;
	width:835px;
	height:556px;
	position: relative;
}

#section_home {
	background:url(../images/backgrounds/home.jpg);
	z-index:2;
}

#section_jewelry {
	background:url(../images/backgrounds/gallery.gif);
}

#section_gallery {
	background:url(../images/backgrounds/gallery.gif);
}


/* ---------------------------------------------
 PAGE TITLES
-----------------------------------------------*/

/*h2 {
	width:234px;
	height:100px;
	background:url(../images/titles/blank.png);
	z-index:-1;
}*/

#overlay_home h2 {
	width:234px;
	height:100px;
	background:url(../images/titles/home.png);
	z-index:-1;
}


#overlay_jewelry h2 {
	width:234px;
	height:100px;
	background:url(../images/titles/jewelry.png);
	z-index:-1;
}


#overlay_gallery h2 {
	width:234px;
	height:70px;
	background:url(../images/titles/gallery.png);
	z-index:-1;
}

/* ---------------------------------------------
 TEXT OVERLAYS
-----------------------------------------------*/

#overlay {
	width:706px;
	height:495px;
	/*background:url(../images/template/overlay.png) top left repeat-y;*/
	position:absolute;
	/*z-index:5;*/
	top:0;
	left:0;
	padding:0 20px;
	color:#848484;
}

#overlay_home, #overlay_jewelry, #overlay_gallery {
	width:252px;
	height:495px;
	font-weight:bold;
	font-family:Clarendon,Arial,Verdana,Helvitica,sans-serif;
	font-size: 12px;
	position:relative;
	z-index:10;
}

#overlay_text {
	width:252px;
	height:495px;
	font-weight:bold;
	font-family:Clarendon,Arial,Verdana,Helvitica,sans-serif;
	font-size: 12px;
	position:relative;
	z-index:10;
}



/* ---------------------------------------------
 GALLERY
-----------------------------------------------*/

#gallery {
	float:right;
	width:746px;
	height:495px;
	position:absolute;
	top:0;
	left:-20px;
}

#jewelry {
	float:right;
	width:746px;
	height:495px;
	position:absolute;
	top:0;
	left:-20px;
}


/* ---------------------------------------------
 NAVIGATION
-----------------------------------------------*/

ul.navigation {
	padding-top: 30px;
	margin-top: 10px;
	position:relative;
	float:right;
	width:551px;
	height:61px;
}

ul.navigation li {
	float:left;
}

ul.navigation li a{
	display:block;
	height:61px;
	margin-top:78px;
	text-indent: -5000px;
	overflow:hidden;
}

ul.navigation li.home a {
	width:80px;
}

ul.navigation li.jewelry a {
	width:85px;
}

ul.navigation li.drinking a {
	width:100px;
}

ul.navigation li.gallery a {
	width:88px;
}

ul.navigation li.news a {
	width:130px;
}

ul.navigation li.contact a {
	width:68px;
}


/* ---------------------------------------------
 FOOTER
-----------------------------------------------*/

ul.footer{
	width:230px;
	float:right;
	padding-top:15px;
}


