body {
	background-color: black;
	color: white;
	margin: 6px;
}

img {
	border: 0px;
}

a {
	color: #FF7F00;
//	color: #FFFFFF;
	text-decoration: none;
}

a.links {
	font-size: 14pt;
	font-weight: bold;
}

a.links:hover {
//	text-decoration: underline;
	color: #FFFFFF;
}

a.edittrigger {
	color: #FF7F00;
}

a.edittrigger:hover {
	text-decoration: underline;
}

.cHeader {
	background-image: url("../images/Sunset.gif");
	background-repeat: no-repeat;
	width: 100%;
//	height: 250px;
}

.cInfoTable {
	margin-top: 5px;
	border-color: #3d3d3d;
	border-style: solid;
	background-color: #2c2c2c;
	border-spacing: 4px;
}

.cTopNavTable {
	text-align: center;
	color: black;
	font-weight: bold;
	height: 50px;
}

.cTopNavLink {
	color: black;
	text-decoration: none;
}

.cCompName {
	vertical-align: top;
	font-size: 40px;
	text-shadow: red;
	
}

.cULNoIndent {
	margin-left: -20px;
}

.cLeftNavTable {
	color: ff7f00;
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 200px;
	background-image: url("../images/contactnumber.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;
}

.cCopyright {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
//	float: left;
//	width: 200px;
//	background-image: url("../images/contactnumber.png");
//	background-repeat: no-repeat;
//	background-attachment: scroll;
//	background-position: bottom left;
}

.cLeftNavParentLink {
	color: ff7f00;
	text-decoration: none;
}

.cLeftNavL1ChildItem {
	color: red;
	font-size: 16px;
//	text-indent: 12px;
	padding-left: 12px;
	font-weight: bold;
}

.cDivMain {
	float: top;
	margin-left: 210px;
	width: 79%;
}

.cError {
	color: red;
}

.cDivAdminMain {
	float: top;
	margin-left: 180px;
}

.cPHeading, h1 {
	font-weight: bold;
	font-size: 16px;
}

.cPHeadingBig {
	font-weight: bold;
	font-size: 26px;
}

//.cULLink {
//	text-decoration: underline;
//	color: #FFFFFF;
//}

td.cProduct {
	vertical-align: top;
}

td.cProduct, td.cProductSalePrice  {
	width: 350px;
	text-align: center;
}

a.cProdlink {
	color: #FF7F00;
}

a.cProdlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

td.cProductSalePrice {
	color: red;
	font-weight: bold;
}

.cProductThumbnail {
	border: 1px solid darkgray;
}

.cHoverLinkWhite {
	color: white;
//	background-color: grey;
//	opacity: 0.6;
}

//.cHoverLinkWhite {
//	color: white;
//}