/* CSS Document */

body	{
	background-image: url(images/checkerplatebackground.jpg);
	font-family: "Century Gothic";
	font-size: 1em;
	color: #666;
}

img a{  border-style: none;
}
a img{  border-style: none;
}

h1 {
	margin:0;
	padding:3;
	font-size:2.5em;
		
}
h2	{
	margin:0;
	padding:0;
	font-size: 1.25em;
	font-weight: bold;	
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.prices {
	color:#F00;
}


.sections {
	font-size: 1.25em;
	font-weight: bold;
	text-align:center;
	color: #006;

}

.nav {
	font-size: 1.25em;
	font-weight: bold;
	margin-left:auto;
}

.footer {
	color:#FF6;
	background-color:#000;
	text-align:center;
	font-size:24px;
}




#productinfo table{width:100%;border-collapse:collapse;margin:1em 0;}
#productinfo th, td{text-align:left;padding:2px;border:1px solid #fff;}
#productinfo th{background:#E9E9E9; color:#333;}
#productinfo td{text-align:center;background:#FDFAF8;}

.prices	{
	font-size:1.5em;
	
}