/*GENERAL*/
*				{margin:0; padding:0; }
img, div, 	    {behavior: url(/iepngfix/iepngfix.htc) }
body			{background: url("../img/bg_gradient.png") center top repeat-x; text-align:center; background-color:#F4E9D7;}
/*HOME PAGE*/


div#flash-container {
	height: 100.1%;
	overflow: visible;
	width: 100.1%;
}
div#background {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	
	
}

#main_wrapper	{width:850px;margin-left:auto;margin-right:auto;text-align:left;position:relative;}
#alternate		{width:500px;margin-left:270px; margin-top:200px; text-align:left;position:relative;}
#content_home	{position:absolute; top:115px; left:5px;}

.small {
	font-size : 10px;
	color : #333333;
	margin:0 5px 0 5px;

}

.shortlh {
		line-height: 11pt;
}

.mini_txt2{
color:#FFFFFF;
margin:0px 0px 0px 15px;
}

.mini_txt{
color:#FFFFFF;
}

/*MENU DEROULANT*/
select, option {
font-size:9px;
color:#333333;
background-color:#FFFFFF;
border:1px solid #FFFFFF;

}

/*CHECK AVAILABILITY*/
input {
background-color:#FFFFFF;
border:1px solid #EDEEC3;
padding:3px;
cursor:pointer;
}

input:hover {
background-color:#FFFFFF;
border:1px solid #EDEEC3;
padding:3px;
cursor:pointer;
}


/*LEVEL 1 DIVS*/



/*TEXT*/

body			{font: 11px Trebuchet MS;color: #333333;line-height:14pt; text-align: left; }
body p			{padding:0px 0px 11px 0px;  text-align: left; }

/*LINKS*/

a:link 					{color: #725D4C;text-decoration: underline;}
a:visited 				{color: #725D4C;text-decoration: underline;}
a:hover 				{color: #772A15;text-decoration: underline;}
a:active 				{color: #725D4C;text-decoration: underline;}



/*TITLES*/

h1{
	height:28px; 
	font-size: 16px ;
	color: #725D4C; 
	font-weight:bold;  
	text-align: left; 
	padding:15px 0px 0px 0px; 
	margin:0px 0px 10px 0px; 
	border-bottom:thin dotted; 
	border-bottom-color:#8CA1A1;
}

h2{
	font-size: 13px ;
	color: #454C4C; 
	font-weight:bold;  
	text-align: left; 
	margin:0px 0px 2px 0px;
}

h3{
	text-align:left;
	height:30px; 
	font-size: 16px ;
	line-height:26px;
	color: #679289; 
	font-weight:normal;  
	padding:0px 0px 0px 20px;
	display:inline;
}



