/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #eeeeee;
}
a{
	color:#e75b1a;
}
#header,.mob-header {
  background-color: #666666;
  background-image: -webkit-linear-gradient(top, #666666 0%, #999999 100%);
  background-image: linear-gradient(to bottom, #666666 0%, #999999 100%);
}

#navigation-container {
  background: #333333;
}

#silder-container {
  background: #cccccc;
}


#main-container {
  background: #ffffff;
}


.sidebar .block {
  background-color: #f6f6f2;
}

#bottom{
	background:#aaaaaa;
}
#bottom-second{
background:#777777;	
}
#footer{
background:#292929;		
}