@charset "utf-8";
/* CSS Document */

/*---------------------------------*/
/* STRUCTURE & TAGS */
/*---------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	background: #ffffff url(../images/bg.jpg) repeat-x left top;
}
#page_header {
	height: 247px;
	width: 970px;
	margin: 0px auto;
	padding: 0px;
}
#page {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
}

/*#page_footer {
	background: #40AAFF;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}*/

a:link, a:visited {
	color: #663500;
	text-decoration: underline;
}
a:hover, a:active {
	color: #663500;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
.testo16 {
	font-size: 16px;
}
/*---------------------------------*/
/* UTILITY */
/*---------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.hr {
	margin: 0px 0px;
	padding: 0px;
	border-bottom:1px solid #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height: 1px;
	font-size: 0px;
	display:block;
}
.hrlight {
	margin: 0px 0px;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	font-size: 0px;
	display:block;
}
.white {
	border-color: #ffffff;
}
.dark {
	border-color: #999999;
}
.red {
	border-color: #ff3300;
}
.big {
	border-bottom-width: 2px;
}
.clearer {
	line-height: 0px;
	height: 0px;
	margin: 0;
	font-size: 0;
	clear: both;
}
.spacer {
	margin: 0;
	font-size: 0;
	clear:none;
}
.five {
	line-height: 5px;
	height: 5px;
}
.ten {
	line-height: 10px;
	height: 10px;
}
.twenty {
	line-height: 20px;
	height: 20px;
}
.open_close {
	background: url(http://images.offercent.com/public/website/plus.gif) no-repeat center left;
	padding: 0px 0px 0px 12px;
	width: auto;
	font-size: 10px;
}
/*---------------------------------*/
/* HEADER */
/*---------------------------------*/

#header_sx {
	width: 10px;
	float: left;
	height: 247px;
	background: url(../images/header_sx.jpg) no-repeat 0 0;
}
#header_dx {
	width: 10px;
	float: left;
	height: 247px;
	background: url(../images/header_dx.jpg) no-repeat 0 0;
}
#header_body {
	float: left;
	width: 950px;
	height: 207px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_header.jpg) no-repeat 0 0;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 207px;
}

/* menu */

#menu {
	_display: inline; /*ie 6*/
	/*float: left;*/
	width: 950px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#menu #menu_sx {
	background: url(../images/menu_sx.jpg) no-repeat 0 0;
	height: 40px;
	width: 20px;
	float: left;
}
#menu #menu_dx {
	background: url(../images/menu_dx.jpg) no-repeat 0 0;
	height: 40px;
	width: 20px;
	float: left;
}
#menu #menu_content {
	background: transparent url(../images/bg_button_menu.jpg) repeat-x 0 0;
	float: left;
	height: 40px;
	width: 910px;
}
#menu #menu_content ul {
	float: left;
	margin: 0px;
	padding: 0px;
	/*width: auto;*/
	display: inline;
}
#menu #menu_content ul.contacts {
	float: right;
}
#menu #menu_content ul li {
	list-style-type: none;
	float:left;
	margin: 0px;
}
#menu #menu_content ul li.divider {
	background: transparent url(../images/menu_divider.jpg) no-repeat 0 0;
	width: 2px;
	height: 40px;
}
#menu #menu_content ul li.first_voice {
	border-left: none;
}
#menu #menu_content ul li.last_voice {
	border-right: none;
	padding: 0px 5px;
	/*float: right;*/
}
#menu #menu_content ul li a:link, #menu #menu_content ul li a:visited {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #663500;
	text-decoration: none;
}
#menu #menu_content ul li a:hover, #menu #menu_content ul li a:active {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #663500;
	text-decoration: underline;
}

/*---------------------------------*/
/* BODY */
/*---------------------------------*/

#body {
	background: transparent url(../images/bg_body.jpg) repeat-y 0px 0px;
	width: 950px;
	padding: 10px;
	margin: 0px;
}
#body_content {
	width: 930px;
	padding: 0px 10px;
}
#col_single {
	width: 910px;
 	float: left;
 	margin: 0px 10px;
	text-align: justify;
}
#col_sx {
	width: 445px;
	float: left;
	padding: 0px 10px;
	text-align: justify;
}
#col_dx {
	width: 444px;
	border-left: dashed 1px #cccccc;
	float: left;
	padding: 0px 10px;
	text-align: justify;
}

#credits {
	border-top: dashed 1px #cccccc;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	color:  #663500;
}
#body_footer {
	clear: both;
	background: url(../images/bg_footer.jpg) no-repeat 0 0;
	height: 16px;
	width: 970px;
}

.form {
	background-color: #D8FFB0;
	border: 1px solid #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.button {
	background-color: #295300;
	border: 1px solid #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin:0px;
	padding:0px;
	height: 25px;
}

.banner_cuccioli {
	background: url(../images/banner_cuccioli.jpg) no-repeat 0 0;
	display: block;
	width: 780px;
	min-height: 100px;
	padding: 50px 20px 30px 140px;
}

.banner_cuccioli p{
	padding-top: 15px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #630;
}

