/* Amore CSS */

body {
	background: #FFFFFF;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: center;
	font-size: 14px;
	height: 100%;}

a:link		{ color: #222222; text-decoration :none; }
a:visited	{ color: #222222; text-decoration :none; }
a:hover		{ color: #222222; text-decoration :underline; }
a:active	{ color: #222222; text-decoration :underline; }

h1			{ font-size: 40px; }
h2			{ font-size: 24px; font-weight: normal; margin-bottom: 30px; }
h3			{ font-size: 18px; font-weight: normal; }

img			{ border: none; margin: 3px;}

a:hover img { border: 3px #222222 solid; margin: 0px; }

label {
	float: left;
	width: 100px;
	text-align: right;
	vertical-align: top;}

hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;}
	
#cell {
	width: 860px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	text-align: left;}

#header {
	position: relative;
	margin-top: 50px;
	width: 410px;
	height: 140px;
	background: url('media/header.gif');}
	
	.header-text { display: none; }

#content {
	width: 860px;
	text-align: center;}

.overlay {
	background: url('media/transparent-bg.png');
	position: absolute;
	top: 220px;
	left: 210px;
	width: 540px;
	height: 437px;
	z-index: 2;
	color: #242537;
	text-align: left;
	padding-top: 43px;
	padding-left: 80px;
	padding-right: 20px;}
	
	.overlay a:link		{ color: #222222; font-weight: bold; text-decoration :none; }
	.overlay a:visited	{ color: #222222; font-weight: bold; text-decoration :none; }
	.overlay a:hover	{ color: #222222; font-weight: bold; text-decoration :underline; }
	.overlay a:active	{ color: #222222; font-weight: bold; text-decoration :underline; }

#navbar {
	background: url('media/curve-bg.png');
	position: absolute;
	top: 220px;
	width: 160px;
	height: 430px;
	padding-top: 50px;
	padding-left: 60px;
	margin-left: 40px;
	z-index: 2;
	text-align: left;
	line-height: 54px;}

	#navbar a {
		color: #222222;
		font-size: 22px;
		margin-right: 40px;}
		
		#navbar a:hover {
			color: #111111;
			text-decoration: none;}

#slide-show {
	position: relative;
	top: 10px;
	left: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 10px #FFFFFF solid;
	width: 640px;
	height: 480px;
	overflow: hidden;}
	
#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:640px;
    height:480px;
    overflow:hidden;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}

.slideElement {
	width: 100%;
	height: 100%;
}

#footer {
	width: 840px;
	margin-bottom: 40px;
	text-align: right;
	font-size: 10px;}