@charset "UTF-8";
/* CSS Document */

.nav_bg {
	background-image: url(images/nav/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 200px;
}
.nav {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 38px;
	text-transform: uppercase;
	color: #6f6f67;
	height: 35px;
	width: 170px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6f6f67;
	display: block;
	text-align: left;
	text-indent: 15px;
	text-decoration: none;
}
.nav:hover {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 38px;
	text-transform: uppercase;
	color: #FFF;
	height: 35px;
	width: 170px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6f6f67;
	display: block;
	background-image: url(images/nav/rollover.gif);
	text-align: left;
	text-indent: 15px;
	text-decoration: none;
}
.image {
	display: block;
	border: 10px none #FFF;
}
.image:hover {
	display: block;
	border: 10px solid #FFF;
	filter: alpha(opacity=70);
}
.background {
	background-image: url(images/nav/pattern.jpg);
	background-repeat: repeat;
	background-position: top;
	position: fixed;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
.dotted_line {
	height: 35px;
	width: 170px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6f6f67;
	display: block;
}
.jw {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #6f6f67;
}

.image_rollovers {
	background-color: #000;
	}
	.imgopacity{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	}
	.imgopacity:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	}

.news_header {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 58px;
	text-transform: uppercase;
	color: #6f6f67;
	height: 55px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6f6f67;
	display: block;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6f6f67;
	font-weight: bold;
}
.page_header {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 68px;
	text-transform: uppercase;
	color: #6f6f67;
	height: 55px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6f6f67;
	display: block;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6f6f67;
	font-weight: lighter;
}
.dotted_line {
	width: 100%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #6f6f67;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 3px;
}
.dotted_line_below {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 3px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6f6f67;
	display: block;
}
.news_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #6f6f67;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.news_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #fb5d39;
	font-style: italic;
	text-decoration: none;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #6f6f67;
	font-style: italic;
}
.news_box {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	color: #fb5d39;
	font-style: italic;
}
.work{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
	padding: 4px;
	border: thin dotted #FFF;
	margin: 1px;
	}
	.work:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	}
	

