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

body {
	background: #e7e7e7 url('/media/images/rbd_images/bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}

#logo {
	background: url('/media/images/rbd_images/logo.png');
	width: 274px;
	height: 141px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	z-index: 1;
}

#nav {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 20px;
    z-index:9999;
}

.nav1 {
	color: #513c25;
	font-size: 19px;
	letter-spacing: 1px;
}

.nav1 li {list-style:none; float:left;}

.nav1 a:link, .nav1 a:visited, .nav1 a:active {
	color: #513c25;
	text-decoration: none;
	margin: 0 5px;
}

.nav2 {
	color: #43979a;
	margin-top: 8px;
}

.nav2 a:link, .nav2 a:visited, .nav2 a:active {
	color: #43979a;
	text-decoration: none;
}

.nav3 {
	color: #777777;
	margin-top: 8px;
}

.nav3 a:link, .nav3 a:visited, .nav3 a:active {
	color: #777777;
	text-decoration: none;
}

.nav1 a:hover, .nav2 a:hover, .nav3 a:hover {
	border-bottom: 1px dotted;
    margin-bottom:-1px;
}

.search {
	width: 150px;
	background: #ffffff;
	border: solid 1px #5faaba;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5faaba;
	font-size: 13px;
}

.go {
	background: #ffffff;
	border: solid 1px #5faaba;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5faaba;
	font-size: 13px;
}

#content {
	text-align: center;
	margin: 20px 0;
}

.content a:link, .content a:visited, .content a:active {
	color: #4b8e9c;
	text-decoration: none;
}

.content a:hover {
	color: #4b8e9c;
}

#footer {
	background: #78bac8;
	height: 40px;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #281c0e;
	letter-spacing: 1px;
}

#footer span {
	color: #ffffff;
}

#footer img{
	border:none;
	margin-top: -8px;
}

#footer2 {
	height: 30px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777777;
	letter-spacing: .5px;
}

.footer2 a:link, .footer2 a:active, .footer2 a:visited {
	text-decoration: none;
	color: #3f90a1;
}

.footer2 a:hover {
	border-bottom: 1px dotted;
}

.slideshow {
	margin-top: 10px;
	margin-bottom: 15px;
}

.mask {
	z-index: 10;
	width: 758px;
	height: 518px;
	margin-top: -525px;
}

.scissors {
	background: url('/media/images/rbd_images/scissors.gif') no-repeat bottom left;
	padding-left: 23px;
	padding-top: 13px;
}