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

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

BODY {
	background: url('images/bg.jpg') #052941 repeat-x;
	font-family: Trebuchet Ms, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #052941;
}

BODY.home { background: url('images/bg-home.jpg') #052941 repeat-x; }
BODY.contatti { background: url('images/bg-contatti.jpg') #052941 repeat-x; }

IMG { border: 0px; }

LI { list-style: none; }

A { 
	text-decoration: none;
	color: #105461; 
}

A:hover { text-decoration: underline; }

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

#header { 
	overflow: hidden; 
	height: 290px;
}

.home #header { height: 500px; }
.contatti #header { height: 610px; }

#login {
	background: url('images/bg-login.jpg') no-repeat;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 15px;
	width: 270px;
	height: 25px;
	float: right;
}

#login A {
	letter-spacing: 2px;
	color: #8395A1;
}

#login A:hover { 
	text-decoration: none;
	color: #FFFFFF; 
}

#assistenza {
	background: url('images/bg-assistenza.jpg') no-repeat;
	line-height: 20px;
	font-size: 10px;
	padding: 10px;
	width: 250px;
	height: 40px;
	float: right;
	clear: right;
}

#assistenza A {
	font-weight: bold;
	font-size: 12px;
}

#logo {
	background: url('images/logo-quasar.jpg') no-repeat;
	width: 310px;
	height: 140px;
	float: left;
}

#logo H1, #logo H2 { 
	text-indent: -90000px;
	font-size: 10px; 
}

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

#menu {
	background: url('images/bg-menu-div.gif') no-repeat;
	height: 40px;
	clear: both;
}

#menu LI {
	background: url('images/bg-menu-div.gif') no-repeat right;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	float: left;
	height: 40px;
}

#menu A, #menu .sel {
	padding: 0px 23px 0px 23px;
	line-height: 40px;
	display: block;
	float: left;
	height: 40px;
}

#menu A { color: #8395A1; }

#menu A:hover { 
	text-decoration: none;
	color: #105461; 
}

#menu .sel { background: url('images/bg-menu-sel.gif') no-repeat bottom center; }

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

#section H1 {
	text-indent: -90000px;
	font-size: 10px;
	height: 70px; 
}

#section .s1 { background: url('images/bg-section-s1.jpg') no-repeat; }
#section .s2 { background: url('images/bg-section-s2.jpg') no-repeat; }
#section .s3 { background: url('images/bg-section-s3.jpg') no-repeat; }
#section .s5 { background: url('images/bg-section-s5.jpg') no-repeat; }

#section.s4 {
	background: url('images/bg-section-s4.jpg') no-repeat;
	padding-top: 40px;
	height: 350px;
}

#section.s4a {
	background: url('images/bg-section-s4a.jpg') no-repeat;
	padding-top: 40px;
	height: 350px;
}

#status {
	background: url('images/bg-status.gif') no-repeat left;
	padding-left: 20px;
	line-height: 40px;
	font-size: 10px;
	color: #788A95;
}
/**************************************************************************************/

#primopiano {
	background: url('images/bg-primopiano.jpg') no-repeat;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	width: 820px;
	height: 300px;
	color: #BFCED0;
}

#primopiano .screen {
	margin-top: 20px;
	width: 240px;
	height: 240px;
	float: right;
}

#primopiano .desc {
	padding-right: 300px;
	line-height: 24px;
	padding-top: 65px;
}

#primopiano .excerpt { padding-left: 10px; }

#primopiano .more { margin-top: -10px; }

#primopiano .more A {
	background: url('images/icon-more.png') no-repeat right;
	padding-right: 38px;
	line-height: 28px;
	display: block;
	color: #BFCED0;
	float: right;
}

#primopiano .more A:hover { color: #FFFFFF; }

#primopiano .more-link { display: none; }

#primopiano STRONG, #primopiano EM {
	font-size: 14px;
	color: #FFFFFF;
}

#primopiano H1 {
	margin-bottom: 20px;
	height: 70px;
}

#primopiano H1 EM {
	position: absolute;
	text-indent: -9000px;
	font-size: 10px;
	width: 100px;
}

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

#content {
	background: #FFFFFF;
	padding-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

.home #content { background: #E9E9E9; }

#main {
	width: 560px;
	float: left;
}

#sidebar {
	padding-top: 30px;
	width: 270px;
	float: right;
}

.home #sidebar { padding: 0px; }

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

#servizi, #news { min-height: 200px; }

#servizi { background: url('images/bg-box-servizi.gif') no-repeat; }

#servizi P {
	margin-bottom: 10px;
	line-height: 20px;
}

#servizi STRONG { font-size: 14px; }

#servizi .more { padding: 0px 20px 0px 20px; }

#news { background: url('images/bg-box-news.gif') no-repeat; }
#news.internal { background: url('images/bg-box-news2.gif') no-repeat; }

#news LI {
	border-bottom: 1px dotted #BEC5CA;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}

#news H2 {
	padding-left: 60px;
	font-size: 12px;
}

#news .date {
	background: url('images/bg-date.png') no-repeat;
	padding-top: 5px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	float: left;
	width: 45px;
	height: 35px;
}

#news .date SMALL { 
	text-transform: uppercase;
	line-height: 10px;
	font-size: 10px;
	display: block;
}

.box .title { height: 60px; }

.box .title H1 {
	text-indent: -90000px;
	font-size: 10px;
}

.box .cont { padding: 0px 15px 0px 15px; }

.box .more { 
	font-size: 10px;
	margin-top: 10px;
	text-align: right;
}

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

#single { padding: 30px 0px 30px 0px; }

#single .title { margin-bottom: 20px; }

#single .title H1 EM {
	position: absolute;
	text-indent: -90000px;
	font-size: 10px;
	width: 100px;
}

#single .news {
	background: url('images/icon-news.gif') #F1F3F4 no-repeat 20px center;
	font-size: 22px;
	padding: 20px;
	padding-left: 80px;
}

#single .news H1 { 
	margin-bottom: 5px;
	font-size: 22px; 
}

#single .news SMALL { 
	font-size: 12px; 
	color: #959B9F;
}

#single .excerpt {
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 16px;
	color: #666666;
}

#single .excerpt STRONG, #single .excerpt EM { color: #052941; }

#single .text P {
	margin-bottom: 10px;
	line-height: 150%;
	font-size: 12px;
}

#single .text STRONG { font-size: 14px; }

#single .link {
	background: url('images/icon-down.gif') no-repeat left;
	line-height: 32px;
	padding-left: 40px;
	font-size: 16px;
	margin-top: 30px;
}

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

#altri-prodotti {
	background: url('images/bg-box-altriprodotti.gif') no-repeat;
	margin-bottom: 20px;
	min-height: 130px;
}

#altri-prodotti .title H2 {
	text-indent: -90000px;
	font-size: 10px;
	height: 45px;
}

#altri-prodotti UL { padding: 10px 15px 10px 15px; }

#altri-prodotti LI {
	border-bottom: 1px dotted #DDDDDD;
	text-transform: uppercase;
	padding: 5px 0px 10px 0px;
	font-size: 10px;
}

#altri-prodotti LI A { font-size: 12px; }

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

#screenshots .screen { 
	margin-bottom: 30px; 
	overflow: hidden;
	width: 270px;
}

#screenshots .screen A {
	border: 1px solid #E9E9E9;
	display: block;
	padding: 4px;
	width: 260px;
}

#screenshots .screen A:hover { background: #E9E9E9; }

#screenshots .screen IMG { width: 260px; }

#screenshots .desc {
	background: url('images/icon-arrow.gif') #E9E9E9 no-repeat 5px 7px;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #788A95;
}

#screenshots .gal UL { width: 280px; }

#screenshots .gal LI {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 130px;
	float: left;
}

#screenshots .gal A, #screenshots .gal IMG { width: 120px; }

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

#category { padding-top: 30px; }

#category .cat { padding-bottom: 20px; }

#category .cat .title { margin-bottom: 10px; }

#category .cat .title H2 {
	text-indent: -90000px;
	font-size: 10px;
	height: 45px;
}

#category .c1 H2 { background: url('images/bg-title-aziende.gif') no-repeat; }
#category .c2 H2 { background: url('images/bg-title-turismo.gif') no-repeat; }
#category .c3 H2 { background: url('images/bg-title-siti.gif') no-repeat; }

#category .item {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

#category .item H1 {
	width: 560px;
	float: left;
}

#category .item H1 EM {
	text-indent: -90000px;
	position: absolute;
	font-size: 10px;
	width: 100px;
}

#category .excerpt {
	width: 270px;
	float: right;
}

#category .excerpt H3 { font-size: 16px; }

#category .excerpt IMG { position: absolute; }

#category .excerpt .cont {
	position: absolute;
	line-height: 20px;
	font-size: 13px;
	padding: 20px;
	width: 230px;
}

#category .excerpt .more {
	position: absolute;
	left: 160px;
	top: 98px;
}

#category .c3 .excerpt .cont { 
	background: url('images/bg-box-sitiweb.gif') no-repeat; 
	height: 90px;
}

#category .desc {
	background: #F2F4F5;
	margin-bottom: 20px;
	line-height: 180%;
	font-size: 14px;
	padding: 20px;
}

#category .desc STRONG, #category .desc EM { font-size: 16px; }

#category .bee {
	background: url('images/logo-beesoft.gif') #F2F4F5 no-repeat 620px center;
	padding-right: 240px;
}

#category .more A {
	background: url('images/icon-more.png') no-repeat right;
	padding-right: 38px;
	line-height: 28px;
	display: block;
	color: #839398;
}

#category .more A:hover { color: #052941; }

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

#archive { padding: 30px 0px 30px 0px; }

#archive .title H2 {
	background: url('images/bg-title-news.gif') no-repeat;
	text-indent: -90000px;
	margin-bottom: 10px;
	font-size: 10px;
	height: 45px;
}

#archive .date {
	padding-left: 20px;
	color: #47555F;
	float: left;
}

#archive UL { border-top: 1px dotted #DDDDDD; }

#archive LI {
	border-bottom: 1px dotted #DDDDDD;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
	width: 100%;
}

#archive LI H1 { 
	padding: 0px 20px 0px 100px;
	font-size: 12px; 
}

.wp-pagenavi {

}

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

#page { padding-top: 30px; }

#page .title H1 {
	margin-bottom: 10px;
	text-indent: -90000px;
	font-size: 10px;
	height: 45px;
}

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

#contatti { background: url('images/bg-box-contatti.gif') no-repeat; }

#contatti H1 { font-size: 20px; }

#contatti H2 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 12px; 
	color: #47555F;
}

#contatti P { 
	margin-bottom: 10px; 
	line-height: 180%;
	font-size: 14px;
}

#map {
	margin: 0px auto 0px auto;
	width: 830px;
	height: 280px;
}

#page.contatti .title H1 { background: url('images/bg-title-formcontatti.gif') no-repeat; }

#form-contatti .credits { display: none; }

#form-contatti .fieldwrap INPUT, #form-contatti .fieldwrap TEXTAREA {
	border: 2px solid #DDDFE0;
	padding: 5px;
	width: 50%;
}

#form-contatti .fieldwrap TEXTAREA {
	height: 150px;
	width: 90%;
}

#form-contatti .fieldwrap, #form-contatti .submit, #form-contatti .alert {
	margin-bottom: 10px;
	background: #F1F3F5;
	padding: 20px;
}

#form-contatti .required { color: red; }

#form-contatti .submit INPUT { 
	text-transform: uppercase;
	padding: 5px;
}

#form-contatti .alert { font-size: 10px; }
#form-contatti .alert P { margin-bottom: 10px; }

#form-contatti .ddfmerrors {
	border-top: 1px dotted red;
	padding: 10px 20px 0px 20px;
	font-weight: bold;
	font-size: 16px;
	color: red;
}

#form-contatti .errorlist {
	border-bottom: 1px dotted red;
	padding: 0px 20px 10px 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

#form-contatti LABEL {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

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

#footer { 
	background: url('images/bg-footer.jpg') repeat-x; 
	color: #8F9EA8;
}

#footer .left { float: left; }

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

#footer .wrap {
	background: url('images/bg-footer-fx.jpg') no-repeat;
	padding: 35px 15px 0px 15px;
	height: 90px;
	width: 820px;
}

#footer .address {
	line-height: 40px;
	height: 40px;
}

#footer .credits {
	margin-top: 10px;
	font-size: 10px;
	color: #375467;
}

#footer .credits A { color: #375467; }
#footer .credits A:hover { color: #FFFFFF; }


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

.wrap {
	margin: 0px auto 0px auto;
	width: 850px;
}

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