/*
website: expertranslators
version: 1.0
author: cesar alvarez
author email: cesar@manantialdigital.com
author website: http://www.manantialdigital.com/
*/



/* - General ---------- */
* {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

body {
	font: 80%/1.7 Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
}

h1, h2, h3, h4 {
	font: normal 4em/1.5 "Century Gothic", "Avant Garde", Futura, Helvetica;
	padding-top: 1.2em;
	line-height: 1.2;
}

h2 {
	font-size: 2em;
	color: #111;
}

h3 { 
  font-size: 1.5em;
}

p { 
  margin: 0 0 1em 0;
}

abbr {
  cursor: help;
  border-bottom: 1px dotted #666;
}

a {
  color: #333;
}

a:hover {
  color: #000;
}



/* blocks ---------- */
#container {
	background: #fff url('../img/bg-container.jpg') repeat-y top right;
	width: 99%;
  text-align: center;
  margin: 0 auto;
  min-width: 760px;
}

#header {
  height: 160px;
  background: #fff;
}

h1#logo a { 
  display: block;
  float: left;
  width: 177px;
  line-height: 47px;
  height: 47px;
  background: #fff url('../img/experTTranslators-logo.png') no-repeat top left;
  text-decoration: none;
  text-indent: -9000px;
}

#header .info {
  display: block;
  float: right;
  text-align: right;
  padding-top: 10px;
  font-size: 10px;
  line-height: 14px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 2px;
  font-size: 11px;
  line-height: 11px;
}

#content {
	padding: 0px 20px;
  text-align: left;
  margin-right: 200px;
}

#sidebar {
	padding: 65px 0 0 0;
  width: 200px;
  float: right;
  background: rgb(0,0,0);
  text-align: left;
}

#sidebar a {
	line-height: 24px;
  color: #ccc;
	font: normal 11px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 14px;
}

#sidebar a.small {
	font-size: 9px;
}

#sidebar a.active {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
	background: url('../img/bullet.png') no-repeat center left;  
}

#sidebar a:hover {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

#sidebar ul {
  padding-left: 5px;
}

#sidebar li li a {
  color: #999;
}

#footer {
  text-align: left;
  color: #666;
  padding: 100px 0 10px 0;
	font: normal 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;  
}


/* languages --------- */
.languages {
  border: 1px dotted #fff;
}

.european {
  color: #2245DF;
}

.scandinavian {
  color: #4394F3;
}

.african {
  color: green;
}

.east-european {
  color: #DB2424;
}

.asian {
  color: brown;
}



/* home page ---------- */

.home p {
  text-align: center;
}

h1#logo-home a { 
  display: block;
  width: 177px;
  line-height: 47px;
  height: 47px;
  background: #fff url('../img/bg-logo.png') no-repeat top left;
  text-decoration: none;
  text-indent: -9000px;
}


/* others ---------- */
.floatright {
  float: right; 
  margin: 0 0 20px 40px;
}

.floatleft {
  float: left; 
  margin: 0 20px 0 0;
}

.center {
  text-align: center;
}

.quotes {
	text-align: center;
	margin-top: 20px; 
	padding: 12px;
  background: transparent url('../img/bg-quotes.gif') no-repeat top left;
  font-size: 12px;
  letter-spacing: -1px;
}

.quotes em {
  color: #999;
}

#termsofbusiness {
	font-size: 9px;
	margin-left: 20px;
}

#termsofbusiness li {
	margin-bottom: 8px;
  list-style-type: decimal;
}


.copy {
  font-size: 9px;
  line-height: 9px;
}

.clear {
  clear: both;
}

.galeria {
	font-family  : verdana;
  font-size    : 10pt;
  font-weight   : bold;
}

.galeria table {
	margin-left: auto;
	margin-right: auto;
}

.galeria td {
	padding: 5px 5px 10px 5px;
	background-color : white;
	font-family  : verdana;
  font-size    : 8pt;
  font-weight   : bold;
  text-align  : center;
}

.galeria td img:hover {
    border: 1px solid black;
}


.galeria td img {
	border: 1px solid rgb(207,207,207);
}
