html, body {
	height: 100%;
}

body {
	background-color: #260318;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.height {
	min-height: 100px;
	height: 100%;
}

#main_container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
}

#topair {
	background: #260318;
	width: 800px;
	height: 6px;

}

#topbar {
	background: url(images/Slice_02.png);
	width: 800px;
	height: 60px;
}

#city {
	
}

#pagename {

	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
	color: #8d8289;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	text-shadow: #000 3px 3px 3px;
}

#logo {
	text-align: left;
	padding-left: 25px;
	color: #e8e8e8;
	text-shadow: #000000 1px 1px 1px;
	font: 26px/149px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sub_container {
	position: relative;
	display: block;
	height: 100%;
	width: 800px;
}

#menu_container {
	width: 160px;
	position: relative;
	float: left;
	min-height: 100%;
	margin-right:  10px;
	border-right: 1px solid #260318;
}

#menu_label {
	background: url(images/Slice_07.png);
	width: 160px;
	height: 26px;
}

#menu {
	width: 160px;
	min-height: 100%;
	background-color: #CCCCCC;
	text-align: center;
}

#date {
	background: url(images/Slice_11.png);
	width: 160px;
	height: 31px;
	float: left;
	color: #313131;
	padding-top: 7px;
}

#promohdr{
	color: #3b3b3b;
	text-decoration: underline;
	text-align: left;
	text-transform: capitalize;
}

#promotxt{
	color: #3b3b3b;
	font-size: 13px;
	text-align: left;
}

#content {
	
	background: #D9D9D9;
	text-align: left;
	min-height: 100%;
	padding-right: 10px;
}

#copyright {
	width: 800px;
	height: 30px;
	background-image: url(images/Slice_13.png);
	display: block;
	margin-top: 1px;
	font: 12px/29px sans-serif, Geneva, Helvetica, Arial, "Helvetica Neue";
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

/*################################################################################################
--------------------------------------------------------------------------------------------------
>> Menu System - #VMENU#
--------------------------------------------------------------------------------------------------
################################################################################################*/

/*================================================================================
>> General
================================================================================*/

/* This is the main vmenu table */
table.vmenu_mainz {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-family: Arial, Helvetica, sans-serif;
}

/* This cell contains the submenu table */
td.vmenu_main_sub {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/* Contains all sub links. */
/* Placed within a single td (vmenu_main_sub) of the main link table (vmenu_mainz) */
table.vmenu_subz {
   font-size: 11px;
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
}

/*================================================================================
>> Main Menu Links
================================================================================*/

td.vmenu_main_off {   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

td.vmenu_main_on {
   width: 100%;
   border: 0px;
   padding: 8px 5px 0px 10px;
}

div.vmenu_main_off {
   width: 100%;
   font-size: 13px;
   font-weight: normal;
}

div.vmenu_main_on {
   width: 100%;
   font-size: 13px;
   font-weight: bold;
}


a.vmenu_main_off:link { color: #841c65; text-decoration: none; }
a.vmenu_main_off:visited { color: #3d0c2f; text-decoration: none; }
a.vmenu_main_off:hover { color: #3d0c2f; text-decoration: none; }
a.vmenu_main_off:active { color: #ef31b5; text-decoration: none; }

a.vmenu_main_on:link { color: #05B601; text-decoration: underline; }
a.vmenu_main_on:visited { color: #05B601; text-decoration: underline; }
a.vmenu_main_on:hover { color: #24FF24; text-decoration: underline; }
a.vmenu_main_on:active { color: #24FF24; text-decoration: underline; }




/*================================================================================
/* Sub Menu Bullets
================================================================================*/

/* Sub menu bullets
// -------------------------------------*/
td.vmenu_sub_bull_off {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

td.vmenu_sub_bull_on {
   width: 20px;
   padding: 3px 0px 0px 15px;
}

div.vmenu_sub_bull_off {
   font-size: 11px;
   color: #858585;
   font-weight: bold;
}

div.vmenu_sub_bull_on {
   font-size: 11px;
   color: #505050;
   font-weight: bold;
}

/*================================================================================
/* Sub Menu Links
================================================================================*/
td.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

td.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 3px 2px 0px 1px;
}

div.vmenu_sub_off {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12px;
   font-weight: normal;
}

div.vmenu_sub_on {
   width: 100%;
   border: 0px;
   padding: 0px 0px 0px 0px;
   font-size: 12px;
   font-weight: bold;
}

a.vmenu_sub_off:link { color: #05B601; text-decoration: none; }
a.vmenu_sub_off:visited { color: #05B601; text-decoration: none; }
a.vmenu_sub_off:hover { color: #24FF24; text-decoration: none; }
a.vmenu_sub_off:active { color: #24FF24; text-decoration: none; }

a.vmenu_sub_on:link { color: #05B601; text-decoration: none; }
a.vmenu_sub_on:visited { color: #05B601; text-decoration: none; }
a.vmenu_sub_on:hover { color: #24FF24; text-decoration: none; }
a.vmenu_sub_on:active { color: #24FF24; text-decoration: none; }