@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	background:no-repeat center top url(images/bg.jpg) fixed;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.twoColFixRtHdr a {
	color: #FF00DE;
	text-decoration:none;
}
.twoColFixRtHdr a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#121212;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	margin-top: 45px;
}

.twoColFixRtHdr #header { 
	background: #000000;
	width:900px;
	height:108px;
} 
.twoColFixRtHdr #nav { 
	background: #1e1e1e;
	width:900px;
	height:30px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2a2a2a; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
}
.twoColFixRtHdr #content { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#121212;
	width:760px;
	font-size: 13px;
	line-height: 20px;
	font-stretch:extra-condensed;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat;
	background-position:top left;
	}

.twoColFixRtHdr #content img {
	margin:5px;
}
.twoColFixRtHdr #contentDis { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#121212;
	width:754px;
	padding: 10px;
	font-size:9px;
} 
.twoColFixRtHdr #footer {
	
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	width: 870px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1e1e1e;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
  }

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	font-weight:bold;
	color: #FFFFFF;
}
.twoColFixRtHdr #footer p a{
	color: #FFFFFF;
}
.twoColFixRtHdr #footer p a:hover{
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table.rental { /*rental facilities table*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:none;
	width: 100%;
}
table.niceTable {
	border:none;
	text-align:left;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	width: 700px;
}
table.niceTable tr th{
	font-weight:bold;
	font-size:12px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: medium solid #999;
	padding: 10px;
	border-spacing:0;
	color:#00abbd;
}
table.niceTable tr td{
	border-bottom: thin solid #999;
	padding:10px;
	font-size:12px;
}

table.niceTable tr:hover td{
	color:#FFF;
}
table.niceTable tr:hover a{
	color:#FFFFFF;
}

table.dirTable {
	border:none;
	text-align:left;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	width: 700px;
}
table.dirTable tr th{
	font-weight:bold;
	font-size:13px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom: medium solid #999;
	padding: 10px;
	border-spacing:0;
	color:#FF00DE;
}
table.dirTable tr td{
	border-bottom: thin solid #999;
	padding:10px;
	font-size:12px;
}

table.dirTable tr a{
	color:#00abbd;
}
table.dirTable tr:hover a{
	color:#FFFFFF;
}

table.directoryTable {
	margin-left:auto;
	margin-right:auto;
	border:none;
}
table.directoryTable tr td{
	border:none;
	text-align:left;
	vertical-align:top;
	padding:20px;
	background-color:#002e58;
	border-right: solid thick #121212;
}

table.mallDirectory {
	margin-right:auto;
	width:245px;
	height:378px;
	border-collapse:collapse;
	background-color:#5c002e;
	text-align:left;
}
table.mallDirectory tr td{
	padding:5px;
}

table.mallDirectory tr th {
	background-color: #C0F;
	color:#FFF;
	font-size: 25px;
	text-align:right;
}
table.mallDirectory tr td.head {
	background-color: #520029;
}
table.mallDirectory tr td.body {
	background-color: #5c002e;
}

span.mall {
	color:#fe00a1;
	font-weight:bold;
	font-size:25px;
}
span.directory {
	color: #00c6ff;
	font-size:25px;
}

a.blue {
	color: #00ABBD;
}

table.shop {
	border:none;
	width:500px;
	height:378px;
	background-image: url(images/BG_Shop_Windows.jpg);
	background-position:center;
	padding:10px;
	line-height:16px;
}

table.shop tr th{
	color:#FFF;
	font-size:26px;
	text-align:center;
	padding-bottom:10px;
	line-height:1em;
}
	
table.shop tr td{
	text-align:justify;
	font-size:12px;
	letter-spacing:0.08em;
}

table.shop tr td img{
	padding-right:10px;
	border:none;
}

table.forms {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	margin-top:0px;
	font-size:12px;
	letter-spacing:0.08em;
}

table.forms tr td{
	font-size:12px;
	letter-spacing:0.08em;
	text-align:justify;
}

table.formsContainer {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-size:12px;
	letter-spacing:0.09em;
}
table.formsContainer tr td{
	vertical-align:top;
}

span.one {
	font-weight:bold;
	color:#00ABBD;
	font-size:25px;
}
span.two {
	font-weight:normal;
	color:#FFFFFF;
	font-size:25px;
}
span.three {
	font-weight:normal;
	color:#FF00DE;
	font-size:25px;
}

span.category {
	font-weight:normal;
	color:#FF00DE;
}

span.sub {
	font-weight:bold;
	color:#00abbd;
	font-size:13px;
}

span.shop {
	color:#00ABBD;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
input
{
background: #ccccff;
}
textarea
{
background: #ccccff;
}