/******************************
HTML STYLES
*******************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	margin: 0;
	background: #e6e6e6;
	text-align: center;
}
a {
	color: #555555;
}
a:hover {
	color: #FFFFFF;
}
img {
	border: none;
}
p,
td {
	font-size: 12px;
}
pre {
	font-size: 8px;
}
/******************************
UNIVERSAL STYLES
*******************************/
.bodyText {
	text-align: left;
	background: #e6e6e6;
	padding: 15px;
}

/******************************
LAYOUT STYLES
*******************************/
#container {
	width: 770px;
	margin: 5px auto;
	text-align: left;
	border: solid 2px #737373;
	display: table;
	background: #CCCCCC;
}
#artContainer{
	width: 550px;
}
#content {
	margin: 0;
	padding: 0 15px 15px 15px;
}
#content blockquote{
	margin: 0;
	padding: 0;
}
.customeraddress {
	font-weight: bold;
	text-decoration: none;
	color: #551a8b;
}
.customerphone {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #551a8b;
}
.customername {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #551a8b;
}
.displaycatalogname {
	font-weight: bold;
	text-decoration: none;
	color: navy;
	background: ##fff3ac;
}
.displaycolors {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background: #e73b37;
}
#homePage .header {
	display: none;
}
.header {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: right;
	padding: 10px 20px 10px 10px;
	margin: 0;
	background: #e6e6e6;
	color: #404040;
}
.header span {
}
/******************************
FOOTER STYLES
*******************************/
#footer {
	text-align: center;
	font-size: 10px;
	padding: 10px 0 0 0;
}
.footerlink a{
	padding: 10px 4px 0 4px;
	font-weight: bold;
	text-decoration:none;
}

/******************************
NAVIGATION STYLES
*******************************/
#navMenu {
	width: 170px;
	background: #b2b2b2;
}
#nav {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	!width: 170px;
	line-height: 35px;
	color:#fff;
} 
#nav a  {
	display: block;
	color: #555555;
	font-weight: bold;
	text-decoration:none;
}
#nav br {
	display: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#logo {
	height: 130px;
}
/******************************
HOME STYLES
*******************************/
#homeText {
	text-align: left;
	background: #e6e6e6;
	padding: 15px;
}
fieldset {
	border: solid 1px #24374b;
	width: 600px;
	margin: 10px 0;
	padding: 5px;
}
legend {
	font-size: 16px;
	color: #24374b;
}

