/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */	
body{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #DDDDDD;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

/* ----- IDS ----- */

#container {
	width: 800px;
	background: #fff;
	padding-bottom: 28px;
	margin: 28px auto;
	clear: both;
}	
#primaryContent{
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	background: 12px;
	line-height: 18px;
}

#primaryContent2{
	width: 480px;
	float: left;
	margin: 0 20px 0 0;
	display: block;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}

#pressContent, #newsContent{
	width: 480px;
	float: left;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#newsContent p {
	margin-top: 20px;
}

#pressContent ul {
	margin: 8px 0 0;
	padding-right: 0;
	padding-left: 0;
}

#pressContent ul li {
	margin: 0 0 20px;
	list-style-type: none;
	padding: 0;
}	
#secondaryContent{
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	width: 430px;
	margin-top: 15px;
	margin-left: 300px;
}

#logo {
	float: left;
	padding-left: 38px;
	padding-top: 20px;
}	
#top_navigation{
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding-top: 80px;
}

#top_navigation ul{
	margin: 0 20px 0 0;
	padding: 0;
}

#top_navigation ul li{
	list-style: none;
	display: inline;
	margin-right: 28px;
}	
#footer{
	clear: both;
}

#sidenavi {
	width: 550px;
	float: left;
	background: url(media/bluestrip.gif) no-repeat 250px 25px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidenavi ul {
	text-align: left;
	padding-left: 30px;
	font-weight: bold;
	color: #061f7d;
	margin-top: 18px;
	margin-left: 0;
}

#sidenavi ul ul {
	text-align: left;
	font-size: 12px;
	padding-left: 0;
	font-weight: normal;
	color: #0080ff;
	margin-left: 0;
}

#sidenavi ul li {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	padding-bottom: 18px;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#sidenavi ul li ul li {
	text-align: left;
	font-size: 12px;
	text-transform: none;
	padding-bottom: 12px;
	list-style: url(media/morelink.gif) inside;
	padding-left: 0;
	margin-left: 0;
}

#sidenavi ul li ul li ul li {
	text-align: left;
	font-size: 12px;
	text-transform: none;
	padding-left: 0;
	list-style: url(media/morelink.gif) inside;
	margin-left: 0;
}

/* My Comment */

#hiddenblock {
	float: left;
	display: block;
	width: 230px;
	height: 420px;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 4px;
}

.more
{
	list-style: url(media/more.gif);
	background: no-repeat url(media/more.gif) right 7px;
}

/* ----- HEADINGS ----- */

h1{
}
h2{
	text-align: center;
	padding-top: 31px;
	font-size: 1.4em;
	line-height: 1.5em;
}
h3{
	margin: 1em 0 0;
	padding: 0;
}

.contact {
	font-size: 10px;
	line-height: 14px;
	padding-left: 30px;
}

#pressContent h4 {
	font-size: 11px;
}

#pressContent h2 {
	font-size: 15px;
	margin-top: 0;
	padding-top: 20px;
}

.adressblock {
	width: 230px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.countries {
	font-weight: bold;
	color: #001f70;
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
	width: 100%;
	margin: 0;
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
	text-decoration: none;
	border-style: none;
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited, a:active, a:focus{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
height: 130px;
background: url(media/rounded_corner.gif) no-repeat right bottom #073191;
}

#menu a, #menu h2{
display:block;
#fff-space:nowrap;
margin:0;
	font-weight: bold;
	line-height: 16px;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	padding: 3px 0 1px 6px;
}

#menu h2{
color:#fff;
text-transform:uppercase
}

#menu a{
text-decoration:none;
	text-align: left;
}

#menu a, #menu a:visited{
color:#fff;
}

#menu a:hover{
color: #84df4f;
}

#menu a:active{
color:#060;
}

#menu ul{
list-style:none;
margin:0;
float:left;
left:0;
	padding: 0 0 0 10px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
	background: #00154d;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

#menu ul ul ul{
top:0;
left:100%;
padding: 0 4px 4px 8px;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{

}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}



/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
}

#menu a.x:hover{
color:#a00;
}

#menu a.x:active{
color:#060;

}

/* End CSS Popout Menu */


#taboutus { width: 105px; }
#taboutus_sub { width: 115px; }
#taboutus_subsub { width: 120px; }
#tmobileprotection { width: 140px; }
#tmobileprotection_sub { width: 130px; }
#tclients { width: 100px; }
#tpressroom { width: 125px; }

#tpressroom_sub { width: 100px; }

#tpressroom_subsub { width: 160px; }
#tcareers { width: 99px; }
#tresearch { width: 135px; }
#tresearch_sub { width: 130px; }
#tcontact { width: 88px; }

#tcontact_sub { width: 100px; }

body { behavior: url(csshover.htc);
	margin: 0;
	padding: 0;
}

[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font-weight: bold;
font-size: 11px;
line-height: 1.4em;
} 
</style>
<![endif]


#navigation {
	text-align: left;
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	background: #001f70;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline; }
#navigation ul {
	height: 28px;
	color: white;
	width: 696px;
	background: #073191 no-repeat;
	padding: 0 0 0 30px;
	float: left;
	margin: 0;
}

#navigation a {
	float: left;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:28px; /* for IE5/Win only */
	}
	
#navigation a:hover {
	background-position: 0 -28px;
	}

#navigation a:active, #navigation a.selected {
	background-position: 0 -56px;
	}
	
#bmain a  {
	width: 46px;
	background: url(media/tmain.gif) top left no-repeat;
	}
	
#babout a  {
	width: 65px;
	background: url(media/tabout.gif) top left no-repeat;
	}
	
#bprotection a  {
	width: 99px;
	background: url(media/tprotection.gif) top left no-repeat;
	}
	
#bclients a  {
	width: 65px;
	background: url(media/tclients.gif) top left no-repeat;
	}

#bpress a  {
	width: 79px;
	background: url(media/tpress.gif) top left no-repeat;
	}

#bresearch a  {
	width: 113px;
	background: url(media/tindustry.gif) top left no-repeat;
	}

#bcareer a  {
	width: 60px;
	background: url(media/tcareer.gif) top left no-repeat;
	}
	
#bcontact a  {
	background: url(media/tcontact.gif) top left no-repeat;
	width: 75px;
}

#end {
	background: url(media/roundbase.gif) #001f70 no-repeat right top;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 74px;
	float: right;
}

#sidenavi a:link {
	color: #2c00fd;
}

#sidenavi a:visited {
	color: #073191;
}

#sidenavi a:hover {
	color: #003b7f;
}

#sidenavi a:active {
	color: #0076fd;
}

hr {
	width: 50%;
	margin-top: 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid silver;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.adressblock {
	margin-bottom: 28px;
	float: left;
}

#ad {
	margin-left: 60px;
	float: left;
	margin-bottom: 50px;
	margin-right: 40px;
	width: 94px;
	height: 125px;
}

.client_list {
	display: block;
	width: 50%;
	float: left;
}

.sitemap_list {
	display: block;
	width: 50%;
	float: left;
}

.newstitle {
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border-style: none;
	margin-top: 10px;
}

ul#pressmain li, ul#pressmain {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	font-size: 10px;
}
