/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
	background:#a1a7b3;
		color:#000000;
		text-decoration:none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #000000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}



.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.save, P.save {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #38A1DB;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
TD.tableHeading-products {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color:#CCCCCC;
  }

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }




body { 
	background-color: #ffffff;  
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 9pt; 
	font-color: #7a7a7a;
	height:97%;
	border:none;
	vertical-align:top;
}

td.content { 
	font-size: 9pt; 
	color: #7a7a7a;
	text-align:left;
}

.fullheight{height:100%}
.impact {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-style: normal; font-weight: bold; color: #bd0071}
.impact2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #7a7a7a}
.impact3 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; color: #5a5a5a}

.leftbox {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #656565; padding:15px; background-color:#dbdbdb}
.leftsearchbox {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #656565; padding:15px; background-color:#c1c1c1}
.leftbox_impact {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight:bold; color: #be0071;}

.iofooter {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #ffffff;}

.iohome { padding:20px; background-color:#ffffff; }


.content { padding:0px; text-align:left;}
.copy {	font-size: 9pt; color: #7a7a7a; }
.piping { font-size: 7pt; }

.topnav, .topnav a { font-family:"Arial Narrow"; font-size: 9pt; font-style: normal; font-weight: bold; color:#E8E8E8; }
.topnav a:hover { font-family:"Arial Narrow"; font-size: 9pt; font-style: normal; font-weight: bold; color:#9da3af; }

.topnav3, .topnav3 a { font-family:"Arial Narrow"; font-size: 9pt; font-style: normal; font-weight: bold; color:#FFFFFF; }
.topnav2, .topnav2 a { font-family:"Arial Narrow"; font-size: 9pt; font-style: normal; font-weight: bold; color:#edcb4c; }
.topnav2 a:hover { font-family:"Arial Narrow"; font-size: 9pt; font-style: normal; font-weight: bold; color:#9da3af; }

.tabnav, .tabnav a { font-family:"Arial Narrow"; font-size: 9pt; font-style: normal; font-weight: normal; color:#000000; text-decoration:none; text-transform:uppercase; }
.tabnav a:hover { font-family:"Arial Narrow"; font-size: 9pt; font-style: normal; font-weight: bold; color:#000000; text-decoration:none; text-transform:uppercase; }

.featuredtitle, .featuredtitle a { font-family:Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color:#49483d; text-decoration:none; }
.featuredtitle a:hover { font-family:Tahoma; font-size: 9pt; font-style: normal; font-weight: bold; color:#000000; text-decoration:none; }

.featuredprice, .featuredprice a { font-family:Tahoma; font-size: 12pt; font-style: normal; font-weight: normal; color:#28547d; text-decoration:none; text-transform:uppercase; }
.featuredprice a:hover { font-family:Tahoma; font-size: 12pt; font-style: normal; font-weight: normal; color:#000000; text-decoration:none; text-transform:uppercase; }

.featuredbutton, .featuredbutton a { font-family:Tahoma; font-size: 8pt; font-style: normal; font-weight: normal; color:#000000; text-decoration:none; }
.featuredbutton a:hover { font-family:Tahoma; font-size: 8pt; font-style: normal; font-weight: normal; color:#FFFFFF; text-decoration:none; }

.featuredaddtocart, .featuredaddtocart a { font-family:Tahoma; font-size: 8pt; font-style: normal; font-weight: normal; color:#FFFFFF; text-decoration:none; }
.featuredaddtocart a:hover { font-family:Tahoma; font-size: 8pt; font-style: normal; font-weight: normal; color:#F5D049; text-decoration:none; }

.leftnav, .leftnav a { font-family:Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color:#666666;font-weight:normal;text-decoration:none; }
.leftnav a:hover { font-family:Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-weight:normal;text-decoration:none; }

.copyright { font-family:Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; color:#a8a297;font-weight:normal;text-decoration:none; }
.copyright a { font-family:Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; color:#183d8f;font-weight:normal;text-decoration:underline; }
.copyright a:hover { font-family:Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; color:#000000;font-weight:normal;text-decoration:underline; }
.borderGray {border:1px solid #666666;}
TD.discountMain {  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
TD.discountHead {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: white; background-color: #2A5884;}

TD.storeItemAlt {
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
text-align:left;
background-color:#E1E1E1;
}
TD.storeItem {
font-family: Verdana, Arial, sans-serif; 
font-size: 10px;  
text-align:left;
background-color:#FFFFFF;
}
.leftnavadtitle
	{
	font-size: 15px;
	font-weight: bold;
	color: #646464;	
	}
.leftnavadcopy 
	{
	font-size: 14px;
	color: #646464;
	}
.style5 
	{
	color: #646464;
	font-size: 15px;
	padding-left: 25px;
	font-weight: 600;
	}
.disclaimer
	{
	font-size: 9px;
	color: #FFFFFF;
	}

.banner1
	{
	font-family: Arial;
	color: #ed1c24;
	font-size: 32px; 
	text-align:center; 
	font-weight:bolder;
	outline-color: #f0ce4b;
	outline-width: thick;
		}
.banner2
	{
	color: #ed1c24;
	font-size: 20px; 
	text-align:center;
	font-weight:bold;
	
	}
.banner3
	{
	font-family: Arial;
	color: #4d7096;
	font-size: 32px; 
	text-align:center; 
	font-weight:bolder;
	outline-color: #f0ce4b;
	outline-width: thick;
		}
.banner4
	{
	color: #4d7096;
	font-size: 20px; 
	text-align:center;
	font-weight:bold;
	
	}
.banner5
	{
	color: #f9d867;
	font-size: 20px; 
	text-align:right;
	font-weight:bold;
	padding-top: 10px;
	
	}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


	
.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #646464;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 17px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666666;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
font-family:Arial;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font-family:"Arial Narrow"; font-size: 9pt;
list-style-type: none;
text-transform:uppercase;
font-weight:bold;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-color: #bbbec4;
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.Logoh1
{font-size:14px;
color:7a7a7a;
font-family:Arial, Helvetica, sans-serif;
padding-top:115px;
padding-left:18px;
padding-bottom:0px;
margin-bottom:0px;
}
.Logotop
{
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
color:#43547f;
}
   
                .column1 {
                        float:left;
                        
                        height:80px;
						width:200px;
						
                }
                .column2 {
                        float:left;
                        width:90px;
                        height:90px;
                        
                }
				 .column6 {
                        float:left;
                        width:47px;
                        height:21px;
                        
                }
                .column3 {
                        float:right;
                        width:90px;
                        height:90px;
                }
				.column7 {
                        float:right;
                        width:47px;
                        height:21px;
                }
				.column4 {
                        float:top;
                        width:200px;
                        height:50px;
                }
		.wrapper {
			width: 200px;
			margin: 0px auto;
			border: none;
			height:100%;
			float:left;
		}
		 .column5 {
                        float:right;
                        width:1px;
                        height:203px;}
						

.homeh1{
	
font-size: 16px;
	color: #f1ebe1;
	text-align:left;
	font-weight:bold;
	padding-left:18px;
	padding-top:8px;
	}
.newsletter {
background-image: url(/images/cps4service/email-bg.gif);
height:130px;
width:191px;
margin-left:5px;


}