body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url('../images/Denim1.jpg'); /* default background is to display image */
}

a:link {
	color: #000099;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

a:visited {
	color: #000099;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:active {
	color: #000099;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover {
	text-decoration: none;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10pt;
}

.topnav {
	font-weight: bolder;
	font-size: 10pt;
	background: #0000FF;
	margin: 2px;
	padding: 2px;
}

.bottomnav {
	font-weight: bolder;
	font-size: 10pt;
	background: #0000FF;
}

.white {
	font-family: Verdana;
}

.white:link {
	color: #FFFFFF;
	text-decoration: none;
}

.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.white:active {
	color: #FFFFFF;
	text-decoration: none;
}

.white:hover {
	color: #FF0000;
	text-decoration: none;
}

.whitedivider {
	font-family: Arial;
	color: #C0C0C0;
}
	
.menus {
	color: #FFFFFF;
}
	
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url('/images/shop_bg.gif');
	background-repeat: no-repeat;
	background-position: center top
}

.descr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:10pt;*/
	font-size: 10pt;
}

	
.descr-h {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 10pt;
}

@media screen,aural,braille,embossed,handheld,projection,tty,tv {
	.noscreen { /* will only be seen on the printer, not the screen */
	            /* default is to NOT display */
		display: none;
	}
	
	body.detail{ /* default background is to display image */
		background: url("../images/Denim1.jpg");
	}
}

@media print {
	.noprint { /* will only be seen on the screen, not the printer*/
		display: none;
	}

	body.detail {
		background: #FFFFFF;
		background-image: none;
	}

}