/* BEGIN COMMON */

HTML{
	direction: rtl;
	margin:8px;
	height:100%;
}

BODY{
	background-color: #F1E9BC;
	font-family: Arial;
	font-size:12px;
	color:#000000;
}

DIV{
	border: 1px solid #585858;
	background-color: #FFFFFF;
}

TD{
	vertical-align: top;
}

/* END COMMON */

/* BEGIN LAYOUT */
#banner{
	text-align:left;
	width: 900px;
	height: 102px;
	background: #FFFFFF url(../images/logo.jpg) no-repeat top center;
}

#navigation{
	width: 151px;
	background-color: #516ABA;
}

#mainContent{
	width:730px;
	float:left;
}

#rightCol{
	width: 208px;
	/*text-align:center;*/
}

#midCol{
	width: 254px;
	/*text-align:center;*/
}

#leftCol{
	width: 254px;

}

#footer{
	width: 900px;
	height: 40px;
	background-color: #E0E4D5;
}

#Vspace{
	border: none;
	padding:2px;
	background-color: transparent;
}

/* END LAYOUT */

/* BEGIN COMPONENTS */

#sctionHeader{
	height: 22px;
	border: none;
	border-bottom: 1px solid;
	font-family: Tahoma;
	font-size:13px;
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	background-color: #A2CCE1;
}

#newsSection{
	width:96%;
	height: 260px;
	border: 1px solid #585858;
}

#newsSction div{
	border:none;
}

#newsSction div div{
	border:none;
}

.specials{
	direction: rtl;
	text-align: right;
}

.specials ul{
	margin: 0;
	padding: 0;
	padding-right: 16px;
}

#rentSction{
	width:96%;
	height: 170px;
	border: 1px solid #585858;
}

#clientsSction{
	width:96%;
	height: 80px;
	border: 1px solid #585858;
}

TD.text{
	text-align: right;
	font-family: Arial;
	font-size:13px;
	color:#000000;
	padding:5px;
}

TD.text div{
	border:none;
}

#textBox{
	border: 1px solid;
	border-color:#D2AD57;
	padding:8px;
}

/* END COMPONENTS */


/* BEGIN NAVIGATION */
a.linkItem:link,a.linkItem:visited{
	display: block;
	background: url(../images/nav_bar.gif) no-repeat;
	vertical-align: middle;
	font-family: Arial;
	font-size:14px;
	color:#FFFFFF;
	text-decoration :none;
	height: 21px !important;
	height: 25px;
	width: 151px;
	padding-top: 4px;
}

a.linkItem:hover{
	background-position: 0px -25px;
}

a.linkSubItem:link,a.linkSubItem:visited{
	display: block;
	background: url(../images/nav_bar2.gif) no-repeat;
	vertical-align: middle;
	font-family: Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration :none;
	height: 19px !important;
	height: 22px;
	width: 151px;
	padding-top: 3px;
}

a.linkSubItem:hover{
	background-position: 0px -22px;
}

/* END NAVIGATION */


/* BEGIN TEXT */

a:link, a:visited{
	color: #CC0033;
	text-decoration :none;
}

a:hover, a:active{
	color: #CC0033;
	text-decoration :underline;
}

.pageText{
	font-family: Arial;
	font-size:13px;
	color:#000000;
}

.pageTextEn{
	font-family: Verdana;
	font-size:12px;
	color:#000000;
}

.boldColored{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color:#0476AC;
}

.boldColoredEn{
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	color:#0476AC;
}

.violetColored{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color:#511962;
}

.violetColoredEn{
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	color:#511962;
}

.pageNumbers{
	font-family: Arial;
	font-size:11px;
	color:#000000;
}

.c20px{
	font-family: Arial;
	font-size:18px;
	color:#000000;
}

.highlightText{
	font-family: Arial;
	font-size:13px;
	color:#990000;
	font-weight:bold;
}

.titleColored{
	font-family: Arial;
	font-size:18px;
	/*font-weight:bold;*/
	color:#D2AD57;
}

.titleColoredEn{
	font-family: Verdana;
	font-size:15px;
	font-weight:bold;
	color:#D2AD57;
}

.subTitleColored{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#BF3F28;
}

.titleColoredEn{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#D2AD57;
}

.titleVioletHe{
	font-family: Arisl;
	font-size:16px;
	font-weight:bold;
	color:#511962;
}

.titleVioletEn{
	font-family: Verdana;
	font-size:15px;
	font-weight:bold;
	color:#511962;
}

.dateText{
	font-family: Verdana;
	font-size:11px;
	color:#129900;
}

.priceText{
	font-family: Verdana;
	font-size:11px;
	color:#BF3F28;
}

.newsTitle{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color:#BF3F28;
}

.newsTitleEn{
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	color:#BF3F28;
}

.specialsTitle{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#BF3F28;
}

.specialsText{
	font-family: Arial;
	font-size:11px;
	color:#000000;
}

LI{
	list-style-image: URL(../images/blue_bullet.png);
}

/* BEGIN FORM */
input{
	width:100px;
	height:20px;
	font-family: Arial;
	font-size:11px;
	color:#000000;
}

.submit{
	width:40px;
	height:22px;
	font-family: Arial;
	font-size:11px;
	color:#BF3F28;
}

.reset{
	width:40px;
	height:22px;
	font-family: Arial;
	font-size:11px;
	color:#BF3F28;
}
/* END FORM */

/* NEWS FLASH */
#news_flash{
	position: absolute;
	top:140px;
	left:400px;
	width: 350px;
	height: 300px;
	border: 3px double olive;
	background-color: #F1E9BC;
	padding: 12px;
}


/* TOOL TIPS */
#jzClients{
	position: absolute;
	width: 150px;
	border: 1px solid #4B4B4B;
	padding: 2px;
	background-color: #F1E9BC;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#telefunkenClients{
	position: absolute;
	width: 150px;
	border: 1px solid #4B4B4B;
	padding: 2px;
	background-color: #F1E9BC;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
