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

*{
	margin:0;
	padding:0;
}
a{
	color:#00C;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border:none;
}
body {
	overflow:hidden;
	background:#000;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #FFF;
	height: 100%;
}
h1 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
#menu{
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px 20px 0px 10px;
	height:100%;
	width:140px;
	z-index: 3;
	background-image:url(images/background1.jpg);
	border-right:1px solid #8f8f8f;
	position:absolute;	
	clear: both;
	left: 0;
	top: 0;
	float: left;
}	
#content{
	padding: 40px 80px 20px 30px;
	color: #333;
	height:60%;
	width:505px;
	left: 200px;
	top: 10%;
	z-index: 4;
	border:1px solid #aaa9ae;
	background-color: #FFF;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	position:absolute;	
	overflow: auto;
	font-size: 12px;
}
#content_close{
	color: #000;
	height:20px;
	width:20px;
	right: 10px;
	top: 10px;
	position:absolute;	
}	
.photo {
	border: 1px solid #686868;
	margin-right: 15px;
	margin-bottom: 20px;
}
#content li {
	list-style-type: none;
	line-height: 15px;
	border: none;
}

#menu li{
	list-style-type:none;
	line-height: 30px;
	border: none;
	border-bottom: 1px dashed #FFF;
}
#menu li a{
	text-decoration: none;
	color: #FFF;
}
#footer{
	border-top:1px solid #8f8f8f;
	border-bottom:1px solid #8f8f8f;
	height: 70px;
	width: 100%;
	text-align:left;
	z-index: 2;
	bottom:5%;
	position: absolute;
	background-image: url(images/RobinRuth_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #231f20;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	text-align: right;
	vertical-align: middle;
}

#background{
	position:fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
p {
	margin-bottom: 10px;
}

input, textarea {
	background-color: #FFF;
	border: 1px solid #333;
}
.error {
	color: #F00;
	padding-top: 4px;
}

