/* CSS Document */

body {
	background-color: #230101;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9d7022;
	margin: 0px;
	padding: 0px;	
}

body a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9d7022;
	text-decoration:none;
	cursor: pointer;
}
body a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9d7022;
	text-decoration:none;
	cursor: pointer;
}
body a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9d7022;
	text-decoration:underline;
	cursor: pointer;
}

#bigcontainer {
	width: 1948px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	height: 100%;
}

#medcontainer {
	width: 1120px;
	margin:0;
	padding:0;
	height: 100%;
}

#topSpace {
	height: 30px;
	width: 100%;	
}

#leftContainer {
	width: 250px;
	float:left;
	height: 100%;
}

#rightContainer {
	width: 100%;
	height: 100%;
	display:inline;
	position: relative;
	text-align:right;
}

#imgContainer {
	background-color: #ab8130;
	width: 800px;
	height: 570px;
	display:inline-block;	
	position: relative;
}

#galleryContainer {
	background-color: #ab8130;
	width: 250px;
	height: 100%;
	display:inline-block;	
	position: relative;
}


#column {
	width: 248px;
	float:left;
	height: 100%;
}

#verticalSpace {
	width: 30px;
	height: 600px;
	float:left;
}

#menuButton {
	width: 250px;
	height: 30px;
}

#subscriptionBox {
	width: 250px;
	height: 50px;
	text-align: right;
	padding-bottom: 40px;
	padding-top: 10px;
}

input, select, textarea {
	  margin-bottom: 3px;
	  float:right;
      border: 1px solid #c0992f;
      background-color: transparent;
	  color: #c0992f;
	  text-align: right;
    }
    
    .submit {
      border: 1px solid #a1822e;
      background-color: #c0992f;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #000000;
    }
	
    fieldset {
	  float:right;
      border:0 solid #230101;
	  background: transparent;
	  padding-bottom: 5px;
    }
	
	
booking input, select, textarea {
	  margin-bottom: 3px;
	  float:right;
      border: 1px solid #c0992f;
      background-color: #230101;
	  color: #c0992f;
	  text-align: right;
    }
    
booking    .submit {
      border: 1px solid #a1822e;
      background-color: #c0992f;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #000000;
    }
	
booking    fieldset {
	  float:right;
      border:0 solid #230101;
	  background: #230101;
	  padding-bottom: 5px;
    }


#links {
	text-align:right;
}

#thumbnail {
		width:160px;
		height:95px;
		float:left;
		display:inline
		overflow:hidden;
		}
		
#thumbnail img {
		width:100%;
		height:100%;
		border:none;
		}

#galnav {
		width:250px;
		height:190px;
		float:left;
		overflow:hidden;
		}
		
#galnav img {
		border:none;
		}