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

#logo{width:427px;height:93px;margin-left:25px; margin-bottom:15px;}
#toprightblock{
	float:right;
	width: 485px;
	height: 85px;
	margin-right:27px;
	
}
#langbox{
	width: 181px;
	height: 85px;
	float: right;
	background-image: url(../images/foundation/topsidebg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#langdrop {
margin-left:12px;
margin-top:5px;	
}
.example_form { width:100px;}
#numberblock{width:292px;height:26px;float:left;font-family: Arial, Helvetica, sans-serif;font-size: 16px;padding-top:5px;}
#socialblock{width:297px;height:36px;float:left;margin-top:0px;}
#socialbox{float:right;padding-top:5px;}
#navbg{
	float:left;
	width: 997px;
	height: 55px;
	margin-left: 2px;
	margin-top: 5px;
	padding-left: 0px;
	z-index: 3;
	background-image: url(../images/foundation/navbackground.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
#opcnav {
    z-index: 2;
    position: relative;
    list-style: none;
	padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#opcnav .opcnav-item {
    display: block;
}

#opcnav .opcnav-tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	width: 100px;
	padding-top: 17px;
	padding-right: 11px;
	padding-bottom: 16px;
	padding-left: 11px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0073A9;

}

#opcnav .opcnav-item-active .opcnav-tab {
	background-color: #FFF;
	color: #003652;
	
}

#opcnav .opcnav-dd {
	position: absolute;
	top: 55px;
	left: 0px;
	margin-left: 0px;
	padding: 0;
	display: none;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	z-index: 2;
	border: thin solid #CCCCCC;
}

#opcnav .opcnav-item-active .opcnav-dd {
    display: block;
}

#opcnav .opcnav-dd-column {
    width: 140px;
    padding: 0px;
    display: table-cell;
    border-left: 1px solid #ddd;
    *float: left;
    *border-left: 0;
	z-index: 2;
}

#opcnav .opcnav-dd-column:first-child {
    border-left: 0;
}

#opcnav .opcnav-dd h3 {
    font-size: 14px;
    color: #86c6d7;
}
#opcnav .opcnav-dd ul li a{
	display:block;
		font-family: Arial, Helvetica, sans-serif;
	width: 160px;
	height: 20px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #ddd;	
	z-index: 2;
}
#opcnav .opcnav-dd ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/foundation/navbackground.jpg);
	color: #FFF;
}

#opcnav .opcnav-dd a {
	color: #000;	
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}

#opcnav .opcnav-dd a:hover {
    color: #86c6d7;
    text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#opcnav .opcnav-dd ul {
    list-style: none;
    padding: 0;
}

#opcnav .opcnav-dd hr {
    border: 1px dotted #ddd;
}


/*search style */
#searchwrapper {
	width: 171px; /*follow your image's size*/
	height: 28px;/*follow your image's size*/
	background-image: url(../images/foundation/searchbox.jpg);
	background-repeat: no-repeat; /*important*/
	padding: 0px;
	margin-top:30px;
	margin-left:10px;
	position:relative;/*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
	border: 0px; /*important*/
	background-color: transparent; /*important*/
	position: absolute; /*important*/
	top: 8px;
	left: 11px;
	width: 128px;
	height: 15px;
}
 
.searchbox_submit {
	border: 0px; /*important*/
	background-color: transparent; /*important*/
	position: absolute; /*important*/
	top: 7px;
	left: 137px;
	width: 20px;
	height: 18px;
}

#guide {
float:right;	
}
#opcvideobtn  {
float:right;
margin-right:25px;	
margin-top:5px;

}
#opcvideobtn a{
	width: 200px;
	color: #eee;
	text-transform: uppercase;

	background-color: #093781;
	border: none;
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 - Rounded Corners -- */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0D63EC), to(#093781));
	background: -moz-linear-gradient(25% 75% 90deg,0D63EC, #093781);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-decoration:none;
}

#opcvideobtn a:hover {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#093781), to(#0D63EC));
	-webkit-box-shadow: 0px 0px 20px #555;
		-moz-box-shadow: 0px 0px 20px #aaa; 
		box-shadow: 0px 0px 20px #555;	
		cursor:  pointer; 
}
/*Main Navigation Code


#opcnav
{margin: 0;padding: 0}

#opcnav li{float: left;list-style: none;margin-top: 2px;font-family: Arial, Helvetica, sans-serif;font-size: 16px;text-align:center;
}

#opcnav li a {
	display: block;
	background-image: url(../images/btnbg.jpg);
	text-decoration: none;
	width: 100px;
	height: 27px;
	color: #EAFFED;
	white-space: nowrap;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#opcnav li a:hover{	background-image: url(../images/btnbg_dwn.jpg);}
		
#opcnav li ul{	margin: 0;padding: 0;position: absolute;visibility: hidden;}
		
#opcnav li ul li{	float: none; display: inline}
			
#opcnav li ul li a {	width: auto;background: #A9C251;color: #24313C}
			
#opcnav li ul li a:hover{	background: #8EA344}
*/
