@charset "utf-8";
/* CSS Document */
body{
background-color:#bbddff;
background-image:url(../images/layout/up.jpg);
background-repeat:no-repeat;
background-position:top;
color:#FFFFFF;
font-size:13px;
font-family:"Trebuchet MS";
margin: 0; 
padding: 0;
text-align: center;
}
#container
{
width:950px;
text-align:left;
}
h2 {
	font-family:"Trebuchet MS";
	font-size: 1.5em;
	color:#333333;
	margin: 1em;
	
}
h3
{
font-family:"Trebuchet MS";
	font-size: 1.2em;
	color:#3071ab;
	margin: 1em;
	
	}
h1{
font-family:"Trebuchet MS";
font-size:1.7em;
color:#3071ab;
}

#header
{
	width:950px;
	height:60px;
	margin-top:10px;
	/*margin-left:250px;*/
	
}
#welcome_user
{
float:left;
height:30px;
color:#3071ab;
font-size:12px;
font-family:"Trebuchet MS";
padding-top:20px;
}
#menu {
	float:right;
	text-align:center;
	padding-top:15px;
	padding-right: 10px;
}


.menu1{
	background-image:url(../images/layout/but_blue.png);
	background-repeat:no-repeat;	
	width:107px;
	height:36px;
	text-align:center;
	}
.menu2{
	background-image:url(../images/layout/but_orange.png);
	background-repeat:no-repeat;	
	width:107px;
	height:36px;
	text-align:center;
	}
a.menu_up{	
	color: #FFFFFF;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
	
}

#header_down
{
	/*margin-left: 250px;*/
	width: 950px;
}
#content
{
	/*margin-left:250px;*/
	width:950px;
}
#left
{
float: left;
width:230px;
}
#meniu_stanga_prin {	
	width:230px;
	min-height:470px;
	background-image: url(../images/layout/menu_left.png);
	background-repeat: no-repeat;
}
td.meniu_stanga_sec {	
	width:230px;
	height:50px;
	background-image: url(../images/layout/sec_meniu.png);
	background-repeat: no-repeat;


}
td.meniu_stanga_sec_login {	
	width:230px;
	height:50px;
	background-image: url(../images/layout/sec_meniu_login2.png);
	background-repeat: no-repeat;
}
td.meniu_stanga_sec_formular {	
	width:230px;
	height:50px;
	background-image: url(../images/layout/sec_meniu_login.png);
	background-repeat: no-repeat;
}
td.meniu_stanga_sec_preturi {	
	width:230px;
	height:50px;
	background-image: url(../images/layout/sec_meniu_preturi.png);
	background-repeat: no-repeat;
}

#center_page {	
	margin-left: 235px;
	height:inherit;
	width:710px;
	
}

#footer
{
	/*margin-left:250px;*/
	background-image:url(../images/layout/footer.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:950px;
	text-align: center;
	padding-top: 10px;
}

/*home page */
#right {
	border: 1px solid #993333;
	width: 295px;
	height: inherit;
	float:right;
}
#offer
{
	background-image:url(../images/layout/offer.png);
	background-repeat:no-repeat;
	height:150px;
	width:415px;
}
#welcome
{
background-image:url(../images/layout/main_center.png);
background-repeat:no-repeat;
height:450px;
width:280px;
}
hr
{
color:#FFFFFF;
height:1px;
}
#news
{
color:#000000;
font-family:"Trebuchet MS";
font-size:12px;
background-image:url(../images/layout/news.png);
background-repeat:no-repeat;
}

ul.left_meniu 
{
	list-style-image:url(../images/layout/check_sign.png);
	list-style-type:square;
	padding-top: 5px;
}
li.left_meniu
{
padding-bottom:5px;
}
#main
{
min-height:600px;
margin-left:245px;
}

/*design page*/
#menu_design
{
background-image:url(../images/layout/meniu_design.png);
background-repeat:no-repeat;
width:710px;
height:50px;
text-align:center;
}
