@charset "utf-8";
/* CSS Document */

body
	{
	 margin:0 auto;
	 padding:0;
	}
.logo
	{
		width:109px;
		height:98px;
		margin:0;
		margin:10px 0 0 0;
		
	}
.logo a
	{
		width:109px;
		height:98px;
		margin:0;
		background: url(../images/logo2.png) no-repeat;
		display:block;
	}
.logo_text
	{
		width:466px;
		height:60px;
		margin:0;
		margin:10px 0 0 0;
		background: url(../images/logo-text2.png) no-repeat;
		
	}
.webmail

{
	width:165px;
	height:25px;
	margin:auto;
	background:url(images/we-bg.jpg) no-repeat;
	padding:0 0 0 15px;
}	  	  
.webmail ul

{
	list-style:none;
	margin:0;
	padding:0;
}	  
.webmail ul li

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	font-weight: bold;
	float:left;
}	  
		  
.webmail ul li a

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	font-weight: bold;
	text-decoration:none;
	padding:0 3px 0 3px;
	line-height:20px;
}	  
.webmail ul li a:hover
{
 color: #FF3300;
 
 }	  











	
	
#menu{
	width:600px;
	margin: 0;
	padding:0px 0px 0 12px;
	list-style: none;
	color: #fff;
	
background-color: #e63136;
-webkit-border-radius:7px 0 7px 0px;
-moz-border-radius:7px 0 7px 0px;
border-radius:7px 7px 0 0px;
text-transform: uppercase;
		
		
}

#menu li{
	float: left;
	padding:0 0 0px 0;
	position: relative;
	border-right: 1px solid #c60208;
		
		position: relative;
}

#menu a{
	float: left;
	height:40px;
	
	padding:0px 12px;
	color: #fff;
	
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	line-height:40px;

		
		

}
#menu a.active{
	float: left;
	height:40px;
	
	padding: 0 15px;
	color: #fff;
	
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	line-height:40px;

}
#menu li:hover > a
{
	color: #fff;
}
#menu li:hover > a.active
{
	color:#fff;
}
*html #menu li a:hover /* IE6 */
{
	color: #000000;
}
*html #menu li a.active
{
	color:#000000;
}
#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top:40px;
    left: 0;
    z-index: 99999;    
    background: #e63136;

   _margin: 0; /*IE6 only*/
		opacity: 5;
	text-decoration: none;	

		
		-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
		-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);	

}

#menu ul ul
{
  top: 0;
  left: 130px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow:  
    -webkit-box-shadow: 0 1px 0 #ffffff, 0 2px 0 #ffffff;
    box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff;
	color:#000000;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    padding: 10px;
	height: 10px;
	width: 200px;
	height: auto;
    line-height: 1;
    display: block;
    font-weight:normal;
    float: none;
	text-transform: none;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
	text-decoration:none;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #333;
	  
color:#ffffff;

	
}

#menu ul li:first-child > a
{

}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 60px;
    top: -0px;
    width: 0;
    height: 0;
   
  
}

#menu ul ul li:first-child a:after
{
    left: 50px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 1px solid  #fff;
    border-top: 1px solid #fff;
    
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #fff; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #fff; 
    
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




.menu
	{
		width:635px;
		height:40px;
		margin:auto;
		padding:0 0 0 0px;
		background-color: #e63136;
-webkit-border-radius:7px 0 7px 0px;
-moz-border-radius:7px 0 7px 0px;
border-radius:7px 7px 0 0px;
padding:0 0 0 15px;
		
	}
.menu ul
	{
		margin:0;
		padding:0;
		list-style:none;
		
	}
.menu ul li
	{
		display: block;
    position: relative;
    float: left;
	color:#FFFFFF;
	}
.menu ul li a
	{
		display: block;
    text-decoration: none;
    color: #ffffff;
   
    padding: 0px 25px 0px 25px;
	font-size:12px;
   
    
    white-space: nowrap;
	height:35px;
	line-height:35px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	}
.menu ul li a:hover
	{
		background: #333;
		
		background-position:bottom;
	}
.menu ul li a.active
	{
		background: #333;
	}			
	
.text1
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		font-weight:normal;	
	}
	
.text2
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #FF3300;
		font-weight:normal;	
	}
.text22
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #333;
		line-height:16px;
		font-weight:normal;	
	}		
.text3
	{
	font-size:12px;
	color: #FF3300;
	font-weight: bold;
	}	
.text4
	{
		font-family:Calibri;
		font-size:20px;
		color: #333;
		font-weight: normal;	
	}
.text5
	{
		font-family:Calibri;
		font-size:24px;
		color: #666;
		font-weight: normal;	
	}	
	
.text6
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		color: #666;
		font-weight: normal;
		line-height:18px;
		font-weight:bold;	
	}	
.text7
	{
		font-family:Lucida Sans ;
		font-size:12px;
		color: #666;
		font-weight: normal;
		line-height:18px;
		font-weight: normal;	
	}
	
.text8
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ccccc2;
		font-weight: normal;	
	}	
	
	
			
.product1
	{
		width:245px;
		height:269px;
		margin:auto;
		background:url(../images/pr1.jpg) no-repeat;
	}	
	
.footer4
	{
		width:380px;
		height:20px;
		margin:auto;
		
		
	}
.footer4 ul
	{
	margin:0;
	padding:0;
	list-style:none;
		
	}
.footer4 ul li
	{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ccccc2;
font-weight:normal;
float:left;
	}
.footer4 ul li a
	{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ccccc2;
font-weight:normal;

text-decoration:none;
padding:0 3px 0 3px;
line-height:20px;
	}
.footer4 ul li a:hover
	{
		color: #265cca;
	}	
	
.vertical_menu
	{
	width:240px;
	height:35px;
	margin-bottom:3px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
		
		
	}	
.vertical_menu ul
	{
	 list-style:none;
	 margin:0;
	 padding:0;
	}	
	
.vertical_menu ul li
	{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#333333;
	 font-weight:normal;
	 background: url(../images/v-bg.jpg) no-repeat;
	 line-height:35px;
	 width:225px;
		height:35px;
	}	
.vertical_menu ul li a
	{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#333333;
	 text-decoration:none;
	 line-height:35px;
	 padding:0 20px 0 20px;
	 
	}
.vertical_menu ul li a:hover	
	
	{
	 
	 color: #FF6600;
	
	}		
	
.text9
	{
	 font-family:Tahoma;
	 font-size:24px;
	 color:#333333;
	 font-weight:normal;
	}
.text10
	{
	 font-family:Tahoma;
	 font-size:12px;
	 color:#333333;
	 font-weight: bold;
	}	
.contact_heder
	{
		width:370px;
		height:35px;
		margin:auto;
		background-color:#dadada;
		 border-top-right-radius: 5px;
border-top-left-radius: 5px;
line-height:35px;
padding:0 10px 0 10px;
	}	
	
.contact_input
	{
		width:260px;
		height:30px;
		margin:auto;
		background:#FFFFFF;
		border:0;
		color:#666666;
		padding:0 5px 0 5px;
		line-height:25px;
		border:1px #d3d0d0 solid;
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}	
	
.contact_text
	{
		width:260px;
		height:60px;
		margin:auto;
		background:#FFFFFF;
		border:0;
		color:#666666;
		padding:0 5px 0 5px;
		line-height:25px;
		border:1px #d3d0d0 solid;
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
	
.contact_submit
	{
		width:80px;
		height:27px;
		margin:auto;
		line-height:30px;
		text-decoration:none;
		text-align:center;
		color:#fff;
	background-color:#e63136;
		 	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.32);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.32);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.32);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border:none;
	}	
	
	
.facebook
	{
		width:23px;
		height:24px;
		margin:0;
		
	}	
.facebook a
	{
		width:23px;
		height:24px;
		margin:0;
		background:url(../images/f-icon.png) no-repeat;
		display:block;
	}		
	
	
.tuter
	{
		width:23px;
		height:24px;
		margin:0;
		
	}	
.tuter a
	{
		width:23px;
		height:24px;
		margin:0;
		background: url(../images/t-icon.png) no-repeat;
		display:block;
	}		
		
.youtube
	{
		width:23px;
		height:24px;
		margin:0;
		
	}	
.youtube a
	{
		width:23px;
		height:24px;
		margin:0;
		background: url(../images/you-t.png) no-repeat;
		display:block;
	}		
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
