/* iPARC website css file */
/* -------------------------------------------- */
/* -------------------------------------------- */

/* MAIN ELEMENTS */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.iparc #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.iparc #header {
	background: white;
	padding: 0px;
	border-bottom:4px solid #a6977a;
	background-image:url(../images/hdbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:292px;
	width:100%;
}
#inheader1 { /* aici intra header content*/
	width:800px;
	background-color:transparent;
	color:#333333;
	margin:0 auto;
	background-image:url(../images/headerbg.jpg);
	height:292px;
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0px;
}
#logo {
	margin-top:0px;
	background-image:url(../images/iparc-logo.jpg);
	height:82px;
	width:230px;
}
.iparc #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
}
.iparc #mainContentin {
	width:800px;
	margin:0 auto;
}
.iparc #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	
}
.iparc #footer p {
	font-size:10px;
	color:#000000;
	font-weight:bold;
	background-color:transparent;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* --------- menu  ----------- */
#menu {
	height:24px;
}
#menu img {
	border:none;
}
.nobrd {
	text-decoration:none;
}
img a:link, img a:visited, img a:hover, img a:active {
	border:none;
	text-decoration:none;
}
li.inline {
	display: inline;
	padding-right: 7px;
	height:24px;
}
.tp {
	font-size:12px;
	font-family:Tahoma;
}
#footer a:link {
	font-size:12px;
	color:#1d7719;
	font-weight:bold;
	background-color:transparent;
}
#footer a:visited {
	font-size:12px;
	color:#1d7719;
	font-weight:bold;
	background-color:transparent;
}
#footer a:hover {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	background-color:transparent;
}
#footer a:active {
	font-size:12px;
	color:#1d7719;
	font-weight:bold;
	background-color:transparent;
}
.box {
	color:#333333;
	background-color:transparent;
	/* border:3px solid #d9dbdc; */
font-size:10px;
	padding:3px;
	margin-top:20px;
}
.box a:link {
	color:#333333;
	background-color:transparent;
}
.box a:visited {
	color:#333333;
	background-color:transparent;
}
.box a:hover {
	color:#346EB8;
	background-color:transparent;
}
.box a:active {
	color:#333333;
	background-color:transparent;
}
.contactbox {
	color:#333333;
	background-color:transparent;
	border-bottom:1px dotted #666666;
	font-size:10px;
	padding:3px;
	margin-top:20px;
	width:320px;
}
.bigttl {
	color:#439240;
	background-color:transparent;
	font-size:20px;
	font-family:Tahoma;
	margin-bottom:0px;
}
.bigttl h2{
margin-bottom:2px;
font-size:18px;
font-family:Tahoma;
}
.subttl {
	color:#439240;
	background-color:transparent;
	font-size:18px;
}
.red {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
.greencontact {
	font-size:18px;
	font-family:Tahoma;
	color:#4ca81f;
	background-color:transparent;
}
/* formular de contact special*/

 label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:13px;
	font-weight:bold;
	color:#544b39;
}
.submit input {
	margin-left: 4.5em;
}
input, textarea {
	color: #333333;
	background: #ffffff;
	border: 1px solid #76B0D9;
}
.submit input {
	color: #ffffff;
	background-color: #32A0D3;
	border: 2px solid #76B0D9;
}
fieldset {
	border: 1px solid #76B0D9;
	width:360px;
}
legend {
	color: #fff;
	background-color: #32A0D3;
	padding: 2px 6px;
}

/* CSS Library */

.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color:#FFFFCC;
	padding: 5px;
	left: -1000px;
	border: 2px solid #4C8C74;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -50px;
	left: -160px; /*position where enlarged image should offset horizontally */
}


