Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003300;
	background-image:url(../images/bgmain.jpg);
}

.AdminBody {
	font-size: 11px;
	background-color: #FFFFFF;
	background-image:url(../images/spacer.jpg);
}

.AdminMenu {
	font-size: 12px;
	background-color: #FFFFCC;
}

.Button {
	color: #FF0000;
	background-color: #CCFF99;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	text-decoration:none;
	font-size: 12px;
}

a:link {
	text-decoration:none;
	color: #000099;
}

a:visited {
	text-decoration:none;
	color: #009933;
}

a:active {
	text-decoration:none;
	color: #0000CC;
}

.HeaderTable {
	background-color: #000066;
	width: 1050px;
	height: 66px;
	border: 1px solid #000033;
	background: url(../Images/if_header.gif) no-repeat;
}

.MiddleTable {
	background-color: #FFFFFF;
	width: 1050px;
	border-right: 1px solid #000033;
	border-left: 1px solid #000033;
}

.FooterTable {
	background-color: #006600;
	width: 1050px;
	border: 1px solid #000033;
	color: #FFFFCC;
}

a.FooterTable:link {
	color: #FFFFCC;
}

a.FooterTable:hover {
	color: #000000;
}

a.FooterTable:visited {
	color: #000000;
}

.PageHeader {
	font-size: 24px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000099;
}

.CatDesc {
	color: #0000CC;
}

.SmallInput {
text-align:left;
border: 1px;
font-size:12px;
color:#000000;
vertical-align: top;
}

.CheckoutRow {
	background-color: #C1E0FF;
}

.CheckoutRow2  {
	background-color: #CCCCCC;
}

.Alert  {
	color: #FF0000;
}

.CompanionTable  {
	background-color: #FFFFFF;
	border: 1px solid #000033;
}

.CategoryItemTable  {
	background-color: #FFFFFF;
	border: 1px solid #000033;
}


.treeview ul{
	margin: 0;
	padding: 0;
	margin-top: 4px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../images/buttons/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 17px;
margin-bottom: 4px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/buttons/arrow-down.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

<!-- start added new css 11.08 -->
/* start topnavbar*/
#wrapper {

}
#logo{
position: absolute;
margin: -40px 0px 0px 10px;
padding: 0px;
width: 400px;
height: 50px;
background-color: transparent;
cursor:pointer;
/*border: 1px solid #625e00;*/
}

#vdividermenu ul{
position:absolute;
margin: 4px 25px 0px 375px;
padding: 0px 35px 0px 0px;
margin-bottom: 1em;
font: bold 16px Arial, Helvetica, sans-serif;
width: 680px;
/*border: 1px solid #625e00;*/
background-color: transparent;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 100%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
/*position:relative;*/
color: #FFFFFF;
text-decoration: none;
/*background: transparent url(../images/divider.jpg) center right no-repeat;*/
}

#vdividermenu ul li a:visited{
	color: #0099FF;
}

#vdividermenu ul li a:hover{
color: #FFFFFF;
}


.topnav {
	font-weight:bold;
	text-decoration:none;
	color: #910000;
	padding: 0px 30px 0px 0px;
}

a.topnav:link {
	text-decoration:none;
	color: #fac551;
}

a.topnav:visited {
	text-decoration:none;
	color: #999999;
}

a.topnav:hover {
	text-decoration:none;
	color: #990000;
}

a.topnav:active {
	text-decoration:none;
	color: #fac551;
}

/*end topnavbar*/

/*enewsletter submit*/	
#submit {
	position:absolute;
	width: 40%;
	margin:23px 0px 0px 640px;
	left:0px;
	top:0px;
	padding: 0px 0px 5px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	/*border: 1px solid #625e00;*/
	background-color: transparent;
}

.submitnewsletter {
	position:absolute;
	width: 50px;
	margin:-3px 0px 0px 340px;
	left:0px;
	top:0px;
	padding: 2px 0px 10px 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	/*border: 1px solid #625e00;*/
	background-image:url(../Images/submitbg.gif);
	background-repeat:no-repeat;

}

.submitnewsletter a {
	color:#ffffff;
	text-decoration:none;
}

.submitnewsletter a:link {
	color:#ffffff;
	text-decoration:none;
}

.submitnewsletter a:visited {
	color:#ffffff;
	text-decoration:none;
}

.submitnewsletter a:hover {
	color:#f4f0ae;
	text-decoration:none;

}

#EmailInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	padding:2px;
}
/*end of enewsletter submit*/

.search {
	position:absolute;
	width: 250px;
	margin: 20px 0px 0px 0px;
	left:0px;
	top:0px;
	padding: 2px 0px 10px 12px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	/*border: 1px solid #625e00;*/

}

<!-- end of added content -->