#main {    
width: 600px;
height:800px;
}
body{
/* background: url(../images/bg.png) repeat-y; */
 background-color: white;
}
.ravi-error{
border:1px solid #000000;
padding:6px;border-radius:16px;
margin-bottom:10px;
background-color:#9CD4E5;
color:#000000;
margin-top:8px;
width:300px;
text-align:center;
cursor:pointer;
}
.clipbtn{
display:none;
z-index:1000;
position:absolute;
/*background: url(../images/btnokravi.png) repeat-x;
width:72px;
height:22px;*/
}
.arro{
border:1px solid #C10707;
width:192px;
height:20px;
margin:3px;
color:#6A6A6A;
text-align:center;
padding-top:3px;
font-size:14px;
background:#fdfdfd;
border-radius:12px;
}

.container{
	position:relative;
	display:inline-block;
	width:100%;
padding-left: 10px;
padding-top: 10px;
border-bottom:1px solid #D9D9D9;
}
.link { 
 position: absolute; 
    color: white; 
   font: bold 24px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;
cursor: pointer;
}
 

.hdng{    
    color:#CD1717; 
    text-shadow:1px 1px #D9BAF1;
    font-size:16px;
    text-align: center;
}
.zoom {
display:inline-block;
position:relative;
cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;
}
.zoom img {
display: block;
}
.zoom img::selection { background-color: transparent; }
#ex2 img:hover { cursor: url(images/grab.cur), default; }
#ex2 img:active { cursor: url(images/grabbed.cur), default; }
.menu ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.menu ul li {
color: #475766;
padding-right:5px;
padding-left: 20px;
margin: 5px 0px;
border-bottom:1px solid #cccccc;
background: url(../images/favi.png) no-repeat left 5px;
}
.menu ul li:hover{
color:#A3142B;
font-size:18px;
}
.menu {
float: left;
margin: 5px 0 10px ;
padding: 0 0px 15px 20px;
border: 1px solid #11578C;
width:90%;
background: url(../images/bg-ravi.gif);
}
.bottombar{
bottom:-8px;
padding:4px;
text-align:center;
 
border:1px solid #597194;
position:fixed;
z-index:9999;
background: url(../images/bg-ravi.gif);
}
.bottombararrow{
bottom:-8px;
padding:4px;
text-align:center;
width:120px;
right:19%;
height:5%;
border:1px solid #597194;
position:fixed;
z-index:9999;
background-color:#fdfdfd;
}
.con{
color: #371C1C;
font-size: 15px; 
margin-top: 10px;
font-family: rockwell, times new roman;    
}