/*reset all styles*/
@import "reset.css";
/*import new styles*/
@import "ajaxTables.css";
@import "dragdrop.css";
@import "imagebox.css";
@import "forms.css";
@import "tabs.css";
@import "dock.css";
@import "ui.all.css";
@import "jgrowl.css";
@import "moduli.css";

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #323232;
	background: url(../images/body_bg_blue.jpg) no-repeat top #fff;
	margin: 0 auto;
}

#inner {
	background-image: url(../images/body_bg_blue_inner.jpg);
}

/** Container
==============================================================================*/

#container {
	width: 945px;
	margin: 0 auto;
} 
.bandiere{
	width: 945px;
	text-align: right;
	margin: 10px 0 0 0;
}
/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Images
==============================================================================*/

#content img {
	border: 1px solid #efefef;
	padding: 4px;
	background-color: #fff;
}

#content img.left, #content-inner img.left, #sidebar img.left, img.alignleft {
	margin: 0 16px 8px 0;
}

#content img.right, #content-inner img.right, #sidebar img.right, img.alignright {
	margin: 0 0 8px 16px;
}

#postimg {
	margin: 30px 0 30px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border: none;
}

/** H Tags
==============================================================================*/

h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 0 32px 0;
	font-weight: normal;
}

.post h1 {
	margin: 0 0 8px 0;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 8px 0;
	margin: 0 0 24px 0;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
}

#sidebar h2 {
	margin-bottom: 16px;
	background: url(../images/sidebar_h_divider.jpg) repeat-x bottom;
}

h2.comments {
	border-bottom: none;
	background: url(../images/double_divider.jpg) repeat-x bottom;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 18px 0;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 16px 0;
	font-weight: normal;
	text-transform: uppercase;
}

#footer h4 {
	padding: 0 0 4px 0;
	border-bottom: 3px solid #cdcdcd;
}

h5 {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 14px 0;
	font-weight: bold;
	text-transform: uppercase;
}

/** Links
==============================================================================*/

a:link {
	color: #5b8cd5;
	text-decoration: none;
}

a:visited {
	color: #5b8cd5;
	text-decoration: none;
}

a:hover {
	color: #2e466a;
	text-decoration: none;
}

a:active {
	color: #5b8cd5;
	text-decoration: none;
}
/** Logo
==============================================================================*/

.logo {
	margin: 10px auto;
	width: 100%;
	text-align: center;
}

a img {
	border: none;
}

/** Nav
==============================================================================*/

#navwrap {
	width: 929px;
	height: 35px;
	margin: 0px 0 16px 0;
	padding: 0 16px 0 0;
	background: url(../images/nav_bg.png) no-repeat;
}

#nav, #nav ul {
	list-style-position: outside;
	position: relative;
	z-index: 5;
}

#nav li {
	float: left;
	line-height: 35px;
	background: url(../images/nav_divider.jpg) no-repeat right;
}

#nav li ul li {
	background-image: none;
}

#nav li a {
	display: block;
	position: relative;
	float: left;
	height: 35px;
	padding: 0 16px;
	z-index: 35;
}

#nav li#home {
	line-height: 0;
}

#nav li#home a img {
	position: relative;
	top: 11px;
}

#nav ul {
	display: none;
	left: 45px;
	position: absolute;
	top: 34px;
	width: 232px;
	border-right: 1px solid #fff;
	border-left: 1px solid #a6a6a6;
	background: #eeeeee;
}

#nav li ul a {
	width: 200px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 16px;
	border-bottom: 1px solid #a6a6a6;
}

#nav ul ul {
	top: auto;
	border-top: none;
	background: #eeeeee;
}	

#nav li ul ul {
	left: 232px;
}

#nav li:hover ul ul,  #nav li:hover ul ul ul,  #nav li:hover ul ul ul ul {
	display: none;	
}

#nav li:hover ul,  #nav li li:hover ul,  #nav li li li:hover ul,  #nav li li li li:hover ul{
	display: block;
}

/** Search
==============================================================================*/

#search {
	height: 14px;
	width: 184px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	padding: 3px 8px 2px 24px;
	border: 1px solid #a6a6a6;
	background: url(../images/search_icon.jpg) no-repeat 4px 4px #fff;
}

/** Slider
==============================================================================*/

#featured {
	width: 945px;
	height: 296px;
	padding: 0 0 32px 0;
	background: url(../images/double_divider.jpg) repeat-x bottom;
}

#featuredinner {
	position: relative;
	width: 917px;
	height: 258px;
	padding: 14px;
	background: url(../images/slider_bg-trans.png) no-repeat;
}




/** Content
==============================================================================*/

#content {
	width: 945px;
	margin: 12px 0 14px 0;
}

#leftcol {
	width: 609px;
}

/** Sidebar
==============================================================================*/

#sidebar {
	width: 305px;
	font-size: 12px;
	line-height: 18px;
}

.widget {
	width: 305px;
	margin: 0 0 16px 0;
	background: url(../images/widget_bottom_bg.jpg) no-repeat bottom;
}

.widgethead {
	width: 305px;
	height: 16px;
	background: url(../images/widget_top_bg.jpg) no-repeat top;
}

.widgetinner {
	padding: 8px 24px 24px 24px;
}

#sidebar img.smsqad {
	padding: 0px;
	border: none;
	background: none;
	margin: 0 2px 2px 0;
}
/** Footer
==============================================================================*/

#footer {
	width: 945px;
	margin: 0 0 32px 0;
	padding: 32px 0 0 0;
	font-size: 10px;
	color: #565656;
	text-transform: uppercase;
	background: url(../images/double_divider.jpg) repeat-x top;
}

#footer h3 {
	color: #323232;
}

#footer p {
	line-height: 16px;
}

.footerwidget {
	width: 288px;
	margin: 0 32px 0 0;
}

.footerwidget p {
	text-transform: none;
}

.footerwidget ul li {
	border-bottom: 1px solid #efefef;
}

/** System
==============================================================================*/
.post{
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 2px;
	border: 0px solid #428bbe;
}
.post_content{
	padding: 5px 5px 5px 5px;
}
h2 .grigio{
	border: 1px solid #ccc;
	background: #eee;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
h2 .blu{
	border: 1px solid #428bbe;
	background: #428bbe;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
h2 .bianco{
	border: 1px solid #ccc;
	background: #ec4c36;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}
.GalleryThumbs ul {
	list-style: none;
	list-style-image: none;
	text-align: center;
	margin: -3px -3px -3px -15px;
}
.GalleryThumbs li {
	list-style: none;
	list-style-image: none;
	padding-left: 0px;
	background: none;
	float: left; padding-left: 5px; padding-bottom: 5px;
}
.GalleryThumbs img{
	padding: 2px;
	border: 1px solid #ccc;
}
form {
	margin: 0;
	padding: 0;
}

input[type="text"], 
input[type="password"], 
input[type="file"], 
textarea, 
select {
	padding: 5px;
	background: #E6E6E6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	/*background: #e5ecf4 url(../images/img13.gif) repeat-x;*/
	border: 1px solid #0b469a;
	font: normal 1em Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.cmxform input[type="text"], 
.cmxform  input[type="password"], 
.cmxform  input[type="file"], 
.cmxform  textarea, 
.cmxform  select {
	width: 98%;
}

input.calendar {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/calendar.gif);
	width: 250px !important;
}

input[type="submit"], 
input[type="reset"], 
input[type="button"], 
button {
	padding: 5px;
	background: #CCCCCC url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
	/*background: #e5ecf4 url(../images/img13.gif) repeat-x;*/
	border: 1px solid #0b469a;
	font: normal 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.footer{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}