	body {
		font-family: Helvetica, sans-serif;
		font-size:10px;
		position:relative;
		background:#5384bf;
		background:#ffffff;
		}
	/* headers and links */	
	a,a:visited{color:#5384bf;text-decoration:underline;}
	a:hover{background:#e0e0e0;}
	
	
	p{
		padding:0px;
		margin:0px 0px 6px 0px;
		line-height:16px;
	}
	
	i,em{
		font-style:italic;
	}
	
	select{width:140px;font-size:15px}
	
		.bgimage{position:fixed;top:0px;left:0px;z-index:-1;}
		
	#main{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:960px;
		min-height:600px;
		overflow:hidden;
	}
		
	#logobanner{
		position:absolute;
		top:0px;
		height:100px;
		width:100%;
		
}
	
	#logo{
		position:relative;
		margin-left:10px;
		width:940px;
		height:85px;
		background:url(../images/tigress500.jpg) no-repeat 10px 15px;
		background-color:rgba(255,255,255,0.86);
		background-color:white;	
		paddding:10px 10px 20px 10px;
		margin-top:20px;
		border-bottom:1px solid #e0e0e0;
		
	}
	
	#logoinner{
		position:absolute;
		top:40px;
		left:440px;
		width:400px;
		height:40px;
	}
	
	#logo h2{
		font-size:20px;
		font-weight:normal !important;
		font-style:italic;
	}

	#logoold{
		margin-left:auto;
		margin-right:auto;
		width:620px;
		height:120px;
		background:url(../images/logo100crop_vectorized.png) no-repeat 10px 32px;
		background-color:rgba(255,255,255,0.9);	
		padding:10px;
	}
	
	#text1{
		margin-left:10px;
		width:940px;
		background:rgba(255,255,255,0.86);
		background:url(../images/white80.png) repeat;
		color:#7F6E4D;
		color:#000000;
		line-height:21px;
		font-size:12px;
		margin-bottom:170px;
		overflow:hidden;
	}

	.whitebg{
		background:white !important;
	}



	
	.padhalf{
		float:left;
		width:440px;
		margin-left:20px;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	#texttitle{
		padding:20px 20px 0px 20px;
		overflow:hidden;
		min-height:40px;
	}
	
	#main h1{
		font-size:24px;
		color:#699BDA;
		font-family: 'Nobile', serif;
		margin-top:10px;
	}
	
	#main h2{
		font-size:16px;
		font-weight:bold;
		color:#7F6E4D;
		color:#404040;
		
		font-family: 'Nobile', serif;
		margin-top:10px;				
	}
	
	#main h5{
		font-size:12px;
		font-weight:bold;
		color:#7F6E4D;
		color:#000000;
		font-family: 'Nobile', serif;
		margin-bottom:10px;		
	}
	
	#main h3{
		font-size:20px;
		color:#7F6E4D;
		color:#000000;
		font-family: 'Nobile', serif;
	}
	
	#main h4{
		font-size:20px;
		color:#7F6E4D;
		color:#000000;
		font-family: 'Nobile', serif;
		border-bottom:1px solid #699BDA;
		margin-bottom:10px;
		padding-bottom:5px;		
	}

	.newlook{

	}

	.newlook h1{
		font-size:30px !important; 
	}

	.new-c{
		margin-top:20px;
		margin-bottom:20px;
		text-align:center;
		padding:40px;
		line-height:25px;
		font-size:14px;
		color:#606060;

	}

	.new-c p{
		line-height:25px;
		font-size:14px;	
		color:#606060;	
	}

	.new-c h1{
		color:#699bda !important;
		font-family:inherit !important;
	}

	.new-c h3{
		color:#699bda !important;
	}

	.new-c h4{
		color:#699bda !important;
		border-bottom:none !important;
	}

	.pad10{padding:10px;overflow:hidden;}
	.pad20{padding:20px;overflow:hidden;}
	
	
	#footerwrap{
		position:fixed;	
		bottom:0px;
		width:100%;
		height:30px;
		z-index:999;
		border:1px solid blue;
	}	
	
	#foot-menu{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:960px;
		height:30px;
		background:white;
		border:1px solid red;

	}
	


	
	.footeritem{
		float:left;
		width:150px;
		height:160px;
		margin-left:5px;
		margin-right:5px;
		margin-top:0px;
		background:white;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		opacity:0.85;
		text-decoration:none !important;
	}
	
	.footeritem:hover{
		opacity:1.0;
		margin-top:-100px;
		
	}
	
	.footeritem img{
		margin:5px;
	}
	
	.footeritemtop{
		width:140px;
		min-height:20px;
		overflow:hidden;
		font-size:14px;
		color:#7F6E4D;
		color:#303030;
		color:#19367d;;
		font-size:15px;
		margin:5px 10px 5px 10px;
	}
	
	#footerwrap a,#footerwrap a:visited{
		
	}
	

	
	#finder{
		width:850px;
		border:0px solid #ffffff;
		margin-top:10px;
	}
	
	#finder thead td{
		border-bottom:2px solid #d0d0d0;
		font-weight:bold;
	}

	#finder td{
		border:1px solid #d0d0d0;
		padding:5px;
	}
	
	.finder-select-wrap{
		float:left;
		width:150px;
		height:60px;
		margin-right:10px;
	}
	
	.finder-select-wrap input{
		width:140px;
		border:1px solid red;
	}
	
	#searchbar{
		clear:left;
		margin-top:10px;
		margin-bottom:20x;
		overflow:hidden;
		border-bottom:1px solid #5384bf;
		
	}
	
	.search h2{
		font-size:20px;
		font-weight:bold;
		margin-bottom:5px;
		margin-top:10px;
	}
	
	.result-row{
		width:850px;
		height:25px;
		margin-bottom:1px;
		margin-left:20px;
		overflow:hidden;
		cursor:pointer;
	}
	
	.result-row:hover{
		
	}
	
	.result-bold{font-weight:bold;color:#699BDA;border-bottom:1px solid #699BDA}
	
	.result{
		float:left;
		height:25px;
		background:#f0f0f0;
		overflow:hidden;
		margin-right:2px;
		text-indent:5px;
		line-height:25px;
	}
	
	.result-size{
		width:180px;
		
	}
	
	.result-country{
		width:180px;
		
	}
	
	.result-enddate{
		width:150px;
	}
	
	.result-price{
		width:150px;
	}
	
	.subpanel{
		floaT:left;
		width:430px;
		min-height:300px;
		overflow:hidden;
		margin-right:20px;
		
	}
	
	li{
		display:block;
		margin-bottom:5px;
		padding-left:20px;
		background:url(../images/bullet.png) no-repeat 0px 5px;
	}
	
	#minimenu{
		position:absolute;
		width:500px;
		height:15px;
		z-index:999;
		bottom:0px;
		left:10px;
		font-size:12px;
	}
	
	#contactform{
		
	}
	
	#contactform label{
		display:block;
		margin-left:10px;
		margin-bottom:2px;
		margin-top:5px;
		
		
	}
	
	#contactform input{
		display:block;
		width:408px;
		padding:2px;
		margin-left:10px;
		margin-bottom:5px;
		
	}
	
	#contactform h3{
		font-size:16px;
		font-weight:bold;
		border-bottom:1px solid #699BDA;
		margin-bottom:5px;
		margin-left:10px;
		padding-bottom:2px;
		margin-top:10px;
		clear:left;
	}
	
	#contactform textarea{
		width:412px;
		padding:2px;
		border:1px solid #e0e0e0;
		min-height:100px;
	}
	
	.option-title{
		width:70px;
		margin-left:10px;
	}
	
	#option-wrap{
		width:90px;
		
		
	}
	

	
	.wrapsmall label{
		width:60px !important;
	}
	
	
	
	.wrap input,.wrap label{
		width:154px !important;
	}
	
	.wrap,.wrapsmall,.wrapmetics{
		float:left;
		overflow:hidden;
	}
	
	.wrapmetics{
		width:116px !important;
	}
	
	.wrapmetics input{
		width:95px !important;
	}
	

	
	.wrap200{
		float:left;
		width:215px;
		overflow:hidden;
		
	}
	
	.wrap200 input{
		width:194px !important;
	}
	
	.error{
		font-size:10px;
		color:red;
		margin-left:10px;
	}
	
	.topmenu{
		margin-left:auto;
		margin-right:auto;
		width:940px;
		height:24px;
		background:white;
		text-align:center;
		line-height:24px;
		font-size:12px;
		font-weight:bold;
		
	}
	
	.topmenu a,.topmenu a:visited{
		text-decoration:none !important;
		padding:0px 10px;
		border-right:1px solid #89bBfA;
		
	}
	
	.topmenu a:hover{
		background:white !important;
		color:#89bBfA;
	}
	.norightborder{
		border-right:none !important;
	}
	
	#closebutton{
		position:absolute;
		width:16px;
		height:16px;
		background:url(../images/x2.png) no-repeat;
		top:10px;
		right:10px;
	}

	.brokerage h2{
		border-bottom:1px solid #699BDA;
	}

	.brokerage .left{
		float:left;
		width:540px;
		padding-left:20px;
	}

	.brokerage .right{
		float:right;
		width:344px;
		
		padding-right:20px;
		font-size:14px;
		line-height:20px;
	}

	.clear{
		clear:both;
		width:100%;
		height:5px;
		overflow:hidden;
	}

	.single-item{
		clear:left;
		width:100%;
		height:auto;

	}

.slick-next,.slick-prev{
	display:none !important;
}



.slick-slide {
  position: relative;
}

.slick-test{
	line-height:60px;
	position:absolute;
	top:0px;
	left:0px;
	color:white;
	z-index:999;
	width:100%;
	min-height:100px;
	margin-top:170px;
	text-align:center;
	font-size:55px;
	text-shadow:0px 0px 3px black;
}

.slick-test.mini{

	margin-top:116px;

}

.slick-test small{
	font-size:40px;
}

.greyout{
	position:absolute;
	z-index:800;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:black;
	opacity:0.1;
}

.caption {
  position: absolute;
  right: 0;
  bottom: -100px;
  padding: 15px;
  min-height: 38px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  width:100%;
  color:white;
}