/* To understand below classes in better view http://nishantpatil.com//grace/documentation */

a		{}
a:hover	{}

/* Navigation */
header.navbar					{background:#dddbd5;}
.navbar .nav a.current:focus,
.navbar .nav a.current,
.navbar .nav a.current:hover	{background:none; color:#368ad1;}
.navbar-inverse .brand, 
.navbar-inverse .nav > li > a	{color:#51576d; text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);}
.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,
.navbar-inverse .nav > li > a:focus,
.navbar .nav a:hover			{color:#000;}

/* About Us */
h3.tags						{background:#9bbfcc; color:#fff;}

#about p:hover				{color:#000;}
#about p:hover strong		{color:#79a0ae;}

/* ##### Slide Management ##### */
#home3 				{background: url(../img/slide3-img.jpg) top center repeat fixed;}
#about 				{background:#f8f8f6; min-height:1000px;}
#work				{background:#f1f1ed; min-height:1000px;}
#services			{background:#fff; min-height:700px;}
#contact			{background:#bdca29; min-height:700px; padding:0px; position:relative;}

/*Contact */
#contact .container	{background:url(../img/dot-dull.png) repeat;}

/* Service */
.serv-info .circle	{border:3px solid #ccc;} 

/* Selection color works on in Modern Browser */
::-moz-selection{background:#9bbfcc;color:#fff;}
::selection		{background:#9bbfcc;color:#fff;}