/* Style Sheets for [bkk-webdesign] website
created by Vlad Ilin
TOC
	1. Defaults
	2. Structure
*/
 
/* -------------- 1. Defaults --------------------------- */
*{
	margin:0;
	padding:0;
}
ul{list-style-type:none;}
a img{border:0;}
body{height:625px}
/* -------------- 2. Structure -------------------------- */
#materhead{
	width:100%;	
	height:36px;
}
#wrapper {
	height:535px;
	width:100%;
}
#footer{
	width:100%;	
	height:55px;
	border-bottom:3px solid #666;
}
	#logo{ 
		margin:0 auto;
		height:44px;
		width:149px;
		background-image:url(../images/bkk_design.png);
		background-repeat:no-repeat;
		position:relative;
		top:6px;
		left:14px;
	}
	
	* html #logo{background:none!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',src='/images/bkk_design.png', sizingMethod='size');}
	* html #menu{ display:none;}
	
	* html #L ul{bottom:0px}

.small{font-size:xx-small;}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:99px;
}
#nav li:hover ul, #nav li:hover ul, #nav li.sfhover ul {
	left: 7px; top:26px; z-index:100
}