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

body {
	background-color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* text decoration */

p {
	margin: 0px 0px;
	text-align: justify;
}

a {
	color: #00F;
	font-weight: bold;
	text-align:center;
	font-size: 11px;
}

a:visited {
	color:#000;
}

a:hover {
	color: #f1af01;
	text-decoration: none;
	text-align:center;
}



.contact {
	color: #884422;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
}


.login {
	color: #d09d00;
	text-decoration: none;
	text-align:center;
	font-size: 10px;
}

h1 {
	font-size: 14px;
	margin: 5px 0px;
	color: #630;
	font-weight: bold;
}

h2, h3 {
	font-size: 13px;
	margin: 5px 0px;
	color: #bf7c13;
	font-weight: bold;
}
.footer {
	font-size: 9px;
	color: #aaa;
	font-weight: lighter;
}


.active {
	color: #ae68735;
}

h1#baskbali {
	margin-top:-9009px;
	position:absolute;
}


/* layout */

.text_table {
    text-align: left;
	vertical-align: bottom;
}

.icon {
	vertical-align: middle;
    text-align: center;
}


/* div containers */
#main_wrapper {
	position:absolute;
	width:790px;
	z-index:1;
}
#basktoplogo {
	position:absolute;
	width:286px;
	height:45px;
	z-index:1;
	left: 8px;
	top: 8px;
}
#leftmenu {
	position:absolute;
	width:150px;
	height:500px;
	z-index:2;
	top: 113px;
	left: 10px;
}
#content_wrapper {
	position:absolute;
	z-index:3;
	left: 160px;
	top: 108px;
}

#footerinterior {
	position:absolute;
	width:140px;
	height:31px;
	z-index:2;
	left: 4px;
	top: 340px;
}


/*left navigation menu */

#leftmenu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#leftmenu li
{
margin: 0 0.15em;
background: url(images/interiorbutton.gif) #fff top left no-repeat;
height: 25px;
line-height: 1em;
width: 70px;
display: block;
border: 0em;
color: #e68735;
text-decoration: none;
font-weight: bold;
font-size: 11px;
text-align:left;
padding-top: 15px;
padding-left: 53px;
padding-bottom: 10px;

}

#leftmenu li a
{
color: #000;
text-decoration: none;
/*background: url(images/interiorbutton.gif) #fff top left no-repeat;
height: 25px;
line-height: 1em;
width: 70px;
display: block;
border: 0em;
text-decoration: none;
font-weight: bold;
font-size: 10px;
text-align:left;
padding-top: 15px;
padding-left: 53px;
padding-bottom: 10px;*/

}

#leftmenu li a:hover
{
color: #e68735;
}

#leftmenu li a:active
{
color: #e68735;
}

/* Hide from IE5-Mac \*/
#leftmenu li a
{
float: none
}
/* End hide */


/*e-mail protection*/
.backwards {
unicode-bidi:bidi-override; direction: rtl;font-weight:bold;
}
