@charset "utf-8";
/*
	Riverside Beach Club Website CSS designed and compiled by Splash of Colour
*/

/*  ===== global styles =====  */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: url(../images/main_bg.jpg) no-repeat;
	background-size: cover;
}

a:link, a:visited { color: #d46528; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #060; } 

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { float: left; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_20 { margin-right: 20px; }
.margin_right_50 { margin-right: 50px; }

.border_bottom {
	border-bottom: 1px solid #CCC;
}

#page_container {
	width: 1040px;
	margin: 0 auto;
}

/*  ===== end of global styles =====  */

/*  ===== header =====  */

#page_header {
	width: 1040px;
	height: 335px;
	background: url(../images/header_bg.png) no-repeat;
}

#page_header #site_logo {
	float: left;
	margin: 40px 0 0 40px;
	width: 890px;
	height: 150px;
	background: url(../images/logo2_name.png) bottom left no-repeat;
}

#sitetitle {
    position: relative;
    height: 69px;
	width: 692px;
	margin-left: 145px;
}

#sitetitle IMG {
    position: absolute;
    z-index: 8;
    opacity: 0.0;
}

#sitetitle IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#sitetitle IMG.last-active {
    z-index: 9;
}

/*  ===== end of header =====  */

/*  ===== menu =====  */

#site_menu {
	clear: both;
	width: 1000px;
	height: 50px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 40px;
}

#site_menu ul {
	margin: 0 0 0 -8px;
	padding: 20px 0 0 0;
	list-style: none;
}

#site_menu ul li {
	display: inline;
}

#site_menu ul li a {
	float: left;
	padding: 0 8px 0 8px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #060;	
	font-weight: bold;
	outline: none;
	border-right: thin solid #333;
}

#site_menu li a:hover, #site_menu li .current {
	color: #000000;
	text-decoration: underline;
}

#site_menu li .last {
	background: none;
	border-right: none;
}

#site_menu li .current-last {
	background: none;
	border-right: none;
	color: #000000;
	text-decoration: underline;
}

/*  ===== end of menu =====  */

/*  ===== content =====  */

.header_01 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #d46528;
}

#page_content {
	clear: both;
	width: 1000px;
	background: url(../images/content_bg.png) repeat-y;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

/*  ===== end of content =====  */

/*  ===== content_left =====  */

#page_content #content_left {
	float: left;
	width: 600px;
	padding: 20px 0 0 0;
	/* background: #a4ddfe; */
}

#content_left .left_column_section {
	margin: 0;
	padding: 0;
}

.left_column_section p {
	text-align: justify;
	margin-bottom: 10px;
}

.left_column_section #map {
	height: 417px;
	width: 600px;
	background: #FFF;
	border: #333 solid 1px;
	border-radius: 5px;
	padding: 5px 0 0 0;
	text-align: center;
}

#image_box {
	float: left;
	width: 130px;
	height: 150px;
	background: #ffffff;
	border: 1px solid #999;
	padding: 4px;
	border-radius: 5px;
	margin-right: 10px;
}

#image_box img {
	width: 130px;
	height: 150px;
	border-radius: 5px;
}

#slideshow {
    position: relative;
    height: 350px;
	width: 580px;
	background: #FFF;
	border: 1px solid #999;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

#slideshow IMG {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 8;
    opacity: 0.0;
	border-radius: 4px;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index: 9;
}

/*  ===== end of content_left =====  */

/*  ===== content_right ======  */

#page_content #content_right {
	float: right;
	width: 270px;
	margin-right: 50px;
}

#content_right .right_column_section {
	clear: both;
	position: relative;
}

.right_column_section a:hover {
	border-bottom: 1px dotted #060;
}

.right_column_section .header_02 {
	width: 270px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0 0 0;
	text-align: center;
	background: url(../images/section_01_header_bg.png) no-repeat;
}

.right_column_section .header_03 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
}

.right_column_section .content {
	padding: 0px 20px 0 20px;
	background: url(../images/section_01_content_bg.png) repeat-y;
}

.right_column_section span {
	position: absolute;
	width: 270px;
	height: 60px;
	background: url(../images/section_01_bottom_bg.png);
}

#contact_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
}
#contact_form .err {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
}

/*  ===== end of content_right =====  */

/*  ===== bottom =====  */

#bottom {
	clear: both;
	width: 960px;
	height: 240px;
	padding: 0 80px 0px 0;
	background: url(../images/bottom_panel_bg.png) no-repeat;	
}

/*  ===== end of bottom =====  */

/*  ===== bottom panel =====  */

#bottom #bottom_panel_left {
	width: 600px;
	padding: 0 0 30px 40px;
	/* padding: 0px 400px 30px 40px; */
	background: url(../images/bottom_panel_bg.png) no-repeat;
}

#bottom #bottom_panel_left li {
	margin-left: 40px;
}

#bottom_panel_left .content_panel_section {
	float: left;
	width: 275px;
}

/*  ===== rc button =====  */

#bottom #bottom_panel_right {
	float: right;
	width: 80px;
	padding-right: 230px;
	padding-top: 100px; 
}

#bottom_panel_right .rc_btn_container {
	clear: both;
	position: relative;
}

.rc_btn_01 a{
	display: block;
	width: 80px;
	height: 15px;
	text-align: center;
	padding: 0 0 10px 30px;
	background: url(../images/button_01.jpg) bottom right no-repeat;
	color: #d46528;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

/*  ===== end of rc button =====  */
/*  ===== end of bottom panel =====  */

/*  ===== footer =====  */

#footer {
	width: 920px;
	padding: 20px 80px 30px 40px;
	text-align: left;
	font-size: 12px;
	color: #000;
	background: url(../images/footer.png) top center  no-repeat;
}

#footer a:hover {
	border-bottom: 1px dotted #060;
}

/*  ===== end of footer =====  */.blinking,.blinking-header {	margin: 10px 0;	animation: blinker 1s linear infinite;}.blinking p {	font-size: 18px;	color: #C00000;}.blinking-header {	color: #C00000;}@keyframes blinker {    50% { opacity: 0; }}
