﻿body
{
    background-image: url('../images/bkg01.jpg');
    background-repeat: repeat;
}
#frameDiv
{
    position: relative;
    width: 900px;
    margin:-12px auto;
}
#borderDiv
{
    position: relative;
    float: left;
    padding-right: 10px;
    background-image: url('dropY_right.jpg');
    background-position: right;
    background-repeat: repeat-y;
}
#pageDiv
{
    position: relative;
    float: left;
    padding-left: 10px;
    background-image: url('dropY.jpg');
    background-position: left;
    background-repeat: repeat-y;
}
#Div1
{
    background-color: white;
    width: 100%;
    height: 115px;
    position: relative;
    float: left;
}
#divGoogle
{
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    position: relative;
    margin: 2 0 2 0;
    float: left;
}
#iBanner
{
    position:relative;
    padding-left:200px;
    width: 100%;
    height:115px;
    float: left;
}
#iBanner img
{
    float: left;
}
#iLogo
{
    background-color: white;
    position:absolute;
    left:0px;
    top: 0px;
    width: 250px;
    height: 60px;
}
#breadcom
{
    position:relative;
    width:800px;
     margin-left:200px;
}
#divMenu02
{
    position:absolute;
    width: 200;
    height: 30px;
    top: 0px;
    right:0px;
    z-index:2;
}
#shoppingcart
{
    background-color: white;
    width: 55%;
    height: 60px;
    float: right;
    top: 0px;
}
/*
#links{
background-color:white;
background-image:url('Green/toptab.jpg');
background-repeat:repeat-x;
height:31px;
width:83%;
position:relative;
float:left;
}
*/
#bodytext
{
    background-color: white;
    width: 100%;
    position: relative;
    float: left;
}

#searchDiv
{
    position:absolute;
    bottom:50px;
    float:left;   
}
#bodycontainer
{
    background-color: #FFFFFF;
    position: relative;
    float: left;
    width:860px;
    padding-left:10px;
    padding-right:10px;
    height:100%;
    min-height:650px;
}
#divAds
{
    float:right;
    width: 20%;
    height: 100%;
    background-color: #FFFFE1;
    padding: 1.5em 8px 7px 8px;
    font-size:Small;
    list-style:none;
    display:none;
}

#BottomAds
{
    float:left;
    width: 100%;
    background-color: #FFFFE1;
    font-size:Small;
    list-style:none;
    display:block;
}
#DivCph1
{
    float:left;
    width: 860px;
    margin-right:5px;
    margin-left:5px;
    height: 100%;
    background-color: #FFFFE1;
}
#links
{
    border-width: thin;
    background-position: #FFFFFF;
    position: relative;
    background: #FFFFFF;
    float: left;
    width: 100%;
    height: 32px;
    font-size: medium;
    font-weight: bold;
    font-family: Batang;
    text-align: center;
    border-top-style: double;
}
#footDiv
{
    float: left;
    width:100%;
    margin: 5px 0px 0px 0px;
    padding-left: 40%;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    clear: left;
    background-color: #99FF66;
}

.clear
{
    clear: both;
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FFFFFF;
}
#_ctl0_iCph01
{
    border-style: ridge;
    margin: 0px;
    position: relative;
    float: left;
    clear: both;
    font-family: Arial;
    width: 980px;
    height: 100%;
    padding: 10px;
    vertical-align: text-top;
    background-color: #FFFFFF;
}
/* Setup the space for holding menu*/
#divMenu01
{
    position: relative;
    float: left;
    width: 880px;
    height: 30px;
    font-size: medium;
    font-weight: bold;
    font-family: Batang;
    background-color: #FFFFFF;
    z-index: 2;
}
/* setup menu items size and location*/
#divMenu01 ul li
{
    position: relative;
    border-bottom-color: #FFFFFF;
    width: 10em;
    height: 25px;
    float: left;/* this make the menu be horizontal*/
}
/* Define menu items style*/
#divMenu01 a, #divMenu01 h2 {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
}
#divMenu01 h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
#divMenu01 a
{
    text-decoration: none;
    height:25px;
}
#divMenu01 a:hover
{
    color: #a00;
    border-bottom-style: groove;
    background-color: #99FFCC;
}

#divMenu01 a:active{
	color: #a00;
	background-color: #666699;
	border-bottom-style: groove;
}
#footDiv
{
    float: left;
    width: 75%;
    margin: 1px 0px 5px 0px;
    padding-left: 25%;
    font-family: Arial;
    font-size: x-small;
    font-weight: bold;
    clear: left;
    background-color: #CCFF99;
}
h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	}

h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	}

h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	}
	
h4{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	}
/* css menu for top horizontal navigation menu*/

.ul1, .ul2, .ul3
{
    /* remove bullets and list indents */
    list-style: none;
    margin: 0;
    padding: 0em;
    font-family: Verdana,sans-serif;
    font-size: small;
}

.ul1 li
{
    position: relative;
    background-color: #FFCC66;
    display: block;
    visibility: visible;
    z-index: 5;
    text-align: center;
}

.ul2 li
{
    position: absolute;
    left: 0px; /* to position them to the right of their containing block */
    width: 100%; /* width is based on the containing block */
    z-index: 10;
    background-color: #99FF99;
}
.ul3 li
{
    position: absolute;
    left: 100%; /* to position them to the right of their containing block */
    width: 100%; /* width is based on the containing block */
    top:-25px;
    z-index: 10;
    background-color: #99FF99;
}

/*Hiding and Revealing using :hover*/
.ul2,.ul3,
.ul2 li:hover .ul2,
.ul2 li:hover .ul3
{display: none;}

.ul1 li:hover .ul2,
.ul2 li:hover .ul3,
.ul3 li:hover .ul
{display: block;
 }span {background-position:100% -42px;}
 
 /*css classes*/
.DisplayDesc { width:500px;word-break : break-all; }
.TextClip100em { width:400px;float:left;}
.TextClip60em { width:60px;height:50px; overflow: hidden; text-overflow: ellipsis;}
.TextClip50em{ width: 50em; height:50px;text-align:left; word-break : break-all;}
.TextClip4em{ width: 4em; height:50px;text-align:left; overflow:hidden; word-break : break-all;}
.TextClip6em{ width: 6em; height:50px;text-align:left; overflow:hidden; word-break : break-all;}
.TextClip8em{ width: 8em; height:50px;text-align:left; overflow:hidden; word-break : break-all;}
.TextClip10em { width:10em;height:50px; overflow: hidden; text-overflow: ellipsis;}
.TextClip12em { width:12em;height:50px; overflow: hidden; text-overflow: ellipsis;}
.TextClip16em { width:16em;height:50px; overflow: hidden; text-overflow: ellipsis;}
.TextNoClip { position:relative; overflow:visible;}
.ezInfoDiv1
{
    width:auto;
    border: medium outset #008080;
    display: none;
    position: absolute;
    background-color: #FFFF99;
    padding: 5px;
}
.modalPopup
{
    border: medium outset #CCCCCC;
    background-color: #CCFF99;
    padding: 1px;
    z-index: 2;
    position: absolute;
    top:200px;
    left:100px;    
}