H1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height:24px;
	color: #e41d1a;
	margin-bottom: 5px;
}

a.nav:link { color:#e41d1a;
	text-decoration:none;
	border-bottom:1px dashed;
	line-height:20px;
}	

a.nav:active { color:#48a2c2; text-decoration:none;
	border-bottom:1px dashed;
}

a.nav:visited { color:#e41d1a;
	text-decoration:none;
	border-bottom:1px dashed;
}

a.nav:hover { color:#48a2c2;
	text-decoration:none;
	border-bottom:1px dashed;
}

	
BODY {
    background-color: #ffffff;
    background-image: url(images/gradient_bg.jpg);
    background-position: top;
    background-repeat: repeat-x; 
	margin-top: 0px;
}

BODY, TD {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#464646;
}

TABLE.outerTable {
    border:1px solid #cc0000;
	background-color: #FFFFFF;
    width: 770px;
}

.footerCell {
    background: #cc0000;
    color: #ffffff;
}


.footerCell TD, .footerCell TD A {
    background: #cc0000;
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
}

TD.homepageBox {
    vertical-align: top;
    padding-left: 13px;
    padding-right: 13px;
    font-family: Verdana;
    font-size: 11px;
}

#search {
    width: 100px;
    height: 19px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
    border:#000000 1px solid;
    padding:2px;
}

TD.secpageBox {
    width: 100%;
    border-bottom: 1px solid #999999;
}

.secpageBoxText {
    padding: 3px;
}

TD.secpageBoxR {
    background-image: url(images/sec_lbox_r.gif);
}

TD.secpageBoxBC {
    width: 100%;
    background-image: url(images/sec_lbox_b.gif);
}

TD.secpageBottom2 {
    background-color: #6bb4cd;
    background-image: url(images/sec_bottom.gif);
}

TD.secpageMainContent1, TABLE.secpageMainContent1Table {
    /* this is left box width */
    width: 130px;
}

TD.secpageMainContent2 {
    vertical-align: top;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    /* remaining width */
    width: 650px;
}

TD.secpageTitle2 {
    background-image: url(images/sec_head_bg1.gif);
}

TD.secpageTitle2Box {
    background: url(images/sec_head_bg2.gif) no-repeat right;
    height: 49px;
}

TD.secpageTitle1BoxL {
    width: 100%;
    background-image: url(images/sec_lbox_tbg2.gif);
}


TD.secpageTitle1BoxR {
    background-image: url(images/sec_lbox_tr2.gif);
}

TD.secpageBoxTop1 {
    width: 100%;
    background-image: url(images/sec_lbox_tbg1.gif);
    border-top: 1px solid #999999;
}

TR.searchbarRow {
    background-image: url(images/searchbar_bg.gif);
}

TD.ProductsHeader {
	border-right: 1px solid #333333;
	border-left: 6px solid #48a2c2;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	padding: 5px;	
	background: #eeeeee;
	font: 11px Verdana, Arial, Helvetica;
	font-weight:bold;
	height: 30px;
	text-align: left;
	valign: middle;
}	

TD.ProductsContent {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;	
	font: 11px Verdana, Arial, Helvetica;
	line-height:16px;
	padding: 10px;
	vertical-align: top;
	background-repeat: no-repeat;
}	
	


/* tab menu */

#tabnone {
    color: #000;
    border-bottom: 1px solid black;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    z-index: 1;
    padding-left: 0px
}

#tabmenu {
    color: #000;
    border-bottom: 3px solid #d2e4ee;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    z-index: 1;
    padding-left: 10px
}

#tabmenu li {
    display: inline;
    overflow: hidden;
    list-style-type: none;
}

#tabmenu a, #tabmenu a.active {
    color: #000;
    background: #CCC;
    border: 1px solid #CCC;
    padding: 0px 8px 2px 8px;
    margin: 0;
    text-decoration: none;
    font-size: 10px;
	font-weight:700;
}

#tabmenu a.active {
    color: #000;
    background: #d2e4ee;
	height: 10px;
	border-bottom: none;
}

#tabmenu a:hover {
    color: #fff;
    background: #48a2c2;
}

#tabmenu a.active:hover {
    background: #48a2c2;
    color: #ffffff;
}

#tabcontent {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 2;
	background-color: #d2e4ef;
}




/* top navigation */

.menu {
    /* solve a Opera7/IE display bug */
    margin:0;
    padding:0;
    display:block;
    width:725px; /* important for Opera7 */
}

.menu ul {
    margin:0;
    padding:0;
    position:absolute; /* important */
    width:152px;
    width/**/:152px;
    display:block;
}

.menu li ul {
    visibility:hidden;
}

.menu li ul {
    border-right: 1px solid #4aa3c4;
    border-left: 1px solid #4aa3c4;
    border-bottom: 1px solid #4aa3c4;
    border-top: 1px solid #4aa3c4;
}

.menu li a {
    color: #000000;
    display:block;
    width:100%;
    text-decoration:none;
    margin:0;
    font-family: Verdana,Arial;
    font-size: 11px;
    text-align: center;
    font-weight:bold;
    line-height: 18px;
}

.menu li li a {
    text-align:left;
    color: #000000;
    display:block;
    width:140px;
    text-decoration:none;
    margin:0;
    padding:3px 0 3px 10px; /* em units can creat little graphic bug in mozilla */
/* last number above is left padding; need to adjust width accordingly here only so that 10px+140px=150px*/
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
}

.menu a:hover {
    color: #FFFFFF;
    background-color: #4aa3c4;
}

.menu li li ul {
    border-left: 1px solid #505050;
    border-bottom: 1px solid #505050;
    border-right: 1px solid #505050;
    position:absolute;
    top:auto;
    left:auto;
    margin-left:150px;
    margin-top:-23px; /* move the sub menu verticaly */
}

.menu li {
    border-right: 1px #505050 solid;
    aborder-top: 1px #505050 solid;
    width:80px;
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    height:20px;
    height/**/:18px;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
}

.menu li li {
    border-left: 0px #505050 solid;
    border-right: 0px #505050 solid;
    display:block;
    float:none;
    width:150px;
    border-bottom: 1px #505050 solid;
    height:auto;
    background-color: #FFFFFF;
}

/* IE PC selector */
* html .menu li li {
    display:inline; /* solve a IE PC list bug */
}
* html .menu li li a {
    width:150px;
}







/* left hand navigation */

.menu2 {
    /* solve a Opera7/IE display bug */
    width:162px;
    width/**/:160px;
    border-top: 1px #a0a0a0 solid;
    margin:0;
    padding:0;
	background-color: #fff;
}

.menu2 ul {
    border-top: 1px #a0a0a0 solid;
    border-left: 1px #a0a0a0 solid;
    border-right: 1px #a0a0a0 solid;
    margin:0;
    padding:0;
    position:absolute; /* important */
    width:162px;
    width/**/:160px;
}

.menu2 li ul {
    visibility:hidden;
}

.menu2 li ul {
    margin-left:140px; /* be careful */
    margin-top:-24px;
}

.menu2 a {
    text-align:left;
    color: #404040;
    display:block;
    width:145px;
    text-decoration:none;
    margin:0;
    padding:3px 0 3px 15px; /* em units can creat little graphic bug in mozilla */
/* last number above is left padding; need to adjust width accordingly here only so that 15px+135px=150px*/
    font-family: Verdana,Arial;
    font-size: 10px;
	font-weight: 700;
}

.menu2 a.sa {
    background-image: url(images/ln1.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.menu2 a:hover, .menu2 a.active {
    background-color: #48a2c2;
    color: #FFFFFF;
    background-image: url(images/navbg2.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.menu2 li {
    width:160px;
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    border-bottom: 1px #a0a0a0 solid;
}

/* IE PC selector */
* html .menu2 li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
}
* html .menu2 a {
    width:160px;
}
.tableBorder {
	border: thin solid #CCCCCC;
}

p.caption	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align:left;
}
