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

a		{}
a:hover	{}

/* Navigation */
header.navbar					{background:#092229;}
.navbar .nav a.current:focus,
.navbar .nav a.current,
.navbar .nav a.current:hover	{background:none; color:#B2D700;}
.navbar-inverse .brand, 
.navbar-inverse .nav > li > a	{color:#999; text-shadow:inherit;}
.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,
.navbar-inverse .nav > li > a:focus,
.navbar .nav a:hover			{color:#fff;}

/* About Us */
h3.tags						{background:#00858d; color:#fff;}

#about p:hover				{color:#000;}
#about p:hover strong		{color:#390;}

/* ##### Slide Management ##### */
#home 			{background: url(../img/slide1-bg.jpg) top right repeat fixed;}
#about 			{background:#fff; min-height:1200px;}
#work			{background:#44454e; min-height:1000px; padding-bottom:200px;}
#services		{background:#ec295c; min-height:700px;}
#contact		{background:#B2D700; min-height:700px; padding:0px; position:relative;}

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

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

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