@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;
}

img {
	border: 0;
}

#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: 16px;
	letter-spacing: 1px;
	z-index:9999;
}

.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;
	z-index:999;
}

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

.nav3 {
	color: #777777;
	margin-top: 8px;
	margin-left: -55px;
	width: 1000px;
	font-size: 13px;
}

.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: 10px 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: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
	*margin-top: -25px;
}

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

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

.newsletterhmot {
	margin:0 auto;
	width:325px;
	padding:10px;
	background:#77B8C6;
	border:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.newsletterhm {
	margin:0 auto;
	width:300px;
	padding:10px;
	background:#77B8C6;
	border:1px solid #FFFFFF;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.newsletterhm h2 {
	color:#FFF;
}

#newwhole {
	margin:0 auto;
	margin-top:10px;
	width:300px;
	padding:10px;
	background:#FFF;
	border:1px solid #4F2300;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

