/*----------------------------------------------------------------------- 
   Standard styles
 ------------------------------------------------------------------------ */

body{
	margin:0;
	padding:0;
	font-size:100%;
	height:100%;
	font:0.8em 'Lucida Grande', 'Lucida Sans Unicode',Verdana, sans-serif;
	width:100%;
	background: url(../images/bodyBg.gif);
	color:#D8CFB9;
}

#content {
	width:900px;
	padding-left:20px;
	padding-right:20px;
	background: #2E2D26 url(../images/containerBg.gif) repeat-x;
        border-color: #A7937E;
        border-width: 2px;
	border-bottom-style: solid;
	margin-left: auto; 
	margin-right: auto;
}

#content h1 {
	font: 14px Lucida Grande,Trebuchet MS,Verdana,sans-serif;
}

#contentBody {
	position:relative;
	top:-75px;
}

#logo{
	background:url(../images/logo.gif) no-repeat top left;
	height:132px;
	position:relative;
	top:-60px;
	left:-20px;
}
#logo a{
	width:280px;
	height:132px;
	display:block;
}
#logo span{
	display:none;
}
a img {
        border: none;
}

.contactentry {
	text-decoration: none;
}

div.enquiry{
	font-weight: bold;	
}

div.GMap {
  	font: 10px Verdana, Arial, Helvetica, sans-serif; 
  	color: #000000;
  	width: 525px; 
  	height: 400px;
}

.splash {
	position:relative;
	top:-45px;
}


/*----------------------------------------------------------------------- 
   Menu styles
 ------------------------------------------------------------------------ */

.navigation{
	background:url(../images/navigation2.gif) no-repeat 100% 8px;
	height:80px;
	padding-top:8px;
}

.navigation:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.navigation ul{
	margin:0;
	padding:0;
	float:right;
}

.navigation ul li{
	float:left;
	list-style:none;
	margin-right:9px;
	display:block;
	height:25px;
}

.navigation ul li a{
	display:block;
	height:25px;
}
.navigation li a:hover{
	border-bottom:2px solid #A7937E;
}

.navigation ul li span{
	display:none;
}

.selected{
	border-bottom:2px solid #A7937E;
}

#home{
	background:url(../images/homeBtn.gif) no-repeat top left;
	width:60px;
}
#collection{
	background:url(../images/collectionBtn.gif) no-repeat top left;
	width:120px;
}
#about{
	background:url(../images/aboutBtn.gif) no-repeat top left;
	width:70px;
}
#contact{
	background:url(../images/contactBtn.gif) no-repeat top left;
	width:95px;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom: 1px;
	font: 11px Lucida Grande,Trebuchet MS,Verdana,sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #1c1b17;
	width: 118px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB;
	padding: 1px 0;
	text-decoration: none;
	color: #D8CFB9;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{ 
	text-decoration: underline;
}

/*----------------------------------------------------------------------- 
   Gallery styles
 ------------------------------------------------------------------------ */
#thumbnails{
	font: 10px/20px Verdana, Helvetica, sans-serif; 
	COLOR: #D8CFB9;
	font-style:italic;
	padding-top:10px;
	padding-right:15px;
}

#collectionPic {
	padding-right:20px;
	float:left;
}

#gallery {
	width:350px; 
	height:270px;
}

#galleryCaption {
	font: 10px/20px Verdana, Helvetica, sans-serif; 
	height:115px;
	width:315px;
	display:table-cell;
	padding-left:10px;

}
#galleryCaption h1{
	font: 10px/20px Verdana, Helvetica, sans-serif; 
	font-weight:bold;
	text-decoration:underline;
	color: #D8CFB9;
	margin: 0px 0px 0px 0px;
}
#galleryCaption p{
	margin: 0px 0px 0px 0px;
	font-style:italic;
}
#formQ {
	font: 10px/20px Verdana, Helvetica, sans-serif; 
	font-weight:bold;
}

/*----------------------------------------------------------------------- 
   Footer styles
 ------------------------------------------------------------------------ */
#footer {
	padding-bottom: 5px; 
	margin: auto; 
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	color: #999282; 
	padding-top: 20px; 
	padding-left: 20px;
	padding-bottom: 20px;
	letter-spacing: -1px; 
	text-align: center;
}
#footer sup {
	font: 8px Tahoma, Helvetica, sans-serif; 
	color: #999282;
}
#footer a {
	color: #999282; 
}
.validate {
	height: 12px;
	color: #3E4449;
	text-decoration: underline;
	padding-left: 19px;
	background: url(../images/validate.gif) no-repeat 0% 50%;
}