@charset "utf-8";
/* CSS Document */

body {
	background:#000 url(../images/bg_repeat_y.png) repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}

a {
	text-decoration:none;
	}	
	
.main_cont{
	position:relative;
	top:0px;
	width:680px;
	background:transparent url(../images/bg_top.png) no-repeat center top;
	margin-top:-21px;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	padding:0px;
	
	/*border:1px solid #000;*/
	}

.img_row_cont{
	position:absolute;
	margin-top:-30px;
	top:0px;
	right:22px;
	width:175px;
	}
	
.img_toro{
	margin:3px 0px 10px 0px;
	}	
	
.logo{
	position:relative;
	margin:40px 0px 30px 55px;
	}	

.logo img{width:371px; height:98px;}

.facebook{
	position:fixed;
	left:0px;
	top:50px;
	box-shadow:0px 2px 16px #000;
	}
/*	
.restalo-bookings{
	text-align:center;
	width:365px;
	background:#eef2f4;
	}*/

/***************************************************************
 	Button section 
****************************************************************/	
.btn_cont{
	position:relative;
	top:0px;
	left:55px;
	width:365px;
	}
	
.btn{
	position:relative;
	background: #000;
	width:365px;
	height:60px;
	text-align:center;
	margin:20px 0px 20px 0px;
	padding-top:10px;
	color:#FFF;
	cursor:pointer;
	border:2px solid #746B69;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	}
	
.btn:hover {
	background: #251f1f;
	border:2px solid #FFF;
	}
	
.QuandooWidth {width:365px;}	
	
.btn_txt_large{
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	}
	
.btn_txt_small{
	font-size:14px;
	line-height:14px;
	color:#746B69;
	}
	
.btn_txt_small:hover, .btn:hover{
		color:#FFF;}
		
.btn_order{
	background: #E42A1A;
	border:2px solid #EA633D;
	color:#FFF;
	}		

.btn_order:hover{
	background: #E64126;
	border:2px solid #FFF;
	color:#FFF;
	}
	
.btn:hover span{
	color:#FFF;
	}	


#BookingWidget{
	width:365px;display:none;padding:0px;margin:0px auto;position:relative; background:#FFF;
	
	}
/***************************************************************
 	Intro text section 
****************************************************************/	
	
.txt_cont {
	position:relative;
	margin-top:20px;
	left:55px;
	width:365px;
	padding:0;
	margin-bottom:30px;
	/*border:2px solid #0CF;*/
		
	color:#FFF;
	text-align:center;
	}
	
/***************************************************************
 	Zwift Footer 
****************************************************************/		
	
	
.footer
{
    position:fixed;
    bottom:50px;
    right:50px;
    width:200px;
	font-weight:bold;
	font-size:12px;
}

.footer_zwift
{
	position:absolute;
	right:50px;
	top:27px;
}

.footer_spheres
{
    position:absolute;
	right:0px;
	top:5px;
}

.footer_zwift_link
{
	color:#746B69;
	text-decoration:none;
}

.footer_zwift_link:hover
{
	text-decoration:underline;
}
