﻿@import url(layout.css);
body {
	color: #469;
	font-family: Georgia;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #FFFFFF;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF99CC;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #CECCFE;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	margin: 0;
	padding: 0;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FF3399;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 0px;
	border-right-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FF99CC;
}
#navigation a:hover {
	border-right-style: solid;
	border-style: solid;
	border-width: 0px thin 0px 0px;
	border-color: #ed9 #FF99CC #ed9 #ed9;
	color: #FF99CC;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* Styles for Content */
h1 {
	color: #9999FF;
}
h2 {
	font-size: 1.75em;
	color: #9999FF;
}
h3 {
	font-size: 1.5em;
	color: #9999FF;
}
h4 {
	font-size: 1.25em;
	color: #9999FF;
}
h5 {
	font-size: 1.5em;
	color: #FF3399;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	color: #469;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FF3399;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF99CC;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pdf {
	background-image: url('../images/pdficon_small.gif');
	background-position: left center;
	background-attachment: scroll;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.eclogo {
	background-image: url('../EC_logo_32x32.gif');
	background-position: left center;
	background-attachment: scroll;
	padding-left: 50px;
	background-repeat: no-repeat;
	height: 70px;
	position: absolute;
	z-index: auto;
}
.mp_backlinks{
	border-width: 0px 0px 1px 0px;
	position: relative;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #FF99CC;
	background-color: #cdf;
	font-size: small;
	color: #000000;
}
.ProductIem {
	font-size: small;
}
.ProductDesc {
	font-size: large;
	color: #9999FF;
}
.ProductPrice {
	font-size: large;
	font-weight: bold;
	color: #FF3399;
}
.CodeText {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
}
.highlight
{
	color:#FF3399;

}
}

