A.example1
{
    BACKGROUND-COLOR: black
}
button
{
	background-color:#FFFFCC;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
option
{
	background-color:#FFFFCC;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
submit
{
	background-color:#FFFFCC;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#000000;
}
text
{
	background-color:#000000;
	bordercolor:#FFFFFF;
	font-family:Verdana; 
	font-size:10pt;
	color:#FFFFFF;
}


/* ------------------------- LEFT ------------------------------- */
#leftContainer {
	background:url(images/assets/leftBg.jpg) repeat-y;
}
#leftCart {
	background-color:#FFFFFF;
	width:179px;
	border-bottom:1px solid #bebebe;
}
#leftCart2 {
	background-color:#FFFFFF;
	width:177px;
	border:1px solid #981c1f;
	margin:1px 0 1px 1px;
}

/* ------------------------- SITE WIDE ------------------------- */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	vertical-align:top;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
a.blue:link, a.blue:visited {
	font-size:14px;
	color:#2e3790;
	font-weight:bold;
	text-decoration:none;
}
a.blue:active, a.blue:hover {
	font-size:14px;
	color:#0067b4;
	font-weight:bold;
	text-decoration:underline;
}
td.homeCategories {
	background:url(images/assets/dottedBg.gif); 
	background-repeat:repeat-y; 
	background-position:right;
	padding:5px 0 0 0;
}	
td.homeCategories2 {
	padding:5px 0 0 10px;
}	
td.line {
	background:url(images/assets/dottedBg2.gif); 
	background-repeat:repeat-x; 
	background-position:center;
	padding:10px 0 10px 0;
}	
p.homeCopy {
	padding:5px 5px 15px 0;
	margin:0px;
	line-height:13px;
}

/* ---------------------------- FOOTER ----------------------------- */
#footerContainer {
	background:url(images/assets/footerBg.gif) repeat-x top;
}
#copyRight {
	font-size:9px;
	text-align:right;
	color:#6d6d6d;
	border-right:1px solid #bebebe;
	padding-right:15px;
}
#payment {
	border-right:1px solid #bebebe;
	padding:0 15px 0 15px;
}
#payment1 {
	font-size:9px;
	text-align:center;
	color:#000000;
	line-height:10px;
	padding:0 0 5px 10px;
}
#payment2 {
	text-align:center; 
	font-weight:bold;  
	padding:5px 0 0 0;
}
a.blackLinks:link, a.blackLinks:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
a.blackLinks:active, a.blackLinks:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#tracking {
	padding-left:15px;
	text-align:center;
}
a.grayLinks:link, a.grayLinks:visited {
	text-decoration:underline;
	color:#6d6d6d;
}
a.grayLinks:active, a.grayLinks:hover {
	text-decoration:none;
	color:#6d6d6d;
}

/* -------------------------------- HEADER -------------------- */
a.headerLinks:link, a.headerLinks:visited {
	color:#2e3790;
	font-weight:bold;
	text-decoration:none;
}
a.headerLinks:active, a.headerLinks:hover {
	color:#981c1f;
	font-weight:bold;
	text-decoration:underline;
}
#topNav {
	width:610px;
	_width:780px; 
	padding-top:3px;
	left:170px;
	position:relative;
}
a.blueLinks:link, a.blueLinks:visited {
	color:#2e3790;
	font-size:11px;
	text-decoration:underline;
}
a.blueLinks:active, a.blueLinks:hover {
	color:#2e3790;
	font-size:11px;
	text-decoration:none;
}
#login {
	position:absolute; 
	top:40px; 
	left:610px; 
}
#tollFree {
	position:absolute; 
	top:65px; 
	left:298px; 
	background:url(images/assets/dottedBg3.gif) repeat-x top;
}
#search {
	position:absolute; 
	left:338px;
	top:144px;
}
#search td {
	color:#ffffff;
	font-weight:bold;
	vertical-align:top;
}
#lang {
	position:absolute; 
	left:615px;
	top:158px;
}
#lang a:link, #lang a:visited {
	color:#8c8c8c;
	text-decoration:underline;
}
#lang a:active, #lang a:hover {
	color:#8c8c8c;
	text-decoration:none;
}