/******************************************************************************
																	NORMALIZING
******************************************************************************/
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/******************************************************************************
																	MAIN STYLES
******************************************************************************/

body {
	background: url(../images/background.gif) left top repeat-x;
	background-color: #a2313b;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #a2323b;
	letter-spacing: -1px;
	margin-left: 3px;
	font-weight: normal;
}

.headerLinks { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

#tdWhiteBackground {
	background-image: url(../images/white_bg.gif);
	background-repeat: repeat-y;
	padding: 6px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #a2323b;
	letter-spacing: -1px;
	margin-left: 3px;
}

.hrPs {
	/*background-color: #dedfe1;*/
	background-color: #ffffff;
	width: 235px;
	height: 1px;
	margin-left: 4px;
	margin-top: 3px;
	margin-bottom: 6px;	
}

.hrCps {
	background-color: #ffffff;
	width: 720px;
	height: 1px;
	margin-left: 4px;
	margin-top: 3px;
	margin-bottom: 6px;	
}

.hrCp {
	background-color: #ffffff;
	width: 470px;
	height: 1px;
	margin-left: 4px;
	margin-top: 3px;
	margin-bottom: 6px;	
}

.hrFt {
	background-color: #dedfe1;
	width: 730px;
	height: 1px;
	margin-left: 4px;
	margin-top: 12px;
	margin-bottom: 3px;	
}

.searchTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.subTitleTr {
	background-color: #fff7f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #650d15;
}

.navBar {
	background-color: #a2313b;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}
	.navBar a:link{color: #fff;	text-decoration: underline;}
	.navBar a:visited{color: #fff;	text-decoration: underline;}
	.navBar a:hover{color: #000;	text-decoration: none;}

.searchComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}

.profess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3333;  
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
	.news a:link{color: #000000;}
	.news a:visited{color: #000000;}
	.news a:hover{color: #464646;}

.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 190px;
	height: 18px;
	background-color: #FFF;
	color: #000;	
	border-style: solid;
	border-color: #e2e3ea;
	border-width: 1px;
	margin-top: 2px;
}

.contactField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	height: 18px;
	background-color: #FFF;
	color: #000;	
	border-style: solid;
	border-color: #e2e3ea;
	border-width: 1px;
	margin-top: 2px;
}

#mainBlock {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#header {
	width: 960px;
	height: 177px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#logo {
	margin: 4px;
}

#whiteBlock {
	position:absolute;
	width: 760px;
	top: 200px;
	left: 200px;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
	margin: 8px;
	text-decoration: none;
	margin-bottom: 12px;
}
	.mainText a {color: #000}
	.mainText a:link {text-decoration: none}
	.mainText a:visited {text-decoration: none}
	.mainText a:hover {text-decoration: underline}
	
.mainTextFrontPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: justify;
	margin: 8px;
	text-decoration: none;
	margin-bottom: 12px;
}
	
	
	
.justText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
	.justText a {color: #000}
	.justText a:link {text-decoration: none}
	.justText a:visited {text-decoration: none}
	.justText a:hover {text-decoration: underline}
	
#footer{
	margin-top: 18px;
	text-align: center;
	font-size: 12px;
}

#creditos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
	text-align: right;
	text-decoration: none;
	margin-bottom: 4px;
}
	#creditos a {color: #ddd}
	#creditos a:link {text-decoration: none}
	#creditos a:visited {text-decoration: none}
	#creditos a:hover {text-decoration: underline}
	
.recentProjectsTitle {
	background-color: #a2313b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.recentProjectsTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 5px;
}

.recentProjectsTable {
	border: #a2313b 1px solid;
}
/******************************************************************************
																	MENU STYLES
******************************************************************************/
	#menu_base {
		position: absolute;
		width: 180px;
		text-align: right;
		top: 195px;
		left: 5px;
		line-height: 30px;
	}
	.menu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		cursor: pointer;
	}
	.menu:hover {
		text-decoration: underline;
	}	
	#actualPage {
		text-decoration: underline;
	}
	.hide{
		display: none;
	}
	.show{
		display: block;
		text-align: right;
		line-height: 16px;
		margin-top: -6px;
		margin-bottom: -20px;
	}
	.submenu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #e6e6e6;
	}
	.submenu:link {
		text-decoration: none;
	}
	.submenu:visited {
		text-decoration: none;
	}
	.submenu:hover {
		text-decoration: underline;
	}
	
.photoBorder{
	border: #000000 1px solid;
	margin: 2px;
}

/******************************************************************************
																	FEATURED STYLES
******************************************************************************/
.featuredBox {
	width: 232px;
	height: 180px;
	background-color: #000000;
	border: #000000 1px solid;
	position: relative;
	top: 0px;
	left: 4px;
	overflow:hidden;
}

.featuredPType{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	width: 229px;
	height: 23px;
	background-color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-left: 4px;
	top: 0px;
	left: 0px;
}

.featuredPStatus{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	left: 155px;
	width: 70px;
	text-align: right;
}

.featuredImg{
	position: absolute;
	top: 5px;
	left: 0px;
	text-align: center;
	overflow: hidden;
	/*width: 232px;
	height: 174px;*/
}

.featuredPInfo{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	background-color: #a2323b;
	top: 142px;
	left: 0px;
	width: 226px;
	height: 34px;
	text-align: left;
	padding-left: 6px;
	padding-top: 4px;
}

.featuredMoreInfo{
	top: 162px;
	left: 160px;
	width: 72px;
	height: 18px;
	position: absolute;
	cursor: pointer;
	background-image: url(../images/moreInfo_off.gif);
}
	.featuredMoreInfo:hover{
		background-image: url(../images/moreInfo_on.gif);
	}	
	
/******************************************************************************
																	SEARCH RESULT STYLES
******************************************************************************/
.searchBox {
	width: 232px;
	height: 180px;
	border: #000000 1px solid;
	position: relative;
	top: 0px;
	left: 4px;
	background-image: url(../images/logobg.gif);
	background-position: 0px 30px;
	background-repeat: no-repeat;
	text-align: center;
}

.searchPType{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	width: 229px;
	height: 23px;
	background-color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-left: 4px;
	top: 0px;
	left: 0px;
}

.searchPStatus{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	left: 130px;
	width: 100px;
	text-align: right;
}

.searchPImg{
	position: absolute;
	top: 5px;
	left: 0px;
	text-align: center;
	overflow: hidden;
}


	
/******************************************************************************
																	SEARCH RESULT STYLES
******************************************************************************/
.propName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a2313b;
}

.propTitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.propPrice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #996633;
	line-height: 22px;
}

.propType{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #111;
	line-height: 22px;
}

.propSubt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111;
}

.propImg{
	padding: 3px;
	margin: 6px;
	border: #000000 1px solid;
}

/******************************************************************************
																	OUR TEAM STYLES
******************************************************************************/
.otOn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #a2313b;
	cursor: pointer;
}

.otOff{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #650d15;
	font-weight: bold;
	background-color: #f9ecee;
	cursor: pointer;
}

.otClicked{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
}
