/*////////////////////////////////////////////////////////
	
	Copyright notice
	Copyright © 2008 Portucel Soporcel, Portugal
	All rights reserved
	
	--------------------------------------
	version:	2008.02.25
	author:		Daniel Gregório
	eMail: 		info@imdesign.pt
	website:	http://www.imdesign.pt
	recommended media devices:Projection, Screen, TV
	
////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////
	START MAIN CONTENT
////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////
	CONTENT
////////////////////////////////////////////////////////*/
#flash {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	background-image: url("../static-media/images/background.jpg");
	background-repeat: repeat-x;
	background-position: top;/* HEIGHT APLLYED BY JAVASCRIPT */
	vertical-align: top;
	}
#flash table {
	margin-top: 5%;
	margin-left: 5%;
}

/*  //////////////////////////////////////////
	START PETER: FORM CONTACT US. LABELS INPUTS AND SELECT
*/
#flash table tr #column_rigth ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#flash table tr #column_rigth ul, li {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
#flash table tr #column_rigth input, textarea  {
	width:346;
	height:16px;
	border:none;
	padding: 0px 3px 3px 3px;
	background-color:#e5e5e5;
	vertical-align: middle;
}
#flash table tr #column_rigth label, select  {
	color:#656565;
}
#flash table tr #column_rigth input, select, textarea  {
	color:#656565;
	font-size: 11px;
}
#flash table tr #column_rigth label input, select, textarea {
	display:block;
	margin-top: 3px;
	margin-bottom: 5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
/* SCROLL BAR COLORS IE ONLY
textarea {
	scrollbar-3dlight-color:#ffd700;
	scrollbar-arrow-color:#ff0;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#ffa500;
	scrollbar-face-color:#008080;
	scrollbar-highlight-color:#ff69b4;
	scrollbar-shadow-color:#f0f
}
*/
/*  //////////////////////////////////////////
	END PETER: FORM CONTACT US. LABELS INPUTS AND SELECT
*/

#title {
	height: 40px;
	font-size: 18px;
	text-indent: 22px;
	background-image: url(../static-media/images/icon-arrow_03.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.subtitle {
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 23px;
}
#column_left {
	width: 30%;
	font-size: 11px;
	padding-left:23px;
	color: #666666;
	text-align: left;
	vertical-align:top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	background-image: url("../static-media/images/resmas.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#column_rigth {
	width: 40%;
	font-size: 11px;
	padding:0px 20px 5px 23px;
	color: #000000;
	vertical-align:top;
}
.legenda {
	font-size: 9px;
	color: #666666;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	}
.resmas {
	height: 170px;
	text-align: center;
	}
#column_2_rigth {
	width: 30%;
	padding:0px 20px 5px 23px;
	font-size: 11px;
	color: #000000;
	vertical-align:top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
select {
	width: 197px;
}
/*////////////////////////////////////////////////////////
	CONTENT TABLE
////////////////////////////////////////////////////////*/
#submenu {
	width: 100%;
	height: 24px;
}
#submenu ul {
	padding: 6px 0 6px 0;
	margin: 0;
}
#submenu ul li {
	margin-left: 24px;
	display: inline;
}
.btn {
	font-size: 11px;
	font-weight: bold;
	background-image: url("../static-media/images/icon-arrow_07.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 5px 3px 12px;
}
.btn:link {
	color: #000000;
	text-decoration: none;
}
.btn:visited {
	color: #000000;
	text-decoration: none;
}
.btn:active {
	color: #000000;
	text-decoration: none;
}
.btn:hover {
	color: #0099FF;
	background-image: url("../static-media/images/icon-arrow_17.gif");
}
.btn_inactive {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	cursor: default;
	background-image: url("../static-media/images/icon-arrow_09.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 5px 3px 12px;
}

/*////////////////////////////////////////////////////////
	END MAIN CONTENT.
////////////////////////////////////////////////////////*/

