/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background:#5D5D5D no-repeat top;
}

.infoCookie{
	position:relative;
	width:100%;
	height:116px;
	background:#000000;
	margin: 0 0 15px 0;
	font-family: arial;
	
}
.infoCookie .info{
	position:relative;
	width:975px;
	height:75px;
	margin:0 auto;
	top:18px;
	font-family: arial;
	
}

.infoCookie .info > h2{
	font-size:25px;
	color:#5d5d5d;
	line-height:25px; 
	padding:0;
	margin:0;
	font-family: arial;
}
.infoCookie .info > p{
	font-size:16px;
	color:#ffffff;
	line-height: 20px;
	float:left;
	margin:12px 0 0 0;
	font-family: arial;
}

.infoCookie .info > p > a{
	text-decoration: underline;
	color:#fdba2f;
	font-family: arial;
}

.infoCookie .info > button{
	background:#5d5d5d;
	width:80px;
	height:36px;
	font-size:16px;
	color:#ffffff; 
	border:1px solid #bfbfbf;
	-webkit-border-radius: 4px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
  	border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
  	float:left;
  	margin:20px 0 0 116px;
  	cursor:pointer;
  	font-family: arial;
}

#layoutall {
	width: 931px;
	margin:0 auto;
}

#main {
	width: 931px;
	position: relative;
}

#welcome_img {
	position: absolute;
	width: 200px;
	height: 172px;
	left: 52px;
	top: 75px;
	/*background-image: url(/img/welcome_img.gif);*/
	background-repeat: no-repeat;
}

#txt_with_age_comes {
	width: 171px;
	height: 8px;
	position: absolute;
	left: 49px;
	top: 275px;
	//*background-image: url(/img/txt_with_age_comes.gif);*/
	background-repeat: no-repeat;
}

#form_agecheck {
	width: 279px;
	height: 186px;
	position: absolute;
	left: 50px;
	top: 292px;
}

#form_agecheck_box {
	width: 277px;
	height: 159px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-color: #AFAFAF;
	border-width: 1px;
	border-style: solid;
}

#form_agecheck_box_day {
	width: 20px;
	position: absolute;
	left: 15px;
	top: 5px;
	font-family: arial;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	text-transform: uppercase;
}

INPUT.form_agecheck_field_day {
		width: 18px;
		height: 13px;
		position: absolute;
		left: 15px;
		top: 15px;
		font-family: arial;
		font-size: 10px;
		font-weight: bold;
		color: #5d5d5d;
		background-color: #b9b9b9;
		border-color: #5d5d5d;
		border-style: solid;
		border-width: 1px;
}

#form_agecheck_box_month {
	width: 40x;
	position: absolute;
	left: 40px;
	top: 5px;
	font-family: arial;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	text-transform: uppercase;
}

SELECT.form_agecheck_field_month {
		padding:0;
		margin:0;
		width: 40px;
		height: 15px;
		position: absolute;
		left: 40px;
		top: 15px;
		font-family: arial;
		font-size: 10px;
		font-weight: bold;
		color: #5d5d5d;
		background-color: #b9b9b9;
		border-color: #5d5d5d;
		border-style: solid;
		border-width: 1px;
		*height:20px;
}

#form_agecheck_box_year {
	width: 30x;
	position: absolute;
	left: 85px;
	top: 5px;
	font-family: arial;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	text-transform: uppercase;
}

SELECT.form_agecheck_field_year {
		width: 50px;
		height: 15px;
		position: absolute;
		left: 85px;
		top: 15px;
		font-family: arial;
		font-size: 10px;
		font-weight: bold;
		color: #5d5d5d;
		background-color: #b9b9b9;
		border-color: #5d5d5d;
		border-style: solid;
		border-width: 1px;
		*height:20px;
}

#form_agecheck_box_country {
	width: 93x;
	position: absolute;
	left: 140px;
	top: 5px;
	font-family: arial;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	text-transform: uppercase;
}

SELECT.form_agecheck_field_country {
		width: 103px;
		height: 15px;
		position: absolute;
		left: 140px;
		top: 15px;
		font-family: arial;
		font-size: 10px;
		font-weight: bold;
		color: #5d5d5d;
		background-color: #b9b9b9;
		border-color: #5d5d5d;
		border-style: solid;
		border-width: 1px;
		*height:20px;
}

#form_agecheck_disclaimer_txt_01 {
	width: 257px;
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #8b8b8b;
	text-decoration: none;
	text-align: left;
}

#form_agecheck_disclaimer_txt_02 {
	width: 257px;
	position: absolute;
	left: 10px;
	top: 109px;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #8b8b8b;
	text-decoration: none;
	text-align: left;
}

#form_agecheck_disclaimer_txt_03 {
	width: 215px;
	position: absolute;
	left: -1px;
	top: 168px;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #8b8b8b;
	text-decoration: none;
	text-align: left;
}


#form_agecheck_bday_date {
	width: 257px;
	height: 37px;
	position: absolute;
	left: 10px;
	top: 67px;
	background-color: #B9B9B9;
}


#form_agecheck_box .btn{
	position:relative;
	display:block;
	margin:67px 5px 0 10px;
	padding:9px 28px;
	color:#ffffff;
	background:#000000;
	float:left;
	text-decoration:none;
	-webkit-border-radius: 4px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
  	border-radius: 4px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
 	font-family: arial;
}

#form_agecheck_box .btn:hover{
	background:#fdba2f;
	color:#000000;
}
/*
#b_enter_site{
	position: absolute;
	width: 54px;
	height: 18px;
	left: 226px;
	top: 168px;
	display: block;
	cursor:pointer;
	cursor:hand;
	background-repeat: no-repeat;
}
*/
#logos {
	position: absolute;
	width: 283px;
	height: 42px;
	left: 48px;
	top: 485px;
}

#logos > .winesofportugal
{
	float: left;
        margin-left:10px;
        margin-top: 2px;
}

#logos > .wineinmoderation
{
	text-align: left;
        float: left;
	/*float: right;*/
}

#logos  > .responsavel
{
	/*font: 10px Arial;
	color: #000000;
	text-align: right;
	margin: 4px 0 0 0;*/
        margin-top:10px;
        float: left;
}

#logo_the_century_council {
	width: 119px;
	height: 20px;
	position: absolute;
	left: 48px;
	top: 485px;
	background-repeat: no-repeat;
}

#logo_the_drinkaware_trust {
	width: 93px;
	height: 32px;
	position: absolute;
	left: 48px;
	top: 509px;
	background-repeat: no-repeat;
}

#coluna_central_topo {
	width: 177px;
	height: 158px;
	position: absolute;
	left: 346px;
	top: 54px;
	background-color: #000000;
	/*background-image: url(/img/col_central_topo_logo.gif);*/
	background-repeat: no-repeat;
	background-position: 23px 17px;
}

#coluna_central_img {
	width: 177px;
	height: 328px;
	position: absolute;
	left: 346px;
	top: 212px;
	background-color: #000000;
	background-image: url(../img/col_central_img.jpg);
	background-repeat: no-repeat;
}

#right_col {
	width: 355px;
	height: 486px;
	position: absolute;
	top: 54px;
	left: 531px;
	/*background: url(/img/right_img.jpg);*/
}
#error{
	position: absolute;
	left: -1px;
	top: 178px;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #FDBA2F;
	text-decoration: none;
	text-align: left;
	display:none;
}
#error_wine{
	position: absolute;
	left: -1px;
	top: 178px;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #FDBA2F;
	text-decoration: none;
	text-align: left;
	display:none;
}

#terms{
	position: absolute;
	left: 50px;
	top: 500px;
}
.terms{
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #8B8B8B;
	text-decoration: none;
	text-align: left;
	text-decoration:none;
}
.terms:hover{
	text-decoration:underline;
}
#conditions{
	position: absolute;
	/*left: 225px;
	top: 519px;*/
	left:50px;
	top:530px;
	height:21px;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #8B8B8B;
	text-decoration: none;
	text-align: left;
	text-decoration:none;
}
#flashplugin{
	position: absolute;
	/*left: 225px;*/
	/*top: 504px;*/
	top:530px;
	left:254px;
}
#flashplugin a{
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #8B8B8B;
	text-decoration: none;
	text-align: left;
	text-decoration:none;
}
#flashplugin a:hover{
	text-decoration:underline;
}

#music_div input{
	position:relative;
	border:0px;
	top:2px;
}
#music_div{
	position: absolute;
	left: -5px;
	top: 250px;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #8B8B8B;
	text-decoration: none;
	text-align: left;
	text-decoration:none;
}

