body {
	background: url(../images/sf2_page.gif);
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	margin:0 auto;
	padding: 0;
	text-align: center;
}
/*****************************************************************************************************************************
																																								LINKS
******************************************************************************************************************************/
a.link_white_bold:link, a.link_white_bold:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.link_white_bold:hover, a.link_white_bold:active, a.link_white_bold:focus {
	color: #000000;
}
a.link_grey_bold:link, a.link_grey_bold:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
a.link_grey_bold:hover, a.link_grey_bold:active, a.link_grey_bold:focus {
	color: #ff6600;
}
a.link_grey666:link, a.link_grey666:visited {
	color: #666;
	text-decoration: none;
}
a.link_grey666:hover, a.link_grey666:active, a.link_grey666:focus {
	color: #ff6600;
}
a.link_orange_bold:link, a.link_orange_bold:visited {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a.link_orange_bold:hover, a.link_orange_bold:active, a.link_orange_bold:focus {
	color: #000000;
}
a.link_orange:link, a.link_orange:visited {
	color: #ff6600;
	text-decoration: none;
}
a.link_orange:hover, a.link_orange:active, a.link_orange:focus {
	color: #000000;
}
a.link_white_title_bottom:link, a.link_white_title_bottom:visited {
	color: #fff;
	text-decoration: none;
}
a.link_white_title_bottom:hover, a.link_white_title_bottom:active, a.link_white_title_bottom:focus {
	color: #ff6600;
}
/*****************************************************************************************************************************
																																								TEXT
******************************************************************************************************************************/
.grey_bold {
	color: #999;
	font-weight: bold;
}
.grey666_bold {
	color: #666;
	font-weight: bold;
}
.grey666_bold_spaced {
	color: #666;
	font-weight: bold;
	line-height: 30px;
}
.grey666 {
	color: #666;
}
.grey999 {
	color: #999;
}
.white {
	color: #fff;
}
.white_bold {
	color: #fff;
}
.orange {
	color: #ff6600;
}
.orange_bold {
	color: #ff6600;
	font-weight: bold;
}
.verdana {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.text_size_8 {
	font-size: 8px;
}
.text_size_11 {
	font-size: 11px;
}
.text_size_12 {
	font-size: 12px;
}
.text_size_13 {
	font-size: 13px;
}
.text_size_14 {
	font-size: 14px;
}
.text_size_16 {
	font-size: 16px;
}
.text_size_18 {
	font-size: 18px;
}
.text_size_20 {
	font-size: 20px;
}
.img_valign_top_right {
	float: right;
	margin: 7px 3px 7px 7px;
}
/*****************************************************************************************************************************
																																						 FORM
******************************************************************************************************************************/
#form_contacts {
	
}
#form_contacts label {
	position: absolute;
	width: 95px;
	font-weight: bold;
	margin-top: 6px;
}
#form_contacts input {
	height: 15px;
	width: 195px;
	font-size: 12px;
	border:solid;
	border-width: 1px;
	border-color: #666;
	margin-left: 105px;
}
#form_contacts textarea {
	height: 150px;
	width: 300px;
	font-size: 12px;
	border:solid;
	border-width: 1px;
	border-color: #666;
}
#form_contacts_submit {
	height: auto!important;
	width: 80px!important;
	font-weight: bold;
	color: #333;
	float: right;
	margin-right: 25px;
	font-size: 12px;
	border:solid;
	border-width: 1px;
	border-color: #666;
	background-color: #ff6600;
}
#news_box .submit {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	border: solid;
	border-width: 1px;
	border-color: #666;
	background-color: #ff6600;
	margin-left: 50px;
}
#news_box .input {
	width: 180px;
	font-size: 12px;
	border:solid;
	border-width: 1px;
	border-color: #666;
}
.input_field {
	margin-bottom: 20px;
}
/*****************************************************************************************************************************
																																						 STRUCTURE
******************************************************************************************************************************/
.clear {
	clear: both;	
}
#container_main {
	margin:0 auto; 
	width: 765px;
}
#news_box {
	width: 310px; 
	background: #fff; 
	background-image: url(../images/box_news_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: solid;
	border-width: 1px;
	border-color: #666;
	display: none;
	z-index: 0;
	position: absolute;
	top: 50px;
	right: 369px;
	text-align: left;
	padding: 10px;
}
/*****************************************************************************************************************************
																																								ROW 1
******************************************************************************************************************************/
#row_1 {
	width: 100%;
	text-align: center;
}
#row_1_home {
	width: 52px;
	height: 20px;
	padding-top: 5px;
	float: right;
	background: url(../images/link_home.gif);
}
#row_1_it {
	width: 30px;
	height: 20px;
	padding-top: 5px;
	float: right;
	background: url(../images/lang_it.gif);
}
#row_1_en {
	width: 28px;
	height: 20px;
	padding-top: 5px;
	float: right;
	background: url(../images/lang_en.gif);
}
#row_1_title {
	width: 195px;
	height: 12px;
	padding-top: 13px;
	padding-right: 15px;
	font-size: 10px;
	color: #999;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	float:right;
	text-align: right;
	background: url(../images/dmc_up.gif);
}
/*****************************************************************************************************************************
																																								ROW 2
******************************************************************************************************************************/
#row_2 {
	height: 71px;
}
#row_2_logo {
	width: 50%;
	float: left;
	text-align: left;
}
#row_2_logo img{
	border: none;
	margin-top: 12px;
	margin-left: 26px;
}
#row_2_newsletter {
	width: 40%;
	padding-right:40px;
	float: right;
	text-align: right;
	font-size: 14px;
}
#row_2_newsletter img {
	vertical-align: middle;
	border: none;
}
/*****************************************************************************************************************************
																																								ROW 3
******************************************************************************************************************************/
#row_3 {
	text-align: center;
	font-size: 12px;
}
#row_3 div {
	height: 18px;
	padding-top: 2px;
	float: right;
	border-left: solid;
	border-width: 1px;
	border-color: #fff;
}
#row_3_contact {
	width: 74px;
	background-color: #999;
}
#row_3_clients {
	width: 70px;
	background-color: #999;
}
#row_3_services {
	width: 70px;
	background-color: #999;
}
#row_3_aboutus {
	width: 86px;
	background-color: #999;
}
#row_3_whysardinia {
	width: 132px;
	background-color: #ff6600;
}
/*****************************************************************************************************************************
																																								ROW 4
******************************************************************************************************************************/
#row_4 {
	height: 380px;
	margin-top: 1px;
	border: solid;
	border-width: 1px;
	border-color: #999;
	text-align: center;
}
#row_4 img {
	border: none;
	margin: 0;
	padding: 0;
	display:block;
}
#row_4_title {
	position: relative;
	z-index: 2;
	top: -372px;
	left: -224px;
}
#row_4_title_1 {
	position: relative;
	z-index: 3;
	top: -105px;
	left: 40px;
	font-size: 20px;
	text-align: left;
}
#row_4_title_1 h1 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#row_4_title_1 h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#row_4_title_about {
	position: relative;
	z-index: 3;
	top: -345px;
	left: 140px;
	text-align: left;
}
#row_4_title_about h1 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/*****************************************************************************************************************************
																																								ROW 5
******************************************************************************************************************************/
#row_5_home {
}
#row_5_home div {
	padding: 10px;
	border-bottom: solid;
	border-color: #999;
	border-width: 1px;
	float: right;
}
#row_5_home_events {
	width: 170px;
	height: 280px;
	border-right: solid;
	background-image: url(../images/piega.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#row_5_home_entertainment {
	width: 170px;
	height: 280px;
	border-right: solid;
	background-image: url(../images/piega.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#row_5_home_team_building {
	width: 170px;
	height: 280px;
	border-right: solid;
	background-image: url(../images/piega.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#row_5_home_excursion {
	width: 170px;
	height: 280px;
	border-left: solid;
	border-right: solid;
	background-image: url(../images/piega.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#row_5_home img {
	border: none;
}
.row_5_home_box_1 {
	position: relative;
	width: 150px;
	height: 16px;
	top: -3px;
	background-image: url(../images/dmc_sardinia/box_bg.gif);
	border: none!important;
	padding-top: 7px!important;
	font-size: 12px;
}
#row_5_home p {
	padding: 5px;
	color: #666;
	text-align: left;
}
#row_5_generic {
	height: 43px;
	border-left: solid;
	border-right: solid;
	border-color: #999;
	border-width: 1px;
}
#row_5_generic div {
	height: 33px;
	float: left;
	margin-right: 11px;
	margin-left: 10px;
	background-image: url(../images/box_bg_orange.gif);
	background-repeat: no-repeat;
	font-size: 13px;
}
#row_5_generic p {
	margin-top: 5px;
}
#row_5_generic_1 {
	width: 170px;
}
#row_5_generic_2 {
	width: 170px;
}
#row_5_generic_3 {
	width: 170px;
}
#row_5_generic_4 {
	width: 169px;
}
/*****************************************************************************************************************************
																																								ROW 6
******************************************************************************************************************************/
#row_6_home {
	background-color: #eeeeee;
	height: 330px;
}
#row_6_home div{
	float: left;
	padding-left: 15px;
	margin-top:25px;
	text-align: left;
}
#row_6_home p {
	color: #666;
	font-weight: normal;
}
#row_6_home_1 {
	width: 177px;
}
#row_6_home_1 p {
	color: #ff6600;
}
#row_6_home_2 {
	width: 177px;
}
#row_6_home_3 {
	width: 177px;
}
#row_6_home_4 {
	width: 172px;
}
#row_6_generic {
width: 763px;
	border: solid;
	border-color: #999;
	border-width: 1px;
	display: inline-block;
}
#row_6_foot {
	padding: 10px 0px 30px 40px;
}
#row_6_generic div {
	
	text-align: left;
	font-size: 12px;
}
#row_6_generic h3 {
	color: #ff6600;
}
#row_6_generic p {
	text-align: justify;
}
#row_6_generic_1 {
	width: 41%;
	float: left;
	padding: 35px 20px 35px 40px;
}
#row_6_generic_2 {
	width: 43%;
	float: right;
	padding: 35px 40px 35px 20px;
}
.excursion_container {
	width: 100%;
	height: 120px;
}
.excursion_container img {
	float: left;
	margin-right: 5px;
	border: none;
}
.excursion_container p {
	margin-top: 8px;
	margin-left: 70px;
}
/*****************************************************************************************************************************
																																								ROW 7
******************************************************************************************************************************/
#row_7 {
	background-image: url(../images/sf_link.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #eeeeee;
	height:52px;
}
#row_7 div {
	float: left;
	text-align: center;
	padding-right: 15px;
	margin-top: 10px;
	background-image: url(../images/box_bg.gif);
	background-repeat: no-repeat;
	background-position: 16px top;
	height: 30px;
}
#row_7 p {
	font-size: 12px;
	padding-left: 13px;
	margin-top: 7px;
}
#row_7_1 {
	width: 177px;
}
#row_7_2 {
	width: 177px;
}
#row_7_3 {
	width: 177px;
}
#row_7_4 {
	width: 172px;
}
/*****************************************************************************************************************************
																																								ROW 8
******************************************************************************************************************************/
#row_8 {
	background-image: url(../images/sf_down.gif);
	height: 40px
}
#row_8 img {
	border: none;
}
#row_8 div {
	float: left;
}
#row_8_1 {
	
}
#row_8_2 {
	padding-top: 5px;
	text-align: left;
}
#row_8_3 {
	padding-top: 10px;
	padding-left: 40px;
	text-align: left;
}
#row_8_4 {
	float: right!important;
}
/*****************************************************************************************************************************
																																								ROW 9
******************************************************************************************************************************/
#row_9 {
	margin-top: 10px;
	margin-right: 20px;
}
.row_9_valid {
	border: none;
	vertical-align: top;
	margin-left: 5px;
}
.row_9_logo {
	border: none;
	vertical-align: top;
	margin-left: 5px;
}
#row_9_w3c {
	width: 50%;
	float: left;
}
#row_9_right {
	width: 46%;
	float: right;
}
