@charset "utf-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a img  {
	border: none;
}


#bookings #booking_notes,
#bookings #div_booking_from,
#bookings #div_booking_to,
#bookings #tbl_booking_contact,
#bookings #tbl_booking_type  {
	margin-left: 40px;
}

#bookings #div_booking_from,
#bookings #div_booking_to  {
	float: left;
}


#bookings #div_booking_contact  {
	clear: left;
}

#bookings p.heading  {
	background-color: #d3d3d3;
	padding: 10px;
	width: auto;
}

#bookings #div_booking_submit  {
	width: 100%;
	text-align: right;
}


#tbl_used img,
#tbl_rental img  {
	border: 1px solid black;
}



#used_price  {
	text-align: right; 
	width: auto;
	font-size: larger;
}
#rental_title,
#used_title  {
	font-size: larger; 
	width: auto;
}

.rental_img  {
	width: 200px;
}


#skidoo_jump  {
	float: left;
	border: 1px solid #ababad;
	background-color: white;
	padding: 5px;
}


#btn_weather  {
	float: left;
    clear: left;
    
    margin-top: 8px;
}


#btn_tours  {
	float: left;
    clear: left;
    
    margin-top: 8px;
    
    margin-bottom: 8px;
}



#did_you_know  {
	margin-top: 8px;
}
#img_did_you_know  {
	float: left;
    clear: left;
}

#about_us.content_text  {
	background-image:url(../img/about_us.jpg);
	background-repeat:no-repeat; 
	background-position: top left; 
	
	padding: 250px 310px 30px 30px; 
	
	font-weight: bolder;
	font-size: 12px;
}



#featured_ride  {
	margin-top: 8px;
}
#img_featured_ride  {
	float: right;
    clear: right;
}




#videos  {
    margin-top: 8px;
    
    clear: left;

    height: 80px;
    
    width: 290px;
}
#img_videos  {
	float: right;
    clear: right;
}



#copyright  {
	margin: 8px;
    float: left;
    clear: left;
}





#content_left  {
    float: left;
    width: 320px;
}

#content_right  {
    float: right;
    width: 450px;
}




#copyright  {
	font-size: 10px;
}





.title  {
	text-transform: uppercase;
    font-weight: bolder;
	font-size: 16px;
	font-stretch: condensed;
}

.heading  {
	text-transform: uppercase;
	font-weight: bolder;
	padding: 0 10px 0 10px;
	height: 12px;
	width: 120px;
}

.box_light  {
    background-color: #ececec;
    padding: 14px;
    font-size: smaller;
	width: 770px;
}
#featured_ride.box_light,
#welcome.box_light,
#did_you_know.box_light  {
	width: auto;
}

table.even  {
	background-color: #d3d3d3;
	width: 100%;
}
table.odd  {
	background-color: #ececec;
	width: 100%;
}


#td_thumbnail  {
	text-align: center;
	width: 80px;
	cursor: pointer;
}

#embed_video  {
	margin: 20px; 
}

