body {
	margin: 10px 0px 10px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: #ffffff ;
	background-position: center ;
	background-repeat: repeat-y ;
	color: #000000 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

input, select, textarea {
	font-size: 12px ;
	font-family: arial ;
}

h1 {
	font-size: 18px ;
	font-weight: bold ;
	color: #225BA1 ;
	border-bottom: 1px solid #3388EF ;
	font-family: tahoma ;
	margin-top: 0px ;
	padding: 2px ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

a.navlink:link, a.navlink:active, a.navlink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 10px ;
	font-family: verdana ;
	font-weight: bold ;

}

a.navlink:hover {
	color: #ffffff ;
	text-decoration: underline ;
}

a:link {
	color: #557091 ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #7498C4 ;
}

#holder {
	width: 980px ;
	margin: auto ;
}

#content {
	padding: 15px 15px 15px 15px ;
}

.button {
	background: url(images/buttonBg.gif) ;
	border: 1px solid #2A3D59 ;
	padding: 5px 5px ;
	margin-top: 1px ;
}

.buttonUp {
	background: url(images/buttonBg_up.gif) ;
	border: 1px solid #2A3D59 ;
	padding: 5px 5px ;
	margin-top: 1px ;
}

.topButton {
	border-right: 1px solid #5A3C1A ;
	background: url(navBar/navBg.gif) ;
	background-position: center ;
	text-align: center ;
	font-size: 14px ;
	line-height: 16px ;
	padding: 17px 10px 17px 10px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

.topButton_up {
	border-right: 1px solid #5A3C1A ;
	background: url(navBar/navBg_up.gif) ;
	background-position: center ;
	text-align: center ;
	font-size: 14px ;
	line-height: 16px ;
	padding: 17px 10px 17px 10px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.topLink:link, a.topLink:active, a.topLink:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.topLink:hover {
	text-decoration: underline ;
	color: #ffff00 ;
}

a.catLink:link, a.catLink:active, a.catLink:visited {
	color: #2A3D59 ;
	font-size: 12px ;
	font-weight: bold ;
	text-decoration: none ;
}

a.catLink:hover {
	text-decoration: underline ;
}

/*
Shopping cart styles
*/

.cart_table {
	width: 100% ; 
	border: 1px solid #402A13 ;
	margin-bottom: 10px ;
}

.cart_tHead {
	background: url(images/cart_tHead.gif) ;
	background-position: center ;
	color: #ffffff ;
	font-size: 14px ;
	font-weight: bold ; 
	letter-spacing: -1px ;
}

.cart_tCol {
	background: url(images/cart_tCol.gif) ;
	background-position: center ;
	color: #ffffff ;
	font-size: 10px ;
}

.cart_tCell {
	background: url(images/cart_tCell.gif) ;
	background-position: center ;
	color: #5A3B1A ;
	font-size: 11px ;
}

.cLeft1 {
	text-align: right ;
	vertical-align: middle ;
	background: url(images/cart_tCell.gif) ;
	background-position: center ;
}

.cLeft2 {
	text-align: right ;
	vertical-align: middle ;
	background: url(images/cart_tCell.gif) ;
	background-position: center ;
}

.cRight1 {
	text-align: left ;
	vertical-align: middle ;
	background: url(images/cart_tCell.gif) ;
	background-position: center ;
}

.cRight2 {
	text-align: left ;
	vertical-align: middle ;
	background: url(images/cart_tCell.gif) ;
	background-position: center ;
}