@font-face {
    font-family: 'merriweatheritalic';
    src: url('fonts/merriweather-italic-webfont.eot');
    src: url('fonts/merriweather-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-italic-webfont.woff') format('woff'),
         url('fonts/merriweather-italic-webfont.ttf') format('truetype'),
         url('fonts/merriweather-italic-webfont.svg#merriweatheritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'merriweatherregular';
    src: url('fonts/merriweather-regular-webfont.eot');
    src: url('fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-regular-webfont.woff') format('woff'),
         url('fonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('fonts/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: Arial;
	margin:0;
	font-family: 'merriweatherregular';
}

.page{
	width:1280px;
 position: relative;
     margin: 0 auto;
}

.top{
	background-image:url('images/top.png');
	height:24px;
	width:100%;
	float:right;
	position:absolute;
}

.footer{
	background-color:#4f4f4f;
    display: block;
    float: left;
    height: 80px;
    width: 100%;
}

.top2{
	width:1087px;
	height:63px;
	float:right;
	padding-top:10px;
}

.social{
	float:right;
	padding-right:20px;
}

.menu li{
	display: inherit;
	float: left;
	color:#126773;
	font-size: 16px;
}

.menu li a{
	color:#126773;
	text-decoration: none;
	font-size: 16px;
}
.menu li.active{
	background-color:#f40000;
}
.menu {
    float: left;
    padding-left: 20px;
}

.separator{
	padding:10px;
}

.logo {
    left:50px;
    margin-top: 97px;
    position:absolute;
    z-index:9999;
}

.banner{
	float:right;
}


.logo_small{
    margin-left: 170px;
    margin-top: 20px;
    float:left;
}

.menu_footer{
	float:left;
	margin-left: -30px;
    margin-top: 30px;
}

.menu_footer li{
	display: inherit;
	float: left;
	color:#f8f6ef;
	font-size: 11px;
}

.menu_footer li a{
	color:#f8f6ef;
	text-decoration: none;
	font-size: 12px;
}

.brand_item{
    float: left;
    height: 80px;
    margin-bottom: 40px;
    margin-left: 60px;
    text-align: center;
    width: 200px;
    font-family:'merriweatheritalic';
    font-size: 20px;
    color:#4f4f4f;
}


.branduri {
    float: right;
    margin-bottom: 10px;
    margin-top: 50px;
    width:100%;
}

.wrapper {
    float: right;
    width: 1087px;
}

.heading{
	background-image:url("images/menu_distributie.png");
	width: 239px;
	height:43px;
	float:left;
	color:#FFF;
	text-align: center;
	font-family: 'merriweatherregular';
	font-size: 16px;
}

.content_left {
    float: left;
}
.content_left_cocktail {
    float: left;
    background-image:url("images/cocktailuri2.png");
    width: 662px;
    background-repeat:no-repeat;
    margin-bottom: 30px;
}
.content_right {
    display: block;
    text-align: center;
}

.map{
	margin:0 auto;
	margin-bottom:50px;
}

.overlay{
	background-image: url("images/index_overlay.png");
    display: block;
    position: absolute;
    right: 0;
    height:1025px;
    width:100%;
    z-index: 99999;
}

.banner span{
	font-family:'merriweatheritalic';
	color:#4f4f4f;
	font:12px;
}

.index_box{
	height:130px;
	width: 286px;
	background-image: url("images/index_box.png");
	z-index: 9999999999;
	margin: 0 auto;
	margin-top:345px;
	color:#126773;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
}

h3{
	font-family: 'merriweatherregular';
	font-size: 24px;
	color:#4f4f4f;
	font-weight: normal;
}

.content{
	font-family: 'merriweatherregular';
	font-size: 14px;
	color:#4f4f4f;
}


.brand_item > img {
    max-width: 200px;
}

.items {
    clear: both;
    float: left;
    list-style: none outside none;
    padding-left:20px;
}

.items li{
	font-family: 'merriweatherregular';
    color:#000;
    font-size: 16px;

}

.items li a{
	text-decoration: none;
	color:#000;
	cursor:pointer;
}
.items li a:hover{
	text-decoration: underline;
	color:#000;
}

.right_text{
	font-family: 'merriweatherregular';
	font-size: 13px;
	width: 360px;
	float:right;
	margin-right:30px;
}

.description{
    float: right;
    padding-right: 30px;
    width: 360px;
    color:#000;
    font-size:13px;
}


.content_right > img {
    margin-top: 70px;
}

.form {
    background-image: url("images/contact_02.png");
    background-position: right center;
    background-repeat: no-repeat;
    height:610px;
    float:left;
    width: 100%;
}

.form input{
	height:31px;
	width: 278px;
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	border:1px solid #b2c4d4;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(103, 136, 161, 0.28);
	-moz-box-shadow:    -1px 2px 5px 0px rgba(103, 136, 161, 0.28);
	box-shadow:         -1px 2px 5px 0px rgba(103, 136, 161, 0.28);
}

.form textarea{
	height:191px;
	width: 278px;
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	border:1px solid #b2c4d4;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(103, 136, 161, 0.28);
	-moz-box-shadow:    -1px 2px 5px 0px rgba(103, 136, 161, 0.28);
	box-shadow:         -1px 2px 5px 0px rgba(103, 136, 161, 0.28);
}

.form label{
	color:#425666;
	font-size:13px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

.send{
	width:234px;
	height:55px;
}

.footer_up{
    background-image: url("images/contact_03.png");
    height: 378px;
    margin-top: 246px;
    width: 696px;
}

.full_width{
	float:left;
	margin-bottom:50px;
}

.image {
    clear: left;
    float: left;
}

.pin{
	background-image: url("images/pin.png");
	height: 40px;
    width: 30px;
    position: absolute;
}

.header {
    margin-top: 24px;
}


.footer_center {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0 !important;
    width: 900px;
}