@charset "utf-8";
/* CSS Document */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #E1EEFC;
}

#ban_rept{ background-image:url(../images/ban_left_rept.jpg); height:186px;}
#ban_rept1{ background-image:url(../images/left_ban_rept.jpg);}
#nav_rept{ background-image:url(../images/navication_rept.jpg); height:33px;}
#mid_ban_rept{ background-image:url(../images/mid_ban_rept.jpg); height:129px;}
#footer_rept{ background-image:url(../images/footer_rept.jpg); background-repeat:repeat-x;}

td{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000;}

.style3 { font-size:15px; color: #982729; font-weight: bold;
}
.style3 {font-size: 9px;
}
.style4 {font-size: 12px; padding-left:7px;
}

.navication{
font-size:14px;
color:#06375F;
}

.navication_bul{
font-size:14px;
font-weight:bold;
}

.top_link{
font-size:11px;
font-weight:normal;
color:#FFFFFF;
}

.search_link{
color:#FFFFFF;
padding:0 0 0 4px;
}

.welcome_text{
text-align:justify;
padding:5px 15px 0 4px;
}

.welcome_services{
padding:23px 0 0 9px;
}

.more{
font-size:13px;
color:#1B6898;
font-weight:bold;
padding:0 15px 0 0;
}

.bgimg{
	background-image:url(../images/main_page_rept.jpg);
	background-repeat:repeat-y;}

.baground_rept{
background-repeat:repeat-x;
background-position:top;
background:url(../images/main_page_rept.jpg);
}

.product_name{
color:#074E85;
}

.view{
color:#DC4441;
}

.products{
font-weight:bold;
color:#619811;
padding:0 0 0 5px;
}

.view_products{
font-weight:bold;
color:#6F0816;
padding:30px 23px 0 0;
}

.contact_info{
padding:17px 0 0 32px;
}

a.menu-mail:link, a.menu-mail:active, a.menu-mail:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
	
a.menu-mail:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#06375F;
}
	
	
a.contact:link, a.contact:active, a.contact:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.contact:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

	
a.mail:link, a.mail:active, a.mail:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6F0816;
	text-decoration:none;
	font-weight:bold;
}

a.mail:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6F0816;
	text-decoration:none;
}

a.nav:link, a.nav:active, a.nav:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#06375F;
	text-decoration:none;
	font-weight:bold;
}

a.nav:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
	
a.navi:link, a.navi:active, a.navi:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DC4441;
	text-decoration:none;
	font-weight:bold;
	padding-right:5px;
}
	
a.navi:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#DC4441;
	text-decoration:none;
	padding-right:5px;
}

.footer{
	font-size:11px;
	color:#000000;
	padding:20px 0 0 0;
}

.footer1{
	font-size:11px;
}

.products_page{
	font-size:15px;
	font-weight:bold;
	color:#619811;
	padding:0 0 0 5px;
}

.contactpage{
	font-size:14px;
	padding:0 0 0 30px;
}

.contact_heading{
	font-size:14px;
	font-weight:bold;
}

a.top:link, a.top:active, a.top:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:ffffff;
	text-decoration:none;
	font-weight:normal;
}

a.top:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

.style1 {color: #000000;
}

.style2 {color: #074C84;
}

/**** GALLERYSTYLE ****/
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid fff;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: #fff;
padding: 5px;
left: -1000px;
border: 1px solid #FFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/**** GALLERYSTYLE END ****/