a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F89432;
}
body {
	background-color: #FFF;
}
img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* {
	padding: 0px;
}
.redtext {
	color: #F00;
	font-weight: bold;
}
.standardtext {
	font-style: normal;
	text-decoration: underline;
}

.blue {
	color: #00F;
}
.green {
	color: #060;
}


#container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.smalltext {
	font-size: 0.9em;
}

#container #header {
	font-family: Verdana, Geneva, sans-serif;
}
#container #navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-color: #F79331;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#container #leftCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-color: #F79331;
	padding: 10px;
	float: left;
	width: 140px;
	font-weight: bold;
	line-height: 1.4em;
	border-right-width: thin;
	border-right-style: solid;
}
#container #rightCol {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	width: 660px;
	height: 300px;
	float: left;
}


#container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding: 10px;
	clear: both;
}
#container #rightCol #leftCol {
	width: 30%;
}
#contLeftie {
	width: 70%;
	border: thin solid #666;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding: 10px;
	float: none;
	clear: none;
}


#contProdImage {
	width: auto;
	float: left;
	clear: none;
	padding: 10px;
	margin-left: auto;
	height: auto;
}

#contProdText {
	width:auto;
	float: left;
	clear: none;
	margin-left: auto;
	height: auto;
	padding: 10px;
}
.line {
	text-decoration: line-through;
}
.bigredtext {
	font-size: 1.5em;
	font-weight: bold;
	color: #F00;
}
.centrerad {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #F00;
}
