
body#popup
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: smaller;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

body#popupWhite
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: smaller;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

div#layout
{
	position: absolute;
	width: 800px;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -390px;
	/*margin-left: -390px;*/
	padding: 0px; 
	background-color: #FFFFFF;
	padding-bottom:25px;
	/*background-image: url(../images/layout_background.gif);
	background-repeat: repeat-y;*/

}
td#CollectionName
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 8px;
}

div#layoutHome
{
	position: absolute;
	width: 800px;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -390px;
	/*margin-left: -390px;*/
	padding: 0px; 
	background-color: #FFFFFF;
	/*background-image: url(../images/layout_background_home.gif);*/
	background-repeat: repeat-y;
}

/*-------------------------- HEADER START --------------------------*/


h1 a
{
	font-size: 1px;
	display: block;
	width: 295px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 20px;
	color: #CCCCCC;
	text-align: right;
}

h1 a:hover
{
	color: #CCCCCC;
}

div#headerRight
{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 310px;
	height: 60px;
	margin: 0px;
	padding: 0px 23px 0px 0px;
}

div#headerRight p.telNumber
{
	/*float: right;*/
	width: 287px;
	color: #ff0099;
	font-size: 130%;
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 15px 0px;
	padding-right: 2px;
}

div#headerRight ul.topMenu
{
	float: right;
	width: 245px;
	height: 20px;
	list-style-type: none;
	font-size:6.5pt;
	color: #888888;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}

div#headerRight ul.topMenu li
{
	margin: 0px;
	padding: 2px;
	float: left;
	color: #ff0099;
}

div#headerRight ul.topMenu li a
{
	color: #888888;
	text-decoration: none;
}

div#headerRight ul.topMenu li a:hover
{
	color: #cccccc;
	text-decoration: none;
}

/*Jan*/
div#headerRight ul.topMenu li#basket
{
	margin: 0px;
	padding: 2px;
	float: left;
	color: #888888;
}

/*-------------------------- HEADER END --------------------------*/

/*-------------------------- NAVIGATION START --------------------------*/

div#navigation
{
	float: left;
	width: 165px;
	height: 480px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:15px;

	
}

ul#nav 
{
	float: left;
	width: 165px;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

ul#nav li
{
	margin: 0px;
	padding: 7px 0px 7px 15px;
	list-style-type: none;
	/*border-bottom: solid 1px #B6B6B6;*/
	
}

/*Jan*/
ul#nav li#lastNav
{
	margin: 0px;
	padding: 7px 0px 0px 15px;
	list-style-type: none;
	/*border-bottom: solid 1px #B6B6B6;*/
	
}

ul#nav li a
{
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
	color: gray;
	font-size: 10px;
	/*font-weight: bold;*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	font-weight:bold;
	
}

ul#nav li a:hover
{
	color: gray;
	width: 100%;
	height: auto;
	font-weight:bold;
}

ul#nav li ul
{
	width: 165px;
	/*border-top: solid 1px #CCCCCC;*/
	display: none;
	margin: 10px 0px 0px -20px;
	padding: 0px;
	z-index: 99;	
	font-size: 13px;
}

ul#nav li ul li
{
	list-style-type: none;
	border-bottom: none;
	margin: -1px 0px 0px 20px;
	padding: 0px;
}

ul#nav li ul li a
{
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 8px 0px;
	text-indent: 15px;
	/*border-top: solid 1px #FFFFFF;*/
	color: gray;
}

ul#nav li ul li a:hover
{
	width: 150px;
	/*background-color: #CCCCCC;*/
	color: gray;
	font-weight:bold;
}
ul#nav li ul li a.topMenuItem
{
	border-top: none;
}

/*-------------------------- NAVIGATION END --------------------------*/

/*-------------------------- SUB-NAVIGATION START --------------------------*/

ul#subnavigation
{
	float: left;
	list-style-type: none;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;/*changed from 7px,reduce space on navigation*/
	background-color: #ffffff;
	width: 165px;
	/*height: 70%;*/
	
	
}

ul#subnavigation li
{
	margin: 0px;
	padding: 7px 0px 7px 15px;
	border-bottom: none;
	
	
}

/*Jan*/
ul#subnavigation li#firstSubNav
{
	padding: 6px 0px 7px 15px;/*changed from 18px, reduce space between navigation*/
	
}

ul#subnavigation li a
{
	/*font-weight: bold;*/
	font-size: 10px;
	height: auto;
	color: gray;
	text-decoration: none;
	font-weight:bold;
	
	
}

ul#subnavigation li a:hover
{
	color: gray;
	text-decoration: none;
	font-weight:bold;
	
	
}

/*-------------------------- SERACH FORM --------------------------*/

fieldset#search
{
	float: left;
	border-style: none;
	
}

fieldset#search legend
{
	display: none;
}

input#txtSearch
{
	border: solid 1px #CCCCCC;
	width: 95px;
	height: 12px;
	font-size: 75%;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	padding-bottom:2px;
	/*added padding-bottom*/
}

input#buttonSearchGo
{
	margin: 0px 0px -3px -4px;
	padding: 0px;
}

/*-------------------------- SUB-NAVIGATION END --------------------------*/

/*-------------------------- CONTENT START --------------------------*/

div#content
{	
	font-size: 100%;
	/*change from 80%*/
	width: 611px;
	margin: 0px 0px 0px 165px;
	padding: 10px 0px 10px 0px;	
	background-color: #fff;
	
}

div#contentProduct
{
	
	width: 611px;
	height: 650px;
	margin: 0px;
	margin-left: 165px;
	padding: 10px 0px 0px 0px;
	background-color: #fff;
}

div#contentHome
{	
	width: 585px;
	/* changed from 611px jp*/
	/*height: 450px;*/
	background-image: url(../images/home_sea.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff; 
	margin: 0px 0px 0px 0px;	
	padding: 20px 0px 0px 0px;
	margin-left:165px;
}

div#contentHomeText
{
	width: 620px;
	letter-spacing: 0px;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 310px 0px 0px -41px;
	text-align=: left;
	/*margin-top: 320px;*/
}


div#content h2
{
	font-size: 130%;
}

#contentTable
{
	margin: 35px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}

/*div#content table
{
	color: #666666;
}*/

table#products
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.productTable
{
	margin: 8px 8px 8px 7px;
	padding: 0px 0px 0px 0px;
	
}

table.productTable tr td.bottomrow
{
	border-top: solid 1px;
	border-color: #888;
}

table.productTable tr td p
{
	padding: 4px;
	margin: 0px;
	background-color: #CCCCCC;
}

table.productTable tr td p a
{
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}

table.productTable tr td.noBorder
{
	border-top: none;
}

table.productDetails
{
	color: #000;
	font-size: 55%;
	/*largest font size without changing layout*/ 
}

table.productDetails tr td
{
	padding: 0px;
	border-top: none;
		padding-bottom:4px;
	padding-top:3px;

}

table.productDetails tr td a, table#productNavigation tr td a
{
	color: Gray;
	font-weight: normal;
	text-decoration: none;
}

table.productDetails tr td a:hover, table#productNavigation tr td a:hover
{
	color: Gray;
	font-weight: normal;
	text-decoration: none;
}

table#tblfeedback
{
	margin-left: 15px;
	/*font-size: 85%;	*/
}

td.footerNav
{
	font-size: 11px;
	width: 600px;
	text-align: right;
	color: #666666;
	padding: 0px 25px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;

	
}

table#productNavigation
{
	border: solid 1px #666666;
	color: #000;
	font-size: 85%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 587px; 	
}

table#productNavigation tr td
{
	margin: 0px;
	padding: 3px;
	text-align: center;
}

table#productNavigation tr td.current a
{
	font-weight: bold;
	color: #666666;
}

table#productNavigation tr td.current a:hover
{
	font-weight: bold;
	color: #9EA0AC;
}

.divider
{
	font-weight: normal;	
}

p
{
	/*font-size: 85%;*/
	color: #666666;
	font-size:70%;
	
	/*font size added JP*/	
}

p.orange
{
	/*font-size: 85%;*/
	color: #633131;
}

p.black
{
	padding: 0px 10px 0px 10px;
	FONT-WEIGHT: normal;
	/*FONT-SIZE: 12px;*/
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana;
	TEXT-DECORATION: none;
	
}

/*-------------------------- CONTENT END --------------------------*/

#IndexTable
{
	position:absolute;
	width: 779px;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -200px;
}

a#headerLink
{
	color: #000;	
}

a
{
	color: #999;
	/*font-weight: bold;*/
}

a:hover
{
	color: #666666;
}

h4
{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    font-family: Arial, Verdana;
    margin: 0px;
    padding: 0px;
}



#sitemap li 
{
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}

#sitemap li a
{
	text-decoration: none;
	font-size: 80%;
}

#subsitemap
{
	margin-left: 25px;
}

#subsitemap li 
{
	list-style-type: disc;
}

/*JAVASCRIPT CHECK*/
div#javascript
{
	clear: both;
	margin: 0px;
	padding: 5px;
}
div#javascript p#jsmessage
{
	width: 779px;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

div#javascript p#jsmessage a
{
	color: #633131;
	text-decoration:none;
	font-weight:bold;
}



.clsBasketCheckoutText
{
    /*FONT-SIZE: 12px;*/
    COLOR: #999999;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsBasketCheckoutTextCurrent
{
    FONT-WEIGHT: bolder;
/*    FONT-SIZE: 12px;*/
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}


.Orangelink
{
	text-align: right;
	color: #666666;
	padding-right: 10px;
	font-size:11px;	
}
.Orangelink a
{
	/*font-size: 11px;*/
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.Orangelink a:hover
{
	text-decoration: underline;
}
A.aPageNumber
{
/*    FONT-SIZE: 11px;*/
    TEXT-DECORATION: none
}
A.aColor
{
    /*FONT-SIZE: 12px;*/
    COLOR: #999999;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.aColor:hover
{
    /*FONT-SIZE: 12px;*/
    COLOR: #333;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
.clsSmallestFontSize
{
    FONT-SIZE: 2px
}

.clsDottedHRHalf
{
    BORDER-RIGHT: #666666 1px dotted;
    BORDER-TOP: #666666 1px dotted;
    BORDER-LEFT: #666666 1px dotted;
    WIDTH: 50%;
    BORDER-BOTTOM: #666666 1px dotted;
    HEIGHT: 1px;
    TEXT-ALIGN: left
}

.clsDottedHRFull
{
    BORDER-RIGHT: #666666 1px dotted;
    BORDER-TOP: #666666 1px dotted;
    BORDER-LEFT: #666666 1px dotted;
    WIDTH: 100%;
    BORDER-BOTTOM: #666666 1px dotted;
    HEIGHT: 1px;
    TEXT-ALIGN: left
}

.clsRightLine
{
    COLOR: #333333;
    HEIGHT: 1px
}
.clsRightAligned
{
    TEXT-ALIGN: right
}
.clsProductRangeText
{
    FONT-WEIGHT: bold;
    /*FONT-SIZE: 12px;*/
    COLOR: #cccc99;
    FONT-FAMILY: Arial, Verdana;
    LETTER-SPACING: 2px;
    TEXT-ALIGN: center
}
.clsProductRangeText A
{
    FONT-WEIGHT: bold;
    /*FONT-SIZE: 12px;*/
    COLOR: #cccc99;
    FONT-FAMILY: Arial, Verdana;
    LETTER-SPACING: 2px;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.clsProductRangeText A:hover
{
    FONT-WEIGHT: bold;
    /*FONT-SIZE: 12px;*/
    COLOR: #cccc99;
    FONT-FAMILY: Arial, Verdana;
    LETTER-SPACING: 2px;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}


.clsContentName
{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    font-family: Arial;
    /*padding-left: 10px;*/
    padding-top: 5px;
}

.clsPrdCode
{
    FONT-WEIGHT: 600;
    /*FONT-SIZE: 12px;*/
    COLOR: gray;
}

.clsColumnHeading
{
    PADDING-RIGHT: 1px;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: 900;
    PADDING-BOTTOM: 1px;
    COLOR: #999;
    PADDING-TOP: 1px;
    FONT-FAMILY: Arial
}
.clsQtyTextBox
{
	border: medium none;
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    WIDTH: 29px;
    /*CHANGED
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
	*/
    color: #666;
    HEIGHT: 17px;
    BACKGROUND-COLOR: #FFFFFF
}
.clsColumnDetails
{
    /*border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;*/
    
    /*CHANGED
    FONT-SIZE: 13px;
    COLOR: #000;
    FONT-FAMILY: Arial
	*/
    font-size: 70%;
}

table.basket
{
	border-collapse:collapse;
	font-size:10px;
	
}
table.basket tr td
{
	border: 1px solid #666666;
}

table tr td.plain
{
    COLOR: #999;
    font-weight: 200;
    FONT-FAMILY: Verdana;
}

table.basket1
{
	border-collapse:collapse;
}
table.basket1 tr td
{
	border: 1px solid #666666;
	color: #999;
}
table#tblSatisfied
{
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}
table#tblSatisfied tr td
{
	border-bottom: solid 1px #333333;
	padding-left: 5px;
	padding-bottom: 2px;	
}
table#tblSatisfied tr td.noborder
{
	border-bottom: none;	
}
 table#tblSatisfied tr td.rightBorder
{
	border-right: solid 1px #333333;	
}
#label, .label
{
	width: 160px;
	display: block;
	margin: 0px;
	text-align: right;
	padding: 0px;
}

.clsSubmitButton1
{
    border-right: solid 1px #666666;
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-size: 10px;
    margin-left: 0px;
    width: 100px;
    height: 18px;
    background-color: #fff;
    color: #666666;
    cursor: hand;
}

.clsSubmitButton
{
    border-right: solid 1px #666666;
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-size: 10px;
    width: 100px;
    margin-left: 10px;
    height: 18px;
    background-color: #fff;
    color: #666666;
    cursor: hand;
}

.clsSubmitButtonWide
{
     border-right: solid 1px #666666;
    border-top: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-size: 10px;
    width: 150px;
    height: 18px;
    background-color: #fff;
    color: #666666;
    cursor: hand;
}
.clsBasketCheckoutText A
{
    font-size: 12px;
    color: #999999;
    font-family: Arial;
    text-decoration: none
}
.clsBasketCheckoutText A:hover
{
    font-size: 12px;
    color: #ffffff;
    font-family: Arial;
    text-decoration: none
}

.clsProdAttrSep
{
    border-right: #333333 1px solid;
    border-top: #333333 1px solid;
    border-left: #333333 1px solid;
    border-bottom: #333333 1px solid;
    height: 1px
}/*taken out because style present in productdetails.asp*/

.clsHidden
{
	visibility: hidden;
}

.clsPrice
{
	text-align: center;
}
.clsOffWhite
{
    border-right: medium none;
	border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    padding: 2px;
    font-size: 10px;
    font-weight:bold;
   
}
.clsOffWhite input
{
    border: none;
    border-right: #999999;
    border-top: #999999;
    border-left: #999999;
    border-bottom: #999999;
    background-color: #c0c0c0;
    font-size: 7pt;
}
.clsOffWhite input.clsSubmitButton1
{
   
}
.clsOffWhite select
{
    border-right: #ff0000;
    border-top: #ff0000;
    border-left: #ff0000;
    border-bottom: #ff0000;
    background-color: #fff;
    font-size: 7pt;
}
.dropDown
{
	width: 130px;
	margin: 2px;
	border: none;	
}
.dropDownFeedback
{
	width: 200px;
	margin: 2px;
	border: none;
}
.clsCountryDropDown
{
    border: none;
    margin-top: 1px;
    font-size: 12px;
    margin-bottom: 1px;
    width: 185px
}
.clsOtherDropDown
{
    border: none;
    margin-top: 1px;
    font-size: 12px;
    margin-bottom: 1px
}
.clsOffWhite textarea
{
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    width: 180px;
    border-bottom: medium none;
    background-color: #c0c0c0
}
.clsfeedback textarea
{
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
    width: 450px;
    border-bottom: medium none;
    background-color: #c0c0c0
}
.clsPasswordWidth
{
    width: 99px
}
.clsDetailsMain
{
font-size:6pt;
}
.clsOffWhite #passwordtextbox
{
    border-right: #999999;
    border-top: #999999;
    border-left: #999999;
    width: 99px;
    border-bottom: #999999;
    background-color: #c0c0c0
}
.clsRadio
{
    background-color: #000000
}
.clsRadio INPUT
{
    background-color: #000000
}
/*.clsProdAttrSep
{
    border-right: #333333 1px solid;
	border-top: #333333 1px solid;
    border-left: #333333 1px soli;
    border-bottom: #333333 1px solid;
    height: 1px
} taken out because style present in productdetails.asp*/
.clsSizing
{
}
.clsSizing A:hover
{
    color: #000;
    font-family: Arial;
    text-decoration: underline
}
.clsSizing A
{
    color: #333;
    font-family: Arial;
    text-decoration: none
}
.clsChartText
{
    font-size: 13px;
    color: white;
    font-family: Arial
}
.clsClose
{
    font-weight: bolder;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none
}
.clsAlertText
{
    color: #666666;
}
.clsQty
{
    width: 25px
}

.belowImage
{
	margin-top: 0px;	
}
.belowImage a
{
	font-size: 9px;
	font-weight: bold;
	color: #666; 
	text-decoration: none;	
}
.belowImage a:hover
{
	color: #666;
	font-weight: bold;
	text-decoration: underline;	
}

/*-------------------------- Footer --------------------------*/
div#footer
{	
	background-color: #FFFFFF;
	text-align: right;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom:5px; 
	/*added margin-bottom*/
	
}
div#footer p
{
	font-size:11px;
	/*changed from smaller JP*/
	padding: 0px 50px 15px 0px;
	margin: 0px;
	margin-top:45px;	
}

div#footer p a
{
	color: #888888;
	/*font-weight: bold;*/
	text-decoration: none;
}

div#footer p a:hover
{
	/*color: #FFFFFF;*/
	font-weight: bold;
	text-decoration: none;
}

#Image3, #image2, #Image1
{
	margin-bottom: -5px;	
} 
tr#showTextbox
{
	display: none;
}

span#clsContent
{
   padding-top: 0px;
   FONT-WEIGHT: normal;
   FONT-SIZE: 18px;
   COLOR: #ff6633;
   FONT-FAMILY: Arial, Verdana;
   TEXT-DECORATION: none;
   padding-left: 10px;
}

p#pContent
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Verdana;
	TEXT-DECORATION: none;
	
}

.FontStepThree
{
	 font-size: 70%;
}

/*Jan*/
div#searchHome
{
	position: absolute;
	width: 800px;
	/*top: 700px;*/
	left: 50%;
	margin: 0px;
	margin-left: -400px;
	padding: 0px; 
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	
	
}

div#searchRange
{
	position: absolute;
	width: 800px;
	/*top: 785px;*/
	left: 50%;
	margin: 0px;
	margin-left: -400px;
	padding: 0px; 
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	padding-bottom:4px;
	margin-top:25px;
	
	
	
	
}
div#searchDetails
{
	position: absolute;
	width: 800px;
	/*top: 695px;*/
	left: 50%;
	margin: 0px;
	margin-left: -400px;
	padding: 0px; 
	background-color: #ccc;
	background-repeat: repeat-y;
	height:56px;
	margin-top:15px;
	
	
	
}
/*--------------------------- Top Navigation -----------------------------*/
  div#NavigationTop
{
	color: #ffffff;
	background-color: gray;
	text-align:left;
	width:735px;
	/*change from 740px JP*/
	display: block;
	height:18px;
	vertical-align:middle;
	/*changed height from 16px*/
	margin-left:15px;
	
	

	/* added pading bottom JP*/	
	/*changed margin 4 to 9*/
}

div#NavigationTop ul 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-bottom:0px;
  
	
}

div#NavigationTop ul li
{
	display: inline;
	margin: 0px 17px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*added margin:19px*/
	vertical-align:middle;
			
		
}


div#NavigationTop ul li a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	text-align:left;
	padding-left:5px;
	vertical-align:middle;	
	/* in IE pading-left only, in MF padding left and right 5px;*/
	
	

	
}

div#NavigationTop ul li a:hover
{
	color: #cccccc;
	font-weight:bold;
}

.pipes
{
	
}

/*div#NavigationTop a:active
{
	background-color: Blue;
}*/

/*div#NavigationTop a.prestige:hover
{
	color: Purple;
}

div#NavigationTop a.signature:hover
{
	color: red;
}

div#NavigationTop a.essentails:hover
{
	color: gold;
}*/





/*JP colored line testing*/


.hr style top aqua 
{
margin-left:10px;
position:absolute;
margin-top:210px;
backround-color:;
color:aqua;
height:1px;
width:578px;
}

.hr style bot aqua
{
margin-left:10px;
position:absolute;
margin-top:465px;
backround-color:;
color:aqua;
height:1px;
width:578px;
}
.fontsize
{
	font-size:10px;

}

.fontsize2
{
	font-size:10px;

}


.fontsize3
{
	font-size:10px;

}

.fontsize4
{
	font-size:18px;

}



