body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	background: #EEDEC1 url('../images/bg.gif') top center no-repeat;
}

hr
{
	height : 1px;
	color: #d4d4d4;
	background-color: #d4d4d4;
	width: 95%;
}

h1
{
   margin-top: 5px;
	margin-bottom: 5px;
	font-size:14px;
	color: #5D321E;
}

h4 
{
   margin-top: 5px;
	margin-bottom: 5px;
	font-size:14px;
	color: #5D321E;
}
td{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:link {
	color : #5D321E;
	text-decoration : underline;
	font-weight : bold;
}

a:visited {
	color : #5D321E;
	text-decoration : underline;
	font-weight : bold;
}

a:hover {
	color : black;
	text-decoration : none;
	font-weight : bold;
}

a:active {
	color :#5D321E;
	text-decoration : none;
	font-weight : bold;
}
/*--COPYRIGHT--*/
.copyright
{
	text-align:right;
	font-size:10px;
	color: #5D321E;
	font-weight: normal;
}
.copyright a:link {
	color : #5D321E;
	font-size:10px;
	text-decoration : none;
	font-weight: bold;
}

.copyright a:visited {
	color : #5D321E;
	font-size:10px;
	text-decoration : none;
	font-weight: bold;
}

.copyright a:hover {
	color : #5D321E;
	font-size:10px;
	text-decoration : underline;
	font-weight: bold;
}

.copyright a:active {
	color :#5D321E;
	font-size:10px;
	text-decoration : none;
	font-weight: bold;
}
/*--END COPYRIGHT--*/

/*-- TOP NAV FLYOUT --*/
.menu
{
	padding: 0;
	color: #F2EEE3;
	font-size: 11px;
	height: 27px;
	width: 374px;
	background: url(../images/btn_bg.gif) repeat-x;
	}
.menu ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	}
.menu li{
	float:left;
	margin: 0 auto;
	padding:0px;
	border-right: 1px solid #5C6D45;
	}
.menu li a{
	color: #F2EEE3;
	display:block;
	font-weight: bold;
	margin:0px;
	padding: 6px 20px 6px 20px;
	text-align:center;
	text-decoration:none;
	}

.menu li a:hover, .menu ul li:hover a{
	background-position: left bottom;
	padding: 6px 20px 6px 20px;
	}
.menu li ul{
	background:#9C946E;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:125px;
	z-index:125;
	/*top:1em;
	/*left:0;*/
	}
.menu li:hover ul{
	display:block;
	}
.menu li li {
	background:url('../images/sub_sep.gif') bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:125px;
	}
.menu li:hover li a{
	background:none;
	}
.menu li ul a{
	display:block;	
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:10px 10px 0px 15px;
	text-align:left;
	}
.menu li ul a:hover, .menu li ul li:hover a{
	background: #2C3C18 url('../images/sub_sep.gif') bottom left no-repeat;
	border:0px;
	color:#F2EEE3;
	text-decoration:none;
	}
.menu p{
	clear:left;
	}	         
/*-- END TOP NAV FLYOUT --*/

/*-- TOP NAV --*/
#topNav
{
	padding: 0;
	color: #F2EEE3;
	font-size: 11px;
	height: 26px;
	background: url(../images/btn_bar_bg.gif) repeat-x;
	}
	
#topNav ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	}
#topNav li{
	float:left;
	margin: 0 auto;
	padding:0px;
	border-right: 1px solid #654531;
	padding: 6px 20px 6px 20px;
	}
#topNav li a{
	color: #F2EEE3;
	font-weight: bold;
	margin:0px;
	padding: 6px 0px 6px 0px;
	text-align:center;
	text-decoration:none;
	}

#topNav li.topNavLink:hover{
		background-color: #2C3C18;
	}

#topNav li.topNavSearch{
		padding: 3px 0px 0px 100px;
		border-right: 0px;
	}
/*-- END TOP NAV --*/

/*-- LEFT NAV --*/
.liveHelp{
	width: 206px;
	height: 96px;
	background: url(../images/livehelp_bg.gif) no-repeat;
	text-align: center;
	margin: 0;
	padding-top: 23px;

}

.departments{
	margin-top: -23px;
	padding: 10px;
	width: 186px;
	background: url(../images/departments_bg.gif) no-repeat;
	background-color: #F1E6CF;
	border-left: 1px solid #9C946E;
}

.departments a:link {
	color : #5D321E;
	text-decoration : none;
	font-weight: normal;
}

.departments a:visited {
	color : #5D321E;
	text-decoration : none;
	font-weight: normal;
}

.departments a:hover {
	color : black;
	text-decoration : underline;
	font-weight: normal;
}

.departments a:active {
	color : #5D321E;
	text-decoration : none;
	font-weight: normal;
}

.byPrice{
	width: 206px;
	background: url(../images/byprice_bg.gif) no-repeat;
	text-align: center;
	margin: 0;
	padding-top: 23px;
	background-color: #8F6F49;
}

.byPrice a:link {
	color : #E4CDA1;
	text-decoration : none;
	font-weight: bold;
}

.byPrice a:visited {
	color : #E4CDA1;
	text-decoration : none;
	font-weight: bold;
}

.byPrice a:hover {
	color : #E4CDA1;
	text-decoration : underline;
	font-weight: bold;
}

.byPrice a:active {
	color : #E4CDA1;
	text-decoration : none;
	font-weight: bold;
}
/*-- END LEFT NAV --*/

/* Slide Show Style*/
.pics {
    height:  263px;      
    width:   754px;      
    padding: 0;      
    margin:  0;
    border:  0px;
    overflow: hidden;  
}      
.pics img {
    padding: 0px;      
    border:  0px;      
    background-color: #eee;      
    width:  754px;     
    height: 263px;     
    top:  0;     
    left: 0; 
}
/* End Slide Show Style */ 

/* Home Page Style*/
.varietyPacks{
	width:444px;
	height: 161px;
	background-color: #FCF9F4;
	background: url(../images/varietypacks_bg.gif) no-repeat;
	background-position: bottom;
	color: #5D321E;
}

.corporateGifts{
	width:310px;
	height: 161px;
	background: url(../images/corporategifts_bg.gif) repeat-x;
	color: #5D321E;
}

.bottomSection{
	width: 754px;
	background: url(../images/bottomsection_bg.gif) repeat-x;
	background-color: #FCF9F4;
	color: #5D321E;
}

/* End Home Page Style*/

/* OM1 Style*/

.sidelink {
}

.error {
	color : #DC143C;
}

.error td {
	color : #DC143C;
}

.tableHeader {
	background-color : #5C321F;
	color : #F2EEE3;
	font-size : 12px;
}

.tableHeader a {
	color : #F2EEE3;
}

.tableHeader a:visited {
	color : #F2EEE3;
}

.tableHeader a:hover {
	color : #F2EEE3;
}

.tableHeader a:active {
	color : #F2EEE3;
}

.tableHeader td {
	color : #F2EEE3;
}

.list1 {
	background-color : #CCCC99;
}

.list1 a {
	color : #E52018;
	text-decoration : underline;
}

.list1 a:link {
	color : #E52018;
	text-decoration : underline;
}

.list1 a:visited {
	color : #E52018;
	text-decoration : underline;
}

.list1 a:hover {
	color : #333300;
}

.list1 a:active {
	color : #E52018;
	text-decoration : underline;
}

.list2 {
	background-color : #E3E3C7;
}

.list2 a {
	color : #E52018;
	text-decoration : underline;
}

.list2 a:link {
	color : #E52018;
	text-decoration : underline;
}

.list2 a:visited {
	color : #E52018;
	text-decoration : underline;
}

.list2 a:hover {
	color : #333300;
}

.list2 a:active {
	color : #E52018;
	text-decoration : underline;
}

.titleHeader {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}

.titleHeader td {
	color : #000000;
	font-size : 20px;
	font-weight : bold;
}

.status {
	color : #E52018;
	font-size : 16px;
}

.discountlist {
	color : #000000;
	font-size : 12px;
}

.discountlistprice {
	color : #DC143C;
	font-size : 12px;
	text-decoration : line-through;
}

.discountour {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}

.discountourprice {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
}

.discountsave {
	color : #000000;
	font-size : 12px;
}

.discountsaveprice {
	color : #228B22;
	font-size : 12px;
}
/* end om1 Style*/