/* CSS Document */

/*a:link {
	text-decoration:none;
	color:#cccccc;
}
a:visited {
	text-decoration:none;
	color:#cccccc;
}
a:active {
	text-decoration:none;
	color:#999999;
}*/
a:hover {
	text-decoration:none;
	color:#ffffff;
}
.text {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.headerNavText {
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	color: #ff8300;
	text-align:center;
}
.itemNavText {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align:center;
	text-decoration:none;
}
.itemNavTextActive {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:center;
	text-decoration:none;
}
.formText {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1 {
	font-family: "Book Antiqua", serif;
	font-size: 14px;
	font-style: normal;
	text-transform: lowercase;
	color: #ff8300;
	text-decoration: none;
	text-align:left;
}
.photoBorder {
	border: 1px solid ##ffffff;
}
.photoTd {
	border: 1px solid #333333;
	background-color: #999999;
	}
.pricelistTbl {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.headerUpper {
	background-image:url(../images/bg/bg_header_upper.gif);
}
.headerLower {
	background-image:url(../images/bg/bg_header_lower.gif);
}
.imageBg {
	background-image:url(../images/blank.jpg);
}
