body {
    background-color: #ffffff;
    background-image: url("bg_body.jpg");
    background-repeat: repeat-x;
    margin: 0px 0px 0px 0px;
	font-family: "Arial";
}

/*** defaulturi ***/
a, a:visited {
    color: #FA6700;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; /* thou shall not have padding in here */
}

p {
 margin:0 0 10px 0;   
	
}

/*---------Hashuri--------*/
h1 {
    font-family: "Georgia", "Trebuchet MS";
    font-size: 18px;
    font-weight: normal;
    color: #124d65;
    margin: 0px 0px 0px 0px;
}

h2 {
    font-family: "Arial";
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
    color: #ffffff;
}

h3 {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #ffffff;
}


#container{
 margin:0 auto;
 position:relative;
 width:970px;	
 zoom:1;
 
}

#header {
    height:100px;
    width:970px;
    margin:0 auto;
}

.logo {
float: left;
width:300px;
margin:6px 0 0;
}

.top_right_banner{
    border: 1px solid #BCBCBC;
    float: right;
    height: 90px;
    margin: 13px 0 0;
    padding: 2px;
    width: 468px;
}



.nbody-name {
    color: #3E6CD0;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 3px;
}

.top_menu {
    left: 25px;
    padding-left: 12px;
    top: 98px;
    width: 970px;
    z-index: 1;
	margin:0 auto;
}

.tabby_left {
    background: url("tabby_left.jpg") repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    left: -12px;
    position: relative;
    width: 12px;
    z-index: 1;
}

.tabby {
background: url("tabby_bg.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    left: -12px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 11px;
    position: relative;
    vertical-align: bottom;

}




.tabby a{
text-decoration:none;
font-size:12px;
font-weight:bold;
color:#fff;
}


.advertisement{

    margin: 0 0 10px;
    padding-bottom: 5px;
    width: 158px;
}


.tabby_right {
    background: url("tabby_right.gif") repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    margin-left: -14px;
    position: relative;
    width: 26px;
    z-index: 2;
}

#container .menu_bottom {
  background: url("bg_tabby_feat.gif") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    margin: 0 auto;
    padding-right: 10px;
    text-align: right;
    width: 960px;
    z-index: 0;
}


#center_content{
    margin: 0 auto;
    width: 970px;
	height:auto;
	overflow:hidden;
}

#center_content .left_side_tbl{
    margin: 0 auto;
    width: 790px;
	float:left;
	margin-right:10px;
}

#center_content .right_side{
    margin: 0 auto;
    width:160px;
	float:right;
	margin-top:13px;
}

#story{
margin:0 auto;
padding:3px;
}

#story h1, #story h2{
    border-bottom: 1px solid #BCBCBC;
    color: #124D65;
    font-family: "Georgia","Trebuchet MS";
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;

}


.bonus_tbl{
margin:15px 0 10px 0;
}


#footer{
    margin: 0 auto;
    width: 970px;
	text-align:center;
	padding:10px 0;
	   border-top: 1px dotted #BCBCBC;
	   float:left;
	   margin-top:10px;
}

ul.footlink{
list-style:none; 
display:inline;
padding:0;
margin:0;
} 
 
ul.footlink li{
    border-right: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0 5px;
}  
 
ul.footlink li a{
color:#000;
font-size:12px;
font-weight:normal;
text-decoration:none;
}   

ul.footlink li a:hover{
color:#bcbcbc;
font-size:12px;
font-weight:normal;
text-decoration:none;
}  

#footer p{
text-align:center;
margin:5px 0;
color: #000;
font-size:12px;
}

.left_menu_home_tab_2 {
    background: url("tab_1.jpg") no-repeat scroll left top transparent;
    height: 21px;
    padding-left: 8px;
    padding-top: 1px;
    width: 160px;
}

.right_menu_home_content {
    background: url("menu_right_bot.jpg") no-repeat scroll center bottom transparent;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    width:158px;
}

.right_side .right_menu_home_content a  {
    background: url("menu_right_bg.jpg") no-repeat right top transparent;
    border-bottom: 1px dotted #C5D2DC;
    color: #07789A;
    display: block;
    font-family: "Arial";
    font-size: 11px;
    padding: 3px 18px 3px 5px;
    text-decoration: none;
}

.right_menu_home_content a {
    color: #07789A;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}



.nbody-cell a{

}

a, a:visited {
    color: #FA6700;
    text-decoration: none;
}

#story p{
  font-family: Trebuchet MS,Arial,Helvetica;
    font-size: 12px;
	margin:0 0 8px 0;
}



.ntop-cell-left {
    background-color: #F8F8F8;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #4F728E;
    font-size: 12px;
    padding: 5px 3px;
}

.ntop-cell-center {
    background-color: #F8F8F8;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #4F728E;
    font-size: 12px;
    padding: 5px 3px;
}

.ntop-cell-right {
    background-color: #F8F8F8;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #4F728E;
    font-size: 12px;
    padding: 5px 3px;
}

.nrow0 {
    background-color: #FFFFFF;
	height:45px;
}

.nrow1 {
    background-color: #FAFBFC;
	height:45px;
}

.nrow1:hover, .nrow0:hover{
background:#f0f0f0;
}


div.left_menu_home_tab {
    background: url("tab.jpg") no-repeat scroll left top transparent;
    height: 22px;
    padding-left: 8px;
    padding-top: 1px;
    width:153px;
}

h3 {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 4px;
}


a.visit_links{
text-decoration:underline;
color:#000;
font-weight:normal;
}

a.visit_links:hover{
text-decoration:none;
color:#000;
font-weight:normal;
}

td {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}




.reviews_banner img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:3px;
 background:#fff;
}

.reviews{
    border-bottom:1px solid #ccc;
	margin:5px 0 10px 0;
	padding:5px;
	zoom:1;
}

.reviews p{
margin:0;
font-size:12px;
}

.reviews h4 a:hover{
color:#000;
text-decoration:none;
}

.reviews h4, .reviews h4 a{
 padding:0;
 margin:0;
 text-align:left;
color:#3E6CD0;
 text-decoration:none;
 font-size:12px;
 margin:0 0 3px 0;
 font-weight:bold;
}

a.read-more{
color:#3E6CD0;
text-decoration:underline;
font-size:12px;
float:right;
}


a.read-more:hover{
color:#3E6CD0;
text-decoration:none;
}






















