body{
	background:#f1f1f1;
	padding:0px;
	margin:0px;
}
*:active, object:focus, embed:focus{
	outline: none;
}
p{
	font-family: Tahoma;
	font-size: 12px;
	color: #212121;
	line-height: 150%;
}

.maintxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #212121;
	line-height: 150%;	
}

.maintxtItalic {
	font-family: Tahoma;
	font-size: 11px;
	color: #212121;
	line-height: 150%;
	font-style:italic
}

.portfoliohead{
	font-family: Tahoma;
	font-size: 12px;
	color: #a49c73;
	line-height: 150%;
}

.boldLink{
	font-family: Tahoma;
	font-size: 12px;
	color: #9b925e;
	line-height: 150%;
	font-weight:bold;
}

.itenirarylink{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}


.contactformhead{
	font-family: Tahoma;
	font-size: 12px;
	color: #212121;
	line-height: 150%;
	font-weight:bold;
}

.contactform{
	font-family: Tahoma;
	font-size: 10px;
	color: #212121;
	line-height: 150%;
}

.contactforminput{
	background:#f1f1f1;
	border:none;
	padding: 3px;
	width:200;
}

.contactforminput2{
	background:#f1f1f1;
	border:none;
	padding: 3px;
	width:75;
}


.contactformcheckbox{
	background:#f1f1f1;
	border:none;
}

h1{
	font-family:Tahoma;
	font-size:22px;
	color:#a59d73;

}

.footerUnselected {
	font-family:Tahoma;
	font-size:12px;
	color:#a39975;
	text-decoration:none;
}
.footerUnselected:hover {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.footerSelected {
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
}
/*
a:link {
	color: #b4ae87;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #b4ae87;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #b4ae87;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
*/

#bigimage{
	border-style: solid;
 	border-width: 5px;
    border-color: #FFFFFF;
}
#imagebg{
	filter:alpha(opacity=80);
	background-color: #d8f1eb;
	position: absolute;
	top:0px;
	left0px;
	width:100%;
	height:100%;
	opacity: 0.8;
	visibility:hidden;

}
#largeimagecontainer{
	position: absolute;
	top:0px;
	left0px;
	width:100%;
	height:100%;
	visibility:hidden;
	vertical-align:middle;
}
#loadingGif{
	position: absolute;
	visibility:hidden;
}