@charset "utf-8";
/* CSS Document: for Black Label Restoration*/


body {
	background-image:url(../images/page_background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#003333;
}

div.header {
	position:absolute;
	top:0px;
	left:85px;
	width:650px;
	height:350px;
}

div.r_menu_1 {
	position:absolute;
	top:0px;
	left:735px;
	width:278px;
	height:350px;
	visibility:visible;
	}
	
div.r_menu {
	position:absolute;
	top:0px;
	left:735px;
	width:278px;
	height:350px;
	visibility:hidden;
	}
	
a.menu:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:black;
	font-weight:bold;
	text-decoration:none;
	}

a.menu:hover {
	color:#0033CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	}
	
a.menu:visited {
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
}

div.container {
	position:absolute;
	top:355px;
	left:85px;
	width:928px;
}

div.contents {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color:#333333;
	text-align: left;
	}
	
div.service {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#333333;
	width:600px;

	}
	
div.response {
	position:absolute;
	left:557px;
	top:361px;
	width:286px;
	height:auto;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	z-index:1000;
}
	
div.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	color:#003366;
}

img.right {
	float:right;
	border:inset;
	margin-top:15px;
	margin-left:15px;
	margin-right:30px;
	margin-bottom:15px;
	padding:10px;
	}

img.left {
	float:left;
	border:inset;
	margin-top:15px;
	margin-right:15px;
	margin-left:30px;
	margin-bottom:15px;
	padding:10px;
	}
	
.arial_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	}
