/* ------------------------------------------------------ */
/* Global / Reset Elements */
/* ------------------------------------------------------ */
	body { margin: 0; padding: 17px 0 0 0; font-family: Tahoma, Helvetica, sans-serif; font-size: 11px; color: #32353D; background-color: #fff; }
	a {	color: #3280CD; outline: none; text-decoration: none; }
	a:hover { text-decoration: underline; }
	p,h1, h2, h3, h4, h5, h6, ul, ol, li, hr, form, button, fieldset, legend, table, theah, tbody, blockquote { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6 { font-size: 1px; }
	textarea, input, button, select { font-family: Arial; font-size: 11px; }
	button { display: block; border: 0; cursor: pointer; }
	label { vertical-align: 3px; }
	ul { list-style-type: none; }
	img { border: 0; }
	ul li { display: inline; }
/* ------------------------------------------------------ */



/* ------------------------------------------------------ */
/* Main Classes */
/* ------------------------------------------------------ */
	.clear { clear: both; }
	.left { float: left; }
	.right { float: right; }
/* ------------------------------------------------------ */



/* ------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------ */
	#container {
		width: 960px;
		margin: 0 auto;
	}
	
		#header {
			width: 960px;
			height: 43px;
			position: relative;
			border-bottom: 5px solid #FF6600;
		}

			a#logo {
				width: 129px;
				height: 34px;
				display: block;
				background: url(http://www.ing.ro/ing/dms/ingro/images/comun/ing_logo/ing_logo.png) no-repeat;
				text-indent: -9999em;
				float: left;
			}

			#search {
				position: absolute;
				bottom: -39px;
				right: 0;
				width: 240px;
			}

				#search input {
					width: 172px;
					padding: 2px 5px;
					border: 1px solid #E4E4E4;
					border-right: 0;
					float: left;
				}

				#search button {
					width: 57px;
					height: 20px;
					float: left;
					background: url(http://www.ing.ro/ing/dms/ingro/images/comun/submit-search/submit-search.png) no-repeat;
					text-indent: -1000em;
				}

			#header ul {
				padding-top: 16px;
				float: right;
				color: #FF6600;
			}

				#header ul li {
					display: inline;
				}
				#header ul li.last a {
					padding-right: 0;
				}

					#header ul li a {
						font-family: Arial;
						color: #999;
						padding: 0 10px;
					}
					#header ul li a:hover {
						color: #FF6600;
					}
		


		#navigation {
			margin-top: 19px;
			height: 28px;
			margin-bottom: 1px;
			float: left;
		}

			#navigation li, #subnav li {
				display: inline;
			}
			#navigation li.last a {
				margin-right: 0;
			}

				#navigation li a, #subnav li a {
					font-family: Arial;
					font-size: 12px;
					font-weight: bold;

					color: #fff;
					background-color: #8F94A3;

					padding: 7px 34px 6px 34px;
					margin-right: 1px;
					float: left;
				}
				#navigation li a:hover, #navigation li a.selected {
					background-color: #FF6600;
					text-decoration: none;
				}

		#subnav {
			float: left;
			width: 960px;
			position: relative;
			z-index: 10;
			background-color: #FF6600;
		}

			#subnav ul li {
				float: left;
				position: relative;
			}

			#subnav li.first a {
				border-left-color: #FF6600;
				text-decoration: none;
			}

			#subnav li.last {
				border-right: 1px solid #FF8B3E;
			}

				#subnav li a {
					padding: 6px 47px 7px 47px;
					margin: 0;
					border-right: 1px solid #E65B00;
					border-left: 1px solid #FF8B3E;
					background: #FF6600 url(http://www.ing.ro/ing/dms/ingro/images/comun/arrow0/arrow.gif) right center no-repeat;
				}
				#subnav li a.hit, #subnav li a:hover {
					border-left: 1px solid #B4C3E2;
					border-right: 1px solid #B4C3E2;
					background-color: #B4C3E2;
					text-decoration: none;
				}

				#subnav li#right {
					float: right;
					width: 240px;
				}

					#subnav li#right a {
						width: 240px;
						text-align: center;
						padding: 7px 0;
						border: 0;
						float: right;
					}

			#subnav li ul {
				position: absolute;
				top: 28px;
				left: 0;
				z-index: 100;
				border-top: 1px solid #8AA2D2;
			}

				#subnav li ul li a {
					width: 150px;
					padding: 5px 0 5px 25px;
					margin-right: 0;

					display: block;
					float: none;

					border: 0;
					border-bottom: 1px solid #8AA2D2;
					border-top: 1px solid #C0CDE7;

					font-size: 11px;
					font-weight: normal;

					color: #fff;
					background: #B4C3E2 url(http://www.ing.ro/ing/dms/ingro/images/comun/arrow-white/arrow-white.gif) 10px 10px no-repeat;
				}
				#subnav li ul li a:hover {
					border-left: 0;
					border-right: 0;
					background-color: #98ADD8;
					text-decoration: none;
				}
#breadcrumbs{
	width:960px;
	margin-top:11px;
	padding-bottom:8px;
	border-bottom:1px solid #e4e4e4;
}
#breadcrumbs li{
	display: inline;
	list-style-type: none;
	margin-right:8px;
	padding-right:16px;
	background-image:url(../images/breadcrumb_arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#breadcrumbs li a{color:#999999;}
.left_side{
	width:766px; overflow:hidden;
	float:left;
}
.right_side{
	float:right;
	width:192px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------ */
