/* CSS Document */
/* CSS Document */
body
{
padding:auto;
margin:auto;
font-family:Trebuchet MS;
width:100%;
height:100%;
background:#CACACA;
}
h1,h2,h3,h4,h5,h6,p,div
{
padding:0px;
margin:0px;
font-weight:normal;
}
ul,li,a,span,input
{
padding:0px;
margin:0px;
border:none;
}
img
{
border:none;
}


#main_frame
{
padding:auto;
margin:auto;
width:1000px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;


}
#main_header
{
padding:auto;
margin:auto;
width:100%;
height:100%;
display:table;
background:url(../images/main_strip.png) repeat-x ;

}
#header
{
padding:0px 0px 10px 0px;
margin:0px 0px 0px 0px;
float:left;
width:1000px;
height:125px;
background:url(../images/header.png)  no-repeat;
}

.company_name
{
padding:0px;
margin:5px 0px 0px 170px;
float:left;
width:710px;
height:47px;
float:left;
}

#srch
{
padding:0px;
margin:40px 0px 0px 790px;
float:left;
height:20px;
width:175px;
}
.search_box
{
float: right;
background:url(../images/search_button.png) no-repeat;
height:20px;
width:175px;
margin:0px  0px 0px 0px;
}
.txtarea_search
{
background: none;
height:20px;
width:130px;
float: left;
margin:0px 0px 0px 5px;
border:none;
color:#000000;
font-weight: normal;
font-family:Trebuchet MS;
font-size:10px;
text-indent:0px;
padding-left:3px;
}

.search_box:hover
{
cursor: pointer;
}




.menu
{
width:120px;
height:25px;
float:left;
margin:-20px 0px 0px 25px;
background:url(../images/MENU_BG.png) no-repeat;

}
 
.menu ul{

	height: auto;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 22px;
	width:auto;
	text-shadow:none;	
	}
.menu li{
		float:left;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		background: none;
		width:120px;
		height:25px !important;
		font-weight: normal;
		
	}
		
		.menu li:hover{
height:25px;
color:#000000!important;
		}

.menu li a{
		
		color:#000000;
		display:block;
		font-size:16px;
		
		margin:0px;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		text-decoration:none;
		width:60px;
		height:25px;
		font-family:Trebuchet MS;
		background:url(../images/main_menu.png) no-repeat;
		text-align:center;
		font-weight:bold; 
		
		}
		.menu li a:hover, .menu ul li:hover a{			
			color:#000000;
			text-decoration:none;
			background:url(../images/menu_hover.png) no-repeat;
	 
			}
.menu li ul{

		display:none;
		height:auto;
		padding:5px 0px 5px 0px;
		margin:0px 0px 0px -21px;
		border:0px;
		position:absolute;
		width:110px;
		z-index:999;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
	 
		
		
		/*top:1em;
		/*left:0;*/
		}
.menu li:hover ul{
		display:block;
		background:#B1B1B1!important;
		margin-top:0px;
		
		}
		.menu li:hover ul li:hover ul{
		display:block;
		background:#EB3137!important;
		margin:0px 0px 0px 140px;
		}
.menu li li {
        background:#000000;
		display:block !important;
		float: left;
		margin:0px 0px 2px 5px;
		padding:2px 0px 2px 10px;
		width:90px;
		height:20px !important;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
	 

	  }
	  
	  
		.menu li li:hover {
		background:#E11426;
		color:#000000!important;
		text-decoration:none;
		width:90px;
		height:20px !important;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
		
		}
	.menu li:hover li a{
		background:none;
		color:#FFFFFF!important;
		display:block !important;
		float: left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:200px;
		height:22px !important;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
	   
	   
		}
	.menu li ul a{
		display:block;
		height:20px;
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		margin:0px;
		padding:0px 0px 0px 0px;
		text-align:left;
		width:150px;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
	 
	   
		}
		.menu li ul li ul{
		display:none;
		position:relative;
		visibility:hidden;
		margin-top:0px;
		
		}
		.menu  li ul li ul li ul {
		display:none !important;
		position:relative;
		visibility:hidden;
		margin-top:0px;
		background: #EB3137 !important;
		
		}
		.menu  li ul li ul li:hover ul {
		display: block !important;
		position:relative;
		visibility: visible;
		margin:0px 0px 0px 130px !important;
		float:left;
		
		
		}
		
		.menu li ul li ul li 
		{
		background:#000000!important;
		
		
		}
		.menu li ul li ul li:hover 
		{
		background:#000000!important;
		
		
		}
		.menu li ul li ul li a
		{
		background: none !important;
		
		
		}
		.menu li ul li ul li a:hover
		{
		color: #FFFFFF !important;
		text-decoration:none;
		width:200px;
		height:20px !important;
		margin:0px 0px 0px 0px;
		padding:0px 0px 4px 0px;
		}
		.menu li ul li:hover ul{
		display:block;
		position:absolute;
		visibility: visible;
		margin:5px 0px 0px 130px;
		
		}
		
		.menu li ul li ul li:hover a{
		
			background: none;
			color: #FFFFFF !important;
			text-decoration:none;
			width:200px;
		height:20px !important;
		margin:0px 0px 0px 0px;
		padding:0px 0px 4px 0px;
				
			}
	.menu p{
		clear:left;
		}	
#show
{
color:#FFFFFF;
background:url(../images/menu_hover.png) no-repeat;
}


#main_slider
{
padding:auto;
margin:auto;
width:100%;
height:100%;
display:table;
background:url(../images/main_slider.png) repeat-x ;
}


#slider
{
width:824px;
height:227px;
float:left;
background-attachment:scroll;

margin:0px 0px 0px 72px;
}
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:227px;
	float:left;
width:824px;
margin:0px 0px 0px 0px;
	
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
		opacity: 1;
		float:left;
		width:824px;
 		height:227px;
		margin:3px 0px 0px 0px;
		
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		color:#ffffff; 
		height:65px; 
		width:1000px; 
		position:absolute;
		bottom:0;
		font-size:14px;
		font-family: "Trebuchet MS";
		
	}

	#gallery .caption .content {
		margin:3px;
		 
		
		
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
		font-size:22px;
		opacity: 1.4;
	}
	
	
	.suckerdiv ul{
margin: 0;
padding:0px;
list-style-type:none;
color: ffffff;
width: 100px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
padding-left:-5px;
color: ffffff;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 140px; /*sub menu width*/
top: -0px;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{

overflow: auto; /*force hasLayout in IE7 */
color: ffffff;
text-decoration: none;
padding: 0px 0px;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #ffffff;
}

.suckerdiv ul li a:hover{
color:#ffffff;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
color:#FFFFFF;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 0%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#icons
{
padding:0px;
margin:0px 0px 10px 15px;
float:left;
width:980px;
height:auto;
background:url(../images/slider_bg.png) no-repeat;
}

#menu1
{
width:700px;
height:auto;
float: left;
margin:0px 0px 0px 150px;
}
#menu1 ul{

	height:auto;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
    text-shadow:none;	
	float:left;
	}
#menu1 li{
		float:left;
		padding:0px 0px 5px 0px ;
		margin:0px 5px 0px 0px;
		background:none;
		width:130px;
		height:23px !important;
		font-weight:normal;
		
	
		
	   }
		#menu1 li:hover
		{
		height:23px;
        color:#E11426!important;
		}
        #menu1 li a{
		
		color:#000000;
		display:block;
		font-size:14px;
		line-height:23px;
		margin:0px;
		padding:2px 0px 0px 0px;
		text-align: center;
		text-decoration:none;
		width:130px;
		height:23px;
		font-family:Trebuchet MS;
		float:left;
		font-weight:bold;
		}
		#menu1 li a:hover, #menu1 ul li:hover a{			
			color: #E11426;
			text-decoration:none;
			border-radius:30px;
		-moz-border-radius:30px;
       -webkit-border-radius:30px;
	   cursor:pointer;
	   width:130px;
		height:23px !important;
		
	
	 
			}
#menu1 li ul{

		display:none;
		height:auto;
		padding:0px 0px 5px 0px;
		margin:0px 0px 0px -30px;
		border:0px;
		position:absolute;
		width:210px;
		z-index:999;
		padding-top:0px;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
	 
	   
		
		/*top:1em;
		/*left:0;*/
		}
#menu1 li:hover ul{
		display:block;
		background: #B1B1B1 !important;
		margin-top:27px;
		}
		#menu1 li:hover ul li:hover ul{
		display:block;
		background:#268e28!important;
		margin:0px 0px 0px 140px;
		}
#menu1 li li {
background:#000000;
		display:block !important;
		float: left;
		margin:2px 0px 0px 5px;
		padding:0px 0px 4px 20px;
		width:180px;
		height:20px !important;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
		
		
		}
		#menu1 li li:hover {
		background:#E11426;
		color:#FFFFFF !important;
		text-decoration:none;
		width:180px;
		height:20px !important;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
		}
	#menu1 li:hover li a{
		background:none;
		color:#FFFFFF !important;
		display:block !important;
		float: left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		width:180px;
		height:20px !important;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
	   
		}
	#menu1 li ul a{
		display:block;
		height:20px;
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		margin:0px;
		padding:0px 0px 0px 0px;
		text-align:left;
		width:180px;
		border-radius:15px;
		-moz-border-radius:15px;
       -webkit-border-radius:15px;
		}
		#menu1 li ul li ul{
		display:none;
		position:relative;
		visibility:hidden;
		margin-top:0px;
		
		}
		#menu1  li ul li ul li ul {
		display:none !important;
		position:relative;
		visibility:hidden;
		margin-top:0px;
		background:#89baf0 !important;
		
		}
		#menu1  li ul li ul li:hover ul {
		display: block !important;
		position:relative;
		visibility: visible;
		margin:0px 0px 0px 130px !important;
		float:left;
		
		
		}
		
		#menu1 li ul li ul li 
		{
		background:#CCCCCC!important;
		
		
		}
		#menu1 li ul li ul li:hover 
		{
		background: #89baf0!important;
		
		
		}
		#menu1 li ul li ul li a
		{
		background: none !important;
		
		
		}
		#menu1 li ul li ul li a:hover
		{
		color:#000000 !important;
		text-decoration:none;
		width:180px;
		height:20px !important;
		margin:0px 0px 0px 0px;
		padding:0px 0px 4px 0px;
		}
		#menu1 li ul li:hover ul{
		display:block;
		position:absolute;
		visibility: visible;
		margin:5px 0px 0px 130px;
		
		}
		
		#menu1 li ul li ul li:hover a{
		
			background: none;
			color:#000000 !important;
			text-decoration:none;
			width:180px;
		height:20px !important;
		margin:0px 0px 0px 0px;
		padding:0px 0px 4px 0px;
				
			}
	#menu1 p{
		clear:left;
		}	

		
#show a
{
color:#E11426!important;
}


#main_content
{
padding:auto;
margin:auto;
display:table;
height:auto;
width:100%;
background:url(../images/main_bg.png) #FEFEFE repeat-x;
}


.about_us
{
padding:0px 0px 20px 0px;
margin:0px;
float:left;
width:1000px;
height:auto;
}



.about_us h1
{
padding:0px;
margin:25px 0px 5px 20px;
width:800px;
height:auto;
font-size:22px;
font-family:Britannic Bold;
color:#e11426;
}

.about_us p
{
padding:0px;
margin:10px 20px 20px 20px;
width:960px;
height:auto;
font-size:16px;
font-family:Trebuchet MS;
color:#676767;
font-style:normal;
text-align:justify;
}
.strip
{
padding:0px;
margin:10px 0px 0px 20px;
float:left;
width:951px;
height:2px;
background:url(../images/strip.png)  no-repeat;
}


.product
{
padding:auto;
margin:0px 0px 0px 0px;
display:table;
height:130px;
width:1000px;
}


.image_gallary1
{
margin:9px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:1000px;
height:auto;
}
.image_gallary1 div
{
float:left;
margin-bottom:40px;
width:225px;
height:159px;
margin-right:0px;
opacity:1;
margin-left:20px;
margin-top:10px;
}
.image_gallary1 div b
{
text-align:center;
float:left;
font-size:14px;
margin:0px 0px 0px 0px;
width:225px;
height:20px;
line-height:14px;

text-shadow:#000000;
}
.image_gallary1 div img
{
float: none;
opacity: 1;
z-index:1;
-webkit-transition-duration: 0.8s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.8s; /*Mozilla duration version*/
-o-transition-duration: 0.8s;
width:225px;
height:159px;
vertical-align:middle;

}
.image_gallary1 div img:hover
{
-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
z-index:1;
color: #FFFFFF;
}




#main_footer
{
padding:auto;
margin:auto;
display:table;
height:197px;
width:100%;
background:url(../images/footer_bg.png)repeat-x;
}
.footer
{
padding:auto;
margin:0px 0px 0px 0px;
display:table;
height:197px;
width:1000px;
}




.sitemap
{
padding:0px;
margin:15px 0px 0px 10px;
float:left;
width:90px;
height:95px;
}

.sitemap h3
{
padding:0px;
margin:5px 0px 5px 10px;
float:left;
font-size:16px;
font-style:normal;
font-family:Trebuchet MS;
color:#E11426;
font-weight:bold;
}

.sitemap ul
{
list-style-type:none;
padding:0px 0px 0px 0px;
text-decoration:none;
}
.sitemap li
{
float:left;
margin:0px 0px 4px 0px;
text-align:center;
padding-top:0px;
font-family: Arial;
font-size:11px;
color:#333333;
-webkit-transition-duration: 0.4s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.4s; /*Mozilla duration version*/
-o-transition-duration: 0.4s;
width:90px;

}
.sitemap li:hover
{
text-decoration:underline;
color:#E11426;
}



.product1
{
padding:0px;
margin:15px 0px 0px 10px;
float:left;
width:190px;
height:95px;
}

.product1 h3
{
padding:0px;
margin:5px 0px 5px 0px;
float:left;
font-size:16px;
font-style:normal;
font-family:Trebuchet MS;
color:#E11426;
font-weight:bold;
width:100px;
}

.product1 ul
{
list-style-type:none;
padding:0px 0px 0px 0px;
text-decoration:none;
}
.product1 li
{
float:left;
margin:0px 0px 2px 0px;
padding-top:0px;
font-family: Arial;
font-size:11px;

color:#333333;
-webkit-transition-duration: 0.4s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.4s; /*Mozilla duration version*/
-o-transition-duration: 0.4s;
width:190px;
}

.product1 li:hover
{
text-decoration:underline;
color:#E11426;
}



.contact_us
{
padding:0px;
margin:15px 0px 0px 10px;
float:left;
width:300px;
height:120px;

}

.contact_us h3
{
padding:0px;
margin:5px 40px 0px 0px;
float:left;
font-size:16px;
font-style:normal;
font-family:Trebuchet MS;
color:#E11426;
font-weight:bold;
width:100px;
}


.contact_us h5
{
padding:0px;
margin:0px 0px 0px 0px;
float:left;
font-size:12px;
font-style:normal;
font-family:Trebuchet MS;
color:#333333;
width:300px;
height:95px;
}





.text
{
padding:0px;
margin:16px 0px 0px 65px;
float:left;
width:300px;
height:50px;
}
.text h3
{
padding:0px;
margin:5px 40px 0px 0px;
float:left;
font-size:16px;
font-style:normal;
font-family:Trebuchet MS;
color:#E11426;
font-weight:bold;
width:200px;
}

.text p
{
padding:0px;
margin:0px;
float:left;
width:300px;
height:auto;
text-align:justify;
font-size:11px;
color:#333333;
}


.copyrgt
{
padding:0px;
margin:25px 0px 0px 436px;
float:left;
width:540px;
height:auto;
}

.copyrgt h5
{
padding:0px;
margin:0px 0px 0px 0px;
float:left;
font-size:11px;
font-style:normal;
font-family:Trebuchet MS;
color:#c6c6c6;
width:540px;
}

.logo
{
padding:0px;
margin:40px 0px 0px 60px;
float:left;
width:300px;
height:auto;
}

.enquiry_form
{
height:460px;
width:480px;
float: left;
margin:8px 0px 15px 10px;
background:none;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-radius:10px 0px 0px 10px;
border-radius:10px 0px 0px 10px;
background:#E11426;
padding:15px 20px 10px 30px;
border-right:4px solid #000000;
}
.enquiry_form div
{
width:466px;
float: left;
height:auto;
color: #ffffff;
font-size:14px;
font-family:Trebuchet MS;
margin-top:4px;
font-weight: normal;
margin-right:13px;
position:relative;
display:block;
margin-bottom:5px;
text-shadow:none;
font-weight:bold;
}
.enquiry_form input
{
-moz-box-shadow: 0px 1px 0px #777;
-webkit-box-shadow: 0px 1px 0px #777;
background: #ddd url('img/inputSprite.png') no-repeat 4px 5px;
background: url('img/inputSprite.png') no-repeat 4px 5px, -moz-linear-gradient(
           center bottom,
           rgb(225,225,225) 0%,
           rgb(215,215,215) 54%,
           rgb(173,173,173) 100%
           );
	  background:  url('img/inputSprite.png') no-repeat 4px 5px, -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(225,225,225)),
          color-stop(0.54, rgb(215,215,215)),
          color-stop(1, rgb(173,173,173))
          );
color:#FFFFFF;
text-shadow:0px 1px 0px;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.enquiry_form input:hover
{
background:#000000;
}
.txt_box
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
background:#CCCCCC;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.txt_area
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:23px;
width:356px;
float:right;
margin:0px;
}
.enquiry_form  select 
{
height:23px;
width:360px;
float:right;
color: #000000;
font-family:Trebuchet MS;
font-size:11px;
font-weight: normal;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
background:#CCCCCC;
}
.enquiry_form  textarea 
{
color:#FFFFFF;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px ;
background:#CCCCCC;
}
.enquiry_form textarea:hover
{
background:#000000;
}
.enquiry_form select:hover
{
background:#000000;
}
.button
{
height:25px;
width:80px;
border:none;
cursor:pointer;
color:#E11426!important;
font-family: Arial!important;
 border:2px solid #000000;
 font-weight:bold;
box-shadow: 0px 3px 0px #000000!important;
-moz-box-shadow: 0px 3px 0px #000000!important;
-webkit-box-shadow: 0px 3px 0px #000000!important;
float:right !important;
margin-top:5px !important;
margin-right:5px !important;
}


#contact
{
height:465px;
width:430px;
float: left;
margin:8px 0px 8px 0px;
-moz-border-radius:0px 10px 10px 0px;
-webkit-border-radius:0px 10px 10px 0px;
border-radius:0px 10px 10px 0px;
background:#E11426;
padding:10px 0px 10px 10px;
}
#contact a
{
color:#CCCCCC;
}
#contact a:hover
{
color:#CCCCCC;
text-decoration:underline;
}
#contact h3
{
height: auto;
width:410px;
float:left;
margin:0px 0px 20px 0px;
background: none;
padding:5px 5px 6px 0px;
text-align:left;
color:#FFFFFF;
font-size:18px;
font-weight:normal;
border-bottom:2px solid #000000;
}
#contact font
{
font-family: Trebuchet MS;
font-size:14px;
color: #ffffff;
font-weight:bold;
width:295px;
float:left;
margin:10px 0px 10px 0px ;
height:30px;
}
#contact b
{
font-size:15px;
color:#B60101;
font-weight:bold;
float:left;
width:120px;
margin:10px 0px 0px 0px ;
height:40px;
}



.enquiry
{
padding:0px 0px 0px 0px;
margin:0px;
float:left;
width:1000px;
height:auto;
}



.enquiry h1
{
padding:0px;
margin:25px 0px 5px 20px;
width:800px;
height:auto;
font-size:22px;
font-family:Britannic Bold;
color:#e11426;
}


.location_pic
{
padding:0px;
margin:20px 0px 20px 170px;
float:left;
width:680px;
height:300px;
}


.profile
{
padding:0px 0px 0px 0px;
margin:0px;
float:left;
width:1000px;
height:auto;
}



.profile h1
{
padding:0px;
margin:25px 0px 5px 20px;
width:800px;
height:auto;
font-size:22px;
font-family:Britannic Bold;
color:#e11426;
}


.profile p
{
padding:0px;
margin:10px 20px 20px 20px;
width:960px;
height:auto;
font-size:16px;
font-family:Trebuchet MS;
color:#676767;
font-style:normal;
text-align:justify;
}


.profile p span
{
padding:0px;
margin:0px 0px 0px 0px;
width:550px;
height:auto;
font-size:16px;
font-family:Trebuchet MS;
color:#676767;
font-style:normal;
text-align:justify;
background:#CCCCCC;
}

.profile h2
{
padding:0px;
margin:25px 0px 5px 20px;
width:800px;
height:auto;
font-size:18px;
font-family:Britannic Bold;
color:#000000;
}

.profile ul
{
list-style:disc;
float:left;
padding-left:40px;
}
.profile ul li
{
padding:0px 0px 5px 0px;
margin:0px 0px 6px 0px;
width:940px;
}
.profile ul li a
{
padding:0px 0px 0px 0px;
margin:0px;
width:940px;
height:auto;
font-size:16px;
font-family:Trebuchet MS;
color:#FF0000;
font-weight:bold;
text-decoration:none;
}




.image_gallary2
{
margin:9px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:1000px;
height:auto;
}
.image_gallary2 div
{
float:left;
margin-bottom:80px;
width:293px;
height:138px;
margin-right:0px;
opacity:1;
margin-left:30px;
margin-top:10px;
}
.image_gallary2 div b
{
text-align:center;
float:left;
font-size:14px;
margin:0px 0px 0px 0px;
width:293px;
height:20px;
line-height:14px;
text-shadow:#000000;
}
.image_gallary2 div img
{
float: none;
opacity: 1;
z-index:1;
-webkit-transition-duration: 0.8s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.8s; /*Mozilla duration version*/
-o-transition-duration: 0.8s;
width:293px;
height:138px;
vertical-align:middle;

}
.image_gallary2 div img:hover
{
-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
z-index:1;
color: #FFFFFF;
}
.profile h5 a
{
padding:0px;
margin:10px 0px 4px 850px;
float:left;
width:120px;
height:auto;
font-weight:bold;
font-size:14px;
color:#E11426;
font-family:Rockwell;
text-decoration:none;
}



.image_gallary3
{
margin:9px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:1000px;
height:auto;
}
.image_gallary3 div
{
float:left;
margin-bottom:40px;
width:225px;
height:159px;
margin-right:0px;
opacity:1;
margin-left:20px;
margin-top:10px;
}
.image_gallary3 div b
{
text-align:center;
float:left;
font-size:14px;
margin:0px 0px 0px 0px;
width:225px;
height:20px;
line-height:14px;

text-shadow:#000000;
}
.image_gallary3 div img
{
float: none;
opacity: 1;
z-index:1;
-webkit-transition-duration: 0.8s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.8s; /*Mozilla duration version*/
-o-transition-duration: 0.8s;
width:225px;
height:159px;
vertical-align:middle;
}




.image_gallary4
{
margin:9px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
width:1000px;
height:auto;
}
.image_gallary4 div
{
float:left;
margin-bottom:190px;
width:240px;
height:180px;
margin-right:0px;
opacity:1;
margin-left:150px;
margin-top:10px;
}
.image_gallary4 div b
{
text-align:center;
float:left;
font-size:14px;
margin:0px 0px 0px 0px;
width:240px;
height:20px;
line-height:14px;

text-shadow:#000000;
}
.image_gallary4 div img
{
float: none;
opacity: 1;
z-index:1;
-webkit-transition-duration: 0.8s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.8s; /*Mozilla duration version*/
-o-transition-duration: 0.8s;
width:240px;
height:180px;
vertical-align:middle;
}