/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(../images/bg_page.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	background-color: #E1EAF5;
}
.bold {
	font-weight: bold;
}
.align-right {
	text-align: right;
}
h1 {
	color: #12305A;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	color: #044575;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
hr {
	border: none;
	border-top: #999 solid 1px;
	background-color: none;
	height: 1px;
	padding: 0px;
}
ul {
	padding: 10px 30px 10px 10px;
	list-style-type: square; 
}
a:link,
a:visited,
a:hover,
a:visited:hover {
	color: #00F;
	text-decoration: underline;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}

/* Start Main Layers Settings */
div#date {
	position: relative;
	width: 135px;
	margin: 10px auto 5px auto;
	font-size: 11px;
}
div#header {
	position: relative;
	margin: 0px auto 0px auto;
	height: 170px;
}
div#main {
	position: relative;
	width: 779px;
	margin: 0px auto;
	background-image: url(../images/bg_main.gif);
}
div#bg-main {
	position: absolute;
	left: 156px;
	bottom: 0px;
	width: 308px;
	height: 205px;
	background-image: url(../images/bg_scale.gif);
}
div#spacer4px {
	position: relative;
	float: right;
	width: 4px;
	height: 100px;
	font-size: 0px;
}
div#column-right {
	position: relative;
	float: right;
	width: 155px;
	text-align: center;
	background-color: #E7F3F9;
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
}
div#column-middle {
	position: relative;
	float: right;
	width: 464px;
	text-align: right;
}
div#column-left {
	position: relative;
	float: right;
	width: 152px;
/*	height: 420px; */
	text-align: center;	
	background-color: #98C9E7;
	background-image: url(../images/bg-left-column.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#img-footer {
	position: relative;
	width: 779px;
	margin: 0px auto;
	height: 3px;
	font-size: 0px;
}
div#footer {
	position: relative;
	width: 779px;
	margin: 0px auto;
}
div#footer a {
	display: block;
	font-size: 12px;
	padding: 4px;
}

/* End Main Layers Settings */

/* Start Column Right */

div#menu-wrapper {
	position: relative;
	width: 147px;
	margin: 10px auto;
}
div.main-menu {
	position: relative;
	width: 143px;
	height: 28px;
	background-image: url(../images/menu-btn.gif);
	margin-bottom: 7px;
}
div.main-menu span {
	position: relative;
	display: block;
	height: 28px;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	line-height: 28px;
	padding-right: 15px;
}
div.main-menu a:link,
div.main-menu a:visited,
div.main-menu a:hover,
div.main-menu a:visited:hover {
	display: block;
	height: 28px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}
div.sub-menu {
	height: 28px;
	padding-right: 15px;
}
div.sub-menu a:link,
div.sub-menu a:visited,
div.sub-menu a:hover,
div.sub-menu a:visited:hover {
	display: block;
	height: 28px;
	text-align: right;
	text-decoration: none;
	line-height: 28px;
	padding-right: 14px;
	color: #003366;
	font-weight: bold;
	background-image: url(../images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.sub-menu a:hover,
div.sub-menu a:visited:hover {
	text-decoration: underline;
}

/* End Column Right */

/* Start Column Middle */

div#column-middle div#main-text {
	padding: 15px;
	padding-top: 25px;
	direction: rtl;
	text-align: right;
	line-height: 1.3;
	font-size: 13px; 
}
div#change-lang {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0px;
	font-size: 12px;
}
div#change-lang a:link,
div#change-lang a:visited,
div#change-lang a:hover,
div#change-lang a:visited:hover,
{
	text-decoration: none;
	color: #12305A;
}
div#change-lang a:hover,
div#change-lang a:visited:hover,
{
	text-decoration: underline;
}
a.home-link:link,
a.home-link:visited,
a.home-link:hover,
a.home-link:visited:hover {
	display: block;
	color: #12305A;
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
	padding-right: 20px;
	line-height: 26px;
	background-image: url(../images/icon-guide.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#text-footer {
	font-size: 13px;
	text-align: center;
}

/* End Column Middle */

/* Start Column Left */

form.search input.txtfield {
	width: 135px;
	height: 16px;
	margin-top: 5px;
	padding: 2px;
	text-align: right;
	border: solid 1px #003366;
}
div#appform {
	position: relative;
	width: 138px;
	background-color: #D9EBF6;
	margin: 25px auto;
	border: solid 1px #003366;
}
div.app-title {
	padding-top: 10px;
	font-weight: bold;
	color: #003366; 
}
form.meet input.txtfield  {
	width: 114px;
	height: 16px;
	margin-top: 5px;
	padding: 2px;
	text-align: right;	
	border: solid 1px #003366;
	background-color: #FFFFCC; 
}
form.meet div {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
form.search input#btnSearch {
	margin-top: 5px;
}
form.meet input#btnFastContact {
	margin: 10px 0px 5px 0px;
}
form.meet input.btnSend {
	margin: 7px;
}
/* End Column Left */

/* Start Contact Page */

form.contact input.txtfield, 
form.contact textarea { 
	width: 135px;
	height: 16px;
	margin-top: 5px;
	padding: 2px;
	text-align: right;
	border: solid 1px #003366;
}
form.contact textarea { 
	width: 200px;
	height: 60px;
}
div.google-ads-small {
	width:122px;
	height:242px;
	margin-top: 20px;
	margin-left:12px;"
}
div.google-ads-large {
	width:122px;
	height:602px;
	margin-top: 20px;
	margin-left:15px;
	margin-bottom: 15px;
}
