/*...............................................

DetailsMind | Projecto, Gestão e Construção, Lda.

|||||||||||||||||||||||||||||||||||||||||||||||||

Screen CSS........................|||||||||||||||

||||||||||...................www.ricardobaeta.com

*/

/********||||||  Generic Identifiers ******/

* {
	margin: 0;
	padding: 0;
	}
* html {
	font-size: normal;
	}
a {
	outline: none;
	text-decoration: none;
	}
ul {
	list-style: none;
	}
img {
	border: none;
	}
.clear_both {
	clear: both;
	}
.margin_bottom {
	margin-bottom: 20px;
	}
.margin_top {
	margin-top: 20px;
	}
.display_none {
	display: none;
	}
	
/********||||||  Design Identifiers ******/

body {
	background: #000;
	font-size: 62.5%;
	font: .70em/1.60em "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width: 730px;
	margin: 0 auto;
	color: #605d5c;
	}
#header {
	width: 100%;
	height: 145px;
	float: left;
	clear: both;
	}
#navigation {
	float: left;
	clear: both;
	margin-top: 30px;
	position: relative;
	}
#content {
	margin-top: 30px;
	width: 550px;
	float: left;
	clear: both;
	}
#footer {
	float: left;
	clear: both;
	margin: 40px 0;
	width: 550px;
	}			

/********||||||  Essencial Identifiers ******/
	
#accessible_navigation	{
	position: absolute;
	top: -10000px;
	}
#header img {
	float: left;
	margin-top: 35px;
	}
.construction_main {
	background: url(../_img_/_construction_background_.gif) no-repeat center bottom;
	padding: 15px 0;
	margin-bottom: 10px;
	border: 1px solid #383431;
	border-top: none;
	}	
#content_frame img {
	border: 1px solid #383431;		
	}
.left_image {
	float: left;
	margin-left: 15px;
	}
.right_image {
	float: right;	
	margin-right: 15px;
	}
#contact_info {
	float: right;
	text-align: right;
	}
	
/********||||||  List Identifiers ******/

#navigation li {
	background: url(../_img_/_navigation_background_.gif) no-repeat center top;
	width: 176px;
	height: 110px;
	border: 1px solid #383431;
	margin-right: 8px;
	display: inline;
	float: left;
	}
#navigation li.active_link {
	background: url(../_img_/_active_navigation_background_.gif) no-repeat center top;
	height: 200px;
	display: inline;
	float: left;
	}
#contact_info ul {
	margin-bottom: 20px;
	}

/********||||||  Anchor Identifiers ******/

h1#logo_link a,
h1#logo_link span {
	background: url(../_img_/_logo_details_mind_.gif) no-repeat left top;
	width: 152px;
	height: 56px;
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	}
#navigation a,
#navigation span {
	color: #fff;
	font-size: 23px;
	line-height: 180px;
	padding: 2px 0 10px 14px;
	}
.active_link { 
	line-height: 366px;	
	}	
#navigation a:hover {
	color: #eb8a1b;	
	}
.left_contextual_link {
	background: url(../_img_/_portfolio_download_.gif) no-repeat left top;
	width: 145px;
	height: 40px;
	display: block;
	position: absolute;
	top: 160px;
	left: 10px;
	text-decoration: none;
	text-indent: -10000px;
	}
.right_contextual_link {
	background: url(../_img_/_budget_download_.gif) no-repeat left top;
	width: 152px;
	height: 22px;
	display: block;
	position: absolute;
	top: 180px;
	right: 12px;
	text-decoration: none;
	text-indent: -10000px;
	}
.empresa_comment {
	background: url(../_img_/_empresa_comment_.gif) no-repeat left top;
	width: 343px;
	height: 63px;
	display: block;
	position: absolute;
	top: 138px;
	right: 16px;
	text-decoration: none;
	text-indent: -10000px;	
	}
.contactos_comment {
	background: url(../_img_/_contactos_comment_.gif) no-repeat left top;
	width: 303px;
	height: 60px;
	display: block;
	position: absolute;
	top: 148px;
	left: 16px;
	text-decoration: none;
	text-indent: -10000px;	
	}
h3 a {	
	color: #aaa9a9;
	}
.photo_gallery_link {
	background: url(../_img_/_photo_gallery_icon_.gif) no-repeat center top;
	float: right;
	display: block;
	width: 90px;
	padding-top: 56px;
	margin: 4px 15px;
	font-style: italic;
	font-family: Georgia , Arial, sans-serif;
	}
h3 a:hover,	
.photo_gallery_link a {
	color: #eb8a1b;	
	}		
.photo_gallery_link a:hover {
	text-decoration: underline;
	}
	
/********||||||  Typography Identifiers ******/

h1 {
	float: right;
	margin-top: 99px;
	}
h3 {
	padding: 4px 15px;	
	font-weight: normal;
	border-bottom: 1px solid #383431;
	}
p {	
	padding-left: 15px;
	}
p span {
	font-style: italic;
	font-family: Georgia , Arial, sans-serif;
	color: #969594;
	padding-right: 6px;
	}
.construction_main p + p + p {
	margin-top: 6px;
	}
#content_frame p {
	text-align: center;
	font-style: italic;
	font-family: Georgia , Arial, sans-serif;
	font-size: 21px;
	color: #2c2826;
	width: 160px;
	float: left;
	letter-spacing: -1px;
	line-height: 22px;
	margin: 10px 0 0 18px;
	}
#footer span,
#footer a {
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #2c2826;
	text-decoration: none;
	}
#footer a:hover {
	color: #605d5c;
	}	
#contact_info a {
	color: #969594;	
	text-decoration: none;
	}
#contact_info a:hover {
	color: #fff;	
	text-decoration: underline;
	}

/********||||||  Form Identifiers ******/

form {
	width: 320px;
	float: left;
	}
input {
	border: none;
	background: #000;
	color: #8f8f7d;	
	padding: 6px 4px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width: 252px;
	}
textarea {
	border: none;
	background: transparent;
	color: #8f8f7d;	
	padding: 6px 4px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 100%;
	height: 60px;
	width: 287px;
	}
#comentario {
	background: url(../_img_/_form_background_.gif) no-repeat center top;
	height: 70px;
	border: none;
	}	
fieldset {
	border: 1px solid #383431;	
	border-bottom: none;
	}
legend,
#comment_label {
	display: none;
	}
form p {
	border-bottom: 1px solid #383431;		
	}
form label {
	font-style: italic;
	font-family: Georgia , Arial, sans-serif;
	color: #969594;
	padding-right: 6px;
	}
#submitbutton {
	/* Guess Why | cursor: hand; */
	cursor: pointer;
	cursor: hand;/* end_Guess Why | cursor: hand; */
	font-style: italic;
	font-family: Georgia , Arial, sans-serif;
	color: #eb8a1b;	
	width: 50px;
	margin-bottom: 6px;
	}	

/********||||||  Table Identifiers ******/
