/* 
		Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 StraightWick.com CSS File
      Created:	 03/19/2007
     Updated:	 03/19/2007
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #480020;
	font-size: 62.5%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #FFEBAA;
}
p {
	font-size: 0.9em; 
	color: #451500;
	font-style: normal;
	font-weight: bold;
}
li {
	font-size: 1em; 
	color: #451500;
	font-style: normal;
	font-weight: bold;
}
h1 { color: #451500; font-size: 1.4em; font-weight: bold; }
h2 { color: #451500; font-size: 1.2em; font-weight: bold; }
h3 {
	color: #451500;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
h2 a { 
	color: #451500; 
	font-size: 1.2em; 
	font-weight: bold;
}
h2 a:hover {
	color: #A90000; 
	font-size: 1.2em; 
	font-weight: bold;
}


/*-----------------------------------HEADER STYLES----------------------------------*/
#header {
	height: 185px;
	width: 100%;
}
#headerSpan {
	background-image: url(Images/header2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wickGlass {
	background-image: url(Images/wick_glass_bkgn.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	height: 160px;
	width: 100%;
}
#footerSpan {
	background-image: url(Images/footer2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerCompany {
	color: #480020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
#footerAddress {
	color: #480020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
}
#footerAddress a {
	color: #A90000;
	font-size: 1em;
	text-decoration: underline;
}
#footerAddress a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footerECP {
	color: #FF6626;
	background-color: #3A508A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
}
#footerECP a {
	color: #FF6626;
	font-size: 1em;
	text-decoration: none;
}
#footerECP a:hover {
	color: #FF6626;
	font-weight: bold;
	text-decoration: underline;
}

td.menuBar {
	color: #FFFFFF;
	background-color: #3A508A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 15px;
}

/*--------------------------------------MENU BAR----------------------------------*/
#menu {
	position: absolute;
	top: 30px;
	right: 130px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 2;
}
#menu td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: .8em;
}
#menu a {
	color: #FF6626;
	font-size: 1em;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*---------------------------------MAIN PAGE STYLES-------------------------------------*/
#wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#mainTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #480000;
	vertical-align: top;
}
#mainBody p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #480000;
	line-height: 1.1em;
	padding-left: 20px;
}
#mainBody div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #361200;
}
#mainBody ul {
	font-size: 0.9em;
	list-style-type: disc;
	padding-left: 30px;
}
#mainBody ol {
	font-size: 0.9em;
	margin-left: 30px;
	padding-left: 30px;
}
#mainBody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	text-align: left;
	color: #663300;
	line-height: 1em;
	padding-left: 20px;
}
#mainBody h2 {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}
#mainBody a {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #A90000;
	text-decoration: underline;
}
#mainBody a:hover {
	color: #FF0000;
}
#linksTable {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}
#orderNow {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #361200;
}
#orderNow a {
	text-decoration: none;
}
#linksPage td {
	font-size: 0.8em;
}
#linksPage img {
	width: 125px;
}
#linksPage a {
	color: #451500;
	font-size: 1.2em;
	text-decoration: underline;
}
#linksPage a:hover {
	color: #A90000;
	text-decoration: underline;
}
#orderComplete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #361200;
}
#orderComplete h1 {
	font-size: 1.5em;
	text-align: center;
}
#orderComplete a {
	color: #A90000;
	text-decoration: underline;
}
#orderComplete a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*---------------------------------FOOTER STYLES-------------------------------------*/
#footerSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	color: #FFBC62;
	background-image: url(Images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 5pt;
}
#footerSide a {
	font-size: 1em;
	color: #FFBC62;
	text-decoration: none;
}
#footerSide a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #FFBC62;
	background-image: url(Images/footer2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerBar a {
	color: #FFBC62;
	text-decoration: none;
}
#footerBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #FFBC62;
	position: relative;
	top: 10px;
}
#footerContact a {
	color: #FFBC62;
}
#footerContact a:hover {
	color: #FFFFFF;
}

/*------------------------PRODUCT ORDER FORM-----------------------------------*/
td.verifyLabel {
	font-size: 0.9em;
	font-weight: normal;
}
td.verifyField {
	font-size: 0.9em;
	font-weight: bold;
}
td.shippingSame {
	font-size: 0.8em;
	font-weight: bold;
}
td.orderDiscount {
	font-size: 0.8em;
	font-weight: bold;
	color: #A90000;
}
td.orderSpecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #FF0000;
}
th.order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #361200;
}
td.itemQty {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	width: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.itemDesc {
	font-size: 0.8em;
	font-weight: bold;
	width: 350px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.itemPrice {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	width: 80px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.itemSubTotal {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	width: 70px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.SubTotalText{
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	width: 80px;
}
td.ShippingText{
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	width: 80px;
}
td.SalesTaxText{
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	width: 80px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.TotalText{
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	width: 80px;
}
td.orderSubTotal {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	width: 70px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
td.orderShipping {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	width: 70px;
}
td.orderSalesTax {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	width: 70px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td.orderTotal {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	width: 70px;
}
input.orderPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #361200;
	text-align: right;
	vertical-align: bottom;
	border: none;
}
select.itemQty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #361200;
	background-color: #FFFFAA;
	text-align: center;
	vertical-align: bottom;
	border: 1px #CCCCCC solid;
	width: 45px;
}
select.fragrance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #361200;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #CCCCCC solid;
	padding-left: 5px;
}
select.stateLU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #361200;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #361200 solid;
	padding-left: 5px;
}
input.submitButton {
	font-weight: bold;
}
/*-------------------------------------------------------------------*/

/*--------------------------------CONTACT US STYLES------------------------------------*/
td.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
label.contactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
input.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #AC1004;
	background-color: #FFFFAA;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal; 
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #003300 solid;
	padding-left: 5px;
}
input.readOnlyField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #AC1004;
	background-color: #EEEECC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
textarea.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal; 
	font-weight: bold;
	color: #333333;
	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: 10pt;
	font-style: normal; 
	font-weight: bold;
	color: #AC1004;
	background-color: #FFFFCC;
	text-align: left; 
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
select.optionalField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	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: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #AC1004;
	background-color: #FFFFCC;
	text-align: left;
	vertical-align: bottom;
	border: 1px #333333 solid;
	padding-left: 5px;
}
input.buttonRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AC1004;
	cursor: pointer;
}
input.buttonGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	cursor: pointer;
}
input.buttonBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	cursor: pointer;
}
