/* CSS Document */


BODY { 
  background-image: url(images/bgn.png);
	background-repeat: repeat-x;
	background-color:#000;
	margin-top:0px;
}
	
	
.prodbg{
	padding: 5px;
	width: 120px;
	height: 125px;
	background-color: #333;
}
.prodimgsz{
	width:120px;
	height:100px;
	overflow:hidden;
	padding-top: 10px;
	
}
.vidbg{
	padding: 5px;
	width: 120px;
	height: 125px;
	background-color: #333;
}
.vidimgsz{
	width:120px;
	height:90px;
	overflow:hidden;
}
a:link, a:visited, a:active {
	color: #3333FF;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

.form {
margin: 0;
padding: 0;
}
.smltxt {
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.smlbtxt {
	font-family: Arial;
	font-size: 10px;
	color: #069;
}
.bodytxt {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height:16px;
}
.boldblue {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #009;
}.boldlblue {
	font-family: Verdana;
	font-size: 11px;
	color: #36F;
}
.bluebutton {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background-color:#36F;
}
.headblue {
	font-family: Arial;
	font-size: 17px;
	font-weight:bold;
	color: #CCC;
	font-style:italic;
}

.linkswhite a:link {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:visited {
	color: #ffffff;
	text-decoration: none;
}
.linkswhite a:hover {
	color: #0099FF;
	text-decoration: none;
}
.linkswhite a:active {
	color: #ffffff;
	text-decoration: none;
}

