body
{
	background-color: #F8F8FF;

	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.myPanels
{
   position:relative;
  
}


#lienDefault
{
    height: 112px; 
    width: 220px;
    display: block;
    margin-top: 10px;
    margin-left: 15px;
}


 img
{  
    border-style: none;
}

.top_banner
{
	background-image: url(../images/topBanner3.jpg);
	color: #3B3B3B;
	font-size: 10pt;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main_menu a:link
{
	color: #3B3B3B;
	text-decoration: none;
}

.main_menu a:active
{
	color: #3B3B3B;
	text-decoration: none;
}

.main_menu a:visited
{
	color: #3B3B3B;
	text-decoration: none;
}

.main_menu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.grey_stripe
{
	height: 10px;
	background-color: #979797;
	font-size: 6pt;
}

.white_space
{
	height: 10px;
	background-color: #F8F8FF;
	font-size: 6pt;
}


.panels
{
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	vertical-align: top;
	padding: 8px 10px 8px 10px;
	text-align: justify;
}

.panels_top
{
	background-image: url(../images/panel_top_275px.png);
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: 500;
	padding-left: 10px;
}

.panels_bottom
{
	font-size: 6pt;
	background-image: url(../images/panel_bottom_275px.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.wide_panels_top
{
	background-image: url(../images/panel_top_495px.png);
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: 500;
	padding-left: 10px;
}

.wide_panels_bottom
{
	font-size: 6pt;
	background-image: url(../images/panel_bottom_495px.png);
	background-repeat: no-repeat;
	background-position: bottom;
}



.footer_info
{
	background-color: #979797;
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.footer_info_top
{
	font-size: 6pt;
	background-image: url(../images/footer_info_top.png);
	background-repeat: no-repeat;
	background-position: top;
}

.footer_info_bottom
{
	font-size: 6pt;
	background-image: url(../images/footer_info_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer_text_heading
{
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: 500;
	padding-bottom: 8px;
}
.footer_text
{
	color: #FFFFFF;
}


.read_more
{
	text-align: right;
	padding-top: 5px;
}

.read_more a:link
{
	color: #00BAF2;
	text-decoration: none;
}
.read_more a:active
{
	color: #00BAF2;
	text-decoration: none;
}
.read_more a:visited
{
	color: #00BAF2;
	text-decoration: none;
}
.read_more a:hover
{
	color: #00BAF2;
	text-decoration: underline;
}

.separator
{
	height: 1px;
	background-color: #979797;
	margin: 10px 0px 10px 0px;
}

.mainHeadings
{
	color:#2f42ff;
	font-weight:bold;
	font-size:16;
}

.button a.hover
{
	color:#00baf2;
}

.welcomeHeading h1
{
	color: #00baf2; font-size:13pt;

}

.welcomeHeading h2
{
	
	font-weight:bold; font-size:10pt; color:#555f79; line-height:1.4;
}

.categoryDisplay 
{
	float: right;
	padding-right: 10px;
	margin: 0;
}

.featuredTitle, .featuredTitle:hover, .featuredTitle:visited, .featuredTitle:active
{
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #00BAF2;
}

/***********************
 *                     *
 *    SITEMAP STYLES   *
 *                     *
 ***********************/
 


div#sitemap 
{
	width:900px;
	
	margin:20px auto;
	padding-left:50px;
}
div#sitemap div.sitemapcategory 
{
	padding-left:10px;
	margin-bottom:10px;
	margin-left:5px;
	border-left:1px dotted #777;
}


/* Default products links */
div#sitemap div.sitemapcategory a
{
	font-size:9px;
	color:#457CBF;
}
div#sitemap a:hover 
{
	text-decoration:underline;
}

/* Category names links */
div#sitemap span.category a
{
	font-size:12px;
	color:#111F30;
}

/* Sub category names links */
div#sitemap span.subCategory a
{
	font-size:11px;
	color:#233E60;
}

/* Subsub categories and deeper links */
div#sitemap span.subSubCategory a
{
	font-size:10px;
	color:#345D8F;
}


.italic
{
	font-style: italic;
}


.hidden
{
	display:none;
}




/****** FEATURED PRODUCT LIST STYLES ************/

.myPanels
{
   position:relative;
  
}


div#featuredContent 
{
	height:100%;
	width:99%;
	
	/*** To make sure controls are always above content ****/
	/*position:relative;*/
	z-index:1;
	/*****/

	text-align:center;
}

div#featuredContent a 
{
	border:0px solid none;
	text-decoration:none;
}

div#featuredContent div 
{
	height:100%;
	width:100%;
	
	position:absolute;
	
	font-size:90%;
	text-align:center;
}

div#featuredContent div.myPanels
{
	
	position:relative;
	
}



div#featuredControls 
{
	float:left;
	margin-top:10px;
	
	/*** To make sure controls are always above content ****/
	position:relative;
	z-index:100;
	/*****/
	left:-10px;
	top:-170px;
}

div#featuredControls a 
{
	display:block;
	margin-bottom:2px;
	
	width:15px;
	height:20px;
	line-height:20px;
	
	background-color:#545F7A;
	color:#eee;
	font-size:90%;
	text-align:center;
	
	cursor:pointer;
	
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

div#featuredControls a.selected 
{
	background-color:#6D7B9C;
	color:White;
	font-weight:bold;
}


.myPanels
{
   position:relative;
  
}