#root
{
	width: 973px;
	margin: 30px auto 0 auto;
	padding:0;
}

body
{
	background-color: black;
	margin: 0;
	padding:0;
	color:white;
	font-family:Verdana,sans-serif;
	font-size:0.8em;
}

img {
	border:none;
}

#header {
	padding-bottom:10px;
}

#newsscroll
{
	width: 700px;
	padding-left: 10px;
	padding-top: 10px;
	float:right;
	font-size: 12px;
	text-align:right;
}

#clocks {
	float:right;
}

a {
	color:white;
	text-decoration:none;
}

#langBox {
	float:right;
}

#languages
{
}

#languages ul {
	
}

#languages ul li
{
	float: left;
	padding-right: 0px;
	padding-left: 10px;
	font-variant: small-caps;
}

#body
{
}

#news ul
{
	list-style-type: square;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style-position: inside;
}

.header
{
	color:#DE6627;
}

#news ul li
{
	border-bottom: 1px dashed #505050;
	margin-bottom: 5px;
}

.newSource {
	font-size: xx-small;
}

#news li.newSource {
	text-decoration: none;
	list-style-type: none;
	border-bottom: none;
	text-align:right;
}

#leftCol
{
	float: left;
	width:300px;
	min-height:466px;
	padding-right:5px;
}

#rightCol {
	float: right;
	width:650px;
/*	margin-right:10px;*/
}

#menu
{
	background-image:url(../images/header/botonera.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:64px;
	margin-top:-13px;
}

#menu ul {
}

#menu ul li
{
	padding-top: 10px;
	width:100px;
	padding-right:0px;
}

#menu ul li a
{
	display:block;
	text-align:center;
	color:#DE6627;
}

#menu ul li a:hover
{
}

#menu ul li.current a {
	color:white;
}

#menu ul li a:active
{
}

ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#leftLogos li {
	padding-bottom:25px;
}

.smaller
{
	font-size: smaller;
}

input, textarea
{
	border-top: 2px gray solid;
	border-right: 2px gray solid;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
	filter:alpha(opacity=60);
	opacity: 0.6;
}

input:focus, textarea:focus
{
	filter:alpha(opacity=100);
	opacity: 1;
}

.hList li {
	float: left;
	padding-right:10px;
}

ul.table {
	display:table;
}

ul.table li {
	display:table-row;
	height:30px;
	padding-top:5px;
}

ul.table ul li {
	display:table-cell;
	width:105px;
	text-align:right;
}

#footer {
	clear:both;
	margin-bottom: 10px;
	padding-top: 30px;
}

.centre {
	text-align:center;
}

ul .header {
	font-weight:bold;
}

p.subtitle {
	font-weight:bold;
}

strong {
	font-weight:normal;
	color:#B71232;
}

#contactForm input {
	float:right;
	padding:5px;
	width:250px;
	
}

#contactForm label {
	float:left;
}

#contactForm input, #contactForm textarea {
	background-color:black;
	color:white;
	border-top: 2px gray solid;
	border-right: 2px gray solid;
	border-bottom: 1px gray solid;
	border-left: 1px gray solid;
}
#contactForm input:focus, #contactForm textarea:focus {
	background-color:#111;
}

#contactForm li {
	clear:both;
	padding-bottom:45px;
}
#contactForm textarea {
	clear:both;
	display:block;
	padding:5px;
	width:97%;
	height:200px;
	position:relative;
	top:10px;
}

ul.table ul li.label {
	text-align:right;
	padding-right:5px;
}

input.button
{
	background-color: #B7132E;
	border: 1px solid white;
	padding: 2px 15px 2px 15px;
	font-style: italic;
	color:white;
	filter:alpha(opacity=100);
	opacity: 1;
}

input, #contactForm input.button {
	width:95px;
}

.error {
	color:#B7132E;
	background-color:white;
}

#clocks div {
	display:inline;
	padding-left:5px;
}

#clocks .time {
	width:100px;
}

#clocks .offset {
	display:none;
}

#headerspacer {
	height:10px;
}

.clear {
	clear:both;
	height:5px;
}

#headertext {
	font-size:3em;
}

#subheader
{
/*	background-image: url(../images/header/subheader.jpg);*/
/*	height: 337px;*/
	height: 245px;
	background-repeat: no-repeat;
	background-position:center bottom;
}

#headertextframe {
	display: table;
/*	height: 319px;*/
	height: 219px;
	overflow: hidden;
}

#headertextcell {
	 display: table-cell;
	 vertical-align: middle;
}

#leftLogos .logo {
	float:left;
	padding-right:10px;
}

#leftLogos .header
{
	text-transform: uppercase;
	padding-bottom:10px;
}

#leftLogos .content {
	font-size:.7em;
}

#home-leftCol {
	float:left;
	width:228px;
	padding-left:75px;
}

#home-rightCol {
	float:right;
}

.more a {
	color:#DE6627;
}

.services-header {
	font-size:2em;
	text-transform: uppercase;
	padding-bottom:10px;
	margin-top:0;
}

ul.dash li
{
	list-style-type: square;
	margin-left: 15px;
}

#clientarea
{
	width: 101px;
	background-image: url(../images/general/clientarea.jpg);
	background-repeat: no-repeat;
	padding:5px;
}

#clientarea li {
	padding:0;
}

#clientarea .label {
	color:#DE6627;
	font-size:.7em;
}

#leftDivider
{
	float: left;
	margin: 0;
	height: 466px;
	width: 1px;
	border: 0px;
	background-color:white;
}

label {
	width:150px;
}

#topHeaderDiv {
	left:-2px;
	position:relative;
	top:4px;
}

#bottomHeaderDiv {
	left:-2px;
	position:relative;
	top:-11px;
}

p {
	margin-top:0;
}

.right {
	float:right;
	padding-left:10px;
}

.title {
	font-weight:bold;
}

.orange, .orange a {
	color:#DE6627;
}

.big {
	font-size:1.1em;
}

.marginright {
	margin-right:20px;
}

.subheader
{
	text-transform: uppercase;
	font-weight: bold;
}

#clientSubmit {
	width:70px;
	background-color:#DE6627;
	color:white;
	margin-right:3px;
	margin-top:5px;
}