/* 
		Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 CSS File
      Created:	 11/22/2007
     Updated:	 12/04/2007
*/
/*
Blue Border Color: #D5D5FF
Text Color: #000066
*/

/*-----WEBSITE DESIGN STYLES---------------------------------------------------------------------------*/
#resizeButtons {
	text-align: center;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 90px;
	z-index: 2;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #014B05;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#backgroundTable {
	height: 100%;
	width: 990px;
	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;
}
#headerTable {
	height: 100%;
	width: 100%;
}
#pageTable {
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
#contentTable {
	height: 100%;
	width: 100%;
}
#contentTable td.verticalLine {
	background-color: #014B05;
}
#leftColumnTable {
	height: 100%;
	width: 180;
}
#leftColumnTable #contactCompany {
	font-size: 0.95em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	color: #000033;
}
#leftColumnTable #contactAddress {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	color: #000033;
}
#leftColumnTable #contactUs a {
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	color: #000033;
	text-decoration: underline;
}
#leftColumnTable #contactUs a:hover {
	color: #A80000;
}

#leftColumnTable #policies a {
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	color: #000033;
	text-decoration: underline;
}
#leftColumnTable #policies a:hover {
	color: #A80000;
}

#leftColumnTable #weAccept {
	font-size:0.7em;
	color:#000033
}

#rightColumnTable {
	height: 100%;
	width: 180;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}

/*-----FOOTER STYLES--------------------------------------------------------------------------------------------*/
#footerTable {
	color: #FFFF99;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #014B05;
}
#footerTable a {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	color: #FFFF99;
	text-decoration: underline;
}
#footerTable a:hover {
	color: #FFFFFF;
}
#footerTable #ecp {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	color: #FFFF99;
}
#footerTable #ecp a {
	font-style: italic;
	color: #FFFF99;
	text-decoration: none;
}
#footerTable #ecp a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*-----MENU STYLES--------------------------------------------------------------------------------------------*/
#menuTable {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
#menuTable a {
	font-size: 1em;
	font-weight: bold;
	color: #A90000;
	text-decoration: none;
}
#menuTable a:hover {
	background-color: #CCCCCC;
}

/*-----CONTACT US PAGE STYLES-------------------------------------------------------------------------*/
#ContactUsTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
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: #000000;
	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: #000000;
	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: #000000;
	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: #000000;
	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: #000000;
	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: #000000;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}
#onlineMenuTable {
	text-align: center;
	width: 160px;
}
#onlineMenuTable th {
	color: #FFFFFF;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	width: 160px;
	background-color: #014B05;
	vertical-align: middle;
	height: 20px;
	border: 1px solid #014B05;
}
#onlineMenuTable th a {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}
#onlineMenuTable th a:hover {
	color: #FFFF99;
}
#onlineMenuTable td {
	color: #014B05;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	width: 160px;
	vertical-align: middle;
	height: 20px;
	border: 1px solid #014B05;
}
#onlineMenuTable td a {
	color: #014B05;
	font-size: 1em;
	width: 160px;
	text-decoration: none;
}
#onlineMenuTable td a:hover {
	color: #014B05;
	background-color: #9CFEA2;
}

#policyTable {
	width: 90%;
}
#policyTable h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	text-decoration: underline;
}
#policyTable p {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
}
#policyTable span {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
}
#policyTable a {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #0000AA;
	text-decoration: underline;
}
#policyTable a:hover {
	color: #A90000;
}
#searchTable {
}
#searchTable a {
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	color: #0000AA;
	text-decoration: underline;
}
#searchTable a:hover {
	color: #A90000;
}
#searchTable input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}
#orderNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
	font-weight: bold;
}

