body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 11px verdana, arial, myriad web, syntax, sans-serif;
}
body
{
	background-color: white;
	margin: 0px;
}

a{color:navy;}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:780px;
	/*height:500px;*/
	background-color:white;
}

TABLE#main TD#headerPane
{
	width:780px;
	height:32px;
	color:white;
	text-align:right;
	padding-top:5px;
	background: url(/webimgs/header1.jpg) no-repeat;
}


TABLE#main TD#headerPane2
{
	width:780px;
	height:36px;
	color:white;
	padding-top:10px;
	background: url(/webimgs/header2.jpg) no-repeat;
}


TABLE#main TD#tagLinePane
{
	width:780px;
	padding-left:0px;
	height:25px;
	background-color:black;
}



TABLE#main TD#leftPane
{
	display:block;
	width:190px;
	background-color: white;
	height:100%;
}

TABLE#main TD#centerPane
{
	width : 570px;
	background-color:white;
	padding:10px;
}

TABLE#main TD#rightPane{
	display: none;	
	
}


TABLE#main TD#tagLinePane2
{
	width:780px;
	background-color:#547AB8;
	color:white;
	padding:3px;
	border-top:1px solid black;

}
		
TABLE#main TD#footerPane
{
	display:none;

}

#homeLeftPane
{
	padding:5px;
}

#homeCenterPane
{
	padding:5px;
}

#homeRightPane
{
	text-align:right;
}

#HomefooterPane
{
	border-top:1px solid black;
	/*background-color:#5E82A3;*/
	height:220px;
	background: url(/webimgs/background_gradient.jpg) repeat-y;
	text-align:left;
	color:white;
	padding:7px;
}

/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}

.content
{
    FONT-SIZE: 11px;
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
    FONT-SIZE: 9px;
    COLOR: #0000ff
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}


#divContent
{
    MARGIN-TOP: 10px;
    FONT-SIZE: 11px;
    MARGIN-LEFT: 20px;
    WIDTH: 95%;
    MARGIN-RIGHT: 5px;
    TEXT-ALIGN: justify;
}
#divContentTable
{
    FONT-SIZE: 11px
}
#divCopyright
{
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
    color : #0364CD;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	margin-top:10px;
}

.navTitle {
    color : Navy;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : maroon;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}

#logo{
	font-size:48px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-family: "Arial Black, arial";
}
    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    
.alphaLink:hover{
		color:white;
		background-color:GRAY;
	}
	
	.alphaPick{
		background-color:#000000;
		color:white;
		font-weight:bold;
		width:15px;
		height:15px;
		border: 1px solid black;
		padding:1px;
		font-size:10px;
		text-align:center;
		display:inline;
		margin:2px;
	}
	
		.alphaLink{
		text-decoration:none;
		background-color:#eeeeee;
		color:black;
		font-weight:bold;
		width:15px;
		height:15px;
		border: 1px solid black;
		padding:1px;
		font-size:10px;
		text-align:center;
		margin:2px;
	}
	
	td.cellLabel{
		font-weight:bold;
		text-align:left;
		font-size:11px;
	}
	
	td.HomeBarTitle{
	background-color:BLACK;
	color:black;
	height:15;
	font-weight:bold;
	padding-left:5px;
	font-size:13px;
	}
	
	#homeBarTitle1{
		background-color:#3F4551;
	}
	
	td.homeBar{
	padding:5px;

	}
	

TABLE#shopCartTable TD{
	background-color:white;
	padding:5px;
}

TABLE#shopCartTable TD.cartHeader{
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: white;
  background-color: black;
  padding: 5px;
  text-align: center;
}    


TABLE#shopCartTable TD.total{
  font-weight: bold;
  color: WHITE;
  background-color: black;

}    

.productCategory{
	padding:5px 0px 5px 0px;
	font-weight:bold;
	font-size:15px;
}

td.cellLabel, td.cellContent
	{
		background-color:#EEEEEE;
	}
	
td.cellLabel{
	text-align:right;
}

.msgWarning{
	color:red;
	font-style:italic;
}