@charset "utf-8";

body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #000;
	color: #FFF;
	padding: 0;
	background-image: url(images/damask_light.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center top;
}
object
{
	outline:none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	color: #666666;
	margin: 0;
}
p {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	color: #666666;
	margin: 0 0 3px 0;
}
.type {
	width: 180px;
	float: left;
	padding: 18px 20px 4px 10px;
}
.type a{
	font-size: 11px;
	font-weight: normal;
	color: #000;
	display: block;
	text-decoration: none;
	background-image: url(images/content_button.png);
	width: 86px;
	height: 19px;
	text-align: center;
	padding: 2px 0 0 0;
	margin-top: 12px;
}
.pod {
	width: 650px;
}
.pod .hidden  {
	display: none;
	background-color: #0C9;
	padding: 10px;
}
.pod .container {
	margin: 20px 0 20px 20px;
	background-image: url(images/pod_faded_bg.png);
	padding: 22px;
}
.clear {
	clear: both;
}
.images {
	width: 350px;
	float: left;
}
.images img {
	float: left;
	border: 0px solid #2e2e2e;
}
.logo {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 16px;
}
.logo .icon {
	font-weight: bold;
	color: #007a7b;
}
.soon  {
	color: #797979;
	font-size: 12px;
}
.mainTable {
	border: 0;
	margin: 0px;
	padding: 0 14px 0 14px;
	text-align:left;
}
.logo a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.logo a:hover {
	font-weight: normal;
	color: #007576;
	text-decoration: none;
}
