﻿body { direction: ltr; font: normal 12px Arial; }
body * { direction: ltr; }

/************************************************
*	0.	Layout									*
************************************************/

#main-menu { direction: ltr; }
#main-menu .logo { float: left; }
#main-menu .language { float: right; font: normal 11px Tahoma; }
#main-menu ul.root { float: right; clear: right; text-align: right; }
#main-menu a.root { font: bold 13px Arial; }
#main-menu a.last { margin-right: 0px; }

.flex-slider .flex-caption { width: 400px; direction: ltr; text-align: left; }
.flex-slider .flex-caption h1 { font: bold 26px Arial; }
.flex-slider .flex-caption p { font: bold 20px Arial; }
.flex-slider .flex-caption a { font: bold 20px Arial; }

#footer { direction: rtl; font: normal 12px arial; }
#footer .col { float: left; direction: ltr; border-left: 1px solid #aaa; border-right: 1px solid #d5d5d5; }
#footer .first { border-left: none !important; }
#footer .last { border-right: none !important; }
#footer .col h3 { font: bold 16px Arial; line-height: 22px; }
#footer .col strong { font: bold 13px Arial; line-height: 22px; }
#footer .quick-contact .text { font: normal 11px arial; }


/************************************************
*	0.	About Page  							*
************************************************/

#about-pg .title-fade h2 { font: bold 40px Arial; }
#about-pg .content h1 { font: bold 20px Arial; line-height: 40px; }
#about-pg .content p { font: normal 13px Arial; line-height: 22px; }
#about-pg .content strong { font-weight: bold; text-decoration: underline; }

/************************************************
*	0.	Contacts Page  							*
************************************************/

#contacts-pg * { font: normal 12px Arial; line-height: 22px; }
#contacts-pg .content h1 { font: bold 20px Arial; line-height: 40px; }
#contacts-pg .content p { font: normal 12px Arial; line-height: 22px; }
#contacts-pg .content .contactbox { width: 80%; padding: 40px 0 10px 0; }
#contacts-pg .content .contactbox h3 { font: bold 13px Arial; }
#contacts-pg .content .contactbox .address { padding:0 0 0 40px; margin: 10px 0; line-height: 32px; background: url(/includes/icon-location.png) no-repeat left center; }
#contacts-pg .content .contactbox .phonebox { display: inline-block; margin: 0 30px 0 0; padding: 0 0 0 40px; line-height: 32px; background: url(/includes/icon-tel.png) no-repeat left center; }
#contacts-pg .content .contactbox .phone { display: inline-block; direction: ltr; }
