/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0

1html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
*/
/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
*/
body{
  margin: 0;
  padding: 0;
  font: 12px arial,times,serif;
  color: #330000;
  background-color: #F7C166; /* Crema */
}

a{
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

img{
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
/*===== separators styles ====*/
.sep_default {
	background: #dadada url(/images/sep_background.png) repeat-x top left;
	height: 1px;
	line-height: 1px;
	font-size: 0;
	margin-bottom: 25px;
}
.sep_big {
	background: #dadada url(/images/sep_background.png) repeat top left;
	height: 2px;
	line-height: 2px;
	font-size: 0;
	margin-bottom: 15px;
}
/*=========*/

.link a{
	text-decoration: none;
	color: #ffffff;
}



.wait
{
 	  z-index: 10;
 	  float:left;
 	  display: block;
 	  margin: 0;
 	  width: 16px;
 	  height: 16px;
 	  background: url(/images/icon_wait.gif) no-repeat 0 0;
}


/*********************************************
 *
 * Buttons
 *
 *********************************************/
div.button{
	float: left;
	border: 1px solid #3A3A3A;
	padding: 3px 5px;
	margin: 0 3px 0 0;

	background-color: #F1F1F1;
}

div.button a{
	font-size: 10px;
	white-space: nowrap;
	color: #3A3A3A;
	background-color: #F1F1F1;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

div.button a:hover,
div.button:hover{
	background-color: #3A3A3A;
	color: #F1F1F1;
}



/*********************************************
 *
 * Main Container
 *
 *********************************************/
#container {
  overflow: hidden;
  float: left;
  background-color: #CC0000; /* Rot */
  border: 1px solid #F5F5F5; /* whitesmoke */
  width: 1024px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}


/*********************************************
 *
 * Header
 *
 *********************************************/

#header a img{
  margin:  0;
  padding: 0;
  border: 0;
}

#header {
  overflow: hidden;
  margin:  0;
  padding: 0;
  background: transparent url(../images/header_background.png) repeat-x 0 0;
  border-bottom: 1px solid #F5F5F5; /* whitesmoke */
  height: 110px;
  width: 100%;

}
#header #left_logo,
#header #center_logo,
#header #right_logo {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 110px;

}
#header #left_logo{
	float: left;
}

#header #center_logo{
	float: left;
	border-right: 0;
	width: 593px;

}

#header #right_logo {
	float: right;
	width: 250px;
	border-left: 1px solid #F5F5F5; /* whitesmoke */
	border-right: 0;
}


#header #center_logo #keywords{
	position: absolute;
	overflow: hidden;
	margin-top: 0;
	padding-top: 25px;
	width: 480px;
	z-index: 5;
	text-align: center;
	font-size: 28px;
}

#country_menu {
	width: 100%;
	border-bottom: 1px solid #F5F5F5; /* whitesmoke */
	text-align: center;
}

#country_menu img{
	border: 1px solid lightgrey;
	height: 16px;
	padding: 0;
	margin: 3px 2px 0 2px;
}


#header_menu {
	font-size: 10px;
	border-bottom: 1px solid #F5F5F5; /* whitesmoke */
}

#header_menu .link{
	float:left;
	border-right:1px solid #F5F5F5; /* whitesmoke */
	color: #ffffff;
	padding: 3px 3px 2px 5px;

}


#header_menu .link:hover{
	background-color: #990000;  /* Rot */
}



/*********************************************
 *
 * Footer
 *
 *********************************************/


#footer{
	padding: 0 6px;
	border-top: 1px solid #F5F5F5; /* whitesmoke */
	border-bottom: 1px solid #F5F5F5; /* whitesmoke */
	height:59px;
	background: transparent url(../images/footer_images.jpg) repeat-x 0 0;
    background-color: #CCCCCC;
}

#footer .image{
	float:left;
	height: 30px;
	width: 83px;
	border-right:1px solid #F5F5F5; /* whitesmoke */
}


/*********************************************
 *
 * Sub-Footer
 *
 *********************************************/


#sub_footer{
	1width: 1024px;
	1height: 24px;
	padding: 6px 10px 6px 10px;
	margin: 0;
	background-color: #053f01; /* Gr�n */
	font-size: 10px;
	color: #F5F5F5; /* whitesmoke */
}
#sub_footer #copyright a{
	margin: 0;
	padding: 0;
}
#sub_footer #copyright,
#sub_footer #date{

}

/*********************************************
 *
 * Banner
 *
 *********************************************/

#first_banner,
#second_banner{
	float: left;
	margin: 0;
	padding: 0;
	width: 176px;
}

