body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #7799CC;
	color: #000000;
	scrollbar-face-color: #0066cc;
	scrollbar-shadow-color: #000000;
     	scrollbar-highlight-color: #fffafa;
	scrollbar-darkshadow-color: #666666;
     	scrollbar-track-color: #D8E0F6;
	scrollbar-arrow-color: #eeeeee;
	scrollbar-dlight-color: #000000
     	scrollbar-track-color: #D8E0F6;
}


h2{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}


td{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-color:#000000;
}


td.medium{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-color:#000000;
}

td.list {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border-bottom:1px solid #E2E2E2;
	font-color:#000000;
	background-color:#FFFFFF;
}

.cart_item_warning {
	background-color:#FFFFCC;
}


li.no_bullet {
	list-style-type:none;
	margin-top:7px;
}


.cart_item_error {
	background-color:#FF9999;
}


td.grid{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border-left:0px solid #E2E2E2;
	border-bottom:	0px solid #E2E2E2;
	font-color:#000000;
	background-color:#FFFFFF;
}

td.small{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	font-color:#000000;
}

td.large{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-color:#000000;
}

td.packing{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-color:#000000;
}

td.fieldname{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-color:#000000;
	text-align:right;
}

table.main{
	border:2px solid #E2E2E2;
	width:65%;
	margin:1px 1px 1px 1px;
	background-color:#E2E2E2;
	border-collapse:collapse;
}


table.grid{
	border:0px solid #E2E2E2;
	width:55%;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

table.grid2{
	border:0px;
	width:55%;
	margin:1px 1px 1px 1px;
	background-color:none;
	border-collapse:collapse;
}

b.blue {

	font-family:verdana, arial, helvetica, sans-serif;
	font-size:15px;
	font-color:#007FEC;
	line-height:14px;
	font-weight:bold;
}

a{
	color:#00458B;
}

td.error{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-color:#C00000;
	background-color:#FFFFFF;
	border-bottom:	1px solid #E2E2E2;

}

td.blue{
	font-family:				verdana, arial, helvetica, sans-serif;
	font-size:				12px;
	font-weight:				bold;
	font-color:				#007FEC;
	background-color:			#FFFFFF;

}

b.gray{
	font-family:				verdana, arial, helvetica, sans-serif;
	font-size:				12px;
	font-weight:				bold;
	font-color:				#838383;
	background-color:			#FFFFFF;
}

table.gray65{
	border:					2px solid #E2E2E2;
	width:					65%;
	margin:					1px 1px 1px 1px;
	background-color:			#E2E2E2;
	border-collapse:			collapse;
}

table.eightyfive{
	border:					0px;
	width:					85%;
	margin:					1px 1px 1px 1px;
	border-collapse:			collapse;
}

table.sixtyfive{
	border:					0px;
	width:					65%;
	margin:					1px 1px 1px 1px;
	border-collapse:			collapse;
}

p.pageBreak{
	page-break-before: always;
}

.Form2 {
   	font-family:				verdana, arial, helvetica, sans-serif;
   	font-size: 				11px;
   	color: 					#000000;
   	font-weight: 				normal;
}

table.relate{
	border:					1px solid #E2E2E2;
	width:					85%;
	margin:					1px 1px 1px 1px;
	border-collapse:			collapse;
}

/* Top Button Menu*/
#wrapper {width:895px; background:#fff; margin:10px auto; text-align:left;}

.menu {width:894px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:895px; w\idth:894px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font: bold 13px arial,sans-serif; text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#0d4d85; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#E7FAFF;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#8A93B2;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#9CCEEF; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#0066cc;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#0066cc;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* Header section */
td.header{background:#EEEEEE; border-bottom: 1px  #333;}

td.site {background-color:#ffffff; width:99%; border-left-style:solid; border-right-style:solid; border-right-color:#0d4d85;
border-right-width:1px; border-left-width:1px; border-left-color:#0d4d85; margin-top:0px; margin-bottom:0px; padding:0px 0px 0px 0px;}

 /* Footer */
td.footer {background:#EEEEEE; height:25px; padding:5px 0px 0px 0px; width:100%; font-family: Arial, Helvetica; font-size:14px; color:#666;}
td.footer a, a:visited {color:#666; font-size:10px; font-style: arial;}

/* Main ordered links on main page */
.t2 {font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:none;}
.t2 a:link {color:#0066cc; font-size:12px; font-style: arial; text-decoration:underline;}
.t2 a:visited {color:#0066cc; font-size:12px; font-style: arial; text-decoration:underline;}
.t2 a:hover {color:#000; font-size:12px; font-style: arial; text-decoration:underline;}

a.spec {font-size: 14px; color: #ffffff; font-family: arial; background-color: #0d4d85; font-weight: bold; text-decoration: none}
a.spec:visited {font-size: 14px; color: #ffffff; font-family: arial; background-color: #0d4d85; font-weight: bold; text-decoration: none}
a.spec:hover {font-size: 14px; color: #000000; font-family: arial;  background-color: #ffffff; font-weight: bold; font-weight: bold; text-decoration: none}

/* Top Button Menu*/
#wrapper {width:895px; background:#fff; margin:10px auto; text-align:left;}

.menu {width:894px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:895px; w\idth:894px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font: bold 13px arial,sans-serif; text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#0d4d85; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#E7FAFF;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#8A93B2;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#9CCEEF; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#0066cc;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#0066cc;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
