
/* Layout
-------------------------------------------------------------- */

body {
	background-color: #e7e5e5;
}

div#container {
	width: 800px;
	margin: 25px auto;
}

div#header {
	position: relative;
	width: 800px;
	margin-bottom: 20px;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
div#header h1 a {
	display: block;
	width: 136px;
	height: 38px;
	outline: none;
	text-indent: -5000em;
	background: url('../images/logo.png') no-repeat;
}


/* Navigation
-------------------------------------------------------------- */

div#header ul {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0; 
	padding: 0;
}
div#header ul li {
	display: block;
	float: left;
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
}
div#header ul li a {
	display: block;
	color: #474147;
	outline: none;
	height: 14px;
	width: 49px;
	line-height: 1;
	margin-left: 20px;
	text-indent: -5000em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url('../images/navigation.png');
}
div#header ul li.home a {
	width: 40px;
	background-position: 0 0;
}
div#header ul li.home a:hover,
div#header ul li.home a.active {
	background-position: 0 -84px;
}
div#header ul li.gallery a {
	width: 49px;
	background-position: 0 -17px;
}
div#header ul li.gallery a:hover,
div#header ul li.gallery a.active {
	background-position: 0 -101px;
}
div#header ul li.info a {
	width: 26px;
	background-position: 0 -34px;
}
div#header ul li.info a:hover,
div#header ul li.info a.active {
	width: 26px;
	background-position: 0 -118px;
}
div#header ul li.prices a {
	width: 40px;
	background-position: 0 -51px;
}
div#header ul li.prices a:hover,
div#header ul li.prices a.active {
	background-position: 0 -135px;
}
div#header ul li.contact a {
	width: 52px;
	background-position: 0 -68px;
}
div#header ul li.contact a:hover,
div#header ul li.contact a.active {
	background-position: 0 -152px;
}
div#header ul li.active a,
div#header ul li a:hover {
	color: #847676;
}


/* Content
-------------------------------------------------------------- */

div#content {
	min-height: 550px;
	margin-bottom: 20px;
}

body#textpage div#content {
	padding-top: 70px;
	min-height: 465px;
}
body#textpage div#content h2 {
	color: #8a7274;
	line-height: 1;
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
body#textpage div.column {
	float: left;
	width: 223px;
	margin-right: 65px;
}
body#textpage div.dualcolumn {
	width: 500px;
}
body#textpage div.last {
	float: right;
	margin-right: 0;
}
body#textpage div.column h3 {
	color: #494854;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}
body#textpage p {
	font-size: 1.1em;
}
body#textpage div#prices {
	margin-bottom: 70px;
}


/* Contact form
-------------------------------------------------------------- */

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
fieldset p {
	margin-bottom: 0;
}
fieldset label {
	float: left;
	width: 75px;
	color: #49464f;
	padding-top: 7px;
}
fieldset input.text,
fieldset textarea {
	float: left;
	width: 350px;
}
fieldset textarea {
	height: 100px;
}
fieldset.submit {
	margin-top: 10px;
}
fieldset.submit p {
	width: 435px;
	text-align: right;
}
fieldset.submit p button {
	width: 38px;
	height: 12px;
	border: 0;
	cursor: pointer;
	text-indent: -5000em;
	background: url('../images/formbuttons.png') transparent no-repeat;
}
fieldset.submit p button.reset {
	background-position: 0 0;
	margin-right: 20px;
}
fieldset.submit p button.reset:hover {
	background-position: 0 -41px;
}
fieldset.submit p button.submit {
	background-position: 0 -20px;
	margin-right: 5px;
}
fieldset.submit p button.submit:hover {
	background-position: 0 -61px;
}


/* Footer
-------------------------------------------------------------- */

div#footer p {
	margin: 0;
	color: #797979;
	font-size: 0.9em;	
	text-align: center;
}
div#footer p a {
	color: #797979;
	text-decoration: underline;
}



/* Miscellaneous
-------------------------------------------------------------- */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after, fieldset p:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}
.clearfix, .container, fieldset p {display: block;}
