@font-face
{
font-family: Carmela;
src: url('../font/carmelaRegular.ttf');
}
::selection
{
/*background-color:#bf5a52;*/
background-color: #7ebab7;
color:#FFF
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	direction: rtl;
	background-color: #f2ecd8;
	font-size: 14px;
	color: #68859a;
	text-align: justify;
}

h1, h2, h3 {
	font-family: Carmela, Georgia, Serif;
	color: #962c4e;
	text-decoration: underline;
	font-size: 18px;
	line-height: normal;
	margin-top: 0px;
	font-weight: normal;
}
h1 {
	font-size: 22px;
}
h2 a {
	text-decoration: underline;
	color: #962c4e;
}
em {
	font-size: 14px;
	font-style: normal;
}



ul {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

li {
	padding-bottom: 5px;
}

a {
	color: #bf5a52;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 a {
	color: #FFF;
}
.main-text ul {
	padding-right: 15px;
}



#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #fffef6;
	margin-bottom: 80px;
	border-bottom-left-radius: 30px;
}
#header {
	height: 350px;
	position: relative;
	margin-bottom: 20px;
}
#logo a{
	height: 349px;
	width: 220px;
	background-image: url(../images/logo7.png);
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}
#menu {
	float: left;
	width: 710px;
	height: 75px;
}

#banner {
	float: left;
	border-bottom-left-radius: 20px;
	height: 275px;
	width: 700px;
	overflow: hidden;
}

#banner-text {
	background-color: rgba(255, 255, 255, 0.8);
	height: 20px;
	position: absolute;
	width: 700px;
	bottom: 0px;
	z-index: 20;
	left: 0px;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #757575;
}
#sidebar-right {
	float: right;
	width: 220px;
}

#sidebar-left {
	float: left;
	width: 700px;
	font-size: 15px;
}
#box-area {
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b9d9d4;
	padding-top: 30px;
	font-size: 14px;
}
#footer {
	margin-bottom: 25px;
	text-align: left;
	font-size: 16px;
	padding-left: 20px;
}


.clearBoth {
	clear: both;
}

.box {
	position: relative;
}

.box-small {
	float: right;
	width: 330px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}
.box-large {
	float: right;
	width: 680px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

.box h3 {
	position: absolute;
	background-color: #FFF;
	height: 35px;
	min-width: 160px;
	text-decoration: none;
	line-height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	right: -11px;
	top: 170px;
	color: #FFF;
	box-shadow:0px 5px 30px #1f2427;	
}
.box.red h3 {
	background-color: #bf5a52;
}
.box.blue h3 {
	background-color: #7ebab7;
}
.box.orange h3 {
	background-color: #cc9827;
}
.box.orange2 h3 {
	background-color: #F6A031;
}

.red .fold {
	height: 12px;
	width: 11px;
	position: absolute;
	right: -11px;
	top: 158px;
	background-image: url(../images/sprites.gif);
}



.box.red .plus{
	background-image: url(../images/sprites.gif);
	height: 38px;
	width: 38px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-position: 0px -62px;
}
.box.blue .plus {
	background-image: url(../images/sprites.gif);
	height: 38px;
	width: 38px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-position: -50px -62px;
}

.blue .fold {
	height: 12px;
	width: 11px;
	position: absolute;
	right: -11px;
	top: 158px;
	background-image: url(../images/sprites.gif);
	background-position: -50px 0px;
}

.box.orange .plus {
	background-image: url(../images/sprites.gif);
	height: 38px;
	width: 38px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-position: -100px -62px;
}

.orange .fold {
	height: 12px;
	width: 11px;
	position: absolute;
	right: -11px;
	top: 158px;
	background-image: url(../images/sprites.gif);
	background-position: -100px 0px;
}

.orange2 .fold {
	height: 12px;
	width: 11px;
	position: absolute;
	right: -11px;
	top: 158px;
	background-image: url(../images/sprites.gif);
	background-position: -100px 0px;
}

.box-text {
	border-right:#c1dacf solid 1px;
	border-bottom:#c1dacf solid 1px;
	border-left:#c1dacf solid 1px;
	background-color: #f4edd4;
	padding: 25px 25px 30px 15px;
}
.border-all {
	border:#c1dacf solid 1px;
}
.main-text {
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7ebab7;
	margin-bottom: 30px;
}
.footer-seperator {
	background-color: #ccb2a7;
	height: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 15px;
	direction: ltr;
}
#sidebar-right img {
	margin-bottom: 10px;
}
#sidebar-left .footer-seperator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4b5bf;
}
.quate {
	text-align: left;
	padding-left: 20px;
	display: block;
	font-size: 13px;
	margin: 5px;
}
.contact-text strong {
	line-height: 25px;
}
.contact-text p {
}
.image-info {
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}
#contact-sidebar h3 {
    text-align: center;
	height: 30px;
    line-height: 30px;
	font-size: 17px;
}
