/*
      Created by Parag Dixit for SheepStop.com
	  E-mail : parag@sheepstop.com
*/

@import "dropdown.css";
@import "default.css";

* { padding: 0; margin: 0; }

body {
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 text-align:center;
 /*background-image:url('http://sheepstop.com/gifs/xmas.jpg');*/
 background:#DCDCDC;
}

#wrapper {
width:922px;
margin-left:auto;
margin-right:auto;
background:white; /*red - IE shows this incorrectly */
}

#floatwrap {
width:100%;
float:left;
background:white;  /* this is where the background does stretch */
}

#leftcolumn {
float:left;
text-align:left;
width:72%;
background:white;
padding-left:20px;
padding-top:7px !important;
padding-top:0px;
/*border: 1px solid #ccc;*/
}

#rightcolumn {
float: right;
width: 23% !important;
width: 25%;
background:white;
text-align:left;
padding-right:23px !important;
padding-right:20px;
padding-top:7px !important;
padding-top:0px;
display:inline;}

#rightcolumntext{
font-size:12;
font-weight:normal;
/*border: 1px solid #ccc;*/
}

#header {
/*border: 1px solid #ccc;*/
text-align: center;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:5px !important;
padding-bottom:0px;
margin:10px 0px 10px 0px;
height:120px;
width:97.7%;
background:white;
display:inline;
float:left; /* like <tr> */
}

#footer {
/*border: 1px solid #ccc;*/
text-align:center;
width:97.7%;
background:white;
padding:10px;
margin:10px 0px 0px 0px;
float:left; /* like <tr> */
}

p {
line-height:1.5em;
margin:0.5em 0;
}

p.formtext{
line-height:1.0em;
margin:0.5em 0;
font-size:14;
font-weight:bold;
}

a {text-decoration: none}

h3.red{
color:rgb(219,33,76);
}

h3.blue{
color:blue;
}

h4.red{
color:rgb(219,33,76);
}

h5.red{
color:rgb(219,33,76);
}

h6.red{
color:rgb(219,33,76);
}

div.right{
float:right;
text-align:left;
}

div.left{
float:left;
text-align:left;
}

a:hover{
  text-decoration:underline;
	}

html .fb_share_link 
{ 
  font-size:12;
  padding:2px 0 0 20px; 
  height:16px; 
  background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
}

.rupee {
    font-family:rupee;
}


