#yazi {
	width: 881px;
	margin-right: auto;
	margin-left: auto;
}


img {
margin-bottom: 0px;
}

a img:hover {
opacity: 0.75;
border:none;
}

/* Buttons */

a.butt_bgwhite{
	background-color:#ebe7dc;
	padding:4px 0 5px 0;
	text-align:center;
	display:block;
	margin:5px 0;
	border:1px solid #e3ddcc;
	font-size: 1.1em;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
a:hover.butt_bgwhite{
	color:#fff;
	background-color:#4098F1;
	border:1px solid #fff;
}

/* Header Elements */

.simple{
	height:35px;
	background: url(../img/simple.gif) repeat-y;
	width: 2px;
	float:left;
	margin:0 10px;
}

#simpleTooltip {
	padding: 7px;
	border: 1px solid #d2d2d2;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

/*--Panels--*/

#panel{
	margin-top:20px;
	padding:0;
	display:none;
	width: 881px;
}


#panel_webdesign{
	margin-top:20px;
	padding:0;
	display: inherit;	
}

#panel_brand{
	margin-top:20px;
	padding:0;
	display:none;	
}

#panel_video{
	margin-top:20px;
	padding:0;
	display:none;	
}

.panel_button{
	height:85px;
	text-align: center;
	width: 881px;
	background-image: url(../img/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}

#home .panel_button{	
	margin-top:20px;
}

.panel_button a{
	background: url(../img/down.png) no-repeat top left;
	height:36px;
	width:36px;
	border:none;
	display:block;
	position:relative;
	top:8px;
	left:404px;
}
.panel_button a:hover{
	background-position:bottom center;
}

.panel_button a.active{
	background: url(../img/up.png) no-repeat top left;
}
.panel_button a.active:hover{
	background-position:bottom center;
}

