﻿body
{
	background:#c8c8c8 url('../Images/Box/BG.gif') repeat 0 0;
	font:normal normal bold 12px/1.2em arial;
	color:#fff;
	direction:rtl;
	text-align:center;
	padding:0px;
	margin:0px;
}

table,td,div
{
	font:normal normal bold 12px/1.2em arial;
	color:#fff;
	direction:rtl;
}

h1,h2,h3,h4,h5,h6
{
	font-family:Arial;
	text-decoration:underline;
	margin:0px;	
}

ul li{margin:0 0 0 0;}
ol li{margin:0 0 0 0;}

div.LanguagesButton
{
	width:20px;
	height:20px;
	background-color:#0482BC;
	border:solid 1px #254774;
	text-align:center;
	cursor:pointer;
	position:relative;
}

div.Button
{
	height:18px;
	background-color:#0482BC;
	border:solid 1px #254774;
	text-align:center;
	cursor:pointer;
}

div.Button a,div.Button a:visited,div.Button a:hover
{
	color:#fff;
	padding-top:2px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}

div.HR
{
	border-top:dotted 1px #254774;
	height:1px;
	line-height:1px;
}

img.Customer
{
	border-width:0px;
	width:54px;
	height:57px;
}

/* CONTAINERS */

div#divMain
{
	width:800px;
	height:100%;
	vertical-align:top;
	text-align:center;
	border:solid 2px #024db3;
	border-top-width:0px;	
	float:left;
}

div#divShadowLeft
{
	width:7px;
	height:100%;
	float:left;
	background:transparent url('../Images/Box/shadowLeft.gif') repeat-y 0 0;
	text-align:left;
}

div#divShadowRight
{
	width:7px;
	height:100%;
	background:transparent url('../Images/Box/shadowRight.gif') repeat-y 0 0;	
	text-align:right;
	float:right;
}

div#divHeader
{
	width:100%;
	height:79px;
	background:#024db3 url('../Images/Box/lineMenu.jpg') repeat-x 0 0;
}

div#divFooter
{
	width:100%;
	height:30px;
	background:#231e1a url('../Images/Box/lineCredit.jpg') repeat-y 0 0;
	text-align:center;
	border-top:solid 2px #024db3;
}

div#divLogo
{
	height:109px;
	background:#231e1a url('../Images/Box/BGLogo.jpg') no-repeat 0 0;
	border-bottom:solid 2px #024db3;
}

div#divBody
{
	width:100%;
	height:380px;
	background:#000000 url('../Images/Box/Circle.jpg') no-repeat 0 0;
}

div#divList
{
	width:270px;
	height:380px;
}

div#divContent
{
	width:530px;
	height:380px;
	text-align:right;
	/*
	direction:ltr;
	overflow:auto;
	overflow-x:hidden;
	*/
}

div#divCredit
{
	width:800px;
	text-align:center;
	padding-top:4px;
	color:#231e1a;
}

div#divLatestWorks
{
	width:70px;
	height:380px;
	text-align:left;
}

div#divListOfInterests
{
	width:200px;
	height:220px;
	text-align:right;
	left:0px;
	top:98px;
	position:absolute;
}

div#divRcBuilder
{
	float:right;
	height:100%;
	width:100%;
	text-align:right;
	padding:30px 20px 0 0;
}

div#divGlobus
{
	height:135px;
	width:135px; 
	text-align:left;
	left:32px;
	margin-top:-32px;
	position:absolute;	
	border:solid 0px #000;
}

div#divArrowUp
{
	z-index:10;
	position:relative;
	top:23px;
	left:-535px;
	width:25px;
	height:17px;
}

div#divArrowDown
{
	z-index:10;
	position:relative;
	top:322px;
	left:-535px;
	width:25px;
	height:17px;
}

div#divScrollContaiter
{
	width:500px;
	height:340px;
	overflow:hidden;
	position:absolute;
}

div#divScroll
{
	width:100%;
	overflow:hidden;
	position:relative;
	top:0px;
}

div#DivCVDownload
{
	position:absolute;
	top:0px;
	left:0px;
}

/* LINKS */

a.Menu,a.Menu:visited,a.Menu:active
{
	display:block;
	height:45px;
	width:115px;
	color:#fff;
	float:right;
	font-size:16px;
	padding-top:10px;
	text-align:left;
}

a.Menu:hover
{
	background:transparent url('../Images/Box/ButtonGray.png') no-repeat 0 0;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-align:left;
	padding-top:10px;
}

a.MenuSelected,a.MenuSelected:visited,a.MenuSelected:active
{
	background:transparent url('../Images/Box/Button.jpg') no-repeat 0 0;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-align:left;
	padding-top:10px;
}

a.MenuSelected:hover
{
	background:transparent url('../Images/Box/Button.jpg') no-repeat 0 0;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-align:left;
	padding-top:10px;
}

div.Menu
{
	display:block;
	height:45px;
	width:20px;
	float:right;
	text-align:center;
	padding-top:14px;
}

a.Menu span
{
	padding-right:14px;
	text-align:center;
	display:block;
}

a.Credit,a.Credit:visited
{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#231e1a;
}

a.Credit:hover
{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#024db3;
}

a.CopyRight,a.CopyRight:visited
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#58514c;
}

a.CopyRight:hover
{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#231e1a;
}

a.Article,a.Article:visited
{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#3CAEFD;
}

a.Article:hover
{
	text-decoration:none;
}