<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************
Template: Nuance

template.css
Default Layout
****************************************************/

/*--- Global Styles ---*/
* {
	margin: 0;
	padding: 0;
	}

html, body {
	margin: 0;
	padding: 0;
	}
		


/*--- Main Container: wb-container-outer ---*/	
#wb-container-outer {
	background-color:#000000;
	height:100%;
	width: 100%;
			min-height:100%;
		height:auto !important;
	background-image:none;
	background-repeat:none;

	} 
	

		
		#wb-container-inner {
		margin: auto;
		width:960px;
		text-align: left;
		background-color:#666666;
		}
	
/*--- Layout Container: wb-layout ---*/
#wb-layout {
	background-color:transparent;
	width: 960px;
}
	
/*--- Header Container: wb-layout-header ---*/
#wb-layout-header {
	background-image:url(../images/layout1/glamorous_night_h.png);
	background-position:top;
	background-repeat: no-repeat;
	background-color:#ff0099;
	display: none;
	width: 960px;
	height: 231px;
	overflow:hidden;
	} 	

	
	* html #wb-layout-header{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/glamorous_night_h.png);


			
		}
			* html #wb-layout-header-mask{

			height:171px;

			
		}
	
	/*--- Header Mask: wb-layout-header-mask ---*/
	#wb-layout-header-mask {
		display: block;
		overflow:hidden;
		width: 960px;
		height: 231px;
		overflow:hidden;
		} /** html #wb-layout-header-mask{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/hottie_pinks_hm.png);
		}*/

	/** 	#wb-layout-header-base {
		width:960px;
		height: 24px;
		background-color:#99cc66;
		background-image:none;
		background-position: top left;
		background-repeat: no-repeat;

	} html #wb-layout-header-base{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/reflejo_hbase.png);
		}*/
		
/*--- Top Navigation: wb-navigation-subtop ---*/
/*--- Layout 3 ---*/
#wb-navigation-subtop {
	display: none;
	width: 960px;
	height:35px;
	background-color:transparent;
	overflow:hidden;
	margin-top:20px;
	
	}
	
/*	* html #wb-navigation-subtop {
	padding-top:10px;
	height:30px;
	}*/
	
	#wb-navigation-subtop div {
		display: block;
		float: left;
		padding:0px 10px;
		height: 20px;
		cursor: hand;
		}
		
		* html #wb-navigation-subtop div {
			width: 50px;
			white-space:nowrap;
			
			}

		
		#wb-navigation-subtop div.submenu {
			display: none;
			background-color:transparent;
			
			
			}
			
			#wb-navigation-subtop div.submenu div {
				float: none;
				background-color:#ff0099;
				padding: 8px;
				
				
				}
			
				#wb-navigation-subtop div.submenu a {				
					display: block;					
					text-align: left;		
					padding: 5px;
					border-bottom: 1px dotted #cc0066;
					width: 230px;
					
					}
/*						* html #wb-navigation-subtop div.submenu a {
							padding:4px 0 1px 5px;
							}*/
				

/*--- Content Container: wb-container-contentwrapper ---*/
#wb-container-contentwrapper {
	display: block;
	background-image:url(../images/layout1/glamorous_night_c.gif);
	background-position:top left;
	background-color:transparent;
	background-repeat:no-repeat;
	}
	* html #wb-container-contentwrapper {
	height:100%;
	}


#wb-layout-main-inner-1 {
	max-width:960px;
	
	}
	
	
/*--- Sidebar: wb-layout-sidebar ---*/
/*--- Layout 1 / Layout 2 ---*/
	#wb-layout-sidebar {
		display: none;
		width: 170px;
		background-image:none;
		background-repeat:no-repeat;
		background-position:top center;
	}
	
/* sidebar navigation */
	#wb-navigation-top {
		width:160px;
		background-repeat:no-repeat;
		background-position:top left;
		background-color:transparent;
		
}
		
		
	#wb-navigation-bottom {
		width:150px;
		min-height:155px;
		text-align:left;	
		padding: 10px 0;
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:bottom center;
		
}
#wb-navigation-bottom div  {
	width: 160px;
}
		
	
	#wb-navigation-bottom div a {
		display: block;
		background-color: transparent;
		padding:10px ;
		border-bottom: 1px dotted #cc0066;
		cursor: hand;
		}

			
	#wb-navigation-bottom div a:hover {
		background-color:transparent;	
		cursor: hand;
		}
		
	#wb-navbasewrap {
		padding:10px;
		}	
		
/*--- Main Content: wb-layout-main ---*/
#wb-layout-main {
	display: block;
	width: 790px;
	float:right;
	
	background-position:top left;
	
	}
		#wb-layout-main-inner-1 {
		
	
		}
	
	
	#wb-layout-main-inner-2 {
		padding: 0px;
		}
				
/*--- Footer: wb-layout-footer ---*/

#wb-layout-footer{
	min-height: 53px;
	height:auto !important;
	height: 53px;
	background-image:url(../images/layout1/glamorous_night_f.png);
	background-color:#ff0099;
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 960px;
	
	
	
	} * html #wb-layout-footer{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/glamorous_night_f.png));}
				* html #wb-layout-footer a {
				position: relative;
			}
/* submenu */
div.submenu {
	display: none;
background-color:#ff0099;}
</pre></body></html>