.margins {
	background: #00164e;

}
.tableData {
	background: #00164e;

}

.line {
	background: #00164e;
}
.productData {
	/*background: #c8d4ec;*/
	background: #DEE5F4;
	color: #00164e;
	font: 13px Arial;
	color: #00164e;
	font-weight: italic; 
	text-align: left;

}
.productData a {

	color: #c8d4ec;

}

.backgroundMovie {
	background-image: url('../image/movies_background.jpg');	
	background-repeat: no-repeat;
	background-position: center;
	font: 10px Arial;
	color: #00164e;
	border-top: 2px solid #00164e;
	text-align: center;
	
}
.footer {
	
	background-image: url('../images/footer.png');	
	background-repeat: no-repeat;
	background-position: center;
	border-top: 2px solid #00164e;
	color: #00164e;	
	text-align: center;
	font: 10px Arial;
	
}
.footerImage {
	
	background-image: url('../images/footerImage.png');	
	background-repeat: no-repeat;
	background-position: center;
	border-top: 2px solid #00164e;
	color: #00164e;	
	text-align: center;
	font: 10px Arial;
	
}

.footerMenu a {
	color: #00164e;
	font: 10px Arial;
}
.footerMenu a:hover{
	text-decoration: none; 
	color: #00164e;
	font: 10px Arial;
	font-weight: bold; 
}


.products{
display:block;
list-style:none;

}
.products li{
display:block;
float:left;
width:215px;
height:175px; 
margin:0 0 15px 0;
overflow:hidden;
text-align:center;

}
.products li a{
color:#00164e;
text-decoration:none;
}
.products li a:hover{
color:#ff6600;
text-decoration:underline;
}

.products li:hover{

}
.products li a img{
display:block;
border:1px solid #00164e;
border-radius: 4em;


padding:3px;
margin:0 auto 5px;
clear:both;
}
.products li a:hover img{
border:1px solid #ff6600;
}

.products li a img.folder{
border:none;
}
