body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000080;
	background-color:#ffffff;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:2px;
	font-size:20px;
	line-height:28px;
	font-weight:900;
	background-color:#000080;
	color:#f2f2f9;
}

h2 {
	margin:5px 0px 5px 0px;
	padding:2px;
	font-size:18px;
	font-weight:900;
	color:#000080;
}

p {
	font:10px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}

#Content>p {
    margin:0px;
}

#Content>p+p {
    text-indent:30px;
}

fieldset a,
.item a,
.recursive_item a,
.biglink,
.link {
	font-size:10px;
}

.biglink,
.link,
a {
	color:#000080;
	/* font-size:10px; */
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}

a:link,
a:visited {
    color:#000080;
}

a:hover {
    background-color:#000080;
	color:#f2f2f9;
}

.selected_language a,
.selected_language a:link,
.selected_language a:visited {
    color:#d0d0ff;
}


.nohover a:hover {
    background:none;
}

.biglink,
.biglink a {
	font-size:11px;
}

.biglink,
.biglink a {
    background-color:#f9fcff;
	color:#9d9dff;
}

.biglink a:link,
.biglink a:visited {
    color:#9d9dff;
}

.biglink a:hover {
    background-color:#9d9dff;
	color:#000080;
}

fieldset {
	padding:4px;
    border-color:#000080;
    border-width: 2px;
	margin:0px 0px 0px 2px; /* top right down left */
}

fieldset fieldset {
    margin-left: 0px;
    border-width:1px;
}

fieldset fieldset fieldset {
    border-width:1px;
	border-style: dashed;
    margin-left: 2px;
}

fieldset fieldset fieldset fieldset {
    border-width:1px;
	border-color:#c0c0ff;
}

fieldset .link {
	margin: 0px 0px 0px 2px;
}

iframe {
    width:100%;
}

img {
    border: none;
    vertical-align: middle;
}

img.feed_in_title {
    vertical-align: bottom;
}

img.feed {
    vertical-align: bottom;
}

ul {
    margin: 0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
}

li {
    /* list-style-image:url("../custom/icon_arrow.gif"); */
    /* color: #ff0000; */
    list-style-type:disc; /* circle; */
    margin-left: 15px;
	padding:0px 0px 5px 0px;
    text-indent: 0px;
    /* background-image: url("../custom/icon_arrow.gif"); 
    background-repeat: no-repeat; } */
}

li.website {
    color: #000000;
}

#Header {
	margin:0px 0px 10px 0px; /* top right down left */
	padding:0px 10px 0px 10px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:42px;
	border-style:solid;
	border-color:#f2f2f9;
	border-width:0px 0px 2px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:20px;
	background-color:#f2f2f9;
	color:#C0C0C0;
	font:20px/40px verdana, arial, helvetica, sans-serif;
    float:left;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:40px; /* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {
    height:40px;
}

#Header a {
	color:#C0C0C0;
	font-size:17px;
	text-decoration:none;
	font-weight:900;
	font-family:verdana, arial, helvetica, sans-serif;
}

#Header a:hover {
    text-decoration: underline;
    background:none;
    /* background-color:#000080;
	color:#f2f2f9; */
}

#Header a.product {
	color:#000080;
}

#Header_menu {
	margin:0px 0px 10px 0px; /* top right down left */
	padding:0px 10px 0px 0px;
	height:42px;
	border:none;
    border-style:solid;
	border-color:#000080;
	border-width:0px 0px;
	line-height:20px;
	background-color:#000080;
    color:#f2f2f9;
	font:15px/30px verdana, arial, helvetica, sans-serif;
	font-weight:500;
    overflow:hidden;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:42px; /* the correct height */
}

/* Again, "be nice to Opera 5". */
body>#Header_menu {
    height:42px;
}

#Header_text_menu {
	background-color:#000080;
    border:none;
	font-size:15px;
    height:15px;
	line-height:15px;
    padding:4px;
    margin:0px;
    font-weight:900;
}

#Header_menu_rounded {
    text-align: right;
	background:none;
	position:absolute;
	top:0px;
    left:0px;
    width:100%;
	margin:0px;
	padding:0px;
    z-index:2;
}

#Content {
	color:#000080;
	font-size:9px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 5px 0px 250px;
	padding:10px;
}

#Content legend {
	background:none;
	color:#000080;
	font-size:13px;
	font-weight:900;
	padding:2px 5px 2px 5px;
    margin-bottom: 5px;
}

#Content fieldset fieldset {
	margin:0px 10px 0px 5px; /* top right down left */
}

#Content fieldset fieldset legend {
	background-color:#000080;
	color:#f2f2f9;
}


#Content fieldset fieldset fieldset legend {
	background-color:#c0c0ff;
	color:#000080;
	font-size:11px;
}

#Content fieldset fieldset fieldset fieldset legend {
	background-color:#e0e0ff;
}

#Content fieldset fieldset fieldset fieldset fieldset legend {
	background-color:#f0f0ff;
}

#Content .form_block,
#Content .form_block p,
#Content .form_block .label,
#Content .item_info
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:500;
	background-color:#f0f0ff;
    color:#000080;
}

#Content .form_block a,
#Content .item_info a
{
	font-size:13px;
}

/*
#Content .item_info li
{
    color:#000080;
}
*/

#Content .item,
#Content .recursive_item
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:500;
    color:#000080;
}

#Content div.form_block
{
	padding:5px 0px 5px 0px; /* top right down left */
}

#Content .form_block a
{
	font-size:12px;
}

#Content .form_block .label
{
	font-size:13px;
	font-weight:900;
	margin:10px 0px 5px 0px; /* top right down left */
}

#Menu {
	position:absolute;
	top:50px;
	left:10px;
	width:222px;
	padding:10px;
	/* background-color:#f2f2f9; */
	/* border:1px dashed #999; */
	background:none;
    border:none;
    text-align: right;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:210px;
}

/* Again, "be nice to Opera 5". */
body>#Menu {
    width:210px;
}

#Menu legend {
	color:#000080;
	font-size:17px;
	font-weight:900;
	margin:0px 0px 2px 0px;
	padding:2px 5px 2px 5px;
}

.sysco_space {
    letter-spacing: 0.25em;
}

#submenu,
#submenu a,
#submenu a:link,
#submenu a:visited {
    background-color:#808080;
	color:#f2f2f9;
	font-size:10px;
	font-weight:900;
	margin:1px 0px 1px 0px; /* top right down left */
	padding:2px 2px 2px 2px;
    text-align: left;
}

#submenu a:hover {
    background-color:#f2f2f9;
	color:#808080;
}

#copyright,
#copyright a {
	color:#a0a0a0;
	font-size:10px;
	font-weight:300;
	margin:5px 0px 0px 0px; /* top right down left */
	padding:0px 0px 0px 0px;
    text-align: left;
}

#copyright a:link,
#copyright a:visited {
    color:#a0a0a0;
}

#copyright a:hover {
    background-color:#a0a0a0;
	color:#f2f2f9;
}

.search_form
{
	font-size: 10px;
	font-weight: 900;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

.search_field,
.search_using
{
	color: #808080;
	height: 14px;
	font-weight: 900;
	font-size: 10px;
	vertical-align: middle;
}

.search_using
{
	height: 18px;
}

.search_field
{
	width: 160px;
}

.search_block
{
	background: none;
	color: #808080;
	font-size:10px;
	font-weight:900;
	margin: 5px 0px 0px 0px; /* top right down left */
	padding: 0px;
    text-align: left;
}

.search_button_line
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.navigate_button,
.navigate_button_disabled,
.sort_button,
.sort_button_selected
{
    background-color: #d2d2d9;
    border-color: #fafaff #b2b2b9 #b2b2b9 #fafaff;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    padding: 1px;
}

.navigate_button
{
    color: #000000;
    font-style: normal;
    font-weight: bolder;
}

input.navigate_button
{
    height: 25px;
}

#search_choice_block,
#search_for_block
{
	margin:10px 0px 0px 0px; /* top right down left */
}


.navigate_button_disabled
{
    background-color: #b2b2b9;
    color: #a0a0a0;
    font-style: normal;
    font-weight: bolder;
}

a.navigate_button
{
    border: none;
    text-decoration: none;
}

.navigation
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.search_button,
.search_button_selected
{
    background-color: #d2d2d9;
    border-color: #fafaff #b2b2b9 #b2b2b9 #fafaff;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    padding: 1px;
    color: #000000;
    font-style: normal;
    font-weight: bolder;
    font-size: 12px;
    line-height: 25px;
}

.search_button_selected,
.sort_button_selected
{
    background-color: #a2a2a9;
}

.sort
{
    text-decoration: none;
}

#Content .search_result .form_block
{
    background-color: #d8d8ff;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.web_language_selector
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
	float: right;
}

.poweredby
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:7px;
    font-style: italic;
    margin:5px;
    text-align:right;
}

@media print
{
    .no_printer
    {
        display: none;
    }
}
