/* Search Field */
div#searchbox input#search {
	background: url(../images/header/search.png) no-repeat left top;
	border: 0;
	color: #a6a7a7;
	font-size: 10pt;
	height: 20px;
	line-height: 20px;
	padding: 4px 35px 4px 10px;
	width: 190px;
}

div#searchbox input#search[type="search"] {
	width: 200px;
}

* html div#searchbox input#search {
	background-attachment: fixed;
}

/*body*/
body {
	color: #1d1d1d;
	font-family: Arial, sans-serif;
	font-size: 13px;
	height: auto;
	margin: 0 auto;
	overflow-x: hidden;
	padding: 0 20px;
	position: relative;
	text-align: justify;
	width: 960px;
}

a {
	color: #a6a7a7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.company {
	color: #616265;
	font-weight: bold;
}

#header {
	margin: 0 65px;
	position: relative;
	width: 830px;
}

#logo {
	margin: 0;
	padding: 0;
}


#searchbox {
	height: 35px;
	position: absolute;
	right: 20px;
	top: 50px;
	
	/*display: none;*/
}

#searchbox label.overlay {
	color: #a6a7a7;
	font-weight: bold;
}

#lang {
	color: #a6a7a7;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 20px;
}

#lang .current {
	color: #bed600;
}

#lang a {
	color: #a6a7a7;
}


/*menu section*/
ul#menu {
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 830px;
}

ul#menu li.menu {
	height: 40px;
	position: absolute;
	width: 138px;
}

ul#menu li a.menu {
	background-repeat: no-repeat;
	display: block;
	height: 40px;
}

ul#menu li.menuHome {
	left: 0;
}

ul#menu li.menuHome a.menu 				{ background-position:	0		top; }
ul#menu li.menuHome a.selected,		
ul#menu li.menuHome a.menu:hover		{ background-position:	0		-50px;}

ul#menu li.menuSolutions {	
	left: 138px;
}

ul#menu li.menuSolutions a.menu			{ background-position:	-150px	top; }
ul#menu li.menuSolutions a.selected,
ul#menu li.menuSolutions:hover a.menu 	{ background-position:	-150px	-50px; }

ul#menu .submenu {
	display: none;
	left: 3px;
	list-style: none;
	margin: 0;
	opacity: .9;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 133px;
	z-index: 1000;
}

ul#menu .submenu a {
	background-color: #b2b2b2;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	line-height: 22px;
}

ul#menu .submenu a:hover {
	background-color: #8b8c8d;
}

ul#menu .submenu li {
	height: 32px;
	margin: 1px 0 0;
	padding: 0;
}

ul#menu .submenu li.last a {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

ul#menu li.menuAchievements {
	left: 276px;
}

ul#menu li.menuAchievements a.menu			{ background-position:	-300px	top; }
ul#menu li.menuAchievements a.selected,
ul#menu li.menuAchievements a.menu:hover	{ background-position:	-300px	-50px; }


ul#menu li.menuNews {
	left: 414px;
}

ul#menu li.menuNews a.menu				{ background-position:	-450px	top; }
ul#menu li.menuNews a.selected,
ul#menu li.menuNews a.menu:hover		{ background-position:	-450px	-50px; }

ul#menu li.menuAboutus {
	left: 552px;
}

ul#menu li.menuAboutus a.menu			{ background-position:	-600px	top; }
ul#menu li.menuAboutus a.selected,
ul#menu li.menuAboutus a.menu:hover		{ background-position:	-600px	-50px; }

ul#menu li.menuContactus {
	left: 690px;
}

ul#menu li.menuContactus a.menu			{ background-position:	-750px	top; }
ul#menu li.menuContactus a.selected,
ul#menu li.menuContactus a.menu:hover	{ background-position:	-750px	-50px; }

/** Breadcrumbs **/
#breadcrumbsHead {
	margin: 0 0 10px;
}

#breadcrumbsHead ul li.selected {
	color: #719500;
	font-weight: bold;
}

#breadcrumbsHead.lexedo ul li.selected {
	color: #009ddb;
}

#breadcrumbsHead.lexfind ul li.selected {
	color: #d3222a;
}

#breadcrumbsHead.services ul li.selected {
	color: #ff7d00;
}

#breadcrumbsHead ul {
	border-bottom: 1px solid #8c8d8e;
	margin: 0;
	padding: 10px 20px;
	list-style: none;
}

#breadcrumbsHead ul li {
	border-left: 1px solid #a6a7a7;
	display: inline;
	padding: 0 10px;
	text-align: center;
}

#breadcrumbsHead ul li.first {
	border-left: none;
}

#breadcrumbsHead a {
	color: #8c8d8e;
}

/** FOOTER **/
#footer {
	border-top: 1px solid #a6a7a7;
	clear: both;
	float: left;
	font-size: 12px;
	margin: 10px 65px;
	padding: 0 0 10px;
	position: relative;
	width: 828px;
}

#footer ul {
	border-left: 1px solid #a6a7a7;
	float: left;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 10px 20px 0;
}

#footer ul.first {
	border-left: none;
}

#footer ul li.sub {
	padding-left: 10px;
}


#footer ul.phone,
#footer ul.logos {
	border-left: none;
	color: #a6a7a7;
	float: right;
}

#footer ul.logos li {
	margin-bottom: 1em;
}

#footer ul.logos a {
	text-decoration: none;
}

#footer a.selected {
	color: #bed600;
}

#rights {
	clear:both;
	color: #a6a7a7;
	margin: 10px;
	text-align: right;
}

#rights p {
	margin: 0;
}


/** VIDEO CONTROLS **/
.videoCtrl {
	bottom: 30px;
	cursor: pointer;
	left: 114px;
	position: absolute;
}

.o3-closeButton {
	cursor: pointer;
}

.videoBox {
	text-align: center;
}

/* Lock-Unlock pages */
.lockOff { 
	display: none; 
	visibility: hidden; 
} 

.lockOn { 
	display: block; 
	visibility: visible; 
	position: absolute; 
	z-index: 999; 
	margin-left: -200px;
	top: 0px; 
	left: 0px; 
	width: 150%; 
	height: 105%; 
	background-color: #ccc; 
	text-align: center; 
	padding-top: 30%; 
	filter: alpha(opacity=75); 
	opacity: 0.75; 
}
/* End of Lock-Unlock pages */

#documentToReflexForm {
	border: 1px solid #A6A7A7;
	padding: 7px;
}

