@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#11090a;
	font-family:Arial, Helvetica, sans-serif;
}
#outside_container {
	background:url('../images/background_slice.jpg') repeat-x #000000;
}
#containerx {
	background:url('../images/background_main.jpg') no-repeat;
	min-height:800px;
	width:960px;
	position:relative;
}
/*
	Logo / Menu / Panel Positioning
*/
#logo {
	position:absolute;
	top:28px;
	left:51px;
	font-family:Georgia, "Times New Roman", Times, serif; /* Hebrew */
}
h1#logo {
	text-indent:-9999px;
	background:url(../images/adama-h1.png) no-repeat;
	width:179px;
	height:30px;
	top:72px;
}
h2#sub-logo {
	text-indent:-9999px;
	background:url(../images/adama-h2.png) no-repeat;
	width:404px;
	height:20px;
	top:108px;
}
#sub-logo {
	position:absolute;
	top:82px;
	left:51px;
	font-family:Georgia, "Times New Roman", Times, serif; /* herculanum */
}
h2#about-adama {
	text-indent:-9999px;
	background:url(../images/texts/about-adama.png) no-repeat 0 22px;
	width:224px;
	height:22px;
}
h2#contact-info {
	text-indent:-9999px;
	background:url(../images/texts/contact-info.png) no-repeat 0 22px;
	width:152px;
	height:22px;
}
h2#contact-form {
	text-indent:-9999px;
	background:url(../images/texts/contact-form.png) no-repeat 0 22px;
	width:168px;
	height:22px;
}
h2#rings-title {
	text-indent:-9999px;
	background:url(../images/texts/rings.png) no-repeat 0 18px;
	width:58px;
	height:18px;
}
h2#earrings-title {
	text-indent:-9999px;
	background:url(../images/texts/earrings.png) no-repeat 0 18px;
	width:109px;
	height:18px;
}
h2#necklaces-title {
	text-indent:-9999px;
	background:url(../images/texts/necklaces.png) no-repeat 0 18px;
	width:120px;
	height:17px;
}
h2#bracelets-title {
	text-indent:-9999px;
	background:url(../images/texts/bracelets.png) no-repeat 0 18px;
	width:112px;
	height:18px;
}
h2#stockists-title {
	text-indent:-9999px;
	background:url(../images/texts/stockists.png) no-repeat 0 18px;
	width:97px;
	height:17px;
}
#imageMenu_outside {
	position:absolute;
	top:165px;
	left:352px;
}
#panel {
	position:absolute;
	top:178px;
	left:71px;
	color:#bd92b2;
	width:300px;
	font-size:1.2em;
	color:#dbaa70;
}
ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:138px;
	left:75px;
}
ul#right_menu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:138px;
	right:65px; /* was 110px */
}
ul#menu li, ul#right_menu li {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:.8em;
	display:inline;
}
ul#menu li a, ul#right_menu li a {
	text-decoration:none;
	color:#bd92b2;
	z-index: 10;
	position:relative;
	overflow:hidden;
	outline: none;
	margin:auto 0;
	padding:0;
}
ul#menu li a:hover, ul#right_menu li a:hover {
	text-decoration:none;
	color:#ffffff;
}
#menu li.backLava, #right_menu li.backLava  {
	border-bottom: 1px solid #bd92b2;
	z-index: 8;
	position: absolute;
	margin:0;
	padding:0;
}
/*
	Content
*/

#content {
	padding-top:415px; /* was 435px */
	padding-left:85px;
	width:815px;
	color:#bd92b2;
	font-size:13px;
	line-height:20px;
}
#content a:link, #footer a:visited {
	color:#bd92b2;
	text-decoration:underline;
}
#content a:hover, #footer a:active {
	color:#fff;
	text-decoration:underline;
}
.column1 {
	float:left;
	width:230px;
	margin-right:30px;
}
.column2 {
	float:left;
	width:230px;
	margin-right:30px;
}
.column3 {
	float:left;
	width:270px;
}
#containerx h1, #content h1, #content h2, #containerx h1 a:link, #containerx h1 a:visited, #containerx h1 a:hover, #containerx h1 a:active {
	font-family:Arial, Georgia, "Times New Roman", Times, serif; /* herculanum */
	color:#dbaa70;
	font-weight:bold;
	font-size:1.1em;
}
#containerx h2, #containerx h3, #content h2, #content h3 {
	color:#dbaa70;
	font-weight:normal;
}
#containerx h1 {
	margin:0px 0px 0px 0px;
	text-transform:uppercase;
	font-size:3em;
}
#containerx h2 {
	margin:0px 0px 0px 0px;
	font-size:1.6em;
}
h1#logo a:link, h1#logo a:visited, h1#logo a:hover, h1#logo a:active {
	text-decoration:none;
}
#content h2 {
	margin:0px 0px 0px 0px;
}
/*
	Footer
*/
#footer {
	border-top:1px solid #3f2324;
	padding:30px 80px 80px 50px; /* was 30px 50px 80px 50px; */
	color:#bd92b2;
	font-size:.7em;
	line-height:120%;
}
#footer div {
	float:left;
	margin-right:10px;
	text-transform:capitalize;
	font-family:Arial, Georgia, "Times New Roman", Times, serif; /* herculanum */
	color:#dbaa70;
	font-weight:normal;
}
#footer span {
	display:block;
	float:left;
	width:250px;
}
#footer a:link, #footer a:visited {
	color:#9e8292;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
/*
	General Styles
*/

a img {
	border:0px
}
.gold {
	color:#dbaa70;
}
#top {
	/*margin-left:65px*/
	float:right;
}
form img {
	/*margin-left:14px;*/
	float:left
}
#note {
	clear:both;
	height:3.5em;
}
a.url {
	text-decoration:none;
}
