@import url("topMenu.css");
@import url("rightMenu.css");
@import url("gallery.css");
* {
	font-family: arial;
}
body {
	margin: 0;
	padding: 0;
}
a {
	border: 0;
}
a img {
	border: 0;
}
#page-cont {
	margin: 0 auto;
	width: 1000px;
	direction: rtl;
}
#header {
	background: url(../images/header-bg.jpg) no-repeat top left;
	height: 164px;
	position: relative;
}
#logo {
	margin: 0;
	position: absolute;
	right: 61px;
	top: 6px;
}
#slogan {
	margin: 0;
	position: absolute;
	left: 35px;
	top: 36px;
}
#main-cont {
	background: rgb(253, 251, 239) url(../images/content-bg.jpg) no-repeat top left;
	width: 979px;
	margin: 0 auto;
	position: relative;
}
#content-cont {
	top: 0;
	width: 500px;
	float: right;
	margin-right: 25px;
}
#sales {
	position: absolute;
	left: 55px;
	top: 0;
	width: 180px;
	text-align: center;
	font-size: 13px;
	color: rgb(133, 155, 202);
    top: -20px;
}
#sales h2 {
	color: rgb(133, 155, 202);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#sales p {
	font-size: 13px;
}
#text {
    padding-left: 15px;
}
#text p, #text div, #text td{
	font-size: 15px;
	color: rgb(133, 155, 202);
	line-height: 20px;
    margin: 0 0 10px;
}
#text img {
    margin: 5px;
}
#text strong {
	color: rgb(133, 155, 202);
}
#text li {
	color: rgb(133, 155, 202);
	font-size: 15px;
}
#text h1 {
    font-size: 15px;
    color: #903F98;
    font-weight: bold;
    text-decoration: none;
    line-height: 15px;
    margin-bottom: 10px;
}
#text h2 {
    font-size: 14px;
    color: #879bce;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}
#text h3 {
    font-size: 13px;
    color: #879bce;
    font-weight: bold;
    text-decoration: none;
}
#footer {
	margin: 0 auto;
	width: 979px;
	background: url(../images/footer-bg.png) no-repeat top left;
	height: 60px;
	direction: rtl;
	line-height: 60px;
    font-size: 11px;
}
#footer .right {
    display: inline;
    vertical-align: top;
	margin-right: 50px;
    float: right;
}
#footer .right, #footer .right a {
    color: rgb(136, 151, 208);
    text-decoration: none;
}
#footer .center {
    display: inline;
    color: rgb(136, 151, 208);
    float: left;
}
#footer .left {
    display: inline;
    float: left;
	margin-left: 50px;
}
#footer .left, #footer .left a {
    color: rgb(136, 151, 208);
    text-decoration: none;
}
.clear {
    clear: both;
    font-size: 1px;
}
.line {
	background: red;
	font-size: 1px;
	height: 1px;
	width: 15px;
	float: left;
	margin-top: 7px;
	margin-right: 4px;
	line-height: 1px;
}
#altForMap {
    line-height: 11px;
    background: rgb(254, 250, 239);
    opacity: 0.8;
}