/* 
		Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 CSS File
      Created:	 11/22/2007
     Updated:	 12/04/2007
*/
/*
Light Blue: #1660BF
Lightest Blue: #E5EDF8

Blue Border Color: #D5D5FF
Text Color: #000066
*/

/*-----WEBSITE DESIGN STYLES---------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #00008F;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000033;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#backgroundTable {
	height: 100%;
	width: 1010px;
	background-color: #FFFFFF;
}
#backgroundTable #borderLeft {
	background-color: #000033;
	background-image: url(Images/borderLeft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#backgroundTable #borderRight {
	background-color: #000033;
	background-image: url(images/borderRight.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#pageTable {
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
#pageTable #menuBackground {
}
#pageTable #menuBackground a {
}
#pageTable #menuBackground a:hover {
}
#header {
	background-image: url(Images/headerBackground.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#headerTable {
	height: 100%;
	width: 100%;
}
#headerTable #headerLogo {
	background-image: url(Images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuBar {
	height: 25px;
	width: 100%;
	background-image: url(Images/menuBar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF; 
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footerBar {
	height: 30px;
	width: 100%;
	background-image: url(Images/footerBar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#footerBar a {
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}
#footerBar a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#columnTable {
	height: 100%;
	width: 100%;
}
#columnTable td.verticalLine {
	background-color: #CCCCCC;
}
#columnTable #column1Table {
	width: 100%;
	height: 100%;
}
#columnTable #column1Table a {
}
#columnTable #column1Table a:hover {
}
#pcMenuTable {
	width: 160px;
	border: 1px solid #1660BF;
}
#pcMenuTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1660BF;
	vertical-align: middle;
}

#pcMenuTable th a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1660BF;
	width: 160px;
	text-decoration: none;
}
#pcMenuTable th a:hover {
	color: #FFFF00;
}
#pcMenuTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #00008F;
	text-align: left;
	width: 160px;
	padding-left: 10px;
}
#pcMenuTable td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #00008F;
	width: 160px;
	text-decoration: none;
}
#pcMenuTable td a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #00008F;
	background-color: #E5EDF8;
	text-decoration: none;
}

#columnTable #column2 {
	margin: 0px;
	padding: 0px;
}
#columnTable #column3 {
	width: 200px;
}

/*-----FOOTER STYLES--------------------------------------------------------------------------------------------*/
/*
Light Blue: #1660BF
Lightest Blue: #E5EDF8
*/
#contactCompany {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	color: #00008F;
}
#contactAddress {
	font-size: 0.85em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	color: #00008F;
}
#contactAddress a {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	color: #1660BF;
	text-decoration: none;
}
#contactAddress a:hover {
	color: #00008F;
	text-decoration: underline;
}
#ecp {
	font-size: 0.85em;
	font-style: italic;
	line-height: 1em;
	color: #333333;
}
#ecp a {
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
#ecp a:hover {
	color: #0000FF;
	text-decoration: underline;
}


/*-----MENU STYLES--------------------------------------------------------------------------------------------*/
#menuTable {
	width: 100%;
}
#menubar ul {
	list-style-type: none;
}
#menubar li {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	display: inline;
	float: left;
	text-align: center;
}
#menubar li a {
	color: #FFFFFF;
	display: inline;
	float: left;
	text-align: center;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#menubar li a:hover {
	color: #FFFFFF;
	background-color: #A90000;
	text-decoration: none;
}
#menuTable td.menuItem {
	width: 100px;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
#menuTable td.menuSelect {
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #A90000;
}
#menuTable a {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menuTable a:hover {
	text-decoration: none;
}

#contactUsPage {
	padding-right: 8px;
	padding-left: 8px;
}
#tagLine {
}
#headerPhone1 {
	position: relative;
	left: 220px;
	top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
	z-index: 4;
}
#headerPhone2 {
	position: relative;
	left: 221px;
	top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 3;
}
/*-----CONTACT US PAGE STYLES-------------------------------------------------------------------------*/
#ContactUsTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#ContactUsTable h1 {
	color: #50301A;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 0px 0px 10px;
}
td.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	font-size: 0.8em;
	font-weight: bold;
}
label.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
}
input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEECC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
textarea.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal; 
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
select.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
select.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #50301A solid;
	padding-left: 5px;
}
input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}

#aboutUsTable {
	width: 95%;
}
#aboutUsTable td {
	font-family: Arial, Helvetica, sans-serif;
	color: #00008F;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
#specialTable {
	width: 100%;
}
#specialTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00008F;
}
#specialTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
}
div.homeSKU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	height: 25px;
}
div.homeOurPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #005500;
}
div.homeListPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
}
div.homeListPrice span {
	text-decoration: line-through;
}
div.homeYouSave {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
}
#specialTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
	text-decoration: none;
	line-height: 1em;
}
#specialTable a:hover {
	color: #A80000;
	text-decoration: underline;
}

#topFeaturedTable {
	width: 100%;
}
#topFeaturedTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00008F;
}
#topFeaturedTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
}
#topFeaturedTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
	text-decoration: none;
	line-height: 1em;
}
#topFeaturedTable a:hover {
	color: #A80000;
	text-decoration: underline;
}

table.featuredTable {
	width: 100%;
	background-color: #CCCCCC;
}
table.featuredTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00008F;
}
table.featuredTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #00008F;
	text-decoration: none;
	line-height: 1em;
}
table.featuredTable a:hover {
	color: #A80000;
	text-decoration: underline;
}

