/* CONTENT STYLING																			*/

/* CONTENT */
/* common element definitions */

#content h2 {
	display: block;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0px 16px 0px;
	color: #d7b656;
	}
#content h3 {
	display: block;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 8px 0px 8px 0px;
	color: #d7b656;
	}
#content h4 {
	display: block;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 8px 0px 8px 0px;
	color: #d7b656;
	}
#content h5 {	
	display: block;
	clear: both;
	width: 320px;
	line-height: 14px;
	height: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #2B1D0F;
	}
#content p {
	margin: 6px 0px 12px 0px;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #e4e4e4;
	}
#content b, #content strong {
 	font-weight: bold;
	}
#content i, #content em {
	font-style: italic;
	}
#content p a {
	color: #d7b656;
	}
#content p a:hover {
	color: #d7b656;
	text-decoration: underline;
	}
#content p.box {
	margin-left: 24px;
	}
#content ul {
	display: block;
	margin: 6px 0px 6px 6px;
	line-height: 1.7em;
	list-style: disc;
	font-size: 1.1em;
	}
#content ol {
	display: block;
	margin: 6px 0px 6px 6px;
	line-height: 14px;
	list-style: decimal;
	}
#content li {
	margin-left: 12px;
	}
#content em {
	color: #d7b656;
	font-style: normal;
	}

/* CONTENT: custom defs */
#content .fpcontentitem {
	clear: both;
	border-top: 1px solid #eeebeb;
	padding: 4px 0px 12px 0px;
	}
#content .fpcontentitem:first-child {
	border-top: none;
	}
#content p.ingressi {
	padding: 6px 0px;
	font-size: 1.1em;
	color: #464040;
	border-bottom: 1px solid #eeebeb;
	}
#content .fpcontentimg {
	display: block;
	width: auto;
	margin: 0px;
	}

#content .listcolumn {
	float: left;
	width: 160px;
	line-height: 1.5em;
	}

#content #contactinfo {
	text-transform: uppercase;
	padding: 0px;
	}
#content #contactinfo h2 {
	border-bottom: 1px solid #d7b656;
	margin-bottom: 0px;
	}
#content #contactinfo p.phone {
	float: left;
	width: 160px;
	}
#content #contactinfo p.email {
	margin-left: 180px;
	}

/* CONTENT: forms */

fieldset {
	margin: 0px;
	padding: 0px;
	}
label {
	display: block;
	float: left;
	clear: left;
	width: 80px;
	line-height: 16px;
	padding-top: 2px;
	text-align: right;
	}
input {
	display: block;
	height: 16px;
	width: 300px;
	#width: 260px;
	padding: 0px;
	margin: 0px 0px 4px 90px;
	border: 1px solid #D7B656;
	background: url(./imgs/input-bk.gif) repeat-x;
	}
textarea {
	display: block;
	width: 300px;
	#width: 260px;
	height: 50px;
	padding: 0px;
	margin: 0px 0px 4px 90px;
	border: 1px solid #D7B656;
	background: url(./imgs/textarea4line-bk.gif) repeat-x;
	}
a#submit {
	display: block;
	width: 90px;
	height: 22px;
	line-height: 22px;
	color: #000000;
	margin: 8px 0px 8px 90px;
	text-align: center;
	border: 1px solid #D7B656;
	background: url(./imgs/input-bk.gif) repeat-x;
	}

#portfolio-order, #by-phone {
	float: left;
	clear: left;
	margin: 0px 0px 0px 90px;
	width: 16px;
	}
.chkboxlabel {
	float: none;
	clear: none;
	width: 180px;
	text-align: left;
	margin: 0px 0px 0px 116px;
	}

#floorplan {
	position: relative;
	width: 480px;
	height: 250px;
	margin: 10px auto;
	background: url(./imgs/floorplan.gif) no-repeat;
	}
body.eng #floorplan {
	background: url(./imgs/floorplan-en.gif) no-repeat;
	}
#floorplan a {
	display: block;
	position: absolute;
	}
#floorplan a#etu {
	top: 10px;
	left: 330px;
	width: 120px;
	height: 140px;
	}
#floorplan a#taka {
	top: 10px;
	left: 185px;
	width: 140px;
	height: 190px;
	}
#floorplan a#edit {
	top: 10px;
	left: 90px;
	width: 95px;
	height: 110px;
	}
#floorplan a#keittio {
	top: 120px;
	left: 90px;
	width: 95px;
	height: 115px;
	}
#floorplan a#tori {
	top: 10px;
	left: 10px;
	width: 80px;
	height: 110px;
	}

/* LEFT */

#left img {
	margin: 10px;
	}

/* FOOTER */

#footer h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #4fb848;
	height: 26px;
	margin: 0px;
	}
#footer p {
	margin: 0px;
	line-height: 14px;
	}
#footernotice {
	color: #8f8f8f;
	text-transform: uppercase;
	padding-top: 5px;
	}

