
/*
==================
MENU
==================
*/

#menu
{
	background-color:transparent;
	margin:10px 8px 0 0;
	padding: 3px 0 10px 0;
	border-bottom: 1px solid grey;
	margin-bottom: 20px;
}

.smnav
{
		position:relative;
		float: center;
		margin:0 5px 2px 5px;	
		border: 1px solid #B1CCE9;
		padding: 0;
		text-decoration:none;
		width: 192px;
		height: 23px;
		overflow:hidden; /* for ie to hide extra height*/	
}

.smnav a, .smnav a:visited
{
		display: block;
		font:11px ariel, verdana, sans-serif;
		color: #EDF3FA;
		background-color:#1C3F66;
		width: 192px;
		height: 23px;
		float: center;
		text-align:left;
		text-decoration: none;
		overflow:hidden; /*for ie to hide extra height*/
}

.smnav a:hover
{
		background-color:#316DB0;
}

.smnav span
{
	position: absolute;
    left: 0px;
	top: 1px;
    text-align: left;
    width: 202px;
	padding:3px 0px 0px 8px;
	cursor: pointer;   
}




/* Main Selectors */
body {
	background-color: white;
	color: #1C3F66;
	text-align:left;
	width: 800px;
	margin:0 auto 0 auto;
}


#logo {
	width:113px;
	height:74px;
	background-image: url(http://www.mallorcapropertypartners.com/img/logoPL.gif);
	background-repeat: no-repeat;
	margin-left:60px;
}

a,
a:visited {
	background-color: transparent;
	color: #797979;
}

a:hover {
	background-color: transparent;
	color: #333333;
}

/* Header */
div#header h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	background-color: transparent;
	color: #1C3F66;
	margin: 0 100px 10px 0;
}

/* Thumbnail Details and photo index */
#Details and photo index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

table {
	text-align: center;
	margin: 0 auto 0 auto;
}

td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #494CD3;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

td.thumbcell img {
	border-style: none;
}

div.pages {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.Details and photo index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #494CD3;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	text-align:left;
	padding-bottom: 0;
	margin-left:80px;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

/* Photograph Title */
h1 {
	padding-top: 10px;
	text-align: center;
	float:right;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin:0 100px 10px 0;
}

h1.title {
	margin:0 80px 10px 0;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	display: block;
	width: 640px;
	margin: auto auto 10px 80px;
	clear:both;
}

p.caption {
	margin: auto auto 10px 80px;
}

/* Footnote */
p.footnote {
	border-top:solid 1px #797979;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.6em;
	color:#797979;
	width: 640px;
	margin: 30px auto 10px 80px;
	text-align: justify;
	padding: 10px 2em 0 0;
}

.footnote a:link,
.footnote a:visited,
.footnote a:active
{
	text-decoration:none;
}

