﻿/*All - Copyright © 2009 gaulokweb.com All Rights Reserved*/
/*Do not Use this Programme without permission*/
/*All Programme created by GL Web Pvt. Ltd.*/
body {
    color : Black; 
    text-align : left; 
    font-size: 14px;
    margin: 2px 1px 2px 1px;
    /*background-image: url(image/bg.gif); */
    background-color: White;
    font-family: Arial;
	}

a:link,
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-size: 14px;
}

a:hover 
{
	text-decoration: underline;
	color: #349AEA;
}

.pageWrapper {
	margin: 0 10%;
	width: auto;
	min-width: 620px;
}



.clear {
	clear: both;
}
/*==============Logo link========================*/
#ind{} 
#ind a:hover 
{
	text-decoration: none; 	
	border-bottom: none;
}
/*================City Select======================*/
#city{} 
#city a
{	
	font-family: Arial;
	font-size:14px;
	color: #464646;
	border-bottom:none;
}
#city a:hover 
{
	
	color:Black;
	text-decoration: none; 	
	border-bottom: none;
}

/*===========================================*/
#navcontainer { }

#navcontainer a
{
	float:left;
	display: block;
	width: 190px;
	border-bottom: none;	
	background-repeat: repeat-x;
	height: 30px;
}
#nav1
{
text-decoration: none;
background-image: url(image/hom1.png);
}
#nav2
{
text-decoration: none;
background-image: url(image/hom2.png);
}
#nav3
{
text-decoration: none;
background-image: url(image/hom5.png);
}
#nav4
{
text-decoration: none;
background-image: url(image/hom4.png);
}
#nav5
{
text-decoration: none;
background-image: url(image/hom3.png);
}
#nav1:hover 
{	
	background: url(image/hom1.png) 0 -30px;
	}
#nav2:hover 
{	
	background: url(image/hom2.png) 0 -30px;
		}
#nav3:hover 
{	
	background: url(image/hom5.png) 0 -30px;
	}
#nav4:hover 
{	
	background: url(image/hom4.png) 0 -30px;
	}
#nav5:hover 
{	
	background: url(image/hom3.png) 0 -30px;
	}

/*================Block Field Select======================*/
#bfs{} 
#bfs a
{	
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
}
#bfs a:hover 
{
	color: #349AEA;
	text-decoration: none; 	
	border-bottom:none;
}
/*==============================Alphabates field Categories==========================*/
#afc 
{
	float : none;
	font-family: Arial;
}
#afc a 
{
	padding-left:10px;
	font-size: 14px;
	color :#0000FF;
}
#afc a:hover {
	color : #349AEA;
	border-bottom: 1px;
}
/*==============================Read More==========================*/
#readmore 
{
	clear : both;
	float : none;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial;
}
#readmore a {
	color :orange;
	text-decoration : none;

}
#readmore a:hover {
	color : Maroon;
	text-decoration : none;
	border-bottom: 1px;
}
/*==============================bm==========================*/
#bm 
{
	text-align : center;
	font-size: 12px;
	font-family: Arial;
}
#bm a {
	color : Gray;
	text-decoration : none;
	padding-left: 15px;
	padding-right: 15px;
	font-weight:bold;	
}
#bm a:hover {
	color : Black;
	text-decoration : none;
	border-bottom: 0px;
}

/*================Page Credit==================*/
#page_credit {
	margin-top : 15px;
	margin-bottom : 7px;
	text-align : center;
	font-size : 12px;
	color : white;
	font-family: Arial;
}

#page_credit a {
	text-decoration : none;
	font-size:12px;
	color : White;
}

#page_credit a:hover {
	color : Yellow;
}
