/* CSS Document */ 

body {
	direction: rtl;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 20px 0 20px 0;
	text-align: center;
	background-color: #151515; 
}
div {
	margin: 0;
	padding: 0;
}
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;	
}
a {
	color: white;
}

/* Start Main Layer Style */

div.main-wrapper {
	width: 990px;
	margin: 0 auto;
	background-image: url(../images/bg-main.png);	
}
div.main-wrapper-top,
div.main-wrapper-bottom {
	width: 990px;
	height: 5px;
	background-image: url(../images/bg-main-top.png);
}
div.main-wrapper-bottom {
	background-image: url(../images/bg-main-bottom.png);
}
div.main {
	width: 980px;
	margin: 0 auto;
}

/* Start Header */
div.header {
	position: relative;
	height: 150px;
	width: 980px;
	text-align: right;
	background-image: url(../images/bg-header.png); 
}
div.header div#logo  {
	position: relative;
	float: left;
	width: 125px;
	height: 103px;
	margin: 10px 0 12px 15px;
}
div.header div#logo img{
	border: none;
}
div.header h1#slogan  {
	position: relative;
	float: right;
	font-size: 22px;
	line-height: 150px;
	color: #FFF;
	margin: 0;
	padding: 0 40px 0 0;
}
div.header h1#slogan span  {
	color: #8b7c55;
}

/* Start Main Menu */
div.main-menu {
	position: relative;
	width: 980px;
	height: 35px;
	margin: 0 auto;
	text-align: right;
	background-color: #666;
	background-image: url(../images/bg-menu.png);
}
div.main-menu a.main-menu-link {
	position: relative;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	float: right;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 14px;
}
div.main-menu a.main-menu-link:hover,
div.main-menu a.main-menu-link:visited:hover {
	color: #1a1a1a;
}
div.main-menu a.active {
	background-image: url(../images/bg-menu-hl.png);
	color: #FFF;
}
div.main-menu a.active:hover ,
div.main-menu a.active:visited:hover {
	color: #FFF;
}

/* Start Sub Menu */
div.sub-menu {
	/*position: relative;*/
	margin: 10px 10px 10px 0;
}
div.sub-menu a {
	display: block;
	float: right;
	color: #a09b9a;
	text-decoration: none;
	padding: 0 15px;
	margin: 0 0 5px 0;
	border-left: solid 1px #a09b9a;
}
div.sub-menu a:hover,
div.sub-menu a:visited:hover {
	text-decoration: underline;
}
div.sub-menu a.first {
	padding-left: 0px;
}
div.sub-menu a.last {
	border: none;
}

/*------------------------*/
/* Start Content Settings */
/*------------------------*/

div.content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: right;
	background-color: #000;
	background-image: url(../images/bg-column2.png);
	background-repeat: repeat-x;
}
body#index div.content {
	background-position: 0 323px;
}

	/* -------- Start Column 1 ------- */
	div.content div.column1 {
		position: relative;
		float: right;
		overflow: hidden;
	}
	body#index div.content div.column1,
	body#floors div.content div.column1 {
		display: none;
	}
	body#simple div.content div.column1,
	body#contact div.content div.column1 {
		height: 430px;
		width: 240px;
		background-image: url(../images/bg-column1.png);
		background-repeat: no-repeat;
		background-position: 0px 18px; 
	}
	div.content div.column1-inner {
		padding: 15px;
	}

	/* -------- Start Column 2 ------- */
	div.content div.column2 {
		position: relative;
		float: right;
		overflow: hidden;
	}
	body#index div.content div.column2 {
		width: 980px;
	}
	body#simple div.content div.column2 {
		width: 740px;
	}
	body#floors div.content div.column2 {
		width: 980px;
	}
	body#contact div.content div.column2 {
		width: 740px;
	}
	div.call-us {
		width: 980px;
		height: 30px;
		background-color: #bfbea2;
		background-image: url(../images/bg-call-us.png);
	}
	div.call-us span{
		display: block;
		float: left;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #FFF;
		font-weight: bold;
		padding: 0 5px 0 20px;
	}
	div.call-us span.icon-phone{
		display: block;
		float: left;
		height: 30px;
		width: 18px;
		padding: 0;
		background-image: url(../images/icon-phone.png);
		background-repeat: no-repeat;
		background-position: 0 9px;
	}
	div.content div.column2 div.column2-inner {
		padding: 25px;
	}
	body#floors div.content div.column2 div.column2-inner {
		padding-top: 0px; 
	}

	body#simple div.content div.column2 div.column2-inner,
	body#contact div.content div.column2 div.column2-inner {
		padding-top: 0;
		padding-right: 0;
	}
	div.content div.column2 div.quick-search {
		float: left;
		width: 200px;
	}
	div.content div.quick-search input {
		width: 100px;
	}
	div.content div.quick-search a {
		display: block;
		float: left;
	}		
	div.content div.quick-search input {
		display: block;
		float: left;
	}		
	div.content h1.page-title {
		position: relative;
		font-size: 18px;
		color: #FFF;
		width: 500px;
		overflow: hidden;
	}
	body#simple div.content h1.page-title,
	body#floors div.content h1.page-title ,
	body#contact div.content h1.page-title {
		line-height: 55px;
		padding-right: 25px;
		margin: 0;
	}
	div.content p.location {
		margin: 0 20px 20px 0;
		font-size: 12px;
		color: #a09b9a;
	}
	div.content p.location span.your-location {
		font-weight: bold;
		padding-left: 7px;
	}
	div.content p.location a.location-link {
		text-decoration: none;
		padding-left: 7px;
		color: #a09b9a;
	}
	div.content p.location a.location-link:hover,
	div.content p.location a.location-link:visited:hover{
		text-decoration: underline;
	}
	div.content  p.location span.arrow {
		padding-left: 7px;
		font-weight: bold;
	}
	div.content p.location span.current-location {
		padding-left: 7px;
	}
	div.content .print-page {
		margin: 7px 0;
		color: #a09b9a;
	}
	div.content p.comment{
		color: #FFF;
		font-weight: bold;
	}
	


	/* Text Styles Column 2 */
	div.free-text {
		background-color: #121212;
		border: solid 1px #3c3c3c;
		padding: 20px 20px;
		color: #a09b9a;
	}
	body#floors div.free-text {
		margin-right:314px; 
		padding-bottom: 0px;
		border-right: none;
	}
	div.free-text div.height-spacer {
		height: 407px;
		width: 0px;
		overflow: hidden;
		float: right;
	}
	div.content div.column2 h1 {
		font-size: 18px;
		color: #FFF;
		margin: 0 0 10px 0;
	}
	div.content div.column2 h2 {
		font-size: 16px;
		color: #8b7c55;
		margin: 0 0 10px 0;
	}
	div.content div.column2 h3 {
		font-size: 13px;
		color: #FFF;
		margin: 0 0 10px 0;
	}
	div.content div.column2 h4 {
		font-size: 12px;
		color: #7f7f7f;
		margin: 0 0 10px 0;
	}
	div.content div.column2 h5 {
		font-size: 10px;
		color: #7f7f7f;
		margin: 0 0 10px 0;
	}
	div.content div.column2 h6 {
		font-size: 8px;
		color: #7f7f7f;
		margin: 0 0 10px 0;
	}
	div.content div.column2 p {
		margin: 0 0 10px 0;
		line-height: 1.5;
	}
	div.content div.column2 ul {
		margin: 0 0 10px 0;
		padding: 0 30px 0 0;
		list-style: circle;
	}
	div.content div.column2 ul li {
		line-height: 1.5;
	}
	div.content div.column2 ol {
		margin: 0 0 10px 0;
		padding: 0 30px 0 0;
	}
	div.content div.column2 ol li {
		line-height: 1.5;
	}

	/* -------- Start Column 3 ------- */

	div.content div.column3 {
		position: relative;
		float: right;
	}
	body#index div.content div.column3 {
		display: none;
	}
	body#simple div.content div.column3 {
		display: none;
	}
	body#floors div.content div.column3 {
		display: none;
	}
	body#contact div.content div.column3 {
		display: none;
	}
	div.content div.column3-inner {
		padding: 15px;
	}		


/*------------------------*/
/* Start Contact Module   */
/*------------------------*/

div.form-wrapper {
	padding: 20px 0; 
}
form {
	margin: 0;
}
div.form-row-wrapper {
	margin-bottom: 7px;
}  
div.form-row-wrapper label {
	display: block;
	float: right;
	width: 120px;
	height: 22px;
	line-height: 22px;
}  
div.form-row-wrapper textarea {
	width: 400px;
	height: 150px;
}  
div.form-row-wrapper span.required {
	color: red;
}  
div.form-row-wrapper img.security {
}  
div.form-row-wrapper a.refresh {
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	color: #FFF;
}  
div.form-row-wrapper button {
	float: left;
}  

/*------------------------*/
/* Start Footer Settings */
/*------------------------*/
div.footer {
	width: 980px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
	color: #666;
	direction: ltr;
}
div.footer-inner {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
div.footer a.jdesign {
	display: inline-block;
	color: #666;
	background-image: url(../images/icon-jdesign.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
}
div.footer a.jdesign:hover,
div.footer a.jdesign:visited:hover {
	text-decoration: none;
}

/*---------------------*/
/* Start Paging Styles */
/*---------------------*/

div.paging-wrapper {
	margin-bottom: 10px;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #CCC;
}
div.paging-wrapper a.page-number {
	display: block;
	float: left; 
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-align: center;
	margin-right: 3px;
}
div.paging-wrapper a.page-number:hover,
div.paging-wrapper a.page-number:visited:hover {
	background-color: #999;
	color: #FFF;
}
div.paging-wrapper a.first, 
div.paging-wrapper a.next, 
div.paging-wrapper a.previous {
	display: block;
	float: left; 
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
	margin-right: 3px;
}
div.paging-wrapper a.first {
	background-image: url(../images/first.png);
}
div.paging-wrapper a.next {
	background-image: url(../images/next.png);
}
div.paging-wrapper a.previous {
	background-image: url(../images/previous.png);
}
div.paging-wrapper a.next:hover,
div.paging-wrapper a.next:visited:hover,
div.paging-wrapper a.previous:hover,
div.paging-wrapper a.previous:visited:hover {
	color: #FFF;
}
div.paging-wrapper span.of {
	display: block;
	float: left; 
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-right: 3px;
}

/*------------------------*/
/* Start Project Module   */
/*------------------------*/

div.building {
	position: relative;
	float: right;
	width: 314px;
	background-color: #000;
	border: solid 1px #3c3c3c;
	border-left: none;
}
div.building div.text {
	width: 314px;
	height: 46px;
	line-height: 46px;
	color: #8b7c55;
	font-weight: bold;
}
div.building div.text span {
	padding: 0 10px;
}
div.floorplan {
	margin-bottom: 20px;
}
div.type-gallery {
	margin-bottom: 20px;
}
div.type-gallery  div.thumb-wrapper {
	height: 68px;
	margin-bottom: 15px;
}
div.type-gallery div.thumb-wrapper div.thumb {
	float: right;
	height: 69px;
	width: 69px;
	background-color: #333333;
	margin-left: 15px;
	overflow: hidden;
}
div.type-gallery div.thumb-wrapper div.last {
	margin-left: 0;
}
div.type-gallery div#js-galery-large-wrapper {
	width: 575px;
	overflow: hidden;
	text-align: center;
	background-color: #333333;
}
.floorplan, .building {
    direction: ltr !important;
}

.building .text {
    direction: rtl !important;
}