@charset "utf-8";
/* CSS Document */

#gondwana {
background:#faf4da url(../../images/gondwana/bg.jpg) repeat-y;
	font-family: Tahoma, verdana, sans-serif;
	color:#245235;
	padding-bottom: 10px;
	margin: 0 auto;
	padding:15px;
}
.intro{
	background-color: #333333;
	color:#fff;
	text-align:center;
	padding:5px;
}
.intro-b{
	clear:both;
	font-weight: bold;
	text-align:center;
	padding:15px;
}
.intro-b img{
padding:15px;
clear:both;
}
#gondwana p {
	margin:0;
	margin:1.2em 0 0.5em 0;
}
#gondwana a img {
	border: 3px solid #fff;
}
#gondwana h1 {
	margin:1.2em 0 0.5em 0;
	font-size:2.5em;
	font-weight:200;
	letter-spacing: 0.15em;
	clear:both;
}
#gondwana h2 {
	margin:1em 0 0.3em 0;
	font-size:1.3em;
	font-weight: 500;
}
#gondwana h3 {
font-weight:bold;
font-size:2em;
}
#gondwana a {
	color: #d26b2d;
	text-decoration:none;
}
#gondwana a:hover {
	color: #da8755;
	text-decoration: none;
}
#gondwana hr {
	clear: both;
	color: #da8755;
}
#gondwana li{
list-style-image: url(../../images/gondwana/bullet.jpg);
list-style-type:square;
padding: 0.5em 0.25em;
}
.g-image{
	border: 3px solid #fff;
	margin:5px;
}
.container-l {
	float: left;
	margin: 0 10px 10px 0;
}
.container-r {
	float: right;
	margin: 0 0 10px 10px;
}
.container-r img, .container-l img{
	border: 3px solid #fff;
}
.image-l {
	float: left;
	border: 3px solid #fff;
	margin: 0 10px 10px 0;
}
.image-r {
	float: right;
	border: 3px solid #fff;
	margin: 0 10px 10px;
}
.jave-img{
	border: 3px solid #fff;
	margin:3px;
	}

.clear {
	clear: both;
}
.header {
	clear:both;
}
/*Table styles for subsequent pages*/
#gondwana .row-head{
background-color: #dcc091;
text-align: center;
color: #000;
}
#gondwana .t-info td{
border:1px solid #dcc091;
padding:1px;
text-align: center;
}
.sold{
color:#800000;
font-weight:500;
}
.resale{
color: #B70000;
font-weight:500;
}
.panel-right{
margin-left:160px;
}
.panel-left{
float:left;
width:150px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer {
	position: relative;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	margin: 15px 0;
}
.thumbnail img {
	border: 1px solid #fff;
	margin: 0 5px 5px 0;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail:hover img {
	border: 1px solid #73b9cc;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #dedcc3;
	padding: 5px;
	left: -1000px;
	border: 3px solid #fff;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	margin:0;
	padding: 2px;
}
.thumbnail:hover .i, .thumbnail:hover .ii, .thumbnail:hover .iii, .thumbnail:hover .iv{ /*CSS for enlarged image*/
	visibility: visible;
	z-index: 50;
	left:10px; /*position where enlarged image should offset horizontally */
}

.thumbnail:hover .i{
	top:110px;
}
.thumbnail:hover .ii{
	top:225px;
}
.thumbnail:hover .iii{
	top:335px;
}
.thumbnail:hover .iv{
	top:445px;
}
