/*home page css*/

body,td, a{
	color:#5e5656;
	font-family:arial;
	font-size:12px;
}

img {border:0px}
a {text-decoration:none}

#header{
	background-image:url(images/header_bg.gif); 
	width:700px; 
	height:230px; 
	background-repeat:no-repeat
}


.login{
	width:90px; 
	height:22px; 
	border:1px solid #5e5656;
	font-size:11px;
	color:#5e5656;
	border:1px solid #e1e1e1;
	font-weight:bold
}
.login_btn{
	width:79px; 
	height:22px; 
	border:0px;
	margin-top:0px;
	border:0px;
}
.login_div{
	 float:right; 
	 margin-right:20px; 
	 margin-top:27px; 
	 text-align:right; 
	 width:300px;
}
.h1_header{
	color: #e50101;
	font-size:24px;
	font-family:Franklin Gothic, arial;
	margin:0px;
	padding:0px;
}

.menu{
	background-image:url(images/header_menu_bar.gif); 
	width:140px; 
	height:36px; 
	background-position:left;
	background-repeat:no-repeat;
}

.menu_link{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.menu_link:hover{
	color:#e50101;
}
.red_link3{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#e50101;
}
.red_link3:hover{
	color:#5e5656;
}

.red_link2{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#e50101;
}
.red_link2:hover{
	color:#5e5656;
}

.red_link{
	font-size:12px;
	text-decoration:none;
}
.red_link:hover{
	color:#e50101;
}

.pic {border:1px solid #877e7e; margin-right:6px;}
.title{
	color: #e50101;
	font-size:16px;
	font-family:Franklin Gothic, arial;
	margin:0px 0px 6px 0px;
	padding:0px;
}

.contact{
	background-image:url(images/bg_contact.gif);
	/* width:255px; */
	height:134px;
	background-repeat:no-repeat;
	padding: 25px 110px 25px 25px;
}

hr{
	color:#e1e1e1; height:1px; margin:0px; padding:0px;
}

/*inner page*/
.white {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
}

.grey {
	color:#333333;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
}

.left_table{
	border-right: 1px solid #CBC8C8;
	border-left: 1px solid #CBC8C8;
	padding-left:4px;
	padding-top:6px;
}

#left1{
	background-image:url(images/left1.gif); 
	width:275px; 
	height:34px; 
	background-repeat:no-repeat;
	
}

#left2{
	background-image:url(images/left2.gif); 
	width:275px; 
	height:29px; 
	background-repeat:no-repeat;
	padding:7px 0px 0px 12px;
}

#left3{
	background-image:url(images/left3.gif); 
	width:275px; 
	height:29px; 
	background-repeat:no-repeat;
	padding:3px 0px 0px 12px;
}

#left4{
	background-image:url(images/left4.gif); 
	width:275px; 
	height:11px; 
	background-repeat:no-repeat;
	font-size:1px;
}

.cautare{
	background-image:url(images/cauta_bg.gif); 
	width:410px; 
	height:56px; 
	background-repeat:no-repeat;
}

.input_cautare{
	width:235px; 
	height:22px; 
	font-size:12px;
	color:#5e5656;
	border:1px solid #e1e1e1;
	padding-top:3px;
}


div#hold { 
position:relative; overflow:hidden;
width:600px; height:50px; z-index:100
}
div#wn { 
position:absolute; 
left:0px; top:0px; 
width:600px; height:100px; 
clip:rect(0px, 600px, 50px, 0px); 
overflow:hidden; 
z-index:1; 
}
div#lyr1 { 
position:absolute; visibility:hidden; 
left:0px; top:0px; 
z-index:1; 
} 
