/* notary website css file */
/* -------------------------------------------- */
/* -------------------------------------------- */

/* MAIN ELEMENTS */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: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: 0px; /* 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-color:white;
	padding: 0px;
	border-bottom:7px solid #11528d;
	background-image:url(../images/hdbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:216px;
	width:100%;
}
#inheader1 { /* aici intra header content*/
	width:800px;
	background-color:transparent;
	color:#333333;
	margin-left:10px;
	background-image:url(../images/headerbg.jpg);
	height:216px;
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px;
	text-align:left;
	overflow:hidden;
}
#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-color:white;
}
.iparc #mainContentin {
	width:800px;
	margin-left:15px;
}

.iparc #mainContentin p{
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:left;
}

.iparc #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
width:100%;

}
.iparc #footerin {
 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-x;
	height:56px;
	
	margin-left:0px;
	border-top:7px solid #11528d;
	padding-left:15px;
}
.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  ----------- */

/* link efect */


.mediumttl {
	color:#11528d;
	background-color:transparent;
	font-size:14px;
	font-family:Tahoma;
}

#menu {
	height:35px;
	width:380px;
}
#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: 2px;
	height:32px;
}
.tp {
	font-size:12px;
	font-family:Tahoma;
}
#footer a:link {
	font-size:12px;
	color:white;
	font-weight:bold;
	background-color:transparent;
}
#footer a:visited {
	font-size:12px;
	color:white;
	font-weight:bold;
	background-color:transparent;
}
#footer a:hover {
	font-size:12px;
	color:#346EB8;
	font-weight:bold;
	background-color:transparent;
}
#footer a:active {
	font-size:12px;
	color:white;
	font-weight:bold;
	background-color:transparent;
}
.box {
	color:#333333;
	background-color:transparent;
	/* border:3px solid #d9dbdc; */
font-size:10px;
	padding:3px;
	margin-top:5px;
}
.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:#11528d;
	background-color:transparent;
	font-size:20px;
	font-family:Tahoma;
}
.subttl {
	color:#d91a0b;
	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:14px;
	font-weight:bold;
}
.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 outset #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: lightyellow;
	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: -50;
	left: -160px; /*position where enlarged image should offset horizontally */
}

#preview 
	{
		background:#feffff none repeat scroll 0%;
		border:2px solid #d97500;
		display:none;
		float:left;
		padding:20px 20px 0;
		position:absolute;
		width:auto;
	}
#preview p 
	{
		line-height:1.4em;		
		margin:0;
		padding:0;
		margin-top:1.4em;
		font-size:11px;
		font-family:"Trebuchet MS", Tahoma, sans-serif;
		line-height:15px;
		color:#a52;
	}
	
	/*Message*/
.Error
{
	color:Red;
}
.Success
{
	color:#11528d;
}

.style1 {color: #FFFFFF}
.style2 {color: #000000}

.sendButton
{
	background-color: #2476C1;
	border:1px solid #0066FF;
	color:White;
}
