/*----- TAGS -----*/
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*----- UNIQUE -----*/
#body {
	/*LTR: top right bottom left*/
	/*RTL: top left bottom right*/
	margin: 100px auto 30px auto;
	width: 869px;
	direction: ltr;
	font-family: Verdana;
	font-size: 11px;
	color: #6b6b6b;
}

#menu-bottom {
	height: 10px;
}

#content-bottom {
	height: 5px;
}

#header-bottom {
	height: 5px;
	background: #fff;
}

#content {
	background: #f0f0f0;
}

#content .detail {
	vertical-align: top;
}

#content .detail a {
	color: #6b6b6b;
	text-decoration: none;
}

#content .detail a:hover {
	color: #ff9a20;
	text-decoration: none;
}

#content .membership {
	width: 283px;
	background: #fff;
	padding: 3px 6px 4px 0px;
	text-align: right;
}

#content .spacer {
	width: 283px;
	padding: 3px 6px 4px 0px;
}

#content .main-public {
	width: 393px;
	vertical-align: top;
	padding: 37px 145px 56px 42px;
	height: 300px;
}

#content .title {
	font-size: 14px;
	font-weight: bold;
}

#content .text-public {
	text-align: justify;
	margin: 32px 0px 0px 14px;
	line-height: 170%;
	font-size: 11px;
	font-family: Verdana;
}

#content .text-public a {
	color: #ff9a20;
	text-decoration: none;
}

#content .text-public a:hover {
	color: #6b6b6b;
	text-decoration: none;
}

/*----- PROJECTS -----*/
#content .main-projects {
	vertical-align: top;
	padding: 37px 0px 56px 42px;
	height: 300px;
}

#content .gallery {
	width: 77px;
	position: absolute;
	background: #fff;
	padding: 3px 0px 4px 6px;
}

#content .photo {
	width: 283px;
	background: #fff;
	padding: 3px 6px 4px 0px;
	text-align: right;
}

#content .text-date {
	width: 392px;
	height: 20px;
	text-align: right;
	border-bottom: 1px solid #c8c8c8;
	font-size: 17px;
	font-family: Verdana;
	font-weight: bold;
	color: #c8c8c8;
}

#content .text-projects {
	text-align: justify;
	margin: 14px 0px 0px 14px;
	line-height: 170%;
	font-size: 11px;
	font-family: Verdana;
}

#content .text-projects-detail {
	width: 392px;
	text-align: justify;
	margin: 34px 145px 0px 0px;
	line-height: 170%;
	font-size: 11px;
	font-family: Verdana;
}

#content .text-projects ul, #content .text-projects-detail ul {
	padding: 0px;
	margin: 14px 0px 0px 14px;
}

#content .text-projects a, #content .text-projects-detail a {
	color: #6b6b6b;
	text-decoration: none;
}

#content .text-projects a:hover, #content .text-projects-detail a:hover {
	color: #ff9a20;
	text-decoration: none;
}

#content .back {
	float: right;
	padding: 3px 5px 3px 10px;
	background: #fff;
}

#content .back a {
	color: #b5b5b5;
	text-decoration: none;
}

#content .back a:hover {
	color: #ff9a20;
	text-decoration: none;
}

/*----- MENU -----*/
.menu-spacer {
	width: 100%;
	background: #6b6b6b;
}

.menu-item {
	padding: 2px 14px 2px 14px;
	font-weight: bold;
	color: #ff9a20;
	background: #6b6b6b;
}

.menu-lang {
	padding: 2px 15px 2px 15px;
	color: #ff9a20;
	background: #6b6b6b;
}

.menu-item a, .menu-lang a {
	color: #fff;
	text-decoration: none;
}

.menu-item a:hover, .menu-lang a:hover {
	color: #ff9a20;
	text-decoration: none;
}

.menu-logo {
	padding: 0px 0px 0px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #ff9a20;
}

/*----- FOOTER -----*/
#footer {
	padding: 5px 0px 20px 0px;
	color: #b1b1b1;
}

#footer a {
	color: #ff9a20;
	text-decoration: none;
}

#footer a:hover {
	color: #b1b1b1;
	text-decoration: none;
}

/*----- PUBLIC -----*/
.required {
	color: #c30000;
}

