/* CSS Document, Behnegar */
body {
	margin: 0px;
	font-family: Tahoma;
	background-color: #fff;

}
#imgover {
    width: 429px; 
	height: 460px;
    background: url(images/both.jpg);
    margin: 0; 
	padding: 0;
    position: relative;
}
#imgover li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0px;
}
#imgover li, #imgover a {
    height: 460px; 
	display: block;
}

#item1 {
	left: 0; 
	width: 44px;
}
#item2 {
	left: 44px; 
	width: 71px;
}
#item3 {
	left: 115px; 
	width: 78px;
}
#item4 {
	left: 193px; 
	width: 60px;
}
#item5 {
	left: 253px; 
	width: 63px;
}
#item6 {
	left: 316px; 
	width: 71px;
}
#item7 {
	left: 387px; 
	width: 41px;
}
#item1 a:hover {
    background: transparent url(images/both.jpg) 0 -460px no-repeat;
}
#item2 a:hover {
    background: transparent url(images/both.jpg) -44px -460px no-repeat;
}
#item3 a:hover {
    background: transparent url(images/both.jpg) -115px -460px no-repeat;
}
#item4 a:hover {
    background: transparent url(images/both.jpg) -193px -460px no-repeat;
}
#item5 a:hover {
    background: transparent url(images/both.jpg) -253px -460px no-repeat;
}
#item6 a:hover {
    background: transparent url(images/both.jpg) -316px -460px no-repeat;
}
#item7 a:hover {
    background: transparent url(images/both.jpg) -387px -460px no-repeat;
}
#Page {
	width: 980px;
	height:auto;
	overflow:hidden;
}
#LeftPanel {
	float: left;
	width: 200px;
	background: #eaeaea;
	padding-top: 20px;
	border-right: 1px solid #ccc;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
#RightPanel {
	float: left;
	width: 760px;
	background-color: #f4f4f4;
	padding-top: 60px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
.footer {
	height: 24px; 
	width:957px; 
	background-color:#cfcfcf; 
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 10pt;
	text-align:center;
	padding: 2px;
}
.TopBar {
	height: 24px; 
	width:100%; 
	background-color:#cfcfcf; 
	border-top: 1px solid #ccc
}
.BottomBar {
	width:100%; 
	background-color:#eaeaea; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.menu {
	position:absolute;
	visibility: hidden;
	border:1px solid #ccc;
	z-index: 100;
}
.menu a{
	width: 130px;
	color: #999;
	display: block;
	border-bottom: 1px solid #ccc;
	background-color:#eee;
	padding: 4px 0;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	text-indent: 5px;
}
.menu a:hover{ /*hover background color*/
	background-color: #eaeaea;
	color: #007b3c;
}
#navlist ul {
	list-style:none;
	width: 100%;
	margin:0;
	padding:0;
	float:left;
	border-bottom: 1px solid #ccc;
}
#navlist li {
	font-size: 10pt;
	background-color: #eaeaea;
	padding: 2px 0px 4px 40px;
	border-top: 1px solid #ccc;
}
#navlist li a {
	color: #999;
	text-decoration:none;
}
#navlist li a:hover {
	color: #007b3c;
	text-decoration: none;
}
.Content {
	width: 90%;
	font-size: 10pt;
	margin: 20px auto 10px auto;
	padding: 10px;
	color: #555;
	direction:ltr;
	text-align: justify;
	scrollbar-base-color: #e1e1e1;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #e1e1df;
	scrollbar-darkshadow-color: #e1e1e1;
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #e1e1e1;
	scrollbar-shadow-color: #e1e1e1;
	scrollbar-track-color: #e1e1e1;
}
.over
{
	height: 310px;
	overflow: auto;
}
.FilmText {
	font-size: 10pt;
	text-align: justify;
}
.title {
	color:#FF0000;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.links {
	width: 550px;
	background-color: #e1e1e1;
	margin: 0 auto;
	padding: 4px;
	text-align:center;
	font-size: 10pt;
}
.links a {
	color: #999;
	padding:12px;
	text-decoration:none;
}
.links a:hover {
	color: #007b3c;
	text-decoration:none;
}
#container {
  position: relative;
  float:left;
  width: 710px;
  height: 20px;
  overflow: hidden;
}
#scroller {
  width: 5000px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}
.text {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 15pt;
}


.archive
{
	width:140px;
	text-align:left;
	direction:ltr;
	float: right;
	overflow:hidden;
	background-color: #e1e1e1;
	font-size: 10pt;
	margin-top:4pt;
}
.archive a 
{
	margin-top:5pt;
	color: #999;
	padding:12px;
	text-decoration:none;
	
}

.archive a:hover {
	color: #007b3c;
	text-decoration:none;
}

.normallink {
	/*background-color: #e1e1e1;*/
	font-size: 10pt;
}
.normallink a
{
	color: #808080;
	padding: 0px;
	text-decoration: none;
}
.normallink a:hover {
	color: #007b3c;
	text-decoration:none;
}

.titlecat
{
	color: #009933;
	font-size:11px;
	font-weight: bold;
	margin: 0 0 0 0;
}

<!--[if IE]>
<style type="text/css">
#scroller{
  width: 882px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}
</style>
<! [endif]-->

