body {
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333;
	margin: 0px;
	padding: 0px;
}

p {
	font-weight: bold;
	font-style: italic;
}

a { color: red; text-decoration: none; }
a:hover { color: black; }

h1, h2, h3 { margin: 2px; }
h1 { font-size: 14px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

img { border: none; }

#container {
	background-image: url(../images/back.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}

#header, #content, #footer {
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#header {
	background-image: url(../images/header.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #333;
	width: 900px;
	height: 120px;
}
#header img {
	float: left;
}

#suppliers {
	width: 605px;
	height: 75px;
	float: right;
	position: relative;
}
#suppliers img { border: none; }

#nav {
	width: 605px;
	float: right;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.13em;
	color: white;
	font-size: 12px; 
}
#nav span { margin: 0 0 0 10px; }
#nav hr { margin: 0; height: 2px;}
#nav a, #hit a:hover { color: white; }
#nav a:hover, #hit a { color: red; }

#content {
	background-color: white;
	text-align: left;
	width: 892px;
	padding: 4px;
}
#content h1 {
	text-transform: uppercase;
	font-style: italic;
	color: red;
}

#copy {
	padding: 0 10px; 
	width: 50%;
}

#sub {
	padding: 0 6px; 
	width: 480px;
}

#flash { height: 320px; }

#footer {
	width: 900px;
	height: 60px;
}

.calculate {
	border: solid 2px black;
	text-align: right;
	width: 476px;
	height: 146px;
	float: left;
	clear: both;
	margin: 2px 0 0 2px;
}

#nm_txt { width: 120px; }
#ph_txt { width: 80px; }
#em_txt { width: 155px; }
#msg_txt { width: 430px; }
#ad_txt {
	display: none;
	width: 430px;
}

.product {
	background-image: url(../images/bg_prod.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 240px;
	height: 150px;
	float: left;
	margin: 0;
	position: relative;
}
.product h2 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: right;
	line-height: 0.85em;
	color: black;
	margin: 5px 6px 0 6px;
}
.product p {
	font-size: 11px;
	font-weight: bold;
	line-height: 0.95em;
	float: right;
	width: 90px;
	margin: 0 5px;
}

.prodImg, .addbtn {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.rrp {
	font-family: Impact, Arial Black, Arial, sans-serif;
	font-size: 34px;
	text-align: center;
	color: red;
	width: 90px;
	position: absolute;
	bottom: 15px;
	right: 5px;
}

.addbtn {

	display: none;

	font-family: Impact, Arial Black, Arial, sans-serif;
	font-size: 14px;
}

.qty_txt {
	width: 20px;
	font-size: 10px;
	float: right;
	margin: 2px;
}

.btn {
	border: solid 1px black;
	background-color: red;
	color: white;
	text-transform: uppercase;
	padding: 0;
	margin: 1px;
}
.btn:hover {
	border: solid 2px black;
	margin: 0;
}