﻿body {
	background: #f9f2da url('../images/bg-repeat_x_homedark.jpg') repeat-x;
	direction: rtl;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: white;
}

body.contact {
	background: #f9f2da url('../images/bg.jpg') repeat;
}
#header {
	width: 940px;
	height: 118px;
	margin: 0 auto;
}

#headerline {
	background: url('../images/header-line.gif') repeat-x top center;
}

#logo {
	margin: 2em 4em 0 0;
}

#mainmenu {	
	list-style: none;
	margin: -3em 50em 0 0;
}

#mainmenu li {
	display: inline;
	margin: 0 .7em;
}

#mainmenu li a img{
	border: none;
}


#warp {
	width: 940px;
	margin: 0 auto;
	clear: both;
}
#title {
	margin: .5em 0 0 0;
}

#title p {
	text-align: center;
	font-family: Arial, tahoma, Helvetica, sans-serif;
	font-size: 14pt;
	color: #b66611;
	margin: 0;
	padding: 0 0 1em 0;	
}


#slideshow ul.slides {
	list-style: none;
	margin: .5em 0 0 0;
	padding: 0;
}

#slideshow ul.slides li img {
	border: none;
}

.cycle-control {
	margin: .2em auto 0 auto;
	padding: 0;
}

.cycle-control a {
   background: url('../images/cycle-control.gif') 0 0;
   text-indent: -10000px;
   display: block;
   width: 16px;
   height: 16px;
   cursor: pointer;
   text-decoration: none;
   float: right;
   margin: 0;
   padding: 0;
}

.cycle-control a.activeSlide {
   background-position: 0 16px;
}
button,a{
	-moz-outline-style: none;

}

#clients-box {
	margin-top: 3em;
	clear: both;
}

#clients-box img {
	margin-right: .1em;
	border: none;
}


#int-page {
	background: url('../images/internal-bg.gif') no-repeat;
	padding: 4em;
	color: #363211;
	font-size: 10pt;
}


#int-page .text-part img.title-img {
	margin-bottom: -5.8em;
	margin-right: .5em;
}

#int-page .text-part img.client-img {
	margin-bottom: -5.6em;
	margin-right: .5em;
}

#int-page .text-part h2 {
	font-family: arial, tahoma, verdana;
	color: #363832;
	font-size: 16pt;
	background-color: #fbf9e8; 
	padding: 1.1em .5em;
	padding-right: 5em;
	border-bottom: 1px #e9dec1 solid;
	border-top: 1px #e9dec1 double;
}

#int-page .text-part h2.about-us {
	padding-right: .5em;
}

#int-page .text-part h3 {
	font-family: arial, tahoma, verdana;
	color: #363832;
	font-size: 16pt;
	background-color: #fbf9e8; 
	padding: 1.1em .5em;
	padding-right: 5em;
	margin: .5em 0;
	border-bottom: 1px #e9dec1 solid;
	border-top: 1px #e9dec1 double;
}

#int-page .text-part ul.main {
	list-style: disc;
}

#int-page .text-part ul li {
	margin: .3em 0;
}


#contact-us-box {
	background: url('../images/bg-rfp_repeat.png');
	padding: 3em;
	float: right;
	margin-bottom: 5em;
}

#contact-us-box h2 {
	font-family: arial, tahoma, verdana;
	font-size: 16pt;
	color: #b66611;
	margin: 0;
	padding: 0;
}

#contact-us-box p{
	color: #cccdc8;
	margin: 0;
	padding: 0;
}

#contact-us-box form p {
	color: #819454;
	margin: 2em 0 .3em;
	font-size: 10pt;
}
#contact-us-box form input, textarea {
	background: url('../images/bg.jpg');
	width: 500px;
	height: 30px;
	border: 1px solid #1b1e15;
	font-size: 18pt;
	padding: 4px 4px 0 4px;
	font-family: arial, tahoma, verdana;
	color: #b66611;
}

#contact-us-box form textarea {
	height: 350px;
}
#contact-us-box form input:focus, textarea:focus{
	background: #d1d280;
	border: 1px solid #6a9639;
}

#contact-us-box form input.submit {
	width: 115px;
	height: 29px;
	background: url('../images/submit-bg.gif') no-repeat;
	color: #e6e6d8;
	font-size: 12pt;
	margin: 1em 1em 0 0;
	padding: 3px;
	font-weight: bold;
}

#contact-us-box form input.submit:hover {
	color: #b9ba3c;
}

#contact-us-box form input.submit:focus {
	background: url('../images/submit-bg.gif') no-repeat;
	border: none;
}

#error-box {
	margin: .7em;
	color: red;
	background: #ffefef;
	border: 1px solid red;
	font-size: 10pt;
}

#warp img.map {
	background: url('../images/bg-rfp_repeat.png');
	padding: 10px;
	margin: 0 25px 25px 0;
	float: right;
}

#warp p.phonenumber {
	margin-right: 25px; font-size: 10pt; float: right;
}

#footer {
	background: #10120c url('../images/bg-footer_dark_border_top.gif') repeat-x;
	clear: both;
	margin-top: 5em;
}

#footer ul {
	list-style: none;
	margin: 2em 1em 0 0;
	padding: 1.5em 0 0 0;
}

#footer ul li {
	display: inline;
	margin: 1em;
}

#footer ul li a {
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: gray;
	text-decoration: none;

}

#footer ul li a:hover {
	color: white;
	text-decoration: none;
}

#copyrights {
	margin: 0;
	padding: 1em 2em;
	color: gray;
}


