@import url('../layout-1.css');

@font-face {
	font-family: 'Harrington';
	src: url('./HARRINGT.eot');
	src: local('Harrington (Plain)'), local('Harrington'), url('./HARRINGT.ttf') format('truetype');
}



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #869508;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #F1FF7F;
}
a:hover {
	color: #F1FF7F;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


/* FORM GENERICI */
input[type=text],
textarea {
	border-color: #F1FF7F;
	background: #768508;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
input[type=text]:hover,
input[type=text]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border-color: #F1FFCF;
}

button {
	background: #F1FF7F;
	color: #869508;
	font-family: Georgia, "Times New Roman", Times, serif;
}
button:hover {
	background: #AC0B51;
}



/* Classi generiche */
.message {
	background: #F1FF7F;
	color: #869508;
}


#page {
	background: url('./header.jpg') no-repeat 0px 25px;
}

#headbar {
	color: #869508;
}
#headbar a {
	color: #869508;
}
#headbar_info {
	background: #F1FF7F;
	color: #869508;
}
#headbar_links {
	background: #F1FF7F;
	color: #869508;
}
#headbar_links li.email a {
	background-image: url('../../img/email_icon_mini_6.png');
}
#headbar_links li.contacts a {
	background-image: url('../../img/contacts_icon_mini_6.png');
}
#headbar_links li.rss a {
	background-image: url('../../img/rss_3d_icon_mini_5.png');
}
#headbar_links li.skype a {
	background-image: url('../../img/skype_icon_mini_1.png');
}


#visual {
	width: 900px;
	height: 300px;
	background-image: url('./head.jpg');
}

#head_logo {
	text-indent: -9999px;
	width: 900px;
	height: 300px;
	left: 0px;
	top: 0px;
}
#head_logo h1 {
	width: 900px;
	height: 300px;
}
#head_logo h1 > a {
	display: block;
	width: 900px;
	height: 300px;
}

#contents {
	padding-top: 15px;
}
#contents h2 {
	font-family: 'Harrington', Georgia, "Times New Roman", Times, serif;
}

#column_left {
	padding-top: 280px;
}

#left_menu {
	padding: 0px 15px;
	padding-bottom: 60px;
	background: url('./widget-bg.png') no-repeat 100% 100%;
}
#left_menu ul {
	border: none;
}
#left_menu li {
	line-height: 20px;
}
#left_menu li > a {
	border: none;
	padding-left: 40px;
	color: #F1FF7F;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url('./menu-bg.png') no-repeat 20px 2px;
}
#left_menu li > a:hover {
	border: none;
	color: #FFFFFF;
}
#left_menu li h4 {
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 1.4em;
	background: url('./menu-cat-bg.png') no-repeat 0px 0px;
	padding-left: 20px;
}
#left_menu li h4.hover {
	border: none;
	color: #FFFFFF;
}
#left_menu ul .pages-category {
	margin: 5px 0px;
}
#left_menu ul .pages-category a {
	padding-left: 40px;
	font-size: 1.1em;
}

#footbar {
	height: 200px;
	background: url('./footer.png') no-repeat 0px 0px;
}


#footbar_links {
	background: transparent;
}
#footbar_links a {
	color: #FFFFFF;
}
#footbar_right {
	background: transparent;
	color: #FFFFFF;
}



/* NEWS LISTATO */


/* DETTAGLIO NEWS E PAGINE */


/* GALLERIE - LISTATO */


/* GALLERIE - DETTAGLIO */


/* CONTATTI - DETTAGLIO */
#contacts_info li strong {
	border-color: #F1FF7F;
}

/* MAILINGLIST - DETTAGLIO */


/* RICERCA - LISTATO */


/* GUESTBOOK */

#guestbook_list .name {
	color: #F1FF7F;
}

/* VETRINA - LISTATO CATEGORIE */


/* VETRINA - LISTATO PRODOTTI */


/* VETRINA - DETTAGLIO */

#product_details .add-to-cart {
	border-color: #F1FF7F;
}


/* VETRINA - CARRELLO */
#showcase_cart div.item {
	border-color: #AC0B51;
}
#showcase_cart div.item.head {
	color: #AC0B51;
}


/* VETRINA - RICHIESTA */


/* WIDGETS */

.widget h5 {
	font-family: 'Harrington', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

/* WIDGET RSS */
.widget.rss a {
	background: url('../../img/rss_3d_icon_big_8.png') no-repeat 0px 0px;
}
.widget.rss.style-journal a {
	background: url('../../img/rss_journal_icon_big_1.png') no-repeat 0px 0px;
}
.widget.rss.style-baloon a {
	background: url('../../img/rss_baloon_icon_big_1.png') no-repeat 0px 0px;
}
.widget.rss.style-cup a {
	background: url('../../img/rss_cup_icon_big_1.png') no-repeat 0px 0px;
}

/* WIDGET NEWS */


/* WIDGET GUESTBOOK */

.widget.guestbook .messages {
	border-color: #F1FF7F;
}
.widget.guestbook .messages div.odd {
	background: #768508;
}

/* WIDGET SEARCH */

/* WIDGET GALLERY */



