/* CSS Document */


*{
	margin: 0;
	padding: 0;
	border:0;
}
body,td, th, input, select, textarea {font-family: Arial, "MS Gothic", "MS Mincho", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif; font-weight:normal;}
/* ----- HEADINGS ----- */
h1, h2, h3, h4, h5, h6 {font-family: Arial, "MS Gothic", "MS Mincho", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif; text-align:left;}
h1 { font-size:1.9em; line-height:1.2em;}
h2 { font-size:1.7em; line-height:1.1em; font-weight:normal;}
h3 { font-size:1.1em; line-height:1.1em; font-weight:normal;}
h4 { font-size:1.1em; line-height:1.1em; font-weight:bold;}
h5 { font-size:1.1em; line-height:1.1em; font-weight:bold;}
h6 { font-size:1em; line-height:1.75em; font-weight:normal; padding-bottom:0.5em;}

/* ----- TEXT ----- */

p{
	font-size:1em;
	line-height:1.5em;
	font-style: normal;
	font-weight: normal;
	
	text-align: left;
	text-indent: 0;
	text-decoration: none;
	text-transform: none;
	
	margin:0;
	padding:2px 15px 5px 0;
}

/* ----- LINKS ----- */

a{
	font-weight:normal;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	border-bottom: none;
}

/* ----- ORDERED and UNORDERED LISTS ----- */
ul, ol{
	position:relative;
	width: auto;

}
li{
	list-style: none;
	
	list-style-type: none;
	list-style-image: none;

}
li p{
}

/* ----- DEFINITION LISTS ----- */

dl{

}
dt{

}
dd{

}


/* ----- IMAGES ----- */

img{
	border:0;
}

/* BREAK */

hr{
	display:none;
}

/****** Import */
	@import url("structure.css");
	
/****** fin Import */
/*HOME MEA*/
html{
	position:relative;
	background-image:none;
	font-size:12px;
	background:#0C0001 url(../imgs/common/pop_bgd.jpg) no-repeat right bottom;
	color: #CDC3AA;
	text-align:left;
	height:100%;
	overflow:inherit;
}
#popValrhona{
	position:relative;
	padding:25px;
}
#popValrhona h2{
	color:#CDC3AA;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:25px;
}
