/* @override http://unya.yikesite.com/stylesheets/UI.css */

* { outline: none; }

body {
	margin: 0;
	padding: 0;
	background-color: #7c130e;
}

.squeezer { width: 760px; margin: 0 auto; }
.clear {
	clear: both;
}


/****** TOP ********/

#top{
	background: url(../images/bg-top.gif) #fff repeat-x;
}

#header{
	height: 120px;
	padding-top: 10px;
        margin-bottom: 20px;
}
	#header h1{
		float: left;
		color: white;
		font-weight: bold;
		font-style: italic;
		font-size: 2.2em;
		letter-spacing: -1px;
		text-indent: -999em;
		background: url(../images/unya.png) top left no-repeat;
		height: 45px;
		width: 650px;
		margin: 15px 0 10px 0;		
		_background: none; 
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/unya.png', sizingMethod='crop');	
	
	}
	#header h1, #slogan h3{	
		border-bottom: none;
		padding-bottom: 0em;		
	}


#logo{
	width: 95px;
	height: 120px;
	margin-right: 5px;
	float: left;
	background: url(/images/logo.png) top left no-repeat;
	_background: none; 
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');	
}
	#logo a{
		width: 95px;
		height: 120px;		
	}
/******* TOP NV *********/

#header ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	padding: 0;
	min-height: 27px;
	float: left;
}
	#header ul li {
		float: left;
		margin: 0 0.4em 0 0;
		background: url(../images/lft.gif) top left no-repeat;
		height: 27px;

	}
		#header ul li a {
			display: block;
			_display: inline-block;
			padding: 2px 13px 4px 13px;
			height: 21px;
			text-decoration: none;
			color: #fff;
			background: url(../images/rt.gif) top right no-repeat;
		}
		#header ul li a:hover{
			_text-decoration: underline;
		}
					
		#header ul li:hover {
			background: url(../images/lft.gif) top left no-repeat;		
		}
			#header ul li:hover a {
				background: url(../images/rt.gif) top right no-repeat;
				text-decoration: underline;
			}
	
		#header ul li.active {
			background: url(../images/lft.gif) top left no-repeat;		
		}
			#header ul li.active a {
				background: url(../images/rt.gif) top right no-repeat;
				text-decoration: underline;
			}

/******* CONTENT *********/

#body{
	clear: both;	
	margin: 0;
	padding: 0 0 15px 0;
}
#content{
	min-height: 350px;
	_height: 350px;
}

/* Sub Navigation */

div#body #sub-nav{
	display: none;
}
div#body.has-nav #content{
	width:540px;
}
div#body #content{
	float:left;
	width: 100%;
}
div#body.has-nav #sub-nav{
	display: inline;
	float: right;
	margin: 0.5em 0 2em 0;
	padding: 1em;

}
#sub-nav span{
	font-weight: bold;
	color: #aaa;
	display: block;
	margin-bottom: 0.7em;
	border-bottom: 2px solid #ccc;
}
ul.level-2 {
	width: 180px;
	margin: 0;
	padding: 0;
	font-size:1.2em;
	list-style-type:none;
}
ul.level-2 li {
	margin:0;
	padding: 0;
	list-style-type:none;
	margin-bottom: 0.2em;
}
ul.level-2 li.sub {
	padding-bottom: 1em;
}
ul.level-2 a {
	padding: 0.2em;
	background-color: transparent;
	border-bottom: 1px dotted #ccc;
	text-decoration:none;
	display: block;
	color: #dd0000;
}
ul.level-2 a:hover {
	color: white;
	background-color:#dd0000;
	font-weight: normal;
}
ul.level-2 li.active a {
	color: white;
	background-color:#dd0000;
	font-weight: bold;
	text-decoration:none;
}

/* Catch all for level-3 and deeper. */

ul.level-2 ul{
	padding: 0;
	padding-left: 1em;
	margin: 0;
	list-style-type: square;
}
ul.level-2 ul li{
	list-style-type: square;
	padding: 0;
	margin: 0;
	margin-left: 1em;
}
ul.level-2 ul li.sub{
	list-style-type: none;
}
ul.level-2 ul li a{
	padding: 0.2em;
	border: none;
	font-size: 0.8em;
        color: #444;
	background-color: transparent;
}
ul.level-2 ul li a:hover{
	border: none;
	color: #dd0000;
	font-weight: normal;
	background-color: #fff;
}
ul.level-2 ul li.active a{
	border: none;
	color: #dd0000;
	font-weight: bold;
	background-color: #fff;
}

/******* TABLE OF CONTENTS / FEATURES MENU *********/

ul.features{
	list-style-type: none;
	padding: 0;
}
ul.features li.mainbox{
	margin: 0;
	padding: 5px;
	width: 200px;
	float: left;
	background: url(../images/bg-feature.gif) top left no-repeat;
	min-height: 203px; _height: 203px;
	margin-bottom: 10px;
}
ul.features li.boxleft{
	margin-right: 20px;
		
}
ul.features li h3{
	padding-left: 0.2em;
}
ul.features li ul{
	margin: 0 0 0 7px;
	padding: 0;
	list-style-type: none;
	}
ul.features li ul li{
	
}
ul.features li ul li a{
	color: #556559;
	text-decoration: none;
	display: block;
	padding: 0.1em;
}
ul.features li ul li a:hover{
	background-color: #fff;
}
/******* BOTTOM *********/

#slogan{
	background: url(../images/bg-slogan.gif);
	padding-top: 16px;
	height: 23px;
	font-weight: normal;
}
	#slogan h3{
		font-size: 1.2em;
		font-weight: normal;
		color: white;
		font-style: italic;
		text-align: center;
                letter-spacing: 0.25em;
		padding: 0;
		margin: 0;
	}

#pattern{
	background: url(../images/bg-pattern.gif) repeat-x;
	height: 76px;
}
#contact{
	background: #660407;
	height: 18px;
	color: white;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 0;
}
#contact strong{
	margin-left: 20px;
}
#contact a{
	color: #dfdfdf;
}
#contact a:hover{

}

#footer{
	color: #ba604f;
	text-align: center;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0.5em;
	
}
	#footer a{
		color: #ba604f;
	}
/******** SITEMAP MODULE ********/

#sitemap li.sub{
	list-style-type: none;
}




