/*****Basic Elements*****/  

body {
	background: #e8eef1;
	text-align: center;
	line-height: 1.6;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}
.testihomebox {
	color: #666;
	font-size: 10px;
}

.testihomebox li a {   
	color: #666;
	text-transform: uppercase;
	text-decoration: none;

}




.testihomebox li a {
	text-decoration: none;
}

.testihomebox li.active a {
	text-decoration: none;

}


.testihomebox li a:hover {
	color: #666;
	text-decoration: none;
}


.testihomebox li.active {
	text-decoration: none;
}








h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #0688cf;
}

a:hover {
	text-decoration: underline;	
	color: #087fb7;
}




fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}



/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align:center;
}

.clearfix {
	clear: both; 
}



/*** Main Menu ***/

.top_menu {
	text-decoration: none;
	font-size:12px;

}

.top_menu li a {   
	color: #0688cf;
	text-transform: uppercase;
	text-decoration: none;

}
.piccoli {
	font-size: 9px;
	color: #999;
}

.menuattivo {
	background-image: url(../images/active_item.gif);
	color: #FFF;
	text-decoration: none;
}


.top_menu li a {
	text-decoration: none;
}

.top_menu li.active a {
	text-decoration: none;

}


.top_menu li a:hover {
	color: #79c7f1;
	text-decoration: none;
}




.top_menu li.active {
	background: #823b6c url(../images/active_item.gif) repeat-x;
	margin: 0px 5px;
	text-decoration: none;
}









/*** MENU LATERALE ***/

.lateral_menu_white {
	text-decoration: none;
	font-size:12px;
	color: #ffffff;

}

.lateral_menu {
	text-decoration: none;
	font-size:12px;

}

.lateral_menu li a {   
	color: #0688cf;
	text-transform: uppercase;
	text-decoration: none;

}




.lateral_menu li a {
	text-decoration: none;
}

.lateral_menu li.active a {
	text-decoration: none;

}


.lateral_menu li a:hover {
	color: #79c7f1;
	text-decoration: none;
}


.lateral_menu li.active {
	background: #823b6c url(../images/active_item.gif) repeat-x;
	margin: 0px 5px;
	text-decoration: none;
}













/*** Content ***/

#main {

	width: 540px;
}

#content {
	text-align:center;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #8ca5b4;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(../images/sidebar_block_bg.gif) repeat-x;
	padding: 14px 30px 8px;
}

/*** Footer ***/

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color: #aeb3b6;
}

#footer p#bottom-menu {

}

#footer p#bottom-menu a, h6 {
	color: #aeb3b6;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {

}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

.ribbon {
	position: absolute;
	right: -1px;
	top: -2px;
	width: 87px;
	height: 89px;
	z-index: 5;
}

.ribbon.webdesign {
	background: url(../images/webdesign-trans.png) right top no-repeat;
}

.ribbon.print {
	background: url(../images/print-trans.png) right top no-repeat;
}

.ribbon.flash {
	background: url(../images/flash-trans.png) right top no-repeat;
}

a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(../images/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(../images/next-trans.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	background: #e9edf0 url(../images/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 107px;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
.mediumcontent {
	background-image: url(../images/bk-medium.jpg);
	height: 312px;
	width: 100%;
	background-repeat: repeat-x;
}
.homeboxes {
	background-image: url(../images/boxbk.jpg);
}
.titoliblu {
	font-size: 13px;
	color: #088BD1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}
.lateralboxtop {
	background-image: url(../images/topbox.jpg);
}

.Titoli {
	font-size: 16px;
	color: #219ADA;
}
.testi {
	font-size: 11px;
	text-align:justify;
	color: #666;
	line-height: 24px;
}

