/* 
		Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 VSA4000.com CSS File
      Created:	 01/10/2008
     Updated:	 09/19/2008
*/
/*
Dark Blue: #001F5C
Header Gray: #C4C4C4
Menu Gray: #E5E5E5
*/

#resizeButtons {
	text-align: center;
	position: absolute;
	right: 10px;
	top: 30px;
	width: 80px;
	z-index: 2;
}
#pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #001F5C;
	/*color: #003F7D;*/
	position: absolute;
	z-index: 3;
	left: 210px;
	top: 140px;
	font-variant: small-caps;
}
#pageTitleShadow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	position: absolute;
	z-index: 2;
	left: 211px;
	top: 141px;
	font-variant: small-caps;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #001F5C;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C70945;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C70945;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C70945;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}
span {
	font-family: Arial, Helvetica, sans-serif;
	color: #C70945;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*------Provides Web Page Width with Edge Borders------------------------------------------------------*/
#mainTable {
	height: 100%;
	width: 100%;
}
#backgroundTable #left_border {
	background-image: url(images/border_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#backgroundTable #right_border {
	background-image: url(images/border_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/*------Website Header Table----------------------------------------------------------------------------------*/
#headerTable {
	height: 130px;
	width: 100%;
}
#headerTable td.headerBackground {
	background-color: #C4C4C4;
	background-image: url(images/headerBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 130px;
}
#headerVSA {
	position: absolute;
	left: 220px;
	top: 30px;
	z-index: 2;
}
#headerHR {
	position: absolute;
	left: 285px;
	top: 75px;
	z-index: 3;
	width: 650px;
}
#headerHR hr {
	color: #001F5C;
	border: 2px solid #001F5C;
}
#headerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	position: absolute;
	left: 285px;
	top: 90px;
	z-index: 4;
}
#headerPhones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	position: absolute;
	left: 690px;
	top: 90px;
	z-index: 4;
}

/*------Provides Web Page Width with Edge Borders------------------------------------------------------*/
#pageTable {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

/*------Menu Table------------------------------------------------------*/
#menuButtons {
	text-align: left;
	text-indent: 20pt;
	width: 180px;
}
#menuBarBackground a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	text-decoration: none;
}
#menuBarBackground a:hover {
	color: #A90000;
}
#menuBarTable {
	width: 100%;
	height: 100%;
	background-color: #E5E5E5;
}
#menuBarTable #menuBarBackground {
	background-color: #E5E5E5;
	background-image: url(images/menuBackground.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/*-----MENU TABLE STYLES-------------------------------------------------------------------------*/
#contentTable {
	height: 100%;
	width: 100%;
}
#contentTable td.verticalLine {
	background-color: #E983A3;
	width: 1px;
}
#contentTable #topBorder {
	background-color: #FBF8E5;
}
#contentTable #columnLeft {
	background-color: #FBF8E5;
}
#contentTable #mainContent {
	background-color: #FBF8E5;
}
#contentTable #columnRight {
	background-color: #FBF8E5;
}
#contentTable #borderLeft {
	background-image: url(images/main_left_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#contentTable #borderRight {
	background-image: url(images/main_right_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainPageTable {
	width: 100%;
	height: 100%;
}

/*------Website Menu & Address Footer Table-----------------------------------------------*/
#footerTable {
	width: 95%;
/*	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
*/	
}
#footerTable #footerAddress {
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #001F5C;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footerTable #footerMenu {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
#footerTable #footerMenu a {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	text-decoration: none;
}
#footerTable #footerMenu a:hover {
	color: #A80000;
}



#menuFooterTable {
	width: 100%;
	height: 36px;
	font-size: 0.65em;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	background-color: #FBF8E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menuFooterTable a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
}
#menuFooterTable a:hover {
	font-size: 1em;
	color: #C70945;
	text-decoration: none;
}
#menuFooterTable #footerAddress {
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#ecpTable {
	width: 100%;
	height: 19px;
	font-size: 0.6em;
	color: #FFFFAA;
	background-image: url(images/main_bottom2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#ecpFooter {
	font-size: 0.6em;
	color: #FFFFAA;
	background-image: url(images/main_bottom2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#ecpTable a {
	font-size: 1em;
	font-style: italic;
	color: #FFFFAA;
	text-decoration: none;
}
#ecpTable a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#columnLeftTable {
	width: 100%;
	height: 100%;
}

/*-----CONTACT US PAGE STYLES-------------------------------------------------------------------------*/
#ContactUsTable {
	width: 100%;
}
#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;
}
#weBuy {
	position: absolute;
	left: 355px;
	top: 10px;
	z-index: 2;
}

/*---------------MENU TABLE STYLES----------------------------------------------------*/
#menuTable {
	width: 160px; 
	height: 100%;
}
#menuTable ul {
	list-style-type: none;
}
#menuTable li.selected {
	margin: 0;
	width: 140px;
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-align: left;
	display: block;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	background-image: url(images/menuBar_sel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuTable li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	display: block;
	width: 140px;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	text-decoration: none;
	background-image: url(images/menuBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuTable li a:hover {
	color: #FFFFFF;
	display: block;
	width: 140px;
	text-decoration: none;
	background-image: url(images/menuBar_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menuTable #sideCompany {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
}
#menuTable #sideAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	color: #001F5C;
	line-height: 1em;
}
#menuTable #sideAddress a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	text-decoration: underline;
}
#menuTable #sideAddress a:hover {
	color: #A80000;
}


/*---------------HOME TABLE STYLES----------------------------------------------------*/
#homeTable {
	width: 100%;
}
#homeTable div.homeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;
	height: 15px;
}
#homeTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	font-variant: small-caps;
	text-align: center;
}

/*---------------ABOUT US TABLE STYLES----------------------------------------------------*/
#aboutUsTable {
	width: 100%;
}
#aboutUsTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#aboutUsTable span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
}

/*---------------PRODUCTS TABLE STYLES----------------------------------------------------*/
#productsTable {
	width: 100%;
}
#productsTable h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #001F5C;
}
#productsTable div.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#productsTable div.productSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

/*---------------APPLICATIONS TABLE STYLES----------------------------------------------------*/
#appsTable {
	width: 100%;
}
#appsTable h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
	text-decoration: underline;
}
#appsTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
}
#appsTable span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #001F5C;
}
#appsTable ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1em;
}

/*---------------DIRECTIONS TABLE STYLES----------------------------------------------------*/
#dirTable {
	width: 100%;
}
#dirTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1em;
}
#dirTable p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	line-height: 1em;
	text-decoration: underline;
}
#dirTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
#dirTable a:hover {
	color: #A80000;
}

/*---------------NEWS & LINKS TABLE STYLES----------------------------------------------------*/
#newsTable {
	width: 100%;
}
#newsTable li {
	padding-bottom: 5px;
}
#newsTable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
#newsTable a:hover {
	color: #A80000;
}

