﻿/**********************************************/
/*
/***********************************************/
html {
	background: #FFF;
}
/* body */
body {
	color: #000;
	background: inherit;
}
/* link */
a:link
{
	color: #D7060C;
}
a:visited {
	color: #D7060C;
}
a:hover
{
	color: #F9484D;
}
/* header */
h2 {
	background-image: url('images/headBG.jpg');
	color: #000;
}
#pageHeader {
}
#mainnav .selected {
	color: #CC3300;
}
#orderConfirmation {
	background-color: #FFF;
	color: #333;
	border: 1px solid #000;
}
#orderConfirmationContents {
	border: 1px dashed #F00;
}
#orderConfirmationNewsletter {
	border: 1px dashed #F00;
	background-color: #FF9999;
	color: #800000;
}
/* error texts */
.smallcomment
{
	color: #00ADEF;
}
/* login user containers */
div#loginuserpagecontainer h2 {
	background-image: url('images/headBG.jpg');
	color: #000;
}
#masterFooter {
	width: 100%;
	background-image: url(Images/Footer.jpg); /*background-repeat: no-repeat;*/
	border-top: 1px gray solid;
}

