body {
	background: black;
	color : #FFFFFF;
	text-align : justify;
	font-family : Verdana;
	font-size : 12px;
}

img {
	border : 0;
	background: transparent;
}

a {
	color: #FFF8E1;
	text-decoration: none;
}

a:hover {
	color : #FF8818;
}

td.logo {
	background: url(/www.abidosdesign.com/images/abidos-logo.png) no-repeat center;
	padding-right: 15px;
	padding-bottom: 5px;
	cursor: pointer;
}

td.top {
	background: url(/www.abidosdesign.com/images/bottom-line.png) no-repeat right;
	width: 3px;
	height: 163px;
}

td.path {
	background: url(/www.abidosdesign.com/images/top-element.png) no-repeat;
	width: 600px;
	padding-left: 35px;
	padding-bottom: 5px;
}

td.left {
	background: url(/www.abidosdesign.com/images/left-line.png) no-repeat right;
	width: 300px;
	height: 3px;
}

td.center {
	width: 1px;
	height: 1px;
}

td.right {
	background: url(/www.abidosdesign.com/images/right-line.png) no-repeat left;
	width: 600px;
	height: 3px;
}

td.menu {
	background: url(/www.abidosdesign.com/images/left-element.png) no-repeat;
	padding-top : 30px;
}

td.bottom {
	background: url(/www.abidosdesign.com/images/bottom-line.png) no-repeat top right;
	width: 3px;
	height: 400px;
}

td.content {
	background: #191a1b url(/www.abidosdesign.com/images/back.png) repeat-x;
	padding: 30px 40px 1px 40px;
	font-size : 14px;
}

div.menu_item {
	background: url(/www.abidosdesign.com/images/icon.png) no-repeat;
	cursor : pointer;
	margin-top : 20px;
	text-align: left;
	font: bold 14px Arial;
	padding-left: 40px;
	width : 135px;
}

div.menu_item_selected {
	background: url(/www.abidosdesign.com/images/hover-icon.png) no-repeat;
	cursor : pointer;
	margin-top : 20px;
	text-align: left;
	font: bold 14px Arial;
	padding-left: 40px;
	width : 135px;
}

div.menu_item:hover { 
	background: url(/www.abidosdesign.com/images/hover-icon.png) no-repeat;
	color : #FF8818;
}

div.hr {
	border-top : 1px dotted #ffffff;
	width: 100%;
}