/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: #4d4d4d;
	text-align:justify;
	
}


body{
	margin: 0;
	padding: 0;
	background:#fff url(graphics/bg.jpg) no-repeat top center;
}

body#intro
{
	background:#e7e6d8 url(graphics/intro_bg.jpg) no-repeat top center;
	width:100%;
	height:100%;
}

#flash
{
	width:908px;
	height:579px;
	margin:auto;
	padding-top:142px;
}

#contener{
	width: 900px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#top
{
	padding-top:13px;
	height:122px;
	position:relative;
}

#lang
{
	position:absolute;
	top:28px;
	left:784px;
}

#banner
{
	height:377px;
	overflow:hidden;
	position:relative;
}

#banner .photos
{
	position:absolute;
	width:900px;
	height:377px;
	z-index:1;
}

.menu
{
	position:absolute;
	z-index:100;
}

.menu a
{
	float:left;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	padding:15px 40px;
	
	
}

#wh
{	
	z-index:105;
	left:0px;
	top:326px;	
}

#bl
{	
	left:1px;
	top:327px;	

}
#wh a{color:#fff;
background:url(graphics/ml.png) no-repeat right center;
}
* html #wh a{
background:url(graphics/ml.gif) no-repeat right center;
}

#bl a{color:#595959}


#wh a:hover,#wh a#active{
	color:#ffed00;
	/*color:#fff;*/
	/*background-color:#eee;*/
	
}

#footer
{
	width:99%;
	text-align:center;
	background:url(graphics/footer.gif) center top no-repeat;
	padding-top:30px;
	padding-bottom:40px;
	margin:auto;
}
#footer a,#footer
{
	font-size:10px;
	color:#4d4d4d;
	text-decoration:none;
}

.title
{
	font-size:14px;
	color:#4d4d4d;
	font-family:Arial;
	padding:15px 0px;
}
#content
{
	background:url(graphics/lg.gif) 693px repeat-y;
}

#left_content
{
	width:680px;
	float:left;
}

#fast_c
{
	float:right;
	width:200px;
}

.thumb
{
	float:left;
	background:url(graphics/thumb.gif) no-repeat;
	width:140px;
	height:95px;	
	padding:9px 11px 26px 15px;
	overflow:hidden;
	text-align:center;
}

.news_title
{
	color:#ff0000;
	text-decoration:underline;
	float:right;
	display:block;
	width:230px;
	padding:15px 0px;
}

.o_title
{
	color:#ff0000;
	text-decoration:underline;
	display:block;
	padding:15px 0px;
}

.news_content
{
	width:230px;
	float:right;
}

#news_box
{
	width:415px;
	float:left;
	padding-right:15px;
}

#home_content
{
	width:235px;
	float:right;
}

input.contact,textarea.contact
{
	width:100%;
	border:1px solid #4d4d4d;
	font-size:11px;
	font-family:Arial;
}

textarea.contact
{
	height:80px;
}


label.form_label
{
	text-align:left;
	display:block;
	padding:10px 0px 5px 0px;
}

button
{
	float:right;
	margin:5px 0px;
	border:1px solid #4d4d4d;
	font-size:11px;
	padding:3px 30px;
}
