@charset "utf-8";
/* CSS Document */

html{
	overflow-y:scroll;
	}
body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/fon.png);
	}
img{
	 -moz-user-select: -moz-none;
	}
.header{
	background:url(images/bgheader.jpg) repeat-x top #fff;
	}
.menu{
	background:#AB1113;
	}
.menu ul{
	

	z-index:100;
margin:0px auto;  list-style:none;  width:100%;
	}
.menu ul li{
	float:left;
	position: relative;
    display: inline;
	list-style:none;
	font-size:14px;
	padding:0 2px;
	}
.menu ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:10px 10px;
	display:block;
	}
	
.menu ul li a:hover{
	background:#e28424;
	}
	* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.menu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}
.menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#e28424;
color: white;
}
	.menu .current a{ background:#492213;}
/*1st sub level menu*/
.menu ul li ul{
	margin:0px;
	padding:0px;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a{
width: 240px; /*width of sub menus*/
padding: 5px;
margin: 0;
font-size:13px;
border-top-width: 0;
text-align:left;
background:#492213;
line-height:20px;
border-bottom: 1px solid gray;
}
.menu ul li ul li a:hover{
	background:#A53C05;

}

/* Holly Hack for IE \*/
* html .menu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
	
.banner{
	background:#fff;
	}
.container{
	background:#fff;
	padding:10px 10px 0 10px;
	}
	
.rightpanel{
	width:200px;
	padding-left:10px;
	}
	
.box1{
	background:url(images/bix1bg.jpg) repeat-x bottom #ffffff;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	padding:8px;
	font-size:12px;
	line-height:20px;
	color:#333;
	}
.bluebox{
	background:url(images/blueboxbg.jpg) repeat-x;
	line-height:37px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:16px;
	}
.greenbox{
	background:url(images/greenboxbg.jpg) repeat-x;
	line-height:37px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:16px;
	}
.redbox{
	background:url(images/redboxbg.jpg) repeat-x;
	line-height:37px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:16px;
	}
.normaltxt{
	font-size:12px;
	line-height:20px;
	color:#333;
	}
.mainheading{
	color:#ab1113;
	border-bottom:1px solid #ab1113;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:34px;
	}
	
.marqimg{
	margin-right:10px;
	width:150px;
	height:114px;
	}
	
.link1{
	font-size:13px;
	line-height:20px;
	display:block;
	color:#0260aa;
	text-decoration:none;
	}
.link1:hover{
	color:#000;
	}
	
.footer{
	background:#B6B272;
	padding:10px;
	}

.footer a{
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	line-height:20px;
	}
.footer a:hover{
	text-decoration:underline;
	}
.footertxt{
	padding:6px;
	font-size:12px;
	color:#333;
	}
	
.hsimg{
	border:1px solid #debd70;
	padding:3px;
	background:#FFF;
	margin-right:10px;
	}
	
.probox{
	border:1px solid #ccc;
	background:#fff;
	padding:10px;
	}
.orange_color{
	font-size:13px;
	font-weight:bold;
	color:#e40517;
	}
	
.inputbox{
	border:1px solid #ccc;
	padding:4px;
	}
.inputbox:hover{
	border:1px solid #060;
	}
.error{
	border:1px solid #ff0000;
	padding:4px;
	}
.pgallery{}
.pgallery ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.pgallery ul li{
	float:left;
	margin:10px;
	height:130px;
	}
.pgallery ul li img{
	padding:4px;
	width:150px;
	border:1px solid #ccc;
	}
.cfc{
	margin:0px;
	padding:0px;
	padding-left:40px;
	}
.cfc li{
	float:left;
	list-style:url(images/bucpimg.gif);
	width:25%;
	}
	
/* rotator in-page placement */
div.rotator {
	position:relative;
	height:275px;
	display: none;
	width:1000px;
	overflow:hidden;
}
/* rotator css */
div.rotator ul {
	padding:0px;
	margin:0px;
}
div.rotator ul li {
	float:left;
	position:absolute;
	list-style:none;
}


/* rotator image style */ div.rotator ul li img {
	background:#FFF;
	width:1000px !important;
	height:275px !important;
	
}
div.rotator ul li.show {
	z-index:1;
}
.search{
	padding-top:5px;
	
}
.search input.field {
float: right;
width: 166px;
padding: 0 8px;
height: 24px;
line-height: 24px;
border: 1px solid #d3d3d3;
font-size: 11px;
color: #bebebe;
background: #ededed;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
.search input.search-btn {
float: right;
font-size: 0;
line-height: 0;
text-indent: -4000px;
cursor: pointer;
width: 20px;
height: 26px;
border: 0;
background: url(images/search-ico.png) no-repeat 0 0;
}
.maq{
	font-size:12px;
	font-weight:normal;
	color:#0000FF;
	
}

.job-hea
{
	font-size:14px;
	line-height:20px;
	color:#012d54;
	font-weight:bold;
}
.job-hea a
{
	font-size:14px;
	line-height:20px;
	color:#0382b3;
	text-decoration:underline;
	font-weight:bold;
}
.job-hea a:hover
{
	color:#e80402;
}
.job-hea1
{
	font-size:12px;
	line-height:20px;
	color:#ff6600;
}
.job-hea1 a
{
	font-size:12px;
	line-height:20px;
	color:#ff6600;
	text-decoration:none;
}

.job-hea1 span
{
	color:#e80402;
}
.job-txt a
{
	font-size:12px;
	line-height:20px;
	color:#34363E;
	text-decoration:none;
}

.logo h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#011C31;
	font-size:23px;
	float:left;
	padding-top:20px;
	
}
.logo h1 span{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#011C31;
	font-size:16px;
	font-style:italic;
	text-align:left;
	
	
}
