﻿body{
	margin:0;
	padding:0;
	background-color:#f3f3f3;
	background-image:url('images/gray_paper_backg.png');
	font-family:Georgia, "Times New Roman", Times, serif;
	user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	-msie-user-select:none;
	-moz-user-select:none;
	
}
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
.clear{
	clear:	both;
}
a img{
	border:0;
}
#back-wrapper{
	width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
	box-shadow:inset 0 0 300px #9f9f9f;
    z-index: 1;
	background-image:url('images/stripes.png');
	background-repeat:repeat;
	opacity:1;
}
#back-wrapper img{
	height:100%;
	width:100%;

}
#main-wrapper{
 	width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
box-shadow:inset 0 0 300px #9f9f9f;
    z-index: 1;
}
#reach-us-right{
	height:25px;
	width:400px;
	float:right;
	text-align:right;
	margin-right:25px;
	padding-top:5px;
}
#reach-us-right a{
	color:#333;
	text-decoration:none;
	opacity:0.6;
}
#reach-us-right a:hover{
	color:#333;
	opacity:1;
}
#main-menu{
	position:absolute;
	top:0;
	width:100%;
	height:30px;
	background-color:#d9d9d9;
	box-shadow: 0 0 3px #7e7e7e;
}
#logo-mask{
	width:100%;
	height:180px;
	position:absolute;
	background-color:#fafafa;
	top:50%;
	margin-top:-90px;
	z-index:0;
	opacity:0.9;
	box-shadow:0 0 5px #CCC;
}
#logo-box{
	width:100%;
	height:160px;
	padding-top:20px;
	position:absolute;
	top:50%;
	margin-top:-90px;
	font-style:italic;
	color:#999999;
	font-size:1.3em;
	z-index:2;
	text-align:center;
}
#logo-box a img{
	margin-top:10px;
}
#logo-box a:hover{
	opacity:0.7;
}
#shah-logo{
	width:88px;
	height:80px;
	position:absolute;
	bottom:35px;
	padding-top:5px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	background-color:#F5F5F5;
	border-radius:0 5px 5px 0;
	box-shadow:0 0 3px #bcbcbc;

}

#title-bar{
	position:absolute;
	width:500px;
	left:50%;
	margin-left:-250px;
	font-size:1.2em;
	height:70px;
	text-align:center;
	padding-top:20px;
	top:50%;
	margin-top:-190px;
	line-height:170%;
}
#content-area
{
	position:absolute;
	width:500px;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:100px;
	padding-top:10px;
	height:130px;
	color:#666666;
	font-size:0.8em;
	text-align:center;
	line-height:150%;
}
#read-more{
	width:96px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	opacity:0.7;
	margin-top:10px;
	background-image:url('images/read-more-button.png');
	padding-top:2px;
}
#read-more a{
	margin-left:-12px;

	color:#333;
	font-size:0.8em;
	text-decoration:none;
}
#read-more:hover{
	opacity:1;
}
#read-more:hover a{
	color:#666666;
	
}
#footer {
	width:300px;
	float:right;
	text-align:right;
	padding-right:15px;
	padding-bottom:4px;
	color:#666;
	font-family:Georgia;
	font-size:0.8em;
}
#footer a {
	text-decoration:none;
	color:#666;
}
#footer a:hover{
	text-decoration:underline;
}
#footer-left {
	width:400px;
	float:left;
	text-align:left;
	padding-left:15px;
	padding-bottom:4px;
	color:#666;
	font-family:Georgia;
	font-size:0.8em;
}
#footer-area{
	height:25px;
	position:absolute;
	width:100%;
	bottom:0;
	padding-top:5px;
	background-color:#c6c6c6;
}
