body {
	color:#181818;
	margin: 0;
	font-family: Arial, sans-serif;
	background-image: url(../img/bg.gif);
}

#header {
	background-image: url(../img/bg.gif);
}

#title {
	background-image: url(../img/bgheader.png);
	height: 83px;
	padding-left: 8%;
	
}

#shop-tag {
	background: url(../img/shop.png) no-repeat bottom left;
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	height: 83px;
	z-index: 10;
	text-indent: -9999px;
}
		
#shop-tag a {
	display: block;
	width: 141px;
	height: 65px;
}

#Photos {
	margin:20px auto;
	color: #FFFFFF;
	width:600px;
	height:350px;
}

.iframe {
border-bottom: 1px solid #bbbbbb;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 20px; 
	font-style: normal;
	letter-spacing: 0.1em; 
	color: #000000;
	text-decoration: none;
	display:inline;
	font-weight: lighter;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 20px; 
	font-style: normal;
	letter-spacing: 0em; 
	color: #000000;
	text-decoration: none;
	display:inline;
	font-weight:bold;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal;
	letter-spacing: 0.1em; 
	color: #000000;
	text-decoration: none;
	display:inline;
	padding:0 10px;
	font-weight:normal;
	text-transform:uppercase;
}




ul#toolbar {
	height: 48px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	padding-left: 40%;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	background-image: url(../img/bgmenu.png);
	/* border-bottom: 1px solid #ccc;	*/
}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	top: 0;
}
	
#toolbar li a {
	height: 48px;
	display: block;
	text-decoration: none;
}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	text-decoration: none;
}

#toolbar li.inactive {
	background-position: bottom;
	text-decoration: none;
}
	
#toolbar li:hover {
	background-position: top;
	text-decoration: none;
}
		
#toolbar li#print-tab {
	width: 95px;
	background-image: url(../img/print.png);
	margin-right: 10px;
}

#toolbar li#web-tab {
	width: 95px;
	background-image: url(../img/web.png);
	margin-right: 10px;
}

#toolbar li#photos-tab {
	width: 95px;
	background-image: url(../img/photos.png);
	margin-right: 10px;
}

#toolbar li#contact-tab {
	width: 95px;
	background-image: url(../img/contact.png);
}
	
	
	

.menu-print {
	text-decoration:none;
	color:#000000;
}
.menu-print:hover {
	text-decoration:none;
	background-color: #A5E100;
	color:#FFFFFF;
}

.menu-web {
	text-decoration:none;
	color:#000000;
}
.menu-web:hover {
	text-decoration:none;
	background-color: #3280E1;
	color:#FFFFFF;
}

.menu {
	text-decoration:none;
	color:#000000;
}
.menu:hover {
	text-decoration:none;
	background-color: #BE0E36;
	color:#FFFFFF;
}

.menu2 {
	text-decoration:none;
	color:#000000;
}
.menu2:hover {
	text-decoration:none;
	color:#000000;
}

.mail-contact {
	text-decoration: underline;
	color: #000000;
}

.mail-contact:hover {
	text-decoration: underline;
	color: #000000;
}


div#footer {
	text-align:center;
	padding-top: 15px;
	min-height: 100px;
	font-size: 13px;
	color: #6e6e6e;
	}
