body {
	font-family: Arial;
	background-color:#FFF;
}

.clear {clear:both;}

#wrapper {
	position:relative;
	overflow: hidden;
}

.sprite {
	background-image:url("../images/sprite.png");
}

@font-face {
    font-family: 'carmelitbold';
    src: url('http://mail.allplumbers.co.il/css/fonts/carmelitbold.eot');
    src: url('http://mail.allplumbers.co.il/css/fonts/carmelitbold.eot#iefix') format('embedded-opentype'),
        url('http://mail.allplumbers.co.il/css/fonts/carmelitbold.woff') format('woff'),
        url('http://mail.allplumbers.co.il/css/fonts/carmelitbold.ttf') format('truetype'),
        url('http://mail.allplumbers.co.il/css/fonts/carmelitbold.svg#carmelit_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bn';
    src: url('http://mail.allplumbers.co.il/css/fonts/BN-Capuccino.eot');
    src: url('http://mail.allplumbers.co.il/css/fonts/BN-Capuccino.eot') format('embedded-opentype'),
        url('http://mail.allplumbers.co.il/css/fonts/BN-Capuccino.woff') format('woff'),
        url('http://mail.allplumbers.co.il/css/fonts/BN-Capuccino.ttf') format('truetype'),
        url('http://mail.allplumbers.co.il/css/fonts/BN-Capuccino.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'carmelitregular';
    src: url('http://mail.allplumbers.co.il/css/fonts/carmelitregular.eot');
    src: url('http://mail.allplumbers.co.il/css/fonts/carmelitregular.eot#iefix') format('embedded-opentype'),
        url('http://mail.allplumbers.co.il/css/fonts/carmelitregular.woff') format('woff'),
        url('http://mail.allplumbers.co.il/css/fonts/carmelitregular.ttf') format('truetype'),
        url('http://mail.allplumbers.co.il/css/fonts/carmelitregular.svg#carmelit_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo {
	font-size: 70px;
	font-family: bn;
	color:#000;
	padding-right: 6px;
	font-weight:bold;
	text-decoration:none;
}

.tagline {
	font-size: 30px;
	font-family: bn;
	color:#000;
	margin-top: -14px;
	padding-right: 6px;
	margin-bottom: 4px;
	font-weight:bold;
	text-decoration:none;
}

.number {
	font-size: 25px;
	padding-right: 6px;
	font-family: carmelitbold;
	color:#0d0db9;
	text-decoration:none;
}

.reco {
	position: absolute;
	top: -32px;
	left: -20px;
	display:inline-block;
	background-position: -73px -43px;
	width: 149px;
	height: 210px;
}

.rows {
	width: 370px;
	height: 144px;
	margin-top: 10px;
	background-position: 482px -52px;
	overflow: hidden;
}

.rows ul {
	list-style-type: none;
	margin-top: 10px;
	direction: rtl;
}

.rows ul li{
	font-weight:bold;
	padding: 6px 8px;
	background: #fee31b;
	margin-bottom: 1px;
}

.phone {
	width: 313px;
	height: 446px;
	display:block;
margin-top: -78px;
	float:left;
	background-position: -220px 0;
}

p {
padding: 3px 8px;
}

p b {
	color: #000;
	padding: 8px 0 0 0;
	font-weight: bold;
	display: block;
}