/* CSS Document */

/**** LINK-tag style sheet kzpstyle.css ****/

	/* Standards */

A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}

A:hover { 
	color: #000000;
	text-decoration: underline;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	background: #666666;
	background-image: url("http://www.kzpdesign.com/images/bardcodebgdgraysm.gif");
}

/* General Styles */

a.plain { font-weight: bold; }
a.plain:active { color: #FF0000; }
a.plain:link { color: #FF0000; }
a.plain:visited { color: #FF0000; }
a.plain:hover { color: #CC0000; }

a.bottomnav { font-weight: bold; }
a.bottomnav:active { color: #CC0000; }
a.bottomnav:link { color: #CC0000; }
a.bottomnav:visited { color: #CC0000; }
a.bottomnav:hover { color: #990000; }

a.pglinks { font-weight: bold; }
a.pglinks:active { color: #FFFFCC; }
a.pglinks:link { color: #FFFFCC; }
a.pglinks:visited { color: #FFFFCC; }
a.pglinks:hover { color: #FFFFFF; }

a.linkmap { text-decoration: underline; 
			font-family: 'Lucida Grande', Helvetica, Arial, Geneva, Verdana, sans-serif; 
			font-size: 10px; 
			line-height: 25px; }
a.linkmap:active { color: #CCCCCC; }
a.linkmap:link { color: #CCCCCC; }
a.linkmap:visited { color: #CCCCCC; }
a.linkmap:hover { color: #FFFFFF; }

a.footernav { font-family: 'Gill Sans', Helvetica, Arial, Geneva, Verdana, sans-serif; 
				font-size: 12px; }
a.footernav:active { color: #000000; }
a.footernav:link { color: #000000; }
a.footernav:visited { color: #000000; }
a.footernav:hover { color: #990000; }

.plain {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
	text-decoration: none;
}

.linkmap {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 15px;
	text-decoration: none;
}

.title1 {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	line-height: 12px;
	text-decoration: none;
}

.bottomtext {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
	text-decoration: none;
}

.footertext {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
	text-shadow: 3px 3px 5px rgb(204,204,204);
}

/* Portfolio Styles */

.Titletext {
	font-family: CABNDWebBold, Verdana, Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#42aefa;
	line-height: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.SubTitletext {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 11px;
}

.Descriptiontext {
	font-family: Verdana, Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 24px;
}

	/* Font Faces */  

@font-face {  font-family: CABNDWebBold;  
src: url(/fonts/CABNDWebBold.otf) format("truetype");  
}  
