@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #212121;
}

A
	{
	color: #646464;
	font-weight:bold;
	text-decoration:none;
	}

A:hover
	{
	color: #646464;
	font-weight:bold;
	text-decoration:underline;
	}

.header{
	background-image: url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:279px;

}

td.menu{
	width:140px;
}

h1{
	font-family: Arial;
	font-size: 16px;
	color: #212121;
	margin:0px;
	text-decoration:none;
}

h1 a{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin:0px;
	text-decoration:none;
}

h1 a:hover{
	font-family: Arial;
	font-size: 14px;
	color: #BBBFC2;
	margin:0px;
	text-decoration:none;
}

.footer{
	/*background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position:top center;*/
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	/*text-align:center;*/
	direction:rtl;
	/*height:36px;*/
	text-decoration:none;
	/*vertical-align:middle;*/
	/*padding-top:5px;*/
}

h2{
	font-family: Arial;
	font-size: 16px;
	color: #D90102;
	margin:0px;
	text-decoration:none;
	direction:rtl;
}

div.input{
	background:url(images/form_field.gif) no-repeat;
	height:25px;
	width:165px;
}

div.textarea{	
	background:url(images/form_text.gif) no-repeat;
	height:68px;
	width:165px;

}

.bigTextarea{	
	background:url(images/big_textarea_bg.gif) no-repeat right top;
	height:117px;
	width:275px;

}

.fields{
	background:none;
	border:none;
	padding-right:5px;
	padding-left:5px;
	overflow:hidden;
	font-family:Arial;
	font-size:12px;	
}

.fields_contact{
	background:none;
	border:none;
	padding-right:5px;
	padding-left:5px;
	overflow:auto;
	font-family:Arial;
	font-size:12px;	
}

.btn{
	background:url(images/btn.gif) no-repeat;
	height:25px;
	width:165px;
	border:none;
	color:#FFFFFF;
	font-weight:bold;

}

.right_colomn{
	background:url(images/form_bg.jpg) no-repeat right top; 
	padding-right:15px;
	direction:rtl;
	width:200px;
}

li {
	margin: 0px;
	padding-left:10px;
	padding-bottom:10px;
	list-style-image: url(images/bullet.gif);
	vertical-align:middle;
	
}

ul {
	margin: 0px;
	padding-right: 20px;
	padding-left:20px;
}

td.list{
	background:url(images/bullet_bg.jpg) bottom left no-repeat;
}

td.logos{
	background:url(images/bullet_bg.jpg) bottom left no-repeat;
	width:25%;
	height:100px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
