/*html#homepage {height: 100%;}*/

body {
	font: 15px/1 Arial, Helvetica, sans-serif;
	background: #e7f9d4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}


/*body#home  {
	height: 100%;
	min-height: 100%;
}*/

#home #container {
	height: 100%;
	min-height: 100%;
	}

#container {
	width: 850px;
	background: #FFFFFF url(images/column.gif) repeat-y right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
 #header {
	background: #FFFFFF;
	float: right;
} 
#slogan {
	color: #af4928;
	background: #add685;
	margin: 1px 0px 0px;
	padding: 0;
	width: 850px;
	font-weight: bold;
	float: right;
}
#slogan p {
	margin: 0px;
	padding: 2px 20px 2px 0;
	text-align: center;
	direction: rtl;
	font-size: 15px;
	color: #993333;
}
a img {
	border: none;
	margin: 0;
	padding: 0;
}
p {
	font-size: 85%;
}
#content_wrapper {
	float: right; /* since this element is floated, a width must be given */
	width: 678px;
	padding: 15px 20px 25px 0px;
}

 #mainContent {
	float: right;
	width: 200px;
	padding-left: 10px;
}

#contact #mainContent, #special #mainContent {
	width: 260px;

}
#mainContent p {
	margin: 0px;
	padding: 0 0 10px;
	text-align: justify;
	font-size: 15px;
}
#mainContent h1, #photo h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #943c21;
	margin: 0px;
	padding: 0px 0px 10px;
}
#photo {
	float: left;
	width: 458px;
}
#contact #photo {
	padding-top: 110px;
	padding-left: 30px;
	width: 378px;
}
#special #photo {
	width: 378px;
	}
	
#container .overhang {
	position: absolute;
	left: 0px;
	top: 0px;
}
 #sidebar1 {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 132px;
	float: left;
	background: url(images/corner.gif) no-repeat right top;
} 

#contact #sidebar1
{

}

 #footer {
	background: #FFFFFF;
	width: 850px;
	padding-top: 5px;
} 
/*#home #footer {
	position: absolute;
	bottom: 0;
	margin-top: 15px;
	}*/
	
#strip {
	color: #FFFFFF;
	background: #99cc66 url(images/phone_icon.gif) no-repeat 583px center;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px;
	width: 850px;
}

#credit  {
	color: #339900;
	background: #FFFFFF;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 5px 0px;
	}
#credit a{
	text-decoration: none;
	color: #99cc66;
	}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.firstline {
	margin: 0px;
}
/*-------------------------------------------------*/
.green_bg {
	background: #ADD784;
	display: block;
	padding: 2px;
	border: 1px solid #639263;
}

#navigation {
	padding: 0;
	float: right;
	height: 25px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
#navbar {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	width: 850px;
	list-style: none;
	background: url(images/navbar_ng.jpg) repeat-x;
}
#navbar li {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 87px;
}
#navbar a {
	text-decoration: none;
	background: url(images/tabs.jpg) no-repeat;
	text-align: center;
	float: right;
	width: 87px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	font-size: 0.9em;
	display: inline-block;
	padding-top: 3px;
}
#navbar li a:hover {
	background: url(images/tabs.jpg) no-repeat -87px 0px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}
#navbar li a.last {
	border-style: none;
}
#navbar li a.current {
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/tabs.jpg) -87px 0px;
}
#strip span {
	letter-spacing: 0.1em;
}
/* -------------- Services ------------------- */
#services #mainContent {
	width: 640px;
	float: right;
	padding: 0px;
	border: 1px solid #999999;
}
#services #photo {
	width: 10px;
	}
#mainContent dt {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #99cc66;
	margin: 0px;
	padding:0px;
	float: right;
	width: 470px;
}
#mainContent dl {
	margin: 10px;
	padding: 0;
	float: right;
	display: inline; /* fix IE bug */
	width: 620px; /* necessary for IE (Amir) */
	
	}
#mainContent dd {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 15px;
	}
#mainContent dd.img img {
	float: left;
	margin: 0px 8px 0px 0px;
	border: 1px solid #9CCF63;
	}
#slogan a {
	color: #B75B00;
	text-decoration: none;
}
#slogan a:hover {
	color: #660000;
}
#slogan a:visited {
	color: #B75B00;
}
ul {
	margin: 10px;
	padding: 0px 15px 0px 0px;
	direction: rtl;
}
li {
	margin: 0px;
	padding: 0px 0px 5px;
}
