/*
Teleperfomance main style sheet
Latest update: 090331
By: Steve @ Netupdate Scandinavia
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

body {
	background: #ebebe8 url(../../images/generic/page_bg.gif) repeat-y 50% 0;
	font: normal 62.5% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff
}

/* ----- Header styles */

#header {
	position: relative;
	height: 138px;
	border-bottom: 2px solid #fff
}

#logotype {
	float: left;
	height: 99px;
}

/*   Language */

#language {
	float: right;
	width: 100px;
	text-align: right;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #2c3871;
	padding-top: 10px
}

#language img,
#language span { float: right }

#language span { margin: 4px 0 0 5px }

/*   Global locator */

#global-locator {
	float: right;
	width: 180px;
	padding: 13px 10px 0 0;
	text-align: right;
	color: #333
}

#global-locator select { font: normal 1em Verdana, Arial, Helvetica, sans-serif }

/*   Sub menu */

#submenu {
	position:absolute;
	right: 10px;
	bottom: 38px;
	float: right;
	width: 300px;
	clear: right;
	list-style: none
}

#submenu li {
	float: right;
	padding: 0 6px;
	border-left: 1px solid #333
}

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

#submenu li a,
#submenu li a:active,
#submenu li a:visited {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

#submenu li a:hover { text-decoration: underline }

/*   Main menu */

#menu {
	float: left;
	width: 800px;
	height: 39px;
	background: url(../../images/generic/menu-bg-off.gif) repeat-x 0 0
}

#menu li {
	float: left;
	list-style: none
}

#menu li a {
	display: block;
	width: 157px;
	height: 27px;
	padding-top: 12px;
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff
}

#menu li a:hover { background: url(../../images/generic/menu-bg-on.gif) repeat-x 0 0 }

/* ----- Content styles */

#content {
	float: left;
	background: url(../../images/generic/startpage-bg.gif) repeat-y;
	padding-bottom: 10px;
}

#slide {
	position: relative;
	height: 315px;
	width: 800px;
	border-bottom: 10px solid #fff
}

#content div h2 {
	font: normal 2.4em Arial, Verdana, Helvetica, sans-serif;
	color: #862422;
	margin-bottom: .6em
}

#content div ul li { list-style: none; font-size: 1.4em }

#content a,
#content a:hover,
#content a:visited,
#content a:active { color: #212121 }

/*   News style */

#news {
	float: left;
	width: 183px;
	padding: 0 10px;
}

#news ul {
	float: left;
	width: 183px
}

#content #news ul li { margin: 0 0 .8em }

/*   About style */

#about {
	float: left;
	width: 176px;
	padding: 0 10px
}

#about ul {
	float: left;
	width: 176px
}

#content #about ul li {
	background: url(../../images/li-arrow.gif) no-repeat 0 50%;
	padding: 0 0 2px 10px;
	margin-left: 4px
}

#about p {
	float: right;
	font-size: 1.4em;
	margin-top: 2em
}

/*   Work style */

#work {
	float: left;
	width: 177px;
	padding: 0 10px
}

#work ul {
	float: left;
	width: 177px
}

#content #work ul li {
	background: url(../../images/li-yes.gif) no-repeat 0px 5px;
	padding: 0 0 2px 12px;
	margin-left: 4px;
	
}

#work p {
	float: right;
	font-size: 1.4em;
	margin-top: 2em
}

#work p a,
#work p a:hover,
#work p a:visited,
#work p a:active { color: #212121 }

/*   Partners style */

#partners {
	float: left;
	width: 184px;
	padding: 0 10px
}

#partners p { text-align: center }

.noshow { visibility: hidden }
