html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #333;
	background-image: url(/images/background.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	border: 0px;
}

a {
	text-decoration: none;
	color: #0062ab;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0062ab;
	margin-top: 20px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0062ab;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0062ab;
}

td {
	line-height: 20px;
	font-size: 12px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#content {
	width: 900px;
	background-color: white;
}

.firstheading {
	margin-top: 20px;
}

.menu {
	text-align: left;
	padding-left: 30px;
	line-height: 14pt
}

#productmatrix h3 {
	color: #bd0000;
	margin-top: 0px;
}

#productmatrix td {
	line-height: 14pt;
}

#productmatrix img {
	margin-bottom: 10px;
}

.ordering {
	font-weight: bold;
	padding: 5px;
	border-style: solid;
	border-color: #00249b;
	border-width: 1px;
	line-height: 30px;
	background-color: #c0e0ff;
}

.checkout {
	border-style: solid;
	border-color: #00249b;
	border-width: 2px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: #c0e0ff;
	line-height: 30px;
}

#ordersummary {
	background-image: url(/images/ad-back-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#ordersummary p {
	margin: 6px;
}

#ordersummary img {
	margin-top: 20px;
}

.sandwich {
	border-style: solid;
	border-color: #00249b;
	border-width: 1px;
	border-left: 0px;
	border-right: 0px;
	color: #00249b;
}

.ordersection {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.sublink {
	color: #0060a0;
}

.productblurb {
	background-image: url(/images/greyback-600.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: 20px;
}

.productblurb h3 {
	padding-left: 20px;
	padding-right: 20px;
}

.productblurb p {
	padding-left: 30px;
	padding-right: 30px;
}

.ad {
	background-image: url(../images/ad-back-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
}

.ad p {
	padding-left: 20px;
	padding-right: 20px;
}

.widecontent p {
	padding-left: 30px;
	padding-right: 30px;
}

.widecontent h2 {
	padding-left: 30px;
	padding-right: 30px;
}

.widecontent h3 {
	padding-left: 30px;
	padding-right: 30px;
}

.widecontent h4 {
	padding-left: 30px;
	padding-right: 30px;
}

.fineprint {
	font-size: 11px;
	font-style: italic;
}

.label {
	background-color: #ddd;
	text-align: right;
}

/* --------------------------------------------------------------------------------------- */
/* Nest Side bar menu */
/* Start */
.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 14px Verdana;
	width: 218px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
	/* border-left: 8px solid #ffa1a3; thick left border of menu */
}
.sidebarmenu ul li{
	position: relative;
}
/* Top level menu links style */
.sidebarmenu ul li a{
	background: #ffea44 url(../images/vstrips.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font:  14px  Verdana;
	display: block;
	color: black;
	width: auto;
	border-bottom: 1px solid #ffea44; /* White border beneath each menu item link, to add depth */
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 20px;
	text-decoration: none;
	margin:0;
}
.sidebarmenu ul li img {
	margin: 0;
	border: 1;
}

/* Top level menu with submenu */
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background: white url(../images/vstrips.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
	font:  14px Verdana;
	display: block;
	color: black;
	width: auto;
	border-bottom: 1px solid #ffea44; /* White border beneath each menu item link, to add depth */
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 20px;
	text-decoration: none;
	background-color: #010D58;  /*background of tabs (default state)*/
}
.sidebarmenu ul li a:visited{
	color: black;
}
.sidebarmenu ul li a:hover{
/*	background-position: -387px 0;  Shift background image horizontally 387px, or the start of the 2nd background image 
	color: red;
*/
}
/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	font:  20px "Lucida Grande", "Trebuchet MS", Verdana;
	width: 218px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;

}
.sidebarmenu a.subfolderstyle{
	background: url(right.gif) no-repeat 97% 50%;
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


