@charset "utf-8";

/* ========== BACKGROUND ========== 

body {
	background: #030f1c url(../images/downtown/background.jpg) no-repeat center top;
	background-attachment: fixed;
}

/* ========== FONT LOAD ========== */

@font-face {  
	font-family: Kabel Bk BT ;  
	src: url( /website/zseries2/fonts/KabelBkBT.eot ); 
} 
@font-face {  
	font-family: Kabel Bk BT ;  
	src: url( /website/zseries2/fonts/KabelBkBT.ttf ); 
} 
@font-face {  
	font-family: HelvCondensed ;  
	src: url( /website/zseries2/fonts/HelvCondensed.eot );
}
@font-face {  
	font-family: HelvCondensed ;  
	src: url( /website/zseries2/fonts/HelvCondensed.ttf );
}

/* ========== BASIC TEXT STYLES ========== */

body, td {
	color: #333333;
	font: 9pt Tahoma, Geneva, sans-serif;
} 
a:link, a:visited {
	color: #134f7a;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
} 
a:hover, a:active {
	color: #072135;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
}

/* ========== FOOTER INCLUDE ========== */

#footinc_contact div, #footinc_contact a:link, #footinc_contact a:visited, #footinc_seo a:link, #footinc_seo a:visited  {
	color: #3b4855;
	font: 8pt Tahoma, Geneva, sans-serif;
}
#footinc_contact a:hover, #footinc_contact a:active, #footinc_seo a:hover, #footinc_seo a:active  {
	color: #748393;
	font: 8pt Tahoma, Geneva, sans-serif;
}
#footinc_seo a:link, #footinc_seo a:visited {
	border-right: solid 1px #132436;
}

/* ========== NAVIGATION MENU ========== */

#dyn_nav_v {
	border-bottom: none;
	border-top: dotted 1px #2c3c47;
	width: 181px;
}

/* ---------- main menu item  ---------- */

a.dyn_nav_mm:link,  a.dyn_nav_mm:visited {
	background: none; /* IE bug needs at least color */
	border-color: #2c3c47;
	border-style: dotted;
	border-width: 0 0 1px 0;
	color: #e3e3e3;
	font: normal 9pt Tahoma, Geneva, sans-serif;
	padding: 5px 0;
}

a.dyn_nav_mm:hover,  a.dyn_nav_mm:active {
	background: none; /* IE bug needs at least color */
	color: #fcf1ba;
}

/* ---------- main menu item arrow  ---------- */

a.dyn_nav_a:link, a.dyn_nav_a:visited {
	background: url(../images/downtown/menu_arrow.png) no-repeat 171px 10px;
	padding-right: 20px;
}

/* ---------- drop down item structure ---------- */

#dyn_nav_v li ul {
	background: #7c8a94;
	border: solid 5px #0a2337;
	left: 181px;
 	padding: 0 0 1px 0;
}

/* ---------- drop down item ---------- */

.dyn_nav_dd a:link, .dyn_nav_dd a:visited {
	background: #657580; /* IE bug needs at least color */
	border-color: #7c8a94;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #e3e3e3;
	font: normal 8pt Tahoma, Geneva, sans-serif;
}

.dyn_nav_dd a:hover, .dyn_nav_dd a:active {
	background: #475762; /* IE bug needs at least color */
	color: #fcf1ba;
}

/* ========== LAYOUT ========== */

#headwrap {
	background: url(../images/downtown/splash_head.png) no-repeat center bottom;
	height: 130px;
}
#menuwrap {
	background: url(../images/downtown/splash_menu.png) no-repeat center top;
	height: 30px;
}
#mainwrap {
	background: url(../images/downtown/content_imagebg.png) no-repeat center top;
	height: 195px;
}

/* ========== HEADER ========== */

#headtitle {
	color: #ffffff;
	font: 32pt "Kabel Bk BT", Arial, Helvetica, sans-serif;
	left: 43px; top: 40px;
	width: 914px;
	z-index: 10;
}
#headsubtitle {
	color: #fcf1ba;
	font: 14pt "HelvCondensed", Arial, Helvetica, sans-serif;
	left: 43px; top: 90px;
	width: 914px;
	z-index: 10;
}
#headlogo {
	background: url(../images/downtown/splash_logo.png) no-repeat; 
	padding: 5px;
	right: 36px; top: 31px;
	z-index: 20;
}
#headlogo_lg {
	left: 21px; top: 16px;
	width: 958px;
	text-align: center;
	z-index: 30;
}

/* ========== MENU ========== */

#menu {
	left: 30px; top: 5px;
	width: 940px; height: 20px;
	z-index: 10px;
}
a.menuitem:link, a.menuitem:visited, a.menuitem1:link, a.menuitem1:visited {
	color: #9e9e9e;
	display: block;
	float: left;
	font: 10pt Tahoma, Geneva, sans-serif;
	line-height: 20px;
	padding: 0 15px;
	text-decoration: none;
}
a.menuitem:hover, a.menuitem:active, a.menuitem1:hover, a.menuitem1:active {
	color: #fcf1ba;
	padding-top: 1px;
	text-decoration: none;
}
a.menuitem {
	border-left: dotted 1px #4f4f4f;
}

/* ========== CONTACT ========== */

#contact {
	color: #ffffff;
	font: bold 11pt Tahoma, Geneva, sans-serif;
	height: 20px;
	right: 41px; top: 5px;
	z-index: 20px;
}
#contact span {
	color: #fcf1ba;
	font: normal 8pt Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
}

/* ========== MAIN IMAGE ========== */
	
#mainimage {
	left: 34px; top: 10px;
	width: 932px; height: 171px;
	z-index: 10;
}

/* ========== CONTENT BODY ========== */
	
#content_wrap {
	background: url(../images/downtown/content_body_tile.png) repeat-y center;
}
#content_head {
	padding: 35px 59px 50px 30px;
}
#content_foot {
	background: url(../images/downtown/content_body_foot.png) no-repeat center top;
	height: 11px;
}

#column_right {
	width: 683px;
}