.top_logo {
	z-index: 22222;
	top: 0px;
    display: block;
    margin: 0 auto;
  	position: fixed;
}
td, tr {
	color:#FFFFFF;
    font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-rendering: optimizelegibility;
}

a{
	text-decoration: none;
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
a:hover{
}

.png_header {
	background-image: url(images/png_menu.png);
	background-repeat: repeat-x;
	background-position: top;
}
/*contact form start*/

.inputbox {
	border: 1px solid #A7A7A7;
	font-family: Ubuntu;
	font-size: 12px;
	vertical-align: bottom;
	color: #333333;
	background-color: #F4F4F4;
	padding: 2px;
	}
.buttons {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #e07408;
	padding: 2px;
}
/*contact form end*/

/*menu start*/
.menu_top {
	z-index: 1000;
	top: 0px;
	left: 0;
	right: 0;
	width: 100%;
	position: fixed;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.more_menu {
	font-size: 16px;
	line-height: 50px;
	color: #555555;
	background-color: #f5f5f5;
	padding: 8px;
}
.more_menu:hover {
	color: #999999;
}
.rollover_opacity{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.rollover_opacity:hover {
	 opacity:0.6; 
	 filter:alpha(opacity=60); /* For IE8 and earlier */
}
.rollover_opacity2{
max-width: 100%;
height: auto;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.rollover_opacity2:hover {
	 opacity:0.9; 
	 filter:alpha(opacity=60); /* For IE8 and earlier */
}


.footer2 {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
	height: 60px;
	padding-bottom: 10px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
}
.footer_menu {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.footer_menu:hover {
	color: #cccccc;
}
.footer_email {
	font-size: 14px;
	line-height: 14px;
	color: #4d4d4d;
}
.footer_email:hover {
	color: #999999;
}
.text_footer {
	font-size: 12px;
	line-height: 14px;
	color: #B7B7B7;
}
.title_line {
	font-size: 12px;
	line-height: 20px;
	color: #B7B7B7;
}
.png_header {
	background-image: url(images/png_menu.png);
	background-repeat: repeat;
}
.title_textb2 {
	font-size: 24px;
	color: #000000;
}
.title_textb2a {
	font-size: 24px;
	color: #000000;
	line-height: 28px;
}
.title_bold1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.rollover_noopacity{
    max-width: 100%;
    height: auto;
	border: 1px solid #F5F5F5;
}
.table_textb1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}