@CHARSET "UTF-8";

/* <![CDATA[ */
@import url('editor.css');
/* ]]> */


*
	{
		padding: 0px;
		margin: 0px;
		font-family: tahoma, arial, sans serif;
	}

body
	{
		font-family: tahoma, arial;
		background: url('images/body_bg.png') top left repeat-x;
		overflow-x: scroll; 
		font-size: 11px;
	}
	
img
	{
		border: 0px;
	}
	
a
	{
		text-decoration: none;
		color: #000;
	}
	
a:active, a:focus, object
	{
		outline: 0;
	}
	
div
	{
		overflow: hidden;
		margin: auto;
	}
	
div#innerNav a
	{
		color: #eee;
	}
	
div#page
	{
		width: 1000px;
		margin: auto;	
		padding-top: 10px;
		
	}
	
div#header
	{
		width: 980px;
		height: 75px;
	}
	
div#footer
	{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
div#logo
	{
		width: 294px;
		height: 72px;
		float: left;
	}
	
div#navBarContainer
	{
		height: 75px;
		width: 483px;
		text-align: right;
		float: right;
	}
	
div#lang
	{
		padding-right: 10px;
	}		
	
a#pl
	{
		font-weight: bold;
		color: #a80000;
	}
	
a#en
	{
		font-weight: bold;
		color: #122a6d;
	}
	
div.navBar
	{
		height: 58px;
		width: 483px;	
		margin: auto;
		background: url('images/nav_bar.png') top left no-repeat;	
	}
	
ul.navBar
	{
		list-style: none;
		margin: auto;
		padding-left: 25px;
		padding-top: 6px;
	}
	
ul.navBar li
	{
		background: url('images/arrow.png') top center no-repeat;
		padding: 10px;
		padding-top: 16px;
		margin: auto;
		float: left;
	}
	
ul.navBar li.space
	{
		background: url('images/space.png') top center no-repeat;
		padding: 0px;
		margin-top: 8px;
		float: left;
		width: 2px;
		height: 35px;
	}
	
ul.navBar li a
	{
		display: block;
		color: #eee;
		font: 12px/1.231 arial,helvetica,clean,sans-serif;
		text-decoration: none;
	}
	
div#nav
	{
		width: 980px;
		height: 56px;
		margin-top: 2px;
	}
	
div#innerNav
	{
		width: 500px;
		height: 40px;
		float: left;
		margin-top: 18px;
		margin-left: 7px;
	}
	
div#innerNavLeft
	{
		width: 16px;
		height: 39px;
		float: left;
		background: url('images/inner_nav_left_bg.png') top center no-repeat;
	}	
	
div#innerNavCenter
	{
		padding-left: 25px;
		padding-right: 25px;
		height: 39px;
		float: left;
		background: url('images/inner_nav_center_bg.png') top center repeat-x;
	}	
	
div#innerNavRight
	{
		width: 16px;
		height: 39px;
		float: left;
		background: url('images/inner_nav_right_bg.png') top center no-repeat;
	}	
	
object#headBannerFlash
	{
		margin-left: 10px;
		margin-right: 10px;
	}		

img#navText
	{
		margin-top: 5px;
		margin-right: 13px;
		float: right;
	}
	
div#flashoCos
	{
		width: 1000px;
		height: 257px;
		overflow: visible;
		margin: auto;
		margin-bottom: 10px;
		text-align: center;
		background: url('images/flashocos_bg.png') top center no-repeat;
	}
div#flashCMS{
	width: 1000px;
	height: 970px;
}
	
div#footer div.navBar ul.navBar li a
	{
		display: block;
		color: #aaa;
		text-decoration: none;
	}	

div#copy
	{
		margin: auto;
		margin-top: 10px;
		text-align: center;
	}
	
div#profiles
	{
		margin-top: 5px;
		height: 180px;
		width: 980px;
	}
	
h1.profiles
	{
		margin-top: 7px;
		font-family: arial;
		font-weight: bold;
		font-size: 18px;
		color: #333;
	}
	
div.profileContainer
	{
		margin-left: 8px;
		margin-right: 8px;
		padding-right: 4px;
		padding-bottom: 3px;
		width: 225px;
		height: 177px;
		float: left;
		background: url('images/profile_container_bg.png') top left no-repeat;
	}	
	
h2.profilesGray
	{
		font-family: arial black, arial;
		font-size: 14px;
		color: #aaa;
		font-weight: bolder;
	}
	
h2.profiles
	{
		font-family: arial black, arial;
		font-size: 15px;
		color: #333;
		font-weight: bolder;
	}
