﻿
#wrapper {
	width : 784px;
	margin : auto;
	padding: 0px 0px 0px 0px;
	background-image : url('../images/sbm_body_bg_repeat.jpg');
	background-repeat : repeat-y;
}

#left_side_gradient {
	float : left;
	width : 12px;
	height : 400px;
	background-image : url('../images/left_gradient.jpg');
	background-position : top left;
	background-repeat : no-repeat;
}
#right_side_gradient {
	float : right;
	width : 12px;
	height : 400px;
	background-image : url('../images/right_gradient.jpg');
	background-position : top left;
	background-repeat : no-repeat;
}

#page_body {

	padding: 0px 0px 0px 0px;
}

#header {
	width : 764px;
	height : 200px;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin-left: 2px;
}
#sbm_logo {
	float : left;
	width : 170px;
	height : 200px;
	background-image : url('../images/sbm_banner.jpg');
	background-repeat : no-repeat;
		margin-left: 2px;
}
#sbm_header {
	float : left;
	width : 586px;
	height : 200px;
	background-image : url('../images/sbm_header.jpg');
	background-repeat : no-repeat;
}

#left_sidebar {
	float : left;
	width : 170px;
	margin: 0px 0px 0px 2px;
	background-image : url('../images/sbm_menu_bg.jpg');
	background-repeat : no-repeat;
}
#content {
	float : left;
	margin : 0px 0px 0px 0px;
	width : 586px;
	background-image : url('../images/sbm_content_header.jpg');
	background-position : top left;
	background-repeat : no-repeat;
}

/* Footer */
#footer_content_container {
	clear : both;
	margin : 0px 14px 2px 14px;
	padding : 40px 0px 5px 0px;
	width : 756px;
	background-color : #023295;
	background-image : url('../images/sbm_footer_top.jpg');
	background-position : top left;
	background-repeat : no-repeat;
}

#footer_gradient {
	clear : both;
	border : none;
	width : 784px;
	height : 12px;
	background-color : #01205f;
}
#footer_gradient_repeat {
	float : left;
	width : 734px;
	height : 12px;
	background-image : url('../images/sbm_footer_repeat.jpg');
	background-repeat : repeat-x;
}
#bl_gradient {
	height : 12px;
	width : 25px;
	float : left;
	background-image : url('../images/smb_footer_bl.jpg');
	background-repeat : no-repeat;
}
#br_gradient {
	height : 12px;
	width : 25px;
	float : right;
	background-image : url('../images/sbm_footer_br.jpg');
	background-repeat : no-repeat;
}


/* Navigation Controls */

#navigation_container {
	width : 120px;
	margin : auto;
	padding : 40px 0px 0px 0px;
}

a#menu_home {
	display : block;
	width : 135px;
	height : 39px;
	background : url('../images/sbm_home.jpg') no-repeat;
}
a#menu_home:hover {
	background : url('../images/sbm_home_over.jpg') no-repeat;
}
#menu_rooms {
	display : block;
	width : 135px;
	height : 37px;
	background : url('../images/sbm_rooms.jpg') no-repeat;
}
a#menu_rooms:hover {
	background : url('../images/sbm_rooms_over.jpg') no-repeat;
}
a#menu_activities {
	display : block;
	width : 135px;
	height : 37px;
	background : url('../images/sbm_activities.jpg') no-repeat;
}
a#menu_activities:hover {
	background : url('../images/sbm_activities_over.jpg') no-repeat;
}
a#menu_pictures {
	display : block;
	width : 135px;
	height : 35px;
	background : url('../images/sbm_pictures.jpg') no-repeat;
}
a#menu_pictures:hover {
	background : url('../images/sbm_pictures_over.jpg') no-repeat;
}
a#menu_about {
	display : block;
	width : 135px;
	height : 36px;
	background : url('../images/sbm_about.jpg') no-repeat;
}
a#menu_about:hover {
	background : url('../images/sbm_about_over.jpg') no-repeat;
}
a#menu_contact {
	display : block;
	width : 135px;
	height : 45px;
	background : url('../images/sbm_contact.jpg') no-repeat;
}
a#menu_contact:hover {
	background : url('../images/sbm_contact_over.jpg') no-repeat;
}

a#menu_hot_deals {
	display : block;
	width : 135px;
	height : 45px;
	background : url('../images/hotDeals.jpg') no-repeat;
	margin-top: 15px;
}