@charset "utf-8";
html {
	height: 100%;
}
body {
	background: #2f2f2f;
	background-image:url(images/bg_pinstripe.gif);
	background-position:top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	height: 100%;
	width: 100%;
}
a{
	color: #ff0000;
}
td {
text-align:left;
vertical-align:top;
}
td.left-tile {
	background-image:url(images/tile_left.gif);
	background-position:top;
	background-repeat: repeat-y;
}
td.right-tile {
	background-image:url(images/tile_right.gif);
	background-position:top;
	background-repeat: repeat-y;
}
td.btn-more-details {
vertical-align:bottom;

}
.product-thumb {
width:120px;
text-align:center;
}
.product-name {

font-size:18px;
font-weight:bold;

}
.top-header-text{
color:#FFFFFF;

}
.product-div-h{
vertical-align:middle;
height:30px;

}
main-holder {
	width:100%;
	height:100%;
}
#footer{

background-color: #ffffff;

height: 60px;

text-align: center;
vertical-align:middle;

}
