@charset "UTF-8";
/*------------------------------------------------------------------------------
 *  index page style.
 *----------------------------------------------------------------------------*/
body{
  background:#000000url(../img/header_bg.gif) repeat-x;
	background: #000000 url(../img/header_bg.gif) repeat-x 0px 0px;
  }

#container { width: 645px; padding:50px 0 50px; }
#containerOut { background: url(../img/bg_containerout_tiara.gif) repeat-x left bottom; }

h1{ width:211px; height:91px;}

.overlay {
	background:url(../img/tiara_logo.gif) no-repeat center top;
	width: 211px;
	height: 94px;
  }

#footer {
	background: url(../img/tiara_footer_bg.gif) repeat-x;
	}
/*------------------------------------------------------------------------------
 *  index 2 page style.
 *----------------------------------------------------------------------------*/
#idxVis {
	height:282px;
  }
.current{
	width:157px;
	background: url(../img/menu.gif) -261px -25px;
  }
#links {
	position:absolute;
	bottom:85px;
	width:740px;
	color:#FFFFFF;
	background:url(../catalog/img/alpha.png) repeat 0 0 ;
	_background:; /* is IE hack... */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/alpha.png', sizingMethod=scale);
	font-size:85%;
	line-height:1.5;
	}
#premium, #regular {
	text-align:right;
	padding:9px 40px 9px 10px;
	}
h3{
	font-weight:bold;
	font-size:161.6%;
	}
	
	
	
#nav {
  padding-bottom:20px;
  }
#nav ul{ padding:18px 0 0 135px;
  }
#nav li {
  float:left;
  margin:0 0 0 15px;
  }
#nav li.last {
	margin: 0px;
}
