html {
	height: 100%;
}

body {
	background: #25292c url(../images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

p, a, h1, h2, h3, h4, h5, h6, li, td, input, textarea, select, label {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 16px 0
}

a {
	color: #f7d09d;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	/*text-transform:uppercase;*/
	color: #f7d09d;
	padding: 0 0 16px 0
}

ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

li {
	background: transparent url(../images/i_bullet.gif) 0 8px no-repeat;
	padding: 0 0 0 15px;
}

label {
	font-weight: bold;
	color: #f7d09d;
}

input, textarea {
	color: #32373a;
	background: #fff;
	height: 19px;
	padding: 0 4px;
	border: 1px solid #25292c;
	line-height: 17px;
}

/* ----- layout ----- */

#holdall {
	width: 752px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	border-right: 1px solid #25292c;
	border-left: 1px solid #25292c;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 750px;
}


* html #holdall {
	height: 100%;
}

#lblock {
	float: left;
	width: 259px;
	background: #51565b;
	margin: 50px 0 0 0;
	border-right: 1px solid #25292c;
}

#lblock img {
	border-top: 5px solid #25292c;
}

#mblock {
	float: left;
	width: 490px;
	background: #32373a;
	padding: 0 0 31px 0;
}

div.mtext {
	padding: 30px 30px 25px 30px;
	background: /*#575f64*/#51565b;
	border-bottom: 1px solid #25292c;
}

#flashcontent {
	border-bottom: 5px solid #25292c;
}

/* navigation */

#nav {
	list-style: none;
	padding: 34px 30px 50px 30px;
	margin: 0;
}

#nav li {
	background: transparent;
	margin: -1px 0 0 0;
	line-height: 26px;
	padding: 0;
}

#nav li.first {
	margin: 0;
}

#nav a, #nav a.deselected {
	display: block;
	height: 27px;
	padding: 0 15px;
	line-height: 27px;
	text-decoration: none;
	border-bottom: 1px solid #6f7579;
	color: #fff;
}

#nav a:hover {
	background: transparent;
	color: #f7d09d;
	border-bottom: 1px solid #82888c;
}

#nav a.selected {
	background: transparent url(../images/i_marker.gif) 55% right no-repeat;
	color: #f7d09d;
	border-bottom: 1px solid #82888c;
}

/* gallery icon key */

#key li {
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	color: #ddd;
}

#key li.gallery {
	background: url(../images/i_gallery.gif) 0 60% no-repeat;
}

#key li.plus {
	background: url(../images/i_plus.gif) 0 60% no-repeat;
}

#key li.minus {
	background: url(../images/i_minus.gif) 0 60% no-repeat;
}

#key li.pause {
	background: url(../images/i_pause.gif) 0 60% no-repeat;
}

#key li.play {
	background: url(../images/i_play.gif) 0 60% no-repeat;
}

/* enquire form */

#enquire {
	margin: 0;
	padding: 0;
}

#enquire td {
	height: 25px
}

#enquire input, #enquire textarea {
	width: 320px;
	margin: 0 0 5px 0;
}

#enquire textarea {
	height: 100px;
}

#enquire input.button {
	width: 114px;
	height: 25px;
	margin: 1px 0 0 0;
	padding: 0;
	border: none;
	background: transparent;
}

/* footer */

#footer {
	width: 752px;
	clear: both;
	position: relative;
	margin: -31px auto 0 auto;
	padding: 5px 0 8px 0;
	background: transparent url(../images/topbar.gif) repeat-y;
}

#footer ul {
	margin: 0 0 0 286px;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 0 0 4px;
	background: none;
	color: #6c777b;
}

#footer a {
	padding: 0 5px 0 0;
}

