
@import url('./be_special_offers.css');

body{
	margin:0;
	padding:0;
	background-color:#e2be66;
}

a{outline:0;}


.testo
{
	font:normal 12px Verdana;
	line-height:18px;
	text-align:justify;
	color:#706e53;
}
.testo_center
{
	font:normal 12px Verdana;
	line-height:18px;
	text-align:center;
	color:#706e53;
}

.testo_footer
{
	font:normal 12px Verdana;
	line-height:18px;
	text-align:center;
	padding-top:7px;
	color:#000;
}
.testo_footer a
{
	color:#FFFCF2;
}
.testo a
{
	display:block;
	color:#9a311c;
	
}

.testo_center a
{
	color:#9a311c;
	text-decoration:none;
	display:block;
	
	/*border-top:1px solid #FFF;
	border-bottom:1px solid #c5c2c1;
	*/
}
.testo_center a:hover
{
	background-color:#f3f3f3;
	color:#9a311c;
	text-decoration:none;
	
	/*border-top:1px solid #c5c2c1;
	border-bottom:1px solid #FFF;
	*/
}

.bg_footer
{
	background-color:#adab92;
}


td.header_bg
{
	width:389px;
	height:392px;
	
	background-image:url(./images/header_04.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


td.left_01
{
	background-image:url(./images/page_01.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

td.right_01
{
	background-image:url(./images/page_03.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

td.content_left
{
	background-image:url(./images/page_07.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
td.content_center
{
	background-color:#FFF;
}
td.content_right
{
	background-image:url(./images/page_08.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

td.footer_left
{
	background-image:url(./images/page_09.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
td.footer_center
{
	background-image:url(./images/page_10.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
td.footer_right
{
	background-image:url(./images/page_11.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}



table.links td
{
	/*background-color:#f3f3f3;*/
	text-align:center;
}


div#hdg_001
{
	display:block;
	margin:0;
	padding:0;
	width:389px;
	height:219px;
	
	background-image : url(./images/header_04.jpg);
	background-position : top left;
	background-repeat :no-repeat;
}
div#hdg_002
{
	display:block;
	margin:0;
	padding:0;
	width:389px;
	height:14px;
}
div#hdg_003
{
	display:block;
	margin:0;
	padding:0;
	width:389px;
	height:159px;
	
	background-image : url(./images/header_08.jpg);
	background-position : top left;
	background-repeat :no-repeat;
}

.offers{
     padding:5px;
     text-align:center;
     cursor:pointer;
     font:bold 14px Verdana;
     color:#ffffff;
     background-color:#adab92;
     font-variant:small-caps;
     margin:0px 0px 5px 0px;
     border-bottom:1px solid #7a7967;
     border-top:1px solid #7a7967;
     
}