* { margin: 0; padding: 0; }

/* HTML & body
------------------------------------------------------------------------------------ */
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	font: 12px "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	color: #000;
	line-height: 16px;
	background: #fff;
}

/* Typology & hyperlinks
------------------------------------------------------------------------------------ */
p {
	margin-bottom: 16px;
}

a {
	color: #aa0000;
	text-decoration: none;
}
a:hover {
	color: #aa0000;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.stitle {
	font-size: 12px;
	color: #5b5b5b;
}

.mtitle {
	font-size: 16px;
	line-height: 20px;
	color: #5b5b5b;
/* 	text-transform: uppercase; */
}

.ltitle {
	font-size: 20px;
	line-height: 24px;
	color: #5b5b5b;
	text-transform: uppercase;
}

/* Global layout
------------------------------------------------------------------------------------ */
#box_h {
	margin: auto;
	margin-top: 40px;

	width: 100%;
	height: 53px;
	overflow: hidden;

	background: url('./../images/bg_header.png') repeat-x;
}

#box_f {
	position: relative;
	top: 0;
	left: 0;
	margin: auto;

	width: 100%;
	height: 95px;

	background: url('./../images/bg_footer.png') repeat-x;

	text-align: right;
}

#box_m {
	position: relative;
	top: 0;
	left: 0;
	margin: auto;
	margin-top: 20px;

	width: 900px;
	height: 360px;
}

/* Elements
------------------------------------------------------------------------------------ */
#header {
	position: relative;
	top: 0;
	left: 0;
	margin: auto;

	width: 900px;
	height: 100%;

	text-align: left;
}

#mainmenu {
	float: left;
	width: 270px;

	text-align: left;
	font-size: 16px;
	line-height: 17px;
	color: #aa0000;
	text-transform: uppercase;
}
#mainmenu ul {
	list-style-type: none;
}
#mainmenu a {
	font-size: 16px;
	color: #5b5b5b;
	text-decoration: none;
}
#mainmenu a:hover {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#overview {
	position: absolute;
	top: 222px;
	left: 50px;
}

#submenu {
	position: absolute;
	top: 200px;
	left: 100px;

	text-align: left;
}
#submenu ul {
	list-style-image: url('./../images/arrow_right_small.gif')
}

#viewer {
	float: right;

	width: 600px;
	height: 340px;
	padding: 10px;
	overflow: auto;

	text-align: justify;
}

/* Content
------------------------------------------------------------------------------------ */
.pfshowcase {
	float: left;
	width: 360px;
	height: 255px;
	text-align: left;
}
.pfcomment {
	float: right;
	width: 240px;
}

/* Slideshow
------------------------------------------------------------------------------------ */
#slideshow {
	position: relative;
	top: 0;
	left: 0;

	width: 340px;
	height: 255px;

	background: none;
	overflow: hidden;

	z-index: 222;
}
#slideshow ul li {
	list-style: none;
}
.prev {
	position: absolute;
	top: 232px;
	left: 300px;
	height: 15px;
	width: 15px;

	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background: url('./../images/arrow_left.gif') no-repeat;

	z-index: 1001;
}
.prev:hover {
	position: absolute;
	top: 232px;
	left: 300px;
	height: 15px;
	width: 15px;

	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	background: url('./../images/arrow_left.gif') no-repeat;

	z-index: 1001;
}
.next {
	position: absolute;
	top: 232px;
	left: 320px;
	height: 15px;
	width: 15px;

	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	background: url('./../images/arrow_right.gif') no-repeat;

	z-index: 1001;
}
.next:hover {
	position: absolute;
	top: 232px;
	left: 320px;
	height: 15px;
	width: 15px;

	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	background: url('./../images/arrow_right.gif') no-repeat;

	z-index: 1001;
}

     /* Contact form:
---------------------------------------------------------------------------------------------------------- */
.mailT {
	position: relative;
	top: 0;
	left: 0;

	width: 390px;
	display: table;

	background: none;
	overflow: hidden;
}
.mailR {
	width: 100%;
	height: 28px;
	display: table-row;
}
.mailC {
	width: 75px;
	height: 20px;
	display: table-cell;
	float: left;
}
.mailI {
	float: left;
	display: table-cell;
}

input {
	padding-left: 3px;
	width: 150px;
	height: 18px;
/* 	background: #ddd; */
	border: #1a1a1a 1px solid;
	font-size: 12px;
	color: #000;
}
textarea {
	padding-left: 3px;
	width: 300px;
	height: 111px;
/* 	background: #ddd; */
	border: #1a1a1a 1px solid;
	font-family: "Trebuchet MS", "Lucida Sans unicode", Arial, Helvetica, sans-serif, courier;
	font-size: 12px;
	color: #000;
	overflow: auto;
}

.form_button {
	padding: 2px;
	margin-right: 10px;
	width: 90px;
	height: 25px;
	background-color: #5b5b5b;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.input_fout {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #aa0000;
	font-size: 12px;
	color: #000;
}
.text_fout {
	font-size: 12px;
	color: #ff0000;
}
.thankyou_mail {
	position: relative;
	top: 60px;
	left: 0;
	padding: 10px;
}



