/* Global Resetting */
html, body {
	font-family: Helvetica, Arial, sans-serif;
	/*background: #fff url(../img/bg_main_gradient.jpg) center top no-repeat;*/
	background: #fff url(../img/bg_main_orange2.jpg) center -20px no-repeat;
	margin: 0;
	padding: 0;
}

img { behavior: url(themes/tropicana/iepngfix.htc) }

* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	list-style:none;
}

a{
	color: #FF6600;
}

a:hover{
	text-decoration: none;
}
#wrapper{
	
	width: 1000px;
	margin: 0 auto;
}

#header{
	position: relative;
	margin: 0 auto;
	background:url(../img/header_bg_greenstripe.png) center top no-repeat !important;
	background:url(../img/header_bg_greenstripe.gif) center top no-repeat !important;
	width: 950px;
	height: 112px;
}

#mainLogo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 260px;
	height: 98px;
	background: url(../img/main_logo.png) 35px 10px no-repeat;
	background-image: url(../img/main_logo.png) !important;
	background-image: url(../img/main_logo.gif)
}

#mainLogo a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#mainLogo a span{
	visibility: hidden;
}

#header ul#menu{
	position: relative;
	left: 250px;
	top: 6px;
	background: url(../img/header_navi_spacer.gif) left top no-repeat;
	height: 103px;
	width: 625px;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul#menu li{
	position: relative;
	display: block;
	float: left;
	width: 100px;
	height: 107px;
	background: url(../img/header_navi_spacer.gif) right top no-repeat;
}

#header ul#menu li a{
	position: absolute;
	bottom: 32px;
	width: 100px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #0f9a01;
	text-decoration: none;
	text-align: center;
}

#header ul#menu li.current, #header ul#menu li.section{
	background: url(../img/header_navi_active.png) right top no-repeat !important;
	background-image: url(../img/header_navi_active.gif);
}

#header ul#menu li.current a, #header ul#menu li.section a{
	color: #f3fec1;
}
#header ul#menu li.link a:hover{
	background: url(../img/header_navi_hover.png) center bottom no-repeat !important;
	background-image: url(../img/header_navi_hover.gif);
	color: #0c8100;
}

#contentWrapper{
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 955px;
	height: 640px;
}

.mainContentWrapper{
	position: absolute;
	left: 0px;
	top: -5px;
	margin: 0;
	display: block;
	width: 645px !important;
	width: 640px;
}



.frontpageContentWrapper{
	position: absolute;
	left: -1px;
	margin: 0;
	display: block;
	width: 980px;
	height: 600px;
}

/* ROUNDED CORNERS */
.dialog {
 /*
 position:relative;
 width: 100%;
 max-width:620px;
 color:#fff;
 z-index:1;
  margin:0;
 padding: 0;
 */
    position:relative;
    margin:0px auto;
    max-width:620px; /* based on image dimensions */
    color:#fff;
    z-index:1;
    margin-left:12px; /* default, width of left corner */
    margin-bottom:0.5em; /* spacing under dialog */

}

/* ROUNDED CORNERS */
.dialog_wide {
    position:relative;
    margin:0px auto;
    /* max-width:620px; based on image dimensions */
    max-width:958px;
    max-width:958px;
    color:#fff;
    z-index:1;
    margin-left:12px; /* default, width of left corner */
    margin-bottom:0.5em; /* spacing under dialog_wide */

}

.dialog_wide .content,
.dialog_wide .t,
.dialog_wide .b,
.dialog_wide .b div {
 background:transparent url(../img/bg_main_content_wide.png) no-repeat top right;
 background-image: url(../img/bg_main_content_wide.png) !important;
 background-image: url(../img/bg_main_content_wide.gif);
}

.dialog_wide .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_wide .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px; 
 width:12px !important;
 margin-left:-12px !important;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 
}

.dialog_wide .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_wide .b,
.dialog_wide .b div {
 height:75px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_wide .b {
 background-position:bottom right;
}

.dialog_wide .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_wide .hd,
.dialog_wide .bd,
.dialog_wide .ft {
 position:relative;
}

.dialog_wide .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}


.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../img/bg_main_content.png) no-repeat top right;
 background-image: url(../img/bg_main_content.png) !important;
 background-image: url(../img/bg_main_content.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px; 
 width:12px !important;
 margin-left:-12px !important;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:75px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.clear{
	clear: both;
	font-size: 1px;
}

/* END ROUNDED CORNERS */


.content{
	font-size: 0.75em;
	color: #666666;
}

#contentNarrow{
	position: absolute;
	right: -5px;
	top: -5px;
	margin: 0;
	display: block;
	float: left;
	width: 305px;
	height: 608px;
}

/* Typography */

h1{
	font-size: 50px;
	color: #0f9a01;
}
h2{
	font-size: 33px;
	color: #0f9a01;
}
h3{
	font-size: 18px;
	color: #099700;
}
h4{
	font-size: 16px;
	color: #099700;
}
h5{
	font-size: 14px;
	color: #099700;
}
h6{
	font-size: 12px;
	color: #099700;
}

.content h1{
	padding: 30px 10px 0px 25px;
	margin: 0;
	margin-bottom: 35px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	background: url(../img/hr_wide.gif) center bottom no-repeat;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
	padding-left: 25px;
	padding-top: 16px;
}


.content p{
	margin: 12px 25px 0px 25px;
	line-height: 18px;
	font-size: 14px;
	color: #666666;
}

.content p .ingressi, .content p.ingressi{
	font-size: 14px;
	color: #777777;
}

.mainImage{
	display: block;
	margin: -20px 25px 0px 10px;
	float: left;
}

.narrow_column{
	display: block;
	width: 280px;
	float: left;
	margin: 0;
	padding: 0;
}
.narrow_column p, .narrow_column h1, .narrow_column h2, .narrow_column h3, .narrow_column h4, .narrow_column h5, .narrow_column h6{
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#contentNarrow h2{
	margin: 0;
	padding: 33px 0 20px 60px;
	font-size: 34px;
	color: #0f9a01;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

#contentNarrow ul#submenu{
	background: url(../img/hr_narrow.gif) center top no-repeat;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contentNarrow ul#submenu li{
	position: relative;
	display: block;
	width: 250px;
	padding: 5px 10px;
	margin: 0;
	background: url(../img/hr_narrow.gif) center bottom no-repeat;
}

#contentNarrow ul#submenu li.altNavi{
	background: none;
	padding: 25px 5px 5px 58px !important;
	padding: 20px 5px 20px 20px;
}

#contentNarrow ul#submenu li a{
	display: block;
	width: auto;
	font-size: 16px;
	color: #666666;
	font-family: "Trebuchet MS", sans-serif;
	text-decoration: none;
	padding: 5px 5px 5px 58px;
}

#contentNarrow ul#submenu li.current a{
	background: url(../img/submenu_bullet.gif) 20px center no-repeat;
}



/* SEARCH */

#search{
	position: relative;
	right: 10px;
	margin: -2px 0 0 672px;
	width: 320px;
	height: 62px;
	background: url(../img/bg_search.png) 0 0 no-repeat !important;
	background: url(../img/bg_search.gif) 22px 0 no-repeat;
}

#search form fieldset{
	border: none;
}

#search form .middleColumn{
	position: absolute;
	width: 228px;
	height: 36px;
	background: url(../img/bg_search_input.jpg) no-repeat;
	border: none;
	margin: 0;
	right: 15px;
	top: 10px;
}

#SearchForm_SearchForm_Search{
	background: none;
	width: 200px;
	padding: 10px;
	border: none;
	font-size: 16px;
	color: #3d9502;
}

#SearchForm_SearchForm_action_results{
	position: absolute;
	left: 25px;
	top: 6px;
	width: 47px;
	height: 47px;
	background: url(../img/bg_search_submit.gif) no-repeat;
	border: none;
	text-indent: -100em;
	font-size: 1px;
	cursor: pointer;
	border: none;
}

/* Fronpage Widget Style */
.front_Wide{
	position: relative;
	background: url(../FrontWidget/bg_wide.png) top left no-repeat !important;
	background: url(../FrontWidget/bg_wide.gif) top left no-repeat;
	width: 633px;
	height: 315px;
	margin: 0 0px 0 4px;
	padding: 0;
	float: left;
	display: block;
}

.front_Wide h1{
	margin: 20px 0 0 40px;
}
.widgetContent_Wide{
	width: 280px;
	margin: 0 0 0 40px;
	color: #939393;
	font-size: 14px;
}

.widgetContent_Narrow{
	width: 270px;
	margin: 10px 15px 0 15px;
	color: #939393;
	font-size: 14px;
}

.image_front_Wide{
	position: absolute;
	right: 2px;
	top: 5px;
	width: 310px;
	height: 297px;
	overflow: hidden;
}

.front_Narrow{
	position: relative;
	background: url(../FrontWidget/bg_narrow.png) top left no-repeat !important;
	background: url(../FrontWidget/bg_narrow.gif) top left no-repeat;
	width: 315px;
	height: 315px;
	margin: 0 0 0 4px;
	padding: 0;
	float: left;
	display: block;
}
.front_Narrow h2{
	margin: 15px 0 0 15px;
}

.widgetContent_narrow_Narrow{
	margin: 20px;
}

.image_front_Narrow{
	position: absolute;
	bottom: 0px;
	text-align: center;
	overflow: hidden;
}

.campaign_flash{
	position: absolute; 
	bottom: 13px; 
	left:5px; 
	width: 932px; 
	height: 608px;
}

.widget_flash_Wide{
	position: absolute; 
	bottom: 13px; 
	left:5px; 
	width: 617px; 
	height: 295px;
}
.widget_flash_Narrow{
	position: absolute; 
	bottom: 13px; 
	left:5px; 
	width: 300px; 
	height: 295px;
}

/* SilverStripe Tutorial css */

a img{
	border:0;
}
.clear{
	height: 1px;
	font-size: 1px;
	clear:both;
}

/* FRONT PAGE FLASH */
#overlay{
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#flashIntro{
	position: absolute;
	left: 1px;
	top: -5px;
	z-index: 100;
	width: 950px;
	height: 590px;
}


#SearchResults{
	margin: 25px;
}

#SearchResults li{
	margin-bottom: 20px;
}

.searchResultHeader{
	font-weight: bold;
	font-size: 14px;
}

.readMoreLink{
	padding:  5px 25px;
	line-height: 18px;
}

/* LOGIN FORM */
#MemberLoginForm_LoginForm fieldset{
	border: none;
	padding-left: 25px;
}

#MemberLoginForm_LoginForm #Email{
	margin: 10px 0;
}
		
#MemberLoginForm_LoginForm .Actions{
	padding-left: 25px;
	margin-top: 10px;
}

/* Feedback form */

#Form_FeedbackForm{
	margin-top: 30px;
}

#Form_FeedbackForm fieldset{
	border: none;
	padding-left: 25px;
}

#Form_FeedbackForm fieldset .field{
	margin: 5px 0;
}

#Form_FeedbackForm fieldset .field label{
	width: 120px;
	text-align: right;
	margin-right: 20px;
	display: block;
	float: left;
}
#Form_FeedbackForm input[type=text]{
	width: 300px;
}

input#Form_FeedbackForm_Postcode{
	width: 100px !important;
}
input#Form_FeedbackForm_Title{
	width: 100px !important;
}
input#Form_FeedbackForm_Telephone{
	width: 180px !important;
}
#Form_FeedbackForm_newsletter{
	float: left;
	margin-left: 140px;
}
#Form_FeedbackForm .Actions{
	margin-top: 20px;
	margin-left: 160px;
}

#Form_FeedbackForm fieldset .field .validationError .required{
	display: block;
	color: red;
	margin: 5px 0 5px 140px;
}

ul.narrow{
	padding: 0px 150px 25px 25px;
}

ul.narrow *{
	padding-left: 0;
}

ul.narrow li{
	margin: 18px 0;
}