A.example1
{
    BACKGROUND-COLOR: black
}

body {
	margin:0px;
	padding:0px;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5a2d13;
	line-height:16px;
}

/* --------------------- HEADER -------------------------- */
td#headerBG {
	background-image:url(images/assets/bg-header.jpg); 
	background-repeat:no-repeat;
	width:100%;
}
td#topNav {
	background-image:url(images/assets/bg-topnav.gif);
	background-repeat:repeat-x;
	width:100%;
	height:24px;
}
td#headerBG2 {
	width:100%;
	height:12px;
	background-color:#f3ebd2;
}

/* --------------------- FOOTER -------------------------- */
td#footer1 {
	background-color:#f3ebd2;
	width:100%;
	height:auto;
	text-align:center;
	font-size:11px;
	color:#3a396c;
}
td#footer2 {
	width:100%;
	background-image:url(images/assets/bg-btm.gif);
	background-repeat:repeat-x;
	height:23px;
	text-align:center;
	font-size:10px;
	color:#8584b1;
}
td#footer3 {
	background-color:#f3ebd2;
	width:100%;
	height:auto;
	text-align:center;
	font-size:11px;
	color:#3a396c;
	padding:6px;
}
td#footer3 a:link, td#footer3 a:visited {
	font-size:11px;
	color:#3a396c;
	text-decoration:underline;
} 
td#footer3 a:active, td#footer3 a:hover {
	font-size:11px;
	color:#3a396c;
	text-decoration:none;
} 

td.page-column-left, td.page-column-center, td.page-column-right { vertical-align:top }
/* --------------------- RIGHT COLUMN -------------------------- */

td#cart {
	width:140px;
	height:auto;
	background-color:#d7b687;
	border:1px solid #b99d7b;
	padding:10px 0 10px 5px;
}
td#NetSolSeal {
	text-align:center;
	background-color:#e2cda8;
	padding:15px 0;
	border-bottom:1px solid #e2cda8;
}

/* --------------------- LEFT COLUMN -------------------------- */

a.navbar:link, a.navbar:visited {
	background-color:#d7b687;
	color:#371909;
	display:block;
	width:157px;
	_width:162px;
	border:1px solid #b18d64;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 0 2px 3px;
	font-weight:normal;
	margin:0px;
} 
a.navbar:active, a.navbar:hover {
	background-color:#e9d9b8;
	color:#5a2d13;
	display:block;
	width:157px;
	_width:162px;
	border:1px solid #b18d64;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 0 2px 3px;
	font-weight:normal;
	margin:0px;
} 
li {
	padding:0 0 0px 0;
	font-weight:bold;
       
}
p.sidecolumnitemtext {
	margin:0px;
	padding:0px;
}

/* --------------------- CENTER -------------------------- */
td.page-column-center { padding: 0px 20px }
td.mainborder {
	background-color:#E2CDA8;
}
td.content {
	padding:10px 20px 40px 20px;
	line-height:16px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
h1.home {
	font-size:14px;
	font-weight:bold;
	display:inline;
}
ul {
	padding:20px 0 5px 40px;
	margin:0px;
}
li {
    padding:0 0 4px 0;
    font-weight:bold;
}
page-column-center li {
  padding: 0 0 15px 0;
  font-weight: bold;
  list-style-image: url('/images/assets/bullet.gif');
}
a.shipping:link, a.shipping:visited {
	font-size:17px;
	font-weight:bold;
	color:#51509f;
	text-decoration:underline;
}
a.shipping:active, a.shipping:hover {
	font-size:17px;
	font-weight:bold;
	color:#51509f;
	text-decoration:none;
}
a.commonLinks:link, a.commonLinks:visited {
	font-size:11px;
	font-weight:bold;
	color:#5a2d13;
	text-decoration:underline;
}
a.commonLinks:active, a.commonLinks:hover {
	font-size:11px;
	font-weight:bold;
	color:#5a2d13;
	text-decoration:none;
}
.articleImages {
	margin:0 10px 10px 0; 
	border:1px solid #5a2d13;
}