@font-face{
	font-family:"Helvetica Neue";
	src:url(http://www.amarmohile.com/css/HelveticaNeue.ttf);
}
body {
	margin:0;
	padding:0;
	background-color:#000000;
}
img {
	border:none;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
#holder {
	width:auto;
	height:auto;
	display:block;
	margin:auto;
}
#wrapper {
	font-family: "Helvetica Neue";
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color:#efefef;
	text-decoration: none;
	width:1000px;
	height:auto;
	margin:0 auto;
	display:block;
}

#top {
	float:left;
	display:block;
	width:1000px;
	height:41px;
	background-image:url(../images/index_01.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#middle {
	display:block;
	float:left;
	width:1000px;
	height:500px;
}
#middle-left {
	float:left;
	display:block;
	width:78px;
	height:500px;
}
#middle-center {
	float:left;
	display:block;
	width:134px;
	height:auto;
}
#middle-right {
	float:left;
	display:block;
	width:788px;
	height:500px;
	background:url(../images/index_04.jpg) no-repeat right;
}
#middle-right-inner {
	float:left;
	display:block;
	width:788px;
	height:500px;
	background:url(../images/inner-bg.jpg) no-repeat right;
}
#logo{
	float:left;
	display:block;
	width:134px;
	height:111px;
	background:url(../images/index_03.jpg) no-repeat top;
	padding-bottom:50px;
}
#bottom {
	display:block;
	float:right;
	width:700px;
	height:30px;
}
#ft{
	display:block;
	float:left;
	width:134px;
	height:30px;
}

#footer {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}
#nav{
	width:134px;
	display:block;
	float:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
}
#nav ul{
	list-style-type:none;
	line-height:22px;
	margin-left:-20px;
}

#nav a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover{
	color:#cc0000;
	text-decoration:none;
}
#nav a:active{
	color:#cc0000;
	text-decoration:none;
}

#transbox
  {
  width:272px;
  height:325px;
  margin-left:100px;
  margin-top:150px;
  background-color:#000000;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
  
#transbox-inner
  {
  width:700px;
  height:auto;
  margin-left:50px;
  margin-top:165px;
  background-color:#000000;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
#homepage-txt{
	text-align:justify;
	margin:10px;
	vertical-align:top;
}
#homepage-txt ul{
list-style:none;
margin-left:-30px;
}
#homepage-txt li{
list-style:none;
background:url(../images/arrow.png) left center no-repeat;
margin-bottom:5px;
padding-left:25px;
}
.title{
	color:#cc0000;
}
.title-inner{
	color:#cc0000;
	font-size:20px;
	font-family:"Helvetica Neue";
	font-weight:200;
}

#innerpage-text{
	text-align:justify;
	margin:10px;
	vertical-align:top;
}
#inner-top{
	display:block;
	float:left;
	background:#000000;
	width:700px;
	height:120px;
	margin-left:50px;
	margin-top:20px;
}