@charset "utf-8";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Begin CSS */

body {
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #E1F1FF;
	overflow: auto;
}

.oneColFixCtrHdr #header {
	background: #FFFFFF url('../images/top_header.jpg'); 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 119px;
}
#menu {
    width: 980px;
	height: 41px;
    background: url(../images/menu.jpg);
    margin: 0;
	padding: 0;
    position: relative;
	float: left;
	clear: both;
	}
	
#menu li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
	}

#menu li, #menu a {
    height: 41px;
	display: block;
	}

#menu #panel1b {
	left: 0px;
	width: 72px;
	}
	
#menu #panel2b {
	left: 72px;
	width: 81px;
	}
	
#menu #panel3b {
	left: 153px;
	width: 97px;
	}
	
#menu #panel4b {
	left: 250px;
	width: 111px;
	}
	
#panel1b a:hover {
    background: transparent url(../images/menu.jpg) 0px -41px no-repeat;
	}

#panel2b a:hover {
    background: transparent url(../images/menu.jpg) -72px -41px no-repeat;
	}

#panel3b a:hover {
    background: transparent url(../images/menu.jpg) -153px -41px no-repeat;
	}
	
#panel4b a:hover {
    background: transparent url(../images/menu.jpg) -250px -41px no-repeat;
	}

#menu li a span {
	display: none;
	}

#leftMenu {
	clear: left;
	float: left;
	width: 152px;
	padding: 10px 0 10px 0px;
	background: #E1F1FF;
	height: auto;
	overflow: auto;
	}
	
#leftMenu a:link, #leftMenu a:active, #leftMenu a:visited, #leftMenu a:hover {
	clear: left;
	float: left;
	display: block;
	width: 135px;
	height: 22px;
	font: normal 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #0055A5;
	text-decoration: underline;
	margin: 2px 0;
	padding: 0 0 0 14px;
	}
	
#leftMenu a:hover, #leftMenu a.selected {
	color: #BC061C;
	text-decoration: none;
	background: #FFFFFF url(../images/selected.jpg) left center no-repeat;
	}

#leftMenu a.selected {
	font-weight: bold;
	}
	
#mainContent {
	width: 817px;
	padding: 10px 0 10px 10px;
	float: left;
	border-left: 1px solid #e6e6e6;
	background: #FFFFFF;
	}

.items {
	width: 185px;
	margin: 10px 10px 0 0;
	text-align: center;
	float: left;
	height: 220px;
	overflow: auto;
	}

.items span {
	clear: both;
	display: block;
	}
	
.items span.itemName {
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0055A5;
	}
	
.items span.price {
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #BC061C;
	}
	
#footer {
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	clear: left;
	width: 980px;
	background: #0055A5;
	text-align: center;
	padding: 10px 0;	
	color: #FFFFFF;
	}
	
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer a:hover {	
	text-decoration: none;
	}