*{
	margin:0;
	padding:0;
	border:0;
	outline: none; 
	font-weight: normal
}
q { quotes: "" ""; }
ul, ol { list-style: none; }
img {border:0}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5000;
}
html {
	background-color: #fcfcfd;
	direction:rtl;
	unicode-bidi: normal;
}
body {
	font-family:"Trebuched MS", "Arial Unicode MS", Helvetica, sans-serif;
	color:#000;
	line-height:1em;
	font-size: 68%;
}
#container {
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	}
#contentContainer {
	width:516px;
	float:left;
	margin-right:0px;
	margin-bottom:0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #bac4c6;
}
#content {
	margin-top:30px;
	padding-bottom: 15px;
	margin-right: 20px;
}
#logo {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	width: 179px;
}
#containerRight {
	float:right;
	width:382px;
	margin-top:18px;
	padding:0px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.headerLineTop {border-bottom:solid 1px #003e7e}
.headerLine {clear:right; border-bottom:dotted 1px #bac4c6}

/*
----------------------------------------------------------------------------
NAVIGATION
----------------------------------------------------------------------------
*/
#menuMain {
	width:100%;
	margin-top: 0px;
	padding-top: 10px;
}
.menuMain ul { padding: 0; font-family: "Trebuched MS", Arial Unicode MS, Helvetica, sans-serif; margin: 0px 0px 0px 8px;}
.menuMain li {display: inline; font-size:140%}
.menuMain li a{
	width:120px !important;
	min-width:120px !important;
	display:block;
	color: #003e7e;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right:dotted 1px #bac4c6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.menuMain li a:hover{
	color: #ff0f32;
	border-right:dotted 1px #000;
}
ol li{list-style:none}

/* Language bar */
#menuLang {
	float:left;
	padding-left:500px;
	padding-top:80px;
	width:200px
}
.menuLang ul { padding: 0; font-family: "Trebuched MS", Arial Unicode MS, Helvetica, sans-serif; margin: 0px 0px 0px 8px;}
.menuLang li {display: inline; font-size:120%}
.menuLang li a{
	width:90px !important;
	min-width:90px !important;
	display:block;
	color: #798688;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-color:#fff
}
.menuLang li a:hover{
	color: #ff0f32;
}
/* Menu bottom */
.footer{width:900px;}
.footerContainer {
	height:342px;
	margin:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003e7e;
	background-image: url(../images/ftr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*
----------------------------------------------------------------------------
CLEARING OF FLOATS
----------------------------------------------------------------------------
*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix{display:inline-table}
/* Hides from IE-mac \*/
* html .clearfix{height:1%}
.clearfix{display:block}
/* End hide from IE-mac */
.clear {clear:both}
/*
----------------------------------------------------------------------------
TYPOGRAPHI
----------------------------------------------------------------------------
*/
p {
	font-size:1.5em !important;
	line-height:1.2em !important;
	unicode-bidi: normal;
	text-align:right;
	margin-top:0px;
	margin-bottom:12px;
}
span.english {
	font-family:"Trebuched MS", Arial Unicode MS, Helvetica, sans-serif;
	font-size:0.8em !important;
	line-height:0.8em !important;
	font-weight:normal;
	direction:ltr;
}
a {
	color:#003e7e;
	text-decoration:none;
	font-weight:900;
	outline: none;
	font-size:85%
}
a:hover{
	color:#ff0f32;
	text-decoration:none;
}
strong {color:#003e7e;}
h1 {
	font-size:2em !important;
	line-height:1.8em !important;
	font-weight:bold;
	color:#003e7e;
	text-align:right;
	margin-bottom: 20px;
}
h2 {
	font-size:1.6em !important;
	line-height:1.3em !important;
	font-weight:bold;
	color:#003e7e;
	text-align:right;
	margin-top: 15px;
	margin-bottom:20px
}
h3 {
	font-size:1.5em !important;
	line-height:1.2em !important;
	color:#003e7e;
	text-align:right;
	margin-top: 6px;
	margin-bottom:6px;
	padding-top:26px
}
h3:hover {
	color:#000;
	text-align:right;
	margin-top: 6px;
	margin-bottom:6px;
	padding-top:26px
}
#content ul {
	font-size:1.5em !important;
	line-height:1.5em !important;
	text-align:right;
	margin-top:10px;
	margin-bottom:15px;
}
#content li {
	margin-right: 30px;
	list-style-type: square;
	line-height:1.2em !important;
	margin-bottom:7px
}
#content ul li li {
	margin-right: 30px;
	list-style-type: square;
	font-size:68% !important;
	line-height:1.2em !important;
	text-align:right;
	margin-bottom:7px
}

.footer div.copy {
	font-size: 0.9em;
}
.footer div.copyText {
	font-family:"Trebuched MS", Arial Unicode MS, Helvetica, sans-serif;
	text-align: right;
	direction:ltr;
	font-size: 0.9em;
	margin: 0px;
	padding-top: 15px;
}
.footer div.copyText span {background-color:#FFFFFF; padding-left:5px;  padding-left:5px}
.bracket {
	font-size: 3em;
	color: #526879;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: bottom;
}
.subTitle {
    font-size:1.4em !important;
	line-height:1.4em !important;
	font-weight:bold;
	color:#003e7e;
	text-align:right;
	margin-top: 60px;
	vertical-align: middle;
}
.small {
	font-size:1.2em !important;
	color:#3a4a56;
}
.top {margin-left:20px}
div.topCon {
	margin-top:5px;
	border-bottom:dotted 1px;
	color:#ff0f32;
	margin-bottom:10px;
	height:auto;
}
div.yearBorder {
	border-bottom:solid 1px;
	color:#bac4c6;
	margin-top:15px;
	margin-bottom:10px;
	height:auto;
}

/*
----------------------------------------------------------------------------
PICTURE
----------------------------------------------------------------------------
*/
.pictures {}
.pictures, .pictures #contentColPic {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.pictures #contentColPic #screenThumb   {
	text-align:right;
	padding: 0px;
	margin-top: 0px;
}
.pictures #contentColPic #screenThumb .pictureBox {
	float:right;
	margin-right:0px;
	margin-bottom:0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.pictures #contentColPic #screenThumb .pictureBox .pictureInfo .pictureTitle {
	margin-top:5px;
	margin-bottom: 5px;
	color:#003e7e;
	text-align:right;
	background-color: #e3e5ec;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.pictures #contentColPic #screenThumb .pictureBox #thumb img {
	display: block;
	width: 149px;
	margin: 0px;
	padding:1px;
	border:solid 1px #adb6b8
}
.pictures #contentColPic #screenThumb .pictureBox #thumb img:hover {
	border:dotted 1px #ff0f32
}
/*Index Reference Thumbs*/
#productThumb {
	border-top:dotted 1px #bac4c6;
	padding-top: 10px;
}
#productThumb .leftCol {
	width:299px;
	float:left;
	border-right:dotted 1px #bac4c6;
	background-color: #e3e5ec;
}
#productThumb .centerCol {
	width:300px;
	float:left;
	background-color: #d5dde8;
}
#productThumb .rightCol{
	width:299px;
	float:right;
	border-left:dotted 1px #bac4c6;
	background-color: #e3e5ec;
}
#productThumb .rightCol .padding, #productThumb .centerCol .padding, #productThumb .leftCol .padding {
	padding:10px;
}
#productThumb .rightCol .padding .thumb, #productThumb .centerCol .padding .thumb, #productThumb .leftCol .padding .thumb{border-bottom:solid 1px #003e7e; margin-bottom:5px; padding-bottom:5px}

/*------------------------------------------------------------------------------*/
img.referencesThumb {
	float:right;
	margin-left:30px;
	margin-bottom:5px;
	border:solid 2px #adb6b8;
	width:112px; 
	height:86px
}
.partnersLogo {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}

