body
{
  height: 100%;
  margin: 0;
  padding: 0;

  background: #DDF; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient( #DDF, #FFF ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient( #DDF, #FFF ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient( #DDF, #FFF ); /* For Firefox 3.6 to 15 */
  background: linear-gradient( #DDF, #FFF ); /* Standard syntax */
  background-repeat: no-repeat;

  /*
  background: #EEE;
  background: -webkit-linear-gradient( #EEE, #FFF );
  background: -o-linear-gradient( #EEE, #FFF );
  background: -moz-linear-gradient( #EEE, #FFF );
  background: linear-gradient( #EEE, #FFF );
  background-repeat:no-repeat;
  */

}

html
{
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}    

.dropdown-submenu
{
  position: relative;
}
	
.dropdown-submenu>.dropdown-menu
{
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
	
.dropdown-submenu:hover>.dropdown-menu
{
  display: block;
}

.dropdown-submenu>a:after
{
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after
{
  border-left-color: #fff;
}

.dropdown-submenu.pull-left
{
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu
{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Navbar color changes */

.navbar
{
  background-image: url( '../images/MenuBackground.png' );
		background-size: 100%;
  background-repeat: no-repeat;
		transition: 0.4s;
		
/*  background-color: #CCF; */
/*  background: -webkit-linear-gradient( #EEF, #CCF ); */ /* For Safari 5.1 to 6.0 */
/*  background: -o-linear-gradient( #EEF, #CCF ); */ /* For Opera 11.1 to 12.0 */
/*  background: -moz-linear-gradient( #EEF, #CCF ); */ /* For Firefox 3.6 to 15 */
/*  background: linear-gradient( #EEF, #CCF ); */ /* Standard syntax */
/*  background-repeat:no-repeat; */
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  
  /* background-color: #eee; ckb */
  background-color: #eef;
}

.nav > li.disabled > a {
	
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	
  color: #777;
  
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	
  /* background-color: #eee; ckb */
  background-color: #eef;
  
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  
  /* background-color: #e5e5e5; ckb */
  background-color: #e5e5ff;
  
}

.navbar-nav
{
  padding-left: 50px;
  /* font-size: 18px; */
		font-size: 16px;
  position: relative;
  top: 0px;
}

.navbar-default {
	
  /* background-color: #f8f8f8; ckb */
  background-color: #f8f8ff;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* End navbar color changes */

#map
{
  height:350px;
  width:100%;
  border-style:solid;
  border-color:#CCC;
  border-width:1px;
  border-radius:10px
}

.DocumentList
{
  overflow-x:scroll;
  overflow-y:hidden;
  height:100px;
  background-color:#DDD;
  width:100%;
  padding: 0 15px;
}

.DocumentItem
{
  border:1px solid black;
  background-color:#FF0;
  border-radius:10px;
  padding:0;
  height:70px;
}

.list-inline
{
  white-space:nowrap;
}

#cycler
{
  position:relative;
  width:100%;
}

#cycler img
{
  position:absolute;
  width:100%;
  z-index:1
}

#cycler img.active
{
  width:100%;
  z-index:3
}

#headerLogoImage
{
  width: 370px;
		height: 120px;
		transition: 0.4s;
}

.navbar-container
{
  box-shadow: 0px 0px 10px;
		transition: 0.4s;
}

#callUsNowHeading
{
	 position: relative;
	 font-size: 18px;
		font-weight: bold;
		color: #900;
		text-align: center;
		padding-right: 100px;
  transition: 0.4s;
}

.navbar-left
{
  padding-left: 55px;
		padding-right: 55px;
		height: 120px;
		width: 500px	
}

.style_thumbnail
{
	 width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		transition: 0.5s;
}

.style_thumbnail:hover
{
	 width: 100%;
		top: -10px;
		left: -5px;
  box-shadow: 10px 10px 10px gray;
		transition: 0.5s;
}

.color_lux_product_feature
{
  font-size:16px;
		text-align:center;
}

.color_lux_gallery_thumbnail
{
  position: relative;
		top: 0px;
		left: 0px;
}

.color_lux_gallery_thumbnail:hover
{
		top: -5px;
		left: -5px;
  box-shadow: 5px 5px 5px gray;
		transition: 0.5s;
}

.color_lux_fabrics_thumbnail
{
  position: relative;
		top: 0px;
		left: 0px;
}

.color_lux_fabrics_thumbnail:hover
{
		top: -5px;
		left: -5px;
  box-shadow: 5px 5px 5px gray;
		transition: 0.5s;
}

