/* @group IMPORTS */

/*@import "compressed.css";*/
@import "overlay.css";

/* @end */

/* @group Catch All */
a:link {
	/*color: #14244d;*/
	color: #c39d03;
	text-decoration: none;
}

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

a:hover {
	color: #1e3778;
}


a img {
	border: none;	
}

h1 {
	color: #c39d03;
	margin: 3px 0 10px;
	padding: 0;
	font: bold 25px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

h2 {
	/*color: #c01500;*/
	color: #2b6884;
	margin: 30px 0 5px 0;
	padding: 0;
	font: bold 20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

h3 {
	/*color: #c39d03;*/
	color: #2b6884;
	margin: 0;
	padding: 0;
	font: bold 18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

p {
	margin-top: 5px;
	margin-bottom: 15px;
}

sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }

ul {
	list-style-image: url(../images/indent2.png);
}

li {
	padding: 3px 0;
}
/* @end */

/* @group Layout Style */

body {
	background-color: #fff;
	margin: 0;
	font-size: 62.5%;
	color: #414141;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body.template-body {
	background: #03111f url(../images/body-bg.png) repeat-x;	
}



/* @end */

/* @group Header */


#logo, #logo a:link, #logo a:visited {
	display: block;
	height: 128px;
	
}
#logo a:link, #logo a:visited {
	width: 100%;
}

#logo {
	position: absolute;
	top: 0;
	right: 45%;
	width: 800px;
	background: url(../images/logo.jpg) no-repeat right top;
}

#testimonial {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 120px;
	width: 430px;
	text-align: center;
	/*font: bold 18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;*/
}

#testimonial h3 {
	color: #f2d800;
	font: normal 11px Verdana;	
	padding: 15px 0 0 0;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#testimonial .container_partenza, 
#testimonial .container_arrivo {
	background: url(../images/open-quote.png) no-repeat 0 10px;	
}

#testimonial .container_partenza div, 
#testimonial .container_arrivo div {
	min-height: 46px;
	background: url(../images/close-quote.png) no-repeat 100% 20px;
}

#testimonial table.scroll_bg_color,  
#testimonial div#scroll_main.scroll_bg_color {
	background: transparent;
}

#testimonial p.testimonials {
	color:  white;
	font: bold 12px Arial, "Helvitica Neue", Helvitica, Geneva, sans-serif;
	padding: 0 35px 0 35px;
}

#testimonial p.clients {
	color: #7fb7ca;
	font: 10px, verdana;
}

/* @end */

/* @group Modules */

/* @group Login Box */
#login-box {
	display: none;
}
div.login h3 {
	margin: 10px auto 5px auto;
	text-align: center;
	font-size: 22px;
}

div.login div.inputbox {
	width: 240px;
	margin: 0 auto;
}

div.login .inputbox.username, div.login .inputbox.password {
	width: 230px;
}

div.login label {
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #717171;
}

div.login div.submitbox {
	width: 240px;
	margin: 5px auto;
}

div.login div.submitbox .login {
	display: block;
	margin: 10px auto 0 auto;
	width: 80px;
}

/* @end */

/* @group Top Menu */

#topmenu {
	height: 35px;
	margin: 0;
	/*overflow: hidden;*/
}

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	position: relative;
}

#topmenu ul  li {
	float: left;
	list-style-type: none;
	padding: 0 20px;
	background: url(../images/topmenu-edge.png) no-repeat right;
	height: 35px;
	position: relative;
	display: inline;
}

#topmenu ul li a:link,
#topmenu ul li a:visited {
	text-decoration: none;
	color: #463f09;
	display: block;
	width: 100%;
	margin-top: 8px;
	font: bold 16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

/**/
#topmenu ul li.hover li.hover {
	background: url(../images/topsubmenu-active-bg.png) no-repeat 0 top;
}

#topmenu ul li.hover li {
	/*position: relative;*/
	background-image: none;
}


#topmenu ul > li.hover > a, 
#topmenu ul > li.hover ul li.hover > a {
	color: #fffdd9;
}

#topmenu ul li ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 35px;
	width: auto !important;
	width: 200px;
	min-width: 200px;
	background-color: #b19827;
	background: rgba(177, 152, 39, 0.95);
	z-index: 100;
	display: block;
}

#topmenu ul li.hover ul li.hover  ul {
	top: 0;
	left: 100%;
}

#topmenu ul li.hover > ul 
{
	visibility: visible;
}

#topmenu ul li > ul {
	visibility: hidden;
}

#dropdownmenu > li.hover {
	background: url(../images/topmenu-active-bg.png) repeat-x 0 0;
}

#topmenu li.parent li {
	display:block;
	width: 100%;
	width: 200px;	
	margin: 0;
	padding: 0;
	height: 35px;
}

#topmenu li.hover ul a	{
	font-size: 11px;
	color: #fff221;
	padding: 0 10px;
}

/**/

#topmenu div#login {
	background: url(../images/login-button.png) no-repeat ;	
	float: right;
	width: 82px;
	padding: 0;
	margin-left: 10px;
	
}

#topmenu div#login a.login-button,
#topmenu div#login a.logout-button {
	color: white;
	font-size: 12px ;
	font-weight: bold;
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}


/* @end */

/* @group Left */

#modules-left h3 {
	width: 100%;
	height: 38px;
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	background: url(../images/leftmenu-h3-bg.png) no-repeat center center;
}

#modules-left .moduletable, 
#modules-left .moduletable_menu {
	margin-top: 10px;
	margin-bottom: 20px;
}

#modules-left .moduletable {
	background: url(../images/leftmenu-edge.png) no-repeat 0 top;
}

/* @group Menu */

#modules-left ul.menu {
	margin: 0;
	padding: 0;
}

#modules-left ul.menu li{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#modules-left ul.menu > li > a:link,
#modules-left ul.menu > li > a:visited,
#modules-left ul.menu > li > a:active {
	text-decoration: none;
	color: #7fb7ca;
	width: 100%;
	height: 32px;
	display: block;
	text-align: center;
	background: url(../images/leftmenu-edge.png) no-repeat 0 bottom;
	font: bold 14px/32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding-top: 0;
}

#modules-left ul.menu > li > a:hover {
	color: white;
}

#modules-left ul.menu > li#current > a:link,
#modules-left ul.menu > li#current > a:visited,
#modules-left ul.menu > li.active > a:link,
#modules-left ul.menu > li.active > a:visited {
	background: url(../images/leftmenu-active.png) 0 bottom;
}

/* @group SubMenu */
#modules-left ul.menu li > ul {
	padding: 0;
	margin: 0;
}

#modules-left ul.menu li > ul > li {
	margin: 0;
	padding: 2px 0;
}

#modules-left ul.menu li > ul > li a:link,
#modules-left ul.menu li > ul > li a:visited {
	color: white;
	display: block;
	margin-left: 27px;
	width: 130px;
	font: 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 3px 2px 3px 15px;
	background: url(../images/indent1.png) no-repeat left 7px;
}

#modules-left ul.menu li > ul > li > a:hover,
#modules-left ul.menu li > ul > li.active > a:link,
#modules-left ul.menu li > ul > li.active > a:visited {
	color: #c39d03 !important;
}

/* @end */

/* @end */

/* @end */



/* @group Footer */

#footer * {
	color: #db9900;
	display: inline;
}

#footer div, #footer div.moduletable {
	display: block;
	margin:  0 0 0 0 !important;
}

#footer p {
	color: #7fb7ca;
}

#footer a, #footer a.mainlevel:link, #footer a.mailevel:visited {
	display: inline;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

#footer .copyright {
	color: #7fb7ca;
}

/* @end */


/* @end */

/* @group Content */

/* @group Headers */

.content h3 {
	font-size: 12px;
}

h2.frontpage{
	width: 100%;
	border-bottom: 1px solid #f6f1eb;
	text-decoration: none;
}

h2.contentheading {
	margin: 20px 0 0 0;
}

h2  >a:link, 
h2 > a:visited {
	/*color: #c01500;*/
	color: #113955;	
}


/* @end */

/* @group Breadcrumbs */
#breadcrumbs {
	width: auto;
	padding: 8px 0 8px 0;
	margin: 10px 15px 10px 15px;
	border-bottom: 1px solid #dadada;
	color: #717171;
}

#breadcrumbs a {
	font: normal 10px Verdana;
	color: #717171;
}

#breadcrumbs span {
	font: bold 10px Verdana;
}

/* @end */

/* @group Table of Contents */

table.contenttoc {
	width: 100%;
}

table.contenttoc th	{
	color: #182b5b;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 2px;
	border-color: #b7ceff;
}

table.contenttoc td {
	padding-top: 2px;
	padding-bottom: 2px;
}



/* @end */

/* @group Toolbox */

div.toolbox > div.headingbuttons,
div.toolbox > div.editbuttons {
	text-align: center;
}

div.toolbox {
	float: right;
	margin: 3px;
	padding: 5px;
	width: 25%;
	border: 1px dashed #b7ceff;
}



/* @end */

.componentheading	{
	color: #c39d03;
	margin: 2px 0;
	padding: 0;
	font: bold 20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.content, .blog, #page, .category {
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
}

input.inputbox	{
	border: 1px solid #c2c2c2;
}

p.iteminfo {
	margin: 0 0 10px;
	color: #6c7a90;
	font-size: 11px;
}

ul.pagination {
	margin: 15px auto;
	padding: 0;
	list-style-image: none;
	list-style-type: none;	
	text-align: center;
}

ul.pagination li {
	display: inline;
	padding: 10px 10px;
}


.quote-intro {
	color: #717171;
}

blockquote {
	background: #ededed;
	padding: 10px 20px 5px;
	font-size: 12px;
	color: #717171;
}

blockquote.quote {
	padding: 50px 55px 5px;
	margin: 10px 25px;
	background: #ededed url(../images/quote-header.png) no-repeat;
}

.quote p {
	line-height: 22px;
}

.client {
	font-weight: bold;
	background: url(../images/quote-down.png) no-repeat 100% 0;
	/*margin: -40px -40px 0 0;*/
	padding: 40px 40px 20px 0;
	text-align: right;
}

a.nextquote {
	margin-left: 20px;
}

#greetings {
	color: #2a6984;
	height: 13px;
	padding: 8px 15px 5px 0;
	text-align: right;
}

#greetings a {
	color: #2a6984;
}

#greetings strong {
	color: white;
}

#commentlist {
	background: #EDEDED;
}

#leave-response	{
	margin: 30px 0 5px 0;
}

#respond-container {
	background: #EDEDED;
}

#respond-container fieldset {
	border: none;
}

/* @end */

/* @group Custom */

.image {
	background: #ebebeb;
}

.image.right {
	float: right;
	padding: 5px;
	margin:0 0 10px 20px;
}

.attachmentsList {
	margin: 20px;
}
.attachmentsList table{
	width: 100%;
}

/* @group Buttons */

a.morebutton { 
	display: block;
	width: 200px;
	margin: 20px auto;
	text-align: center;
	background: #164151;
	color: #5FCADE;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid #061928;
}
a.morebutton:hover {
	background: #194c5f;
	color: #ffffff;
}

a.morebutton.gold {
	background: #c39d03 url(../images/more-gold-bg.png) repeat-x left top;
	font-size: 9px;
	padding: 0;
	height: 15px;
	margin: 0 auto;
	width: 100px;
	border: none;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
}

a.morebutton.gold:hover {
	background: #f6e140 url(../images/more-gold-bg.png) repeat-x left -14px;
}

.sidebar {
	width: 190px;
	background: #f6f6f6 url(../images/sidebar-silver-bg.png) no-repeat center top;
	float: right;
	margin: 20px;
	padding: 0;
	font-size: 11px;
	line-height: 22px;
}

.gray {
	background: transparent url(../images/sidebar-silver-bottom-bg.png) no-repeat center bottom;
	padding: 10px;
}



/* @end */

/* @end */