/*  
Theme Name: 
Theme URI: 
Description: 
Version: 1.0
Author: BeeSoft srl
Author URI: http://www.beesoft.it/
*/

/**************************************************************************************/

* { padding: 0px; margin: 0px; }

BODY {
	background: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

IMG { border: 0px; }

LI { list-style: none; }

A { 
	text-decoration: none;
	color: #AF2B15; 
	outline: 0px;
}

A:hover { text-decoration: underline; }

/**************************************************************************************/

#container {
	margin: 0px auto 0px auto;
	width: 960px;
}

#lang {
	border-bottom: 1px solid #7F7F7F;
	padding: 0px 10px 0px 10px;
	margin-bottom: 30px;
	font-size: 11px;
	text-align: right;
	line-height: 25px;
}

#lang A { color: #AFAFAF; }
#lang A:hover { color: #FFFFFF; }

#logo {
	margin: 0px auto 30px auto;
	width: 162px;
}

#logo H1 {
	background: url('images/logo-carminucci.gif') no-repeat;
	width: 162px;
	height: 79px;
}

#logo A {
	text-indent: -90000px;
	font-size: 10px;
	display: block;
	width: 162px;
	height: 79px;
}

#intro-img {
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	background: #FFFFFF;
}

/**************************************************************************************/

#menu {
	margin: 0px auto 30px auto;
	overflow: hidden;
	width: 960px;
}

#menu UL { 
	border-bottom: 1px solid #7F7F7F;
	height: 20px;
	width: 110%; 
}

#menu LI {
	margin-right: 9px;
	padding-left: 11px;
	height: 15px;
	float: left;
}

#menu A { 
	text-indent: -90000px;
	display: block;
	height: 15px;
	float: left;	
}

#menu A:hover, #menu .over A { background-position: 0px -15px; }
#menu LI:hover > A { background-position: 0px -15px; }

#menu LI UL {
	border: 1px solid #7D7D7D;
	position: absolute;
	background: #FFFFFF;
	overflow: hidden;
	display: none;
	width: 150px;
	height: auto;
	z-index: 100;
	clear: left;
	top: 179px;
}

#menu LI:hover UL, #menu .over UL { display: block; }

#menu LI UL LI { 
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 30px;
	float: none; 
}

#menu LI UL A {
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	text-indent: 0px;
	color: #333333;
	width: 150px;
	height: 30px;
}

#menu LI UL A:hover {
	text-decoration: none;
	background: #7D7D7D;
	color: #FFFFFF;
}

/**************************************************************************************/

#breadcrumb {
	padding-bottom: 30px;
	font-size: 11px;
}

#page { 
	overflow: hidden;
	width: 100%; 
}

#page .photo {
	border-bottom: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	margin-bottom: 20px;
	background: #FFFFFF;
	overflow: hidden;
	height: 200px;
}

#page .title H1 {
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
}

#page .text P {
	margin-bottom: 20px;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 180%;
	font-size: 16px;
}

.attachs { margin-top: 50px; }

.attachs LI {
	background: url('images/icon-pdf.gif') no-repeat left;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 16px;
}

.attachs A { color: #FFFFFF; }

/**************************************************************************************/

.carousel { 
	margin: 50px 0px 30px 0px;
	height: 320px; 
}

.carousel .viewport {
	overflow: hidden;
	position: absolute;
	margin-left: 25px;
	height: 320px;
	width: 910px;
}

.carousel UL { width: 2000px; }

.carousel LI { 
	text-align: center;
	overflow: hidden;
	float: left; 
}

.carousel .prev, .carousel .next {
	position: absolute;
	text-indent: -90000px;
	cursor: pointer;
	height: 320px;
	width: 25px;
}

.carousel .prev { background: url('images/bg-nav-prev.jpg') no-repeat; }

.carousel .next { 
	background: url('images/bg-nav-next.jpg') no-repeat; 
	margin-left: 935px;
}

#prod LI {
	margin: 0px 16px 0px 16px;
	width: 150px;
}

#prod LI IMG { height: 250px; }

#prod H1 { font-size: 12px; }
#prod H2 { font-size: 11px; }

#prod H1 A, #prod H2 A { color: #FFFFFF; }

#prod H2 {
	margin-bottom: 5px;
	background: #AF2B15;
	padding: 5px;
}

#prod .image { margin-bottom: 10px; }

#gal H2 { font-size: 13px; }

#gal UL { margin-top: 60px; }

#gal LI {
	margin: 0px 26px 0px 26px;
	width: 250px;
	height: 250px;
}

#gal .gal {
	border: 5px solid #FFFFFF;
	margin-bottom: 5px;
	overflow: hidden;
	display: block;
	width: 240px;
	height: 200px;
}

.gallery {
	overflow: hidden;
	width: 100%;
}

.gallery UL { width: 110%; }

.gallery LI {
	margin: 0px 50px 50px 0px;
	width: 150px;
	height: 150px;
	float: left;
}

.gallery LI A {
	border: 5px solid #FFFFFF;
	overflow: hidden;
	display: block;
	width: 140px;
	height: 140px;
}

.gallery .text { margin-bottom: 50px; }

/**************************************************************************************/

#single {
	margin-top: 50px;
	overflow: hidden;
	width: 100%;
}

#single .image {
	width: 150px;
	float: left;
}

#single .image IMG { width: 150px; }

#single .desc { margin-left: 180px; }

#single .details { margin-top: 50px; }

#single .details LI {
	border-bottom: 1px dotted #7F7F7F;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#single .label {
	font-weight: bold;
	width: 200px;
	float: left;
}

#single .data { margin-left: 200px; }

/**************************************************************************************/

#address {
	font-size: 14px;
	width: 300px;
	float: right;
}

#address H2, #address H3 { margin-bottom: 10px; }

#address P {
	line-height: 180%;
	margin-bottom: 20px;
}

#frm-contact { 
	margin-bottom: 20px; 
	width: 600px;
}

#frm-contact .fieldwrap INPUT { width: 40%; }
#frm-contact .fieldwrap TEXTAREA { width: 570px; }

#frm-contact .alert { margin-top: 30px; }
#frm-contact .alert P { font-size: 10px; }

#frm-contact .fieldwrap {
	background: #3F3F3F;
	margin-bottom: 10px;
	padding: 10px;
}

.fieldwrap INPUT, .fieldwrap TEXTAREA {
	border: 1px solid #505050;
	margin-bottom: 10px;
	padding: 3px;
}

.submit INPUT { 
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px;
}

.credits { display: none; }

.ddfmerrors { font-weight: bold; }

.errorlist {
	font-style: Verdana, Arial, sans-serif;
	border-bottom: 1px dotted red;
	padding: 5px 0px 10px 0px;
	margin-bottom: 10px;
	color: red;
}

.success {
	border-bottom: 1px dotted green;
	padding: 5px 0px 10px 0px;
	margin-bottom: 10px;
}

LABEL { 
	font-size: 12px;
	display: block; 
}

#google {
	border-bottom: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	margin-bottom: 50px;
}

#map { height: 200px; }

/**************************************************************************************/

#footer {
	border-top: 1px solid #7F7F7F;
	padding: 10px 10px 0px 10px;
	margin: 50px 0px 20px 0px;
	color: #AFAFAF;
	font-size: 10px;
	line-height: 25px;
	overflow: hidden;
	width: 940px;
}

#footer A { color: #AFAFAF; }
#footer A:hover { color: #FFFFFF; }

/**************************************************************************************/

.required { color: red; }

.left { float: left; }

.right {
	text-align: right;
	float: right;
}

