a:link, a:visited {
	color: #CC0000;
/*	background-color:#110000	*/
}

a:hover {
	color: #FFFFFF;
/*	background-color:#330000	*/
}

h1, div.componentheading, td.componentheading {
  color: #cccccc; 
}

#header {
  background: url(images/lachini-logo.gif) ;
}

#asterisk {
  /*background: url(images/fariborz_lachini_orange.png) no-repeat;*/
} 

#footer {
	background: #000000 url(images/lachini-footer.png)  no-repeat;
}

.colorbox div.module div div {
  background: transparent url(images/orange_top_left.png) no-repeat top left;
}

.colorbox div.module div div div {
	background: transparent url(images/orange_top_right.png) no-repeat top right;
	padding: 0 10px 10px 10px;
	width: auto !important;
	width: 100%;
}
/**
ul li
{
	background-image: url(images/orange_bullet.png) ;
}
*/
ul#persian li#persian
{
	
}


/* information block */
div.info {
  min-height: 197px;
  overflow:hidden;
  height:expression( this.scrollHeight < 197? "197px" : "auto" );
}

/* Suckerfish Tabs */

div#nav li.active {
  background: #990000 no-repeat bottom left;
}
div#nav li.active a {
  background: #990000 no-repeat bottom right;
}

/** Preloads **/
span.pl_active_l {
/*	background-image: url(images/orange_tab_l.png); */
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

span.pl_active_r {
/*	background-image: url(images/orange_tab_r.png); */
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}



#sidebar1 {
float:left;
width:33%;
background:#000;
padding:15px 0;
}

#sidebar2 {
float:right;
width:33%;
background:#000;
padding:15px 0;
}

#sidebar1 p,.thrColLiqHdr #sidebar1 h3,.thrColLiqHdr #sidebar2 p,.thrColLiqHdr #sidebar2 h3 {
margin-left:10px;
margin-right:10px;
}


#mainContent {
float:right;
width:62%;
background:#000;
}
