/* General */
html{
  background: #fff;
}
body {
	background: #fff;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #e90791;
	margin-bottom: 16px;
	line-height:130%;
}

p {
	line-height: 140%;
}


.fleft {
	float: left;
}

.fright {
	float: right;
}

.gray {
	color: #999;
}

.pink {
	color: #ea0791;
}

/* Header */
#header {
	color: #000;
	font-size: 18px;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header p {
	line-height: 150%;
	margin-top: 20px;
}

#header img {
	float: left;
}

#language-select {
	float: right;
	clear: right;
	margin-top: 20px;
	color: #666;
	font-size: 12px;
}

#language-select a {
	text-decoration: underline;
	color: #666;
}

#language-select li {
	display: inline;
}

#english {
	padding-left: 30px;
	background: transparent url('../images/flag-gb.png') center left no-repeat;
	
}

#francais {
	padding-left: 30px;
	background: transparent url('../images/flag-fr.png') center left no-repeat;
	margin-left: 10px;
	
}
#twitter{
  font-size:14px;
  margin:10px 0 0 0;
  padding:6px 26px 6px 0;
  background:url(../images/twitter.png) no-repeat right top;
  clear:right;
  float:right;
}



#nav li {
	display: inline;
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	
}

#nav a {
	color: #333;
	font-size: 16px;
	display: block;
	float: left;
	padding: 10px 10px 10px 0;
	text-decoration: none;
	height: 14px;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.selected {
	background: transparent url('../images/bg-li-navigation.png') bottom left no-repeat;
}

#nav li.selected a {
	background: transparent url('../images/bg-li-navigation.png') bottom right no-repeat;
	color: #fff;
}

/* Main*/

#frontpage-panels {
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	background: #292b53 url('../images/bg-waves.jpg') center center no-repeat;
	padding: 20px 0;	
}

#frontpage-panels .wrapper {
	background: transparent url('../images/frontpage-panels.png') center center no-repeat;
	height: 310px;
}

#frontpage-panels a {
  display:block;
  color:#fff;
  text-decoration:none;
  float: left;
}
#frontpage-panels strong {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	display:block;
}

#frontpage-panels span {
	line-height: 130%;
	display:block;
}

#professional-services {
	width: 150px;
	padding: 30px 26px 135px 20px;
}

#technology-services {
	width: 140px;
	padding: 130px 20px 60px 20px;
}

#decommissioning {
	width: 160px;
	padding: 30px 20px 135px 20px;
}

#resale-and-disposal {
	width: 150px;
	padding: 130px 15px 30px 20px;
}

#technology-recycling {
	width: 160px;
	padding: 30px 10px 120px 20px;
}

.banner {
	margin-bottom: 20px;
}

/* Left */

#left, #content, #right {
	margin-top: 40px;
}

#left {
	width: 210px;
	padding: 15px 0 15px 0;
	margin-right:15px;
	background: transparent url('../images/bg-left-top.png') top left no-repeat;
	float: left;
}

#left h3 {
	color: #e90791;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}
#left .form{
  padding-left:15px;
  background: transparent url('../images/bg-left-bottom.png') bottom left no-repeat;
}
#left .form #keyword{
  width:145px;
}
#left ul{
  padding-left:15px;
  background: transparent url('../images/bg-left-bottom.png') bottom left no-repeat;
}

#left li {
	width: 175px;
	display: block;
	border-bottom: 1px solid #ddd;
}

#left li a {
	color: #ea0791;
	padding: 10px 0;
	line-height: 130%;
	display: block;
	margin-left: 10px;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
}

#left li.selected a, #left li a:hover {
	color: #5558a3;
}

/* Content */

#content {
	width: 470px;
	float: left;
	padding: 0 15px 0 0;
}

#content.wide {
	width: 695px;
}

#content h2 {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 16px;
}

#content p {
	margin-bottom: 12px;
}

#content a:link, #content a:visited, #right a:link, #right a:visited {
	color: #e90791;
	text-decoration: underline;
}

#content ul, #content ol {
	margin: 0 0 10px 16px;
	line-height:140%;
}

#content ul li {
	list-style: disc outside;
	margin-left: 16px;
}

#content ol li {
	margin-left: 16px;
	list-style: decimal outside;
}

#logos-bottom {
	border-top: 2px solid #eee;
	padding-top: 15px;
	margin-top: 10px;
	text-align:center;
}

#content #pagination {
	float: right;
	margin-top: 15px;
	overflow:hidden;
}

#content #pagination a {
	padding: 5px;
	color: #000;
	display: block;
	float: left;
}

#content #pagination a:hover {
	color: #a40266;
}

#content #pagination span {
	display:block;
	float:left;
	padding: 5px;
	color:#ccc;
}
#content #pagination .selected {
  background: #a40266;
	color: #fff;
}
/* Right */

#right {
	width: 210px;
	padding: 0 20px;
	float: right;
	background: transparent url('../images/separator-content-right.png') center left no-repeat;
	
}

#right h2 {
	font-size: 16px;
	color: #ea0791;
	font-weight: normal;
	margin-bottom: 8px;
}


#right p {
	margin-bottom: 15px;
}
/* Footer*/

#footer {
	height: 49px;
	background: transparent url('../images/bg-footer.png') top left repeat-x;
	font-size: 14px;
	color: #fff;
}

#footer p {
	padding-top: 10px;
	float:right;
	font-size:8px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer ul {
  overflow:hidden;
  float:left;
}
#footer li {
	display: inline;
}

#footer li a {
	color: #fff;
	padding: 8px 10px 5px 11px;
	background: transparent url('../images/bg-li-footer.png') center left no-repeat;
	float: left;
	display: block;
	text-decoration: none;
}

#footer li.fitst a {
	background: none;
}

/* Table */
table{
  width:100%;
}
th {
	padding: 10px 15px;
	background-color: #a40266;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

td {
	padding: 10px 15px;
}

.odd td {
	background: #fff;
}

.even td {
	background: #eee;
}

#content table td a.dark-link {
	color: #fff;
	text-decoration: none;
}

.odd a.dark-link, #content a.dark-link {
	background: transparent  url('../images/bg-link-dark-white.png') center left no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	height: 16px;
}

.odd a.dark-link span, #content a.dark-link span {
	background: transparent  url('../images/bg-link-dark-white.png') center right no-repeat;
	padding-right: 10px;
	display: block;
	height: 16px;
}

.even a.dark-link {
	background: transparent  url('../images/bg-link-dark-gray.png') center left no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	height: 16px;
}

.even a.dark-link span {
	background: transparent  url('../images/bg-link-dark-gray.png') center right no-repeat;
	padding-right: 10px;
	display: block;
	height: 16px;
}

/* Forms */

#subscribe {
	background: #3f428e url('../images/bg-form-signup-top.png') top center no-repeat;
	padding-top: 10px;
	width: 205px;
}

#subscribe h3 {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 140%;
}

#content input, #content textarea {
	padding: 5px;
	margin: 5px 0;
	margin-right: 5px;
}

#right input, #right textarea {
	background: transparent url('../images/bg-input-signup.png') center left no-repeat;
	border: 0;
	width: 200px;
	padding: 10px 0;
}

legend {
	font-style: italic;
	color: #666;
}

fieldset {
	
}

#subscribe-form {
	background: transparent url('../images/bg-form-signup-bottom.png') bottom center no-repeat;
	width: 185px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}

label {
	color: #333;
	width: 120px;
	position: relative;
	display: block;
	font-style: normal;
}

#right label {
	color: #fff;
	font-style: italic;
}


button {
	display: block;
	background: transparent url('../images/bg-form-button.png') center center no-repeat;
	border: 0;
	text-align: center;
	width: 72px;
	height: 24px;
	color: #fff;
	cursor: pointer;
}

#left label {
	color: #333;
}

#left input {
	background: transparent url('../images/bg-form-input-light.png') center left no-repeat;
	margin: 15px 0;
	padding: 5px;
	border: 0;
}

#search-news button {
	float: left;
	margin-right: 10px;
}
