/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Site
-------------------------------------------------------------- */
  
/* @group tags */

body {
	padding-top: 6px;
	background: #e7ddcb url(../images/bg.jpg) repeat-x left top;
}

h2 {
	font-size: 155%;
	color: #4a4a4a;
	font-weight: normal;
	font-style: normal;
	margin: 0 20px;
	text-align: center;
	width: 205px;
	border-top: 1px solid #8d8d8d;
	padding: 40px 100px;
	float: left;
}

h3, legend {
	color: #333;
	font-size: 133%;
}
h3.country {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 125%;
	color: #ac3934;
}

h5 {
	color: #555;
	text-align: center;
	font-size: 108.3%;
	background: transparent url(../images/news_separator.gif) no-repeat center bottom;
	padding-bottom: 11px;
	margin-bottom: 0;
}

a {
	text-decoration: underline;
	color: #da251d;
}
a:Hover {
	background-color: #da251d;
	color: #fff;
}

img.headImage {
	float: right;
	margin-top: 5px;
}
img.bodyImage, #leftColumn {
	float: left;
	margin-left: 1px;
}

/* @end */

/* @group container */

#container {
	background-color: #fff;
	padding: 0 2px 2px;
	width: 856px;
	margin: 0 auto;
}

/* @group languageSelection */

#languageSelection {
	width: 120px;
	margin: 0 auto 5px;
}

#languageSelection ul#languageList li {
	margin: 5px 2px 0;
	text-align: center;
}
#languageSelection ul#languageList li a {
	width: 2em;
	line-height: 1.8em;
	color: #ccc;
	text-decoration: none;
	border: 1px solid #ccc;
}
#languageSelection ul#languageList li.selected a {
	color: #333;
	font-weight: bold;
	border-bottom-color: #999;
	border-right-color: #999;
}
#languageSelection ul#languageList li a:Hover, #languageSelection ul#languageList li.selected a:Hover {
	color: #da251d;
	background: none;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	border-top-color: #999;
	border-left-color: #999;
}

/* @end */

#newsletter_name, #newsletter_email {
	width: 250px;
}


/* @group header */

#header {
	padding: 0 38px 25px;
}

h1.siteTitle, h1.siteTitle a {
	color: #fff;
	float: left;
	width: 171px;
	height: 155px;
}
h1.siteTitle {
	background: transparent url(../images/logo_ghidinibosco.png) no-repeat center bottom;
}
h1.siteTitle a:Hover, ul#mainmenu li a:Hover, #footer a:Hover, #map a {
	background-color: transparent;
}

/* @end */

/* @group navbar */

#navbar {
	background: transparent url(../images/nav_bg.jpg) no-repeat center top;
	min-height: 40px;
	margin-bottom: 25px;
}

ul#mainmenu {
	text-align: center;
}
ul#mainmenu li {
	margin: 0;
	line-height: 37px;
	padding: 0.3em 1em;
	background: transparent url(../images/nav_separator.gif) repeat-y left top;
	white-space: nowrap;
}
ul#mainmenu li, ul#mainmenu li a {
	float: none;
	display: inline;
}
ul#mainmenu li a {
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
}
ul#mainmenu li a:Hover, ul#mainmenu li a.selected {
	color: #fee;
	text-decoration: underline;
}

ul#mainmenu li.last a {
	color: #ac3934;
	padding: 3px;
	background-color: #fff;
}

/* @end */

#innerContainer {
	background: transparent url(../images/bg_inner.gif) repeat-y center top;
}

/* @group leftColumn */

#leftColumn, #rightColumn {
	width: 144px;
	padding-left: 41px;
	padding-right: 4px;
	background: transparent url(../images/italy.jpg) no-repeat left top;
	/*border-right: 1px solid #7f7f7f;*/
}
#leftColumn h5, #rightColumn h5 {
	color: #000;
	text-align: left;
	font-size: 100%;
	background: none;
	padding-bottom: 11px;
}
#leftColumn ul, #rightColumn ul {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
}

/* @end */

/* @group news */

#news, #rightColumn {
	width: 189px;
	float: left;
	/*border-left: 1px solid #7f7f7f;*/
}

#news ul#newsList {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#news ul#newsList li {
	padding: 10px 0 11px;
	background: transparent url(../images/news_separator.gif) no-repeat center bottom;
}
#news ul#newsList li a {
	text-decoration: none;
}

/* @end */

/* @group rightColumn */

#rightColumn {
	width: 105px;
	padding-right: 72px;
	padding-left: 12px;
	border-right: none;
	background-image: url(../images/world.jpg);
	background-position: right top;
}
#rightColumn h5 {
	text-align: right;
}
#rightColumn ul {
	margin-left: 0;
}

/* @end */

/* @group content */

p.map {
	margin: 20px 0 0;
}
p.map a {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	background-color: #b5955f;
}

#content {
	margin: 0 10px;
	width: 455px;
	float: left;
}

#road {
	border: 1px solid #b5955f;
	padding: 15px;
	margin-top: 3px;
	background-color: #fff;
}

#map {
	width: 423px;
	height: 400px;
}

form#contact_form {
	margin-top: 20px;
}

.agent_container {
	padding: 10px 0;
	background: transparent url(../images/news_separator.gif) no-repeat left bottom;
}
.agent_type {
	text-transform: lowercase;
}

/* @end */

/* @end */



/* @group footer */

#footer {
	margin: 10px 8px 0;
	padding: 14px 0;
	border-top: 1px solid #7f7f7f;
}

#footer address {
	margin: 0;
	color: #797776;
	font-size: 90%;
	font-style: normal;
	text-align: center;
	line-height: 120%;
}

#footer address a {
	text-decoration: underline;
	color: #797776;
}
#footer address a:Hover {
	color: #da251d;
}

/* @end */

.divider {
	font-size: 100%;
	margin-right: 0;
	margin-left: 0;
}

.news_heading {
	font-size: larger;
	color: white;
	background-color: #ba9c69;
	padding-left: 10px;
	margin-bottom: 5px;
}

.news_body {
	text-align: justify;
}

.news_link {
	clear: both;
	text-align: right;
	margin-bottom: 15px;
}

/*a.news_link {
	color: black;
	text-decoration: none;
}

a.news_link:Hover {
	background-color: white;
	text-decoration: none;
	color: #da251d;
}*/

.news_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
}

.news_thumb {
	border: 1px solid #ba9c69;
}

.reference_name {
	font-size: larger;
	color: white;
	background-color: #ba9c69;
	padding-left: 10px;
	margin-bottom: 5px;
}

.reference_description {
	text-align: justify;
}

.reference_link {
	font-weight: bold;
	margin-bottom: 15px;
}

form#newsletter_form {
	color: #000;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

span#thanks_for_subscription {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-	serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
