@charset "utf-8";

/* ========== BACKGROUND ========== 

body {
	background: #0e0d0c url(../images/slate/background.jpg) repeat-x top;
}

/* ========== BASIC TEXT STYLES ========== */

body, td {
	color: #333333;
	font: 9pt Tahoma, Geneva, sans-serif;
} 
a:link, a:visited {
	color: #cf8525;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
} 
a:hover, a:active {
	color: #000000;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-decoration: underline; 
}

/* ========== HEADER TEXT ========== */

@font-face {  
	font-family: Century Gothic ;  
	src: url( /website/zseries2/fonts/CenturyGothic.eot ); 
}
@font-face {  
	font-family: Century Gothic ;  
	src: url( /website/zseries2/fonts/CenturyGothic.ttf ); 
}
@font-face {  
	font-family: BakerSignet BT ;  
	src: url( /website/zseries2/fonts/BakerSignetBT.eot );
}
@font-face {  
	font-family: BakerSignet BT ;  
	src: url( /website/zseries2/fonts/BakerSignetBT.ttf );
}   
#headtitle {
	color: #ffffff;
	font: 30pt "Century Gothic", Arial, Helvetica, sans-serif;
	height: 52px;
	line-height: 52px;
	padding-top: 8px;
}
#headsubtitle {
	color: #bf853a;
	font: 13pt "BakerSignet BT", Georgia, "Times New Roman", Times, serif;
	height: 35px;
	line-height: 35px;
	top: 232px;
}

/* ========== FOOTER INCLUDE ========== */

#footinc_contact div, #footinc_contact a:link, #footinc_contact a:visited, #footinc_seo a:link, #footinc_seo a:visited  {
	color: #7f7970;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#footinc_contact a:hover, #footinc_contact a:active, #footinc_seo a:hover, #footinc_seo a:active  {
	color: #cf8525;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#footinc_seo a:link, #footinc_seo a:visited {
	border-right: solid 1px #463f34;
}

/* ========== FEATURED LISTING TEXT STYLES ========== */

.featuredlistingstext {
	color: #cccccc; 
	font: 8pt Tahoma, Geneva, sans-serif;
}
a.featuredlistinglink:link, a.featuredlistinglink:visited {
	color: #cf8525; 
	font: bold 7pt Tahoma, Geneva, sans-serif;
	text-decoration: none; 
}
a.featuredlistinglink:hover, a.featuredlistinglink:active {
	color: #1e1b16; 
	font: bold 7pt Tahoma, Geneva, sans-serif;
	text-decoration: none; 
}

/* ========== FRAME LAYOUT ========== */

#bodyframe {
	background: url(../images/slate/splash_bodybg.png) repeat-y center;
}
#bodyfoot {
	background: url(../images/slate/splash_footer.png) no-repeat;
}

/* ========== HEADER LAYOUT ========== */

#head_title {
	background: url(../images/slate/splash_header.png) no-repeat;
}
#head_menutop {
	background: url(../images/slate/splash_menuhead.png) no-repeat;
}
#head_menutile {
	background: url(../images/slate/splash_menutile.png) repeat-y;
}
#head_menufoot {
	background: url(../images/slate/splash_menufoot.png) no-repeat;
}
#head_curve {
	background: url(../images/slate/splash_contentcurve.png) no-repeat;
}
#head_photo {
	background: url(../images/slate/splash_imageborder.png) repeat;
}

/* ========== MENU ========== */

a.menuitem:link, a.menuitem:visited, a.menuitem1:link, a.menuitem1:visited {
	background: url(../images/slate/menu.jpg) no-repeat;
	color: #c9c5bd;
	font: bold 9pt Tahoma, Geneva, sans-serif;
}
a.menuitem:hover, a.menuitem:active, a.menuitem1:hover, a.menuitem1:active  {
	background: url(../images/slate/menu_over.jpg) no-repeat;
	color: #ffffff;
}

/* ========== CONTENT LAYOUT ========== */

#columnleft {
	background: url(../images/slate/splash_columnleft.jpg) no-repeat top;
}
#columnmid {
	background: url(../images/slate/splash_columnmid.jpg) repeat-x top;
}
#columnright {
	background: url(../images/slate/splash_columnright.jpg) no-repeat top;
}

/* ========== CONTACT COLUMN ========== */

#contactwrap {
	border-top: dotted 1px #39352f;
}
.contactblock {
	border-bottom: dotted 1px #39352f;
}
#contact_logo img {
	background: url(../images/slate/splash_imageborder.png) repeat;
}
#contact_phone {
	color: #cccccc;
	font: bold 12pt Tahoma, Geneva, sans-serif;
}
#contact_phone span {
	color: #ca7300;
	font: bold 8pt Tahoma, Geneva, sans-serif;
}
#contact_address {
	color: #615b51;
	font: 8pt Tahoma, Geneva, sans-serif;
}

/* ========== WELCOME ========== */

#welcome, #welcome td {
	color: #cccccc;
	font: 9pt Tahoma, Geneva, sans-serif;
}
#welcome_title {
	color: #cf8525;
	font: italic 12pt Georgia, "Times New Roman", Times, serif;
}

/* ========== FEATURED COLUMN ========== */

#featuredtitle {
	border-bottom: dotted 1px #7f7a71;
	color: #423d35;
	font: 11pt Georgia, "Times New Roman", Times, serif;
}
#featuredbody {
	color: #cccccc;
	font: 9pt Georgia, "Times New Roman", Times, serif;
}