/*<!-- universal settings -->*/
* { padding: 0;
	margin: 0;
}

/*<!--overall settings-->*/
body {
	background: #efeae2;
	font-family: Arial, Helvetica, verdana, Courier,sans-serif; 
	font-size: 1em;
	line-height: 1.4em;
 	margin: 0;
	text-aligh: justify;
	color: #666;

}

img {
	border: none;	
	margin: 0;
	padding: 0;
}

#container {
	background: url(../image/container.jpg) top left repeat-y;
	margin: 0 auto;
	width: 806px;
	height: 700px;
	color: #3f3d3d;
}

/******* font is hidden or else it will break due to the increase of the font size
				  however, its kept for search engine rendering */
.hide_text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0 0 0 0;
	overflow: hidden;
}

#header {
	height: 215px;
	width: 806px;
	background: url(../image/header.jpg) top left no-repeat;
}


.clear { 
clear: both;
}


/*language bar*/

#languages {
	float: right;
	font-family: Arial, Lucida, Verdana, courier, sans-serif;
	margin: -22px 30px 0 0;
	font-size: 0.7em;
}


#languages ul {
	display: block;
	list-style: none;
	margin: 0;
}

#languages ul li {
	display: inline;
	margin: 0.3em 1em 0.3em 0;
	height: 1.3em;
	}

#languages ul li a {
	color: #EFDDC5;
	padding: 0.3em;
	font-weight: bold;
	text-decoration: none;
}

#languages ul li a:link {
	color: #EFDDC5;
}

#languages ul li a:visited {
	color: #EFDDC5;
}

#languages ul li a:hover {
	color: #7A3838;

}

#languages ul li a:active {
	color: #7A3838;
}


/**************<!--site navagation-->***************/


#menu {
	font-family: Verdana, Arial, Lucida,  Trebuchet MS,Courier, sans-serif;
	width: 806px;
	padding: 0 0 10px 0;
	background: url(../image/navigation.jpg) top no-repeat;
	font-size: 0.8em;
}

#menu ul {
	list-style: none;
	text-align: right;
	margin: 0 30px 30px 0;
	padding: 60px 0 18px 0;
}

#menu ul li {
	display: inline;
	margin: 0.3em 1.6em 0.3em 0;
}

#menu ul li a {
	color: #919191;
	text-decoration: none;
}

#menu ul li a:link {
	color: #868383;
}

#menu ul li a:visited {
	color: #868383;
}

#menu ul li a:hover {
	color: #3C3C3C;
}

#menu ul li a:active {
	color: #B04B44;
}	

#menu .current {
	font-style: italic;
}

/*************** CLIENT CONTACT INFORMATION box - #address_left ***********/ 


#address_left {
	float: left;
	background: url(../image/box.jpg) top left no-repeat;
	font-family: arial, sans-serif; 
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 0 30px;
	_margin: 0 0 0 15px;
	padding: 0;
	width: 200px;
	color: #666;
}

#address_left p {
	margin: 0 0 10px 50px;

}

#address_left img {
	margin: 10px 10px 0 10px;

}

#text_right {
	float:right;
	color: #666;
	margin: 0;
	width: 560px;
	font-family: Courier, Arial, Lucida, Verdana, sans-serif; 
	font-size: 0.7em;
	line-height: 1.4em;
	border-left: 3px dotted #A09D9A;	
}


.clear{
	clear: both;
}

#spacer {
	clear: both;
	height: 1px;
}


#text_right .name {
	margin: 0;
	color: #B67571;
	font: 1.2em Arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	
}




#text_right .name-below {
	margin: 5px 0 0 220px;
	_margin: 5px 0 0 200px;
	color: #B67571;
	font: 1.2em Arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	
}

#text_right .name-rusu {
	margin: 5px 0 0 310px;
	color: #B67571;
	font: 1.2em Arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	
}




#text_right h2 {
	width: 86%;
	margin: 0 0 50px 30px;
	padding: 0 0 6px 0;
	color: #666;
	font: 1.4em Arial, Verdana, sans-serif;
	letter-spacing: 0.1em;
	border-bottom: thin solid #5C5A5A;
	
}

#text_right h3 {
	margin: 0 0 0 30px;
	color: #B67571;
	font: 1.4em Arial, Verdana, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#text_right p {
	margin: 0 45px 7px 30px;
	font: 1.1em  Arial, Lucida, Verdana, sans-serif; 
	line-height: 1.4em;
}

#text_right .red {
	color: #B67571; 
	font-weight: bold;
	
}

#text_right .list {
	color: #B02302; 
	margin: -20px 0 0 180px;
}

#text_right .bold {
	font-weight: bold;
}

#text_right a {
	color: #B67571;
}

#text_right a:link, #text_right a:visited, #text_right a:active  {
	color: #B67571;
}

#text_right a:hover {
	text-decoration: none;
}

#footer {
	background: url(../image/footer.jpg) top left no-repeat;
	margin: auto;
	width: 806px;
	padding: 0 0 30px 0;
}

#footer_text {
	margin: 0 0 0 30px;
}

#footer_text a {
	font: 0.7em Verdana, Arial, Lucida,  Trebuchet MS,Courier, sans-serif;
	color: #3f3d3d;
	text-decoration: underline;
}

#footer_text a:link, #footer_text a:visited ,#footer_text a:active {
	 color: #868383;
}

#footer_text a:hover {
	color: #B67571;
}

