/* CSS design for http://www.ibrowse.com */
/* by Beeline - Web design & more | http://www.beeline.ro */

/****************************************************************************************

 Setting up the scene, reset everything

 ****************************************************************************************/

body, div, 
dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea,
p, blockquote,
th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
}

fieldset, img { 
	border: none; 
	vertical-align: middle; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr { 
	display: none; 
}

object, embed { 
	display: block; 
}

* { 
	outline: none; 
}


/****************************************************************************************

 Lists

 ****************************************************************************************/

ul { 
	margin-left: 12px;
}

ul li { 
	list-style: none; 
	padding-left: 14px; 
}

li ul, li ol { 
	margin-top: 0; 
	margin-bottom: 0; 
}

li { 
	margin: 5px 0; 
}

ol { 
	margin-left: 20px; 
}

ol li { 
	list-style-type: decimal; 
}

ol li ol li { 
	list-style-type: lower-alpha; 
}

ol li ol li ol li { 
	list-style-type: upper-roman; 
}


/****************************************************************************************

 Headings

 ****************************************************************************************/

h1, h2, h3, h4, h5, h6 { 
}

h1 { 
	font-size: 40px;
	margin-bottom: 30px;
	color: #FF6600;
}

h2 { 
	font-size: 22px;
	margin: 40px 0 10px 0;
	padding: 5px 0 5px 45px;
	background: url(images/sprite.gif) 0 -150px no-repeat;
}

h3 { 
	font-size: 20px;
	color: #333;
	margin: 30px 0 10px 0;
}

h4 { 
	font-size: 22px;
	color: #DC214D;
	margin: 30px 0 10px 0;
}

h5 { 
}


/****************************************************************************************

 Hyperlinks

 ****************************************************************************************/

a:link, 
a:visited, 
a:active {
	text-decoration: underline;
	color: #000;	
}

a:hover,  
a:focus {
	text-decoration: none;
	color: #000;
}

a img, 
a:hover img {
	border: none;
}


/****************************************************************************************

 Clearers & Alignments

 ****************************************************************************************/

.clear { 
	clear: both; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearfix { 
	display: inline-block; 
}

/* Hides from IE-mac \*/

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}

/* End hide from IE-mac */


.aleft { 
	text-align: left; 
}

.aright { 
	text-align: right; 
}

.acenter { 
	text-align: center; 
}

.fleft { 
	float: left; 
	display: inline; 
}

.fright { 
	float: right; 
	display: inline; 
}

.hidden { 
	display: none; 
}

/****************************************************************************************

 Quotes

 ****************************************************************************************/

blockquote:before, 
blockquote:after, 
q:before, 
q:after { 
	content: ""; 
}

blockquote, 
q { 
	quotes: "" ""; 
}

.quote { 
	margin-top: 40px; 
}

.quote h2,
h2.plain { 
	padding: 0;
	background: none !important;
}

.quote p { 
	font: 20px "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	line-height: 120% !important;
	padding-left: 45px;
	background: url(images/sprite.gif) -400px -300px no-repeat;
}


/****************************************************************************************

 Forms

 ****************************************************************************************/

input, 
select, 
textarea { 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #666; 
	padding: 4px 5px; 
	background-color: #FFF !important; 
	border: 1px solid #CCC; 
	width: 200px;
}

legend { 
	display: none; 
}

select { 
	padding: 3px; 
}

input:focus, 
textarea:focus, 
select:focus { 
	background-color: #E2E2E2 !important;   
	border: 1px solid #FFF; 
}

input#radio {
	padding: 0; 
	background-color: none;
	border: none; 
}

#quickcontact input,
#quickcontact textarea {
	width: 250px;
	margin-bottom: 10px;
}

input#submit {
	color: #000;
	width: auto;
	padding: 6px 20px;
}

input#submit:hover {
	background: #E2E2E2;
	cursor: pointer;
}

#login input#submit {
	color: #000;
	width: auto;
	padding: 6px 20px;
	margin-left: 90px;
}

form label { 
	display: block;
	float: left; 
	width: 90px; 
	padding-top: 3px; 
	text-align: left; 
}


/****************************************************************************************

 Tables

 ****************************************************************************************/

table { 
	text-align: left;
	border-collapse: separate; 
	border-spacing: 0; 
	border: 4px solid #E2E2E2;
	margin: 20px 0;
	background: #F4F4F4;
	padding: 25px 20px 20px 20px;
}

tr.even {
	background: #E2E2E2;
}

thead td, 
thead tr { 
	background: #CCCCCC; 
	font-weight: bold; 
}

tr, 
td { 
	border: none;	
	padding: 5px 0; 
	text-align: left; 
	font-weight: normal; 
}


/****************************************************************************************

 Body 

 ****************************************************************************************/

body { 
	font: 12px Arial, Verdana, Helvetica, sans-serif; 
	/* background: #FFF url(images/body-background.gif) 0 0 repeat-x; */
	color: #000; 
	margin: 0;
	padding: 0 0 20px 0;
}

.container {  
	margin: auto;
	padding: 0;
	width: 1000px;
}

.error {
	color: #FFF;
	background: #DC214D;	
	font-weight: bold;
	padding: 10px 0 10px 20px;
	margin: 10px 0 -10px 0;
}


/****************************************************************************************

 Header

 ****************************************************************************************/
 
.header {
	height: 140px;
	margin: 0;
	border-top: 15px solid #4F5964;
}
 
.logo {
	width: 313px;
	height: 84px;
	margin: 30px 0 0 20px;
}

.logo h1, 
.logo span {
	display: none;
}

.logo a {
	width: 313px;
	height: 84px;
	display: block;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
}


/* Main-menu */

.main-menu {
	margin: 20px 0 0 0;
	width: 605px;
}

.main-menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.main-menu li {
	float: left;
	position: relative;
	height: 30px;
	background-image: url(images/sprite.gif);
	background-repeat: no-repeat;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 17px;
}

.main-menu li.last {
	margin: 0 20px 0 0;
}

.main-menu li a {
	display: block;
	height: 30px;
}

.main-menu span {
	display: none;
}

/* Home */

.main-menu-1 {
	background-position: 0 0;
	width: 46px;
}

.main-menu-1:hover,
.main-menu-1.current {
	background-position: 0 -40px;
	width: 46px;
}

/* Services */

.main-menu-2 {
	background-position: -74px 0;
	width: 62px;
}

.main-menu-2:hover,
.main-menu-2.current {
	background-position: -74px -40px;
	width: 62px;
}

/* Network */

.main-menu-3 {
	background-position: -166px 0;
	width: 61px;
}

.main-menu-3:hover,
.main-menu-3.current {
	background-position: -166px -40px;
	width: 61px;
}

/* iBrowse Team */

.main-menu-4 {
	background-position: -254px 0;
	width: 102px;
}

.main-menu-4:hover,
.main-menu-4.current {
	background-position: -254px -40px;
	width: 102px;
}

/* Careers */

.main-menu-5 {
	background-position: -386px 0;
	width: 56px;
}

.main-menu-5:hover,
.main-menu-5.current {
	background-position: -386px -40px;
	width: 56px;
}

/* Customer login */

.main-menu-6 {
	background-position: -478px 0;
	width: 108px;
}

.main-menu-6:hover,
.main-menu-6.current {
	background-position: -478px -40px;
	width: 108px;
}
 
 /****************************************************************************************

 Content

 ****************************************************************************************/
 
.content {
	margin: 0;
	background-color: #EAF7FF;
	padding: 40px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 10px solid #7A8185;

}

.content p {
 	line-height: 180%;
	margin-bottom: 10px;
}

.toppic {	
	
}

.nopic {	
	border-top: 15px solid #7A8185;	
}

.content-left {
	width: 600px;
}

ul.smallcheck {
	margin: 0 0 10px 40px;
}

ul.smallcheck li {
	padding-left: 20px;
	background: url(images/sprite.gif) 0 -240px no-repeat;
	display: block;
}

.content-right {
	width: 280px;	
}

img.borderimg {
	border: 5px solid #CCC;
}

img.borderimg:hover {
	border: 5px solid #818C9A;
}

p.phoneFR {
	padding-left: 30px;
	font-size: 14px;
	background: url(images/sprite.gif) 0 -295px no-repeat;
	margin-bottom: 0;
}

p.phoneUK {
	padding-left: 30px;
	font-size: 14px;
	background: url(images/sprite.gif) 0 -325px no-repeat;
	margin-bottom: 0;
}

p.email {
	padding-left: 30px;
	font-size: 14px;
	background: url(png/sprite.png) 0 -350px no-repeat;
	margin-bottom: 0;
}


/* Accordion */

#accordion {
	height: 280px;
	list-style: none;
	margin: 0;
	overflow: scroll;
	padding: 0;
	width: 1000px;
}

#accordion li {
	height: 280px;
	position: relative;
}

#accordion .slide_handle {
	background: url(images/handles.gif);
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
}

#accordion .slide2 .slide_handle { background-position: -60px 0; }
#accordion .slide3 .slide_handle { background-position: -120px 0; }
#accordion .slide4 .slide_handle { background-position: -180px 0; }

#accordion .slide_opened .slide_handle { cursor: default; }
#accordion .slide_opened .slide_handle div { background-position: 0 -7px; }
#accordion .slide_content {
	bottom: 0;
	left: 60px; /* Matches the width of .slide_handle */
	position: absolute;
	right: 0;
	top: 0;
}

#accordion .slide_content a img { border: 0; }

.bigmap {
	width: 450px;
	margin: 0 0 30px 30px;
	border: 5px solid #CCC;
}

 /****************************************************************************************

 Footer

 ****************************************************************************************/

.footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 60px 20px;
}

.footer p,
.footer a {
	margin-top: 10px;
	color: #999;
	line-height: 150%;
}
