body {
    background-color: white;
    width: 1022px;
    margin: 0 auto;

    font-family: Arial, sans-serif;
    font-size: 13px;
    color: black;

}

img {
    margin: 0;
    padding: 0;
    border: none;
}

#header {
    background-image: url(pics/header-bg.png);
    background-repeat: no-repeat;
    height: 99px;
}

#top-gallery {
    height: 180px;
    width: 1022px;
}

#menu {
    /*background-color: #e6e6e6;*/
    height: 55px;
    background-image: url(pics/menu-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    
}

#menu ul{
    list-style: none;
    float: left;
    display: block;
    padding-left: 150px;
    margin-left: 0;
    
}

#menu li {
    width: 134px;
    height: 30px;
    display: inline-block;
    list-style: none;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

#menu a{
    background-image: url(pics/hm-button.png);
    background-repeat: no-repeat;
    width: 134px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
    color: white
}

#menu ul li a:hover {
    color: black;
}


#breadcrumbs {
    width: auto;
    height: 20px;
    border-bottom: 2px #e6e6e6;
    border-bottom-style: solid;
    padding-left: 20px;
}
#breadcrumbs a{
    color: black;
    text-decoration: none;
    font-size: 11px;
}
#breadcrumbs a:hover{
    text-decoration: underline;
}

#page-wrapper {
    /*background-image: url(pics/wrapper-bg.png);
    background-repeat: no-repeat;
    width: 1022px;
    height: 1000px;*/
    /*height: auto;*/
    margin-top: 5px;
}

.desprenoi {
	line-height:25px;
	font-size:14px;
}


#page-left {
    width: 182px;
    float: left;
    height: auto;
}

#page-center {
    float: left;
    width: 840px;
    height: auto;
}

#page-center2 {
	float: left;
	width: 840px;
	height: auto;
	background-image: url(images/flash-reducere.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.link_men {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}

.link_men:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.link_men_on {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #bf7300;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}

#page-center ul {
    list-style: none;
}
#page-center ul li {
    line-height: 20px;
}

#page-center a {
    text-decoration: none;
    color: black;
}
#page-center a:hover {
    font-weight: bold;
}

#page-center2 a {
    text-decoration: none;
    color: black;
}
#page-center2 a:hover {
    font-weight: bold;
}

#page-right {
    width: 200px;
    float: right;
}


/*
Meniu vertical
*/

#vmenu {
    width: 180px;
    height: auto;
}

#vmenu h3{
    background-image: url(pics/menu-header.png);
    background-repeat: no-repeat;
    height: 40px;
    margin: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 35px;
    font-size: 16px;
}

#vmenu ul {
    list-style: none;
    line-height: 40px;
    background-color: #ff9900;
    padding: 0;
    margin: 0;
    
}

#vmenu li {
    list-style: none;
    border-bottom: 2px white dashed;
    margin-left: 7px;
    margin-right: 7px;
}

#vmenu ul a {
    text-decoration: none;
    margin-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
}

#vmenu ul a:hover {
    font-style: italic;
}



#footer {

}

#disclaimer {
    width: 800px;
    height: 30px;
    margin: 0 auto;
}

#disclaimer p {
    text-align: center;
}

.copyright {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.webdesign {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: auto;
    text-align: right;
    font-weight: bold;
}

.webdesign a {
    text-decoration: none;
    color: black;
}

.webdesign a:hover {
    font-style: italic;
}

