html, body 	{
		margin: 0; 
		padding: 0; 
		height: 100%;
		text-align:center;
		background-color: #c0c0c0;
		}
		
div#container	{
		margin: 0px auto;
		text-align: left;
		background-color: #FFF;
		width: 1000px;
		display: block;
		border: 1px solid black;
			}
			
div#container .bricks	{
		background-image: url('../images/bricks.jpg');
		height: 99px;
		}
		
div#container .orange	{
		height: 7px;
		margin: 2px 0;
		background-color: #e35a3f;
		}
		
div#container #main		{
		overflow:auto;
		margin:25px 0;
		}
		
div#container #left_pane	{
		float:left;
		width:299px;
		margin:0 40px;
		*margin:0 30px;
		}
		
#logo	{
		width:299px;
		height:121px;
		cursor:pointer;
		background-image: url('../images/logo.gif');
		}
		
#menu	{
		width:299px;
		height:526px;
		background-image: url('../images/menu.jpg');
		}
		
#meniu	{
		float:right;
		width:129px;
		height:240px;
		margin-top:62px;
		margin-right:43px;
		*margin-right:22px;
		}
		

div#display_area	{
		float:right;
		margin-right:20px;
		width: 574px;
		height: 647px;
		background-image: url('../images/disp_bg.gif');
		background-repeat:no-repeat;
		display:block;
					}

div#display_area2	{
		float:right;
		margin-right:20px;
		width: 574px;
		height: auto;
		background-repeat:no-repeat;
		display:block;
					}

div#sec_top			{
		width: 574px;
		height: 74px;
		display:block;
		background-image: url('../images/sec_top.gif');
					}

div#sec_bg			{
		text-align:center;
		width: 574px;
		height: auto;
		display:block;
		background-image: url('../images/sec_bg.gif');
		background-repeat:repeat-y;
					}

div#content_of_sec_bg	{
		width: 514px;
		margin:0 auto;
		overflow:hidden;
		text-align:justify;
						}

div#sec_bottom		{
		width: 574px;
		height: 74px;
		display:block;
		background-image: url('../images/sec_bottom.gif');
					}

		
div#lang_bar	{
		margin-left:230px;
		color: #888;
		font-family: arial, helvetica, sans;
		font-size: 12px;
		font-weight:900;
		font-style: normal;
		text-decoration:none;
				}
		
div#about_section	{
		background: #fff url('../images/about_bg.gif') no-repeat  top;
		width:485px;
		height:213px;
		margin-top:5px;
		margin-left:45px;
		display:block;
		border-bottom: 3px dotted #ddd;
		*border-bottom: 3px dotted #ccc;
					}
		
		
div.subpage_preview	{
		float:left;
		width: 230px;
		height: 190px;
		border-bottom: 3px dotted #ddd;
		*border-bottom: 3px dotted #ccc;
					}
		
		
div#container .red	{
		height: 18px;
		margin-top: 2px;
		background-color: #a92005;
		}
		
img.poze_left		{
		float:left;
		margin-right:10px;
					}
					
img.poze_right		{
		float:right;
		margin-left:10px;
					}

img.poza	{
	border:1px solid #000;
	margin:0px;
	cursor:pointer;
}

div.poza	{
	border:none;
	width:auto;
	overflow:hidden;
	float:left;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	padding:0px;
	background-color:#FFF;
}

#inner-container	{
	margin:0 30px;
}

h1	{
	font:900 18px "Trebuchet MS";
	color:#bc1313;
	text-align:center
}
h2	{
	font:900 14px "Trebuchet MS";
	color:#bc1313;
	text-align:center;
	margin:2px;
}

.call-now	{
	height:23px;
	width:280px;
	margin:5px auto;
	background:url(../images/call-phone.png) top left no-repeat;
	text-align:right;
	font:900 18px Georgia;
	color:#bc1313
}
