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

a		{}
a:hover	{}

/* Navigation */
header.navbar					{background:#282e2e;}
.navbar .nav a.current:focus,
.navbar .nav a.current,
.navbar .nav a.current:hover	{background:none; color:#ec6e66;}
.navbar-inverse .brand, 
.navbar-inverse .nav > li > a	{color:#9cc2c2; 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:#dc4238; color:#fff;}

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

/* ##### Slide Management ##### */
#home2 				{background:url(../img/grediant-black-30pc-large.png) 0px 0px repeat-x #d7cac2;}
#about 				{background:#eeeee6; min-height:1000px;}
#work				{background:url(../img/denim.png) 0px 0px repeat #5c554f; min-height:1000px;}
#services			{background:url(../img/subtle_orange_emboss.png) 0px 0px repeat #8d8781 ; min-height:700px;}
#contact			{background:#bdca29; min-height:700px; padding:0px; position:relative;}

/*Contact */
#contact .container	{background:url(../img/60degree_gray.png) repeat;}

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

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