body { 
	background-color: #FFFFFF; 
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image:url(../images/back2.jpg);
}

.select{
	background:#023A51;color:#F9EDE4;font-weight: bold;
}


a {
	color: #364F6F;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #364F6F;
	text-decoration: none;
	font-weight: bold;
}

.mainback { background-image:url(../images/bodybk.gif);
}

.footerbk {background-image:url(../images/footerbk.gif);
height:121px;
}
h1 {font-size:24px;
}
h2 {font-size:16px;
}
h2 * {color:#000;}
.smtext {font: 10.5px/14px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}

.headerbk {background-image:url(../images/headerbk.gif);
}

.homepg {background-image:url(../images/ladyboard.jpg);
	width:592px;
	height:470px;
	padding:30px;
	margin:0 40px 0 40px;
	background-repeat:no-repeat;
}
.hometext { 
	text-align:center;
	font-family:"French Script MT", Arial, Helvetica, Verdana, sans-serif;
	font-size:25px;
	line-height:27px;
	width:400px;
	padding-top:10px;
	height:435px;
	overflow:hidden;
}

/*PRODUCT DISPLAY*/

.displaybox {
	width:550px;
	background-color:#FFFFFF;
	border:thin solid #d7e1a1;
	text-align:left;
	padding:5px;
}

div#menu ul#toplvl{ /* Submenu listy thing section */ 
	margin:5px 20px 5px 30px; 
	padding:0; 
	width:110px;
/*	list-style-image:URL(../images/bullet.gif);*/
	padding-right:5px;
}
div#menu ul{ /* Submenu listy thing section */ 
	margin:5px 20px 5px 12px; 
	padding:0; 
/*	list-style-image:URL(../images/bullet.gif);*/
}
div#menu ul li, div#menu ul#toplvl li {list-style-image:URL(../images/bullet.gif);}

#menu {float:left;width:123px;} /* Submenu listy thing section */ 
#containerX { /* The binding box that is on the products LIST page */ 
	float:left;
	width:370px;
	margin-left:10px;
}
#container { /* The binding box that is on the individual product page */ 
	float:left;
	width:550px;
	margin-left:10px;
}
td.pricing {  /* The Pricing Involved in the eCommerce part of the site */
	font-size:16px;
	padding:5px;
	font-weight:bold;
}
.pricingDiv {
	font-size:16px;
	padding:5px;
	font-weight:bold;
}
td.moreInformation a { /* 'More Information' link on the List Page */
	color: #364F6F;
	text-decoration: none;
	font-weight: bold;
}
td.moreInformation a:hover  { /* 'More Information' link on the List Page */
	color: #364F6F;
	text-decoration: none;
	font-weight: bold;
}
#ViewOrder {
	width:700px;
	margin-left:30px;
	text-align:center;
}
#SearchBar {
	text-align:center;
	display:none;
}
#cod {
	width:700px;
	margin-left:30px;
}
strong#notAvail {font-size:1.1em; color:#CC3300;}