/* CSS Document */

BODY {
	margin: 0;
	background: #E5E5E5;
	background-image: url(images/bg_tile.gif);
	color: #000;
}

.border {
	border: solid 1px #156AAC;
}

.prod_table {
	border: solid 1px #156AAC;
}

TD {
	background: transparent;
	color: #000;
	font-size: 12px;
	font-family: century gothic, verdana, sans-serif, san-serif;
}

.body_formatting {
	padding-left: 30;
	padding-right: 30;
	padding-top: 15;
	padding-left: 15;
}

.product_header {
	background: #3094E0;
	color: #FFF;
	font-weight: bold;
	padding-top: 5;
	padding-bottom: 5;
	text-transform: uppercase;
}

H1 {
	color: #3399CC;
	font-size: 24px;
	text-transform: uppercase;
}

/* LINK STYLES */
A {
	color: #CC6633;
	font-weight: bold;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* FORM STYLES */
SELECT {
	font-size: 12px;
}

.sel_header {
	background: #CC6633;
	color:#FFF;
	padding-top: 2;
	padding-bottom: 2;
	font-weight: bold;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}