@charset "UTF-8";
.body-wrapper {
	background-color: #FFFFFF;
}
a{
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
a:hover{
	color: #A64C1B;
	text-decoration: none;
	border-bottom-style: none;
}

.home-block {
	display: table;
	width: 790px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
}


/* /////////// NAV /////////// */


.nav-displace {
	position: absolute;
	left: -5000px;
}
.nav-wrapper {
	display: block;
	margin-bottom: 30px;
	padding-left: 195px;
}

/* identity */

a.nav-identity {
	display: block;
	height: 28px;
	width: 105px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/nav-identity.png);
	color:#FFF;
	border-bottom:none !important;
}
a.nav-identity:hover {
	background-position: right bottom;
	color:#FFF;
}

/* print */

a.nav-print {
	display: block;
	height: 28px;
	width: 67px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/nav-print.png);
	color:#FFF;
	border-bottom:none !important;
}
a.nav-print:hover {
	background-position: right bottom;
	color:#FFF;
}

/* web */

a.nav-web {
	display: block;
	height: 28px;
	width:57px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/nav-web.png);
	color:#FFF;
	border-bottom:none !important;
}
a.nav-web:hover {
	background-position: right bottom;
	color:#FFF;
}

/* packaging */

a.nav-packaging {
	display: block;
	height: 28px;
	width: 110px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/nav-packaging.png);
	color:#FFF;
	border-bottom:none !important;
}
a.nav-packaging:hover {
	background-position: right bottom;
	color:#FFF;
}

/* fineart */

a.nav-fineart {
	display: block;
	height: 28px;
	width: 93px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/nav-fineart.png);
	color:#FFF;
	border-bottom:none !important;
}
a.nav-fineart:hover {
	background-position: right bottom;
	color:#FFF;
}

/* blog */

a.nav-blog {
	display: block;
	height: 28px;
	width: 69px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/nav-blog.png);
	color:#FFF;
	border-bottom:none !important;
}
a.nav-blog:hover {
	background-position: right bottom;
	color:#FFF;
}

/* hatshop */

a.nav-hatshop {
	display: block;
	height: 28px;
	width: 87px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/nav-hatshop.png);
	color:#FFF;
	border-bottom:none !important;
}
a.nav-hatshop:hover {
	background-position: right bottom;
	color:#FFF;
}



.blurb-wrapper {
	font-family: 'Lucida Grande', Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	display: block;
	margin-left: 195px;
}
.flash-wrapper {
	display: block;
	float: left;
	width: 277px;
	z-index: -1000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #EA0185;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0.14em;
	text-align: center;
	width: 78px;
}
.button a {
	color: #FFF;
	text-decoration: none;
}
.button a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #f6ba00;
}
.link-no-line {
	border-bottom-style: none;
	text-decoration: none;
}
.link-no-line a{
	border-bottom-style: none;
	text-decoration: none;
}
.footer-wrapper {
	font-family: 'Lucida Grande', Arial, Helvetica;
	font-size: 8.5px;
	text-transform: uppercase;
	color: #999999;
	display: block;
	width: 716px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	letter-spacing: 1px;
	text-align: left;
}
.footer-wrapper a{
	color: #EA0185;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EA0185;
}
.footer-wrapper a:hover{
	color: #EA0185;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EA0185;
}

