@charset "utf-8";

/* ========== BACKGROUND ========== 

body {
	background: #0f0f0f url(../images/marblered/background.jpg) repeat-x top;
}

/* ========== BASIC TEXT STYLES ========== */

body, td {
	color: #333333;
	font: 9pt Georgia, "Times New Roman", Times, serif;
} 
a:link, a:visited {
	color: #820000;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	text-decoration: underline; 
} 
a:hover, a:active {
	color: #000000;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	text-decoration: underline; 
}

/* ========== HEADER TEXT ========== */

@font-face {  
	font-family: Copperplate Gothic Bold ;  
	src: url( /website/zseries2/fonts/CopperplateGothicBold.eot );
}
@font-face {  
	font-family: Copperplate Gothic Bold ;  
	src: url( /website/zseries2/fonts/CopperplateGothicBold.ttf );
}  
#headtitle {
	color: #ffffff;
	font: 30pt "Copperplate Gothic Bold", Arial, Helvetica, sans-serif;
	height: 52px;
	line-height: 52px;
	padding-top: 8px;
	text-transform: uppercase;
}
#headsubtitle {
	color: #ffffff;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	height: 32px;
	line-height: 32px;
	top: 232px;
}

/* ========== FOOTER INCLUDE ========== */

#footinc_contact div, #footinc_contact a:link, #footinc_contact a:visited, #footinc_seo a:link, #footinc_seo a:visited  {
	color: #858585 !important;
	font: 9pt Georgia, "Times New Roman", Times, serif !important;
}
#footinc_contact a:hover, #footinc_contact a:active, #footinc_seo a:hover, #footinc_seo a:active  {
	color: #ffffff !important;
	font: 9pt Georgia, "Times New Roman", Times, serif !important;
}
#footinc_seo a:link, #footinc_seo a:visited {
	border-right: solid 1px #3b3b3b !important;
}

/* ========== FEATURED LISTING TEXT STYLES ========== */

.featuredlistingstext {
	color: #ffffff; 
	font: 8pt Georgia, "Times New Roman", Times, serif;
}
a.featuredlistinglink:link, a.featuredlistinglink:visited {
	color: #8e8e8e; 
	font: bold 7pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none; 
}
a.featuredlistinglink:hover, a.featuredlistinglink:active {
	color: #b40101; 
	font: bold 7pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none; 
}

/* ========== FRAME LAYOUT ========== */

#bodyframe {
	background: url(../images/marblered/splash_bodybg.png) repeat-y center;
}
#bodyfoot {
	background: url(../images/marblered/splash_footer.png) no-repeat;
}

/* ========== HEADER LAYOUT ========== */

#head_title {
	background: url(../images/marblered/splash_header.png) no-repeat;
	text-align: right !important;
	width: 900px !important;
}
#head_menutop {
	background: url(../images/marblered/splash_menuhead.png) no-repeat;
}
#head_menutile {
	background: url(../images/marblered/splash_menutile.png) repeat-y;
}
#head_menufoot {
	background: url(../images/marblered/splash_menufoot.png) no-repeat;
}
#head_curve {
	background: url(../images/marblered/splash_contentcurve.png) no-repeat;
}
#head_photo {
	background: #ffffff;
}

/* ========== MENU ========== */

a.menuitem:link, a.menuitem:visited, a.menuitem1:link, a.menuitem1:visited  {
	background: url(../images/marblered/menu.jpg) no-repeat;
	color: #ffffff;
	font: bold 9pt Georgia, "Times New Roman", Times, serif;
}
a.menuitem:hover, a.menuitem:active, a.menuitem1:hover, a.menuitem1:active {
	background: url(../images/marblered/menu_over.jpg) no-repeat;
	color: #ffffff;
}

/* ========== CONTENT LAYOUT ========== */

#columnleft {
	background: url(../images/marblered/splash_columnleft.jpg) no-repeat top;
}
#columnmid {
	background: url(../images/marblered/splash_columnmid.jpg) repeat-x top;
}
#columnright {
	background: url(../images/marblered/splash_columnright.jpg) no-repeat top;
}

/* ========== CONTACT COLUMN ========== */

#contactwrap {
	border-top: solid 1px #371114;
}
.contactblock {
	border-bottom: solid 1px #371114;
}
#contact_logo img {
	background: #ffffff;
}
#contact_phone {
	color: #ffffff;
	font: bold 12pt "Times New Roman", Times, serif;
}
#contact_phone span {
	color: #a9a9a9;
	font: bold 8pt Georgia, "Times New Roman", Times, serif;
}
#contact_address {
	color: #ffffff;
	font: 8pt Georgia, "Times New Roman", Times, serif;
}

/* ========== WELCOME ========== */

#welcome, #welcome td {
	color: #ffffff;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#welcome_title {
	color: #ffffff;
	font: italic 12pt Georgia, "Times New Roman", Times, serif;
}

/* ========== FEATURED COLUMN ========== */

#featuredtitle {
	border-bottom: solid 1px #1a0202;
	color: #ffffff;
	font: 11pt Georgia, "Times New Roman", Times, serif;
}
#featuredbody {
	color: #a9a9a9;
	font: 9pt Georgia, "Times New Roman", Times, serif;
}