@CHARSET "UTF-8";
/******* TABED BOX FROM YENSDESIGNS *******/
.yclear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
ya{
	text-decoration: none;
}
/******* MENU *******/
#ycontainer{
	margin: 7em auto;
	width: 99%;
}
#ycontainer ul{
	list-style: none;
	list-style-position: outside;
}
#ycontainer ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#ycontainer ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#ycontainer ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.ycontent{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
.ycontent h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEW CLIENT *******/
.ycontent.newclientclass h1{
	background: transparent url(images/news.html) no-repeat scroll left top;
}
.ycontent.newclientclass{
	display: block;
}
/******* /NEW CLIENT *******/
/******* CURRENT CLIENTS *******/
.ycontent.currentclientclass h1{
	background: transparent url(images/tuts.html) no-repeat scroll left top;
}
.ycontent.currentclientclass{
	display: none;
}
/******* /CURRENT CLIENT *******/
