@charset "UTF-8";
/* CSS Document */

#panelset {
	margin-right: 30px;
	margin-left: 30px;
	background-position: center;
	background-color: #F1F1F1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#panellinks {
	margin-right: 30px;
	margin-left: 30px;
	background-color: #CCC;
	text-align: center;
}
#panellinks ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#panellinks li {
	display: inline;
}
#panellinks a  {
	display: block;
	float: left;
	width: 138px;
	height: 20px;
	padding: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#panellinks a:hover {
	display: block;
	float: left;
	width: 138px;
	height: 20px;
	padding: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
#panellinks li.active a {
	display: block;
	float: left;
	width: 138px;
	height: 20px;
	padding: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
.tab_services {
	background-image: url(../images/tab_services.jpg);
}
.tab_brochure {
	background-image: url(../images/tab_brochure.jpg);
}
.tab_ecommerce {
	background-image: url(../images/tab_ecommerce.jpg);
}
.tab_cms {
	background-image: url(../images/tab_cms.jpg);
}
.tab_seo {
	background-image: url(../images/tab_seo.jpg);
}
#panelset .left_column {
	width: 538px;
}
#panelset .right_column {
	width: 350px;
}
