h2 a:hover{
	color:#232323;
}

a:hover{
	text-decoration:none;
	color:#232323;
}

/******************************************************************
				 Cap Style
******************************************************************/

p .left {
    float: left;
    margin: 0 10px 0 0;
background: rgb(48,48,48); /* Old browsers */
background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(15,15,15,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(100%,rgba(15,15,15,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(48,48,48,1) 0%,rgba(15,15,15,1) 100%); /* W3C */
    -moz-border-radius: 999px;
    border-radius: 999px;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	text-shadow: none;
	font-size: 28px;
	color: #fff;
}

/******************************************************************
				 Tagline seperate color
******************************************************************/

#tagline span{
	color:#fa8c13;
}

/******************************************************************
				 Header Background
******************************************************************/

#header .header-bg{
	background-color:#fa8c13 ;
	border-bottom:14px solid #e3e2e2;
	margin-bottom:30px;

}

#header .header-bg .inner{
background:url(../select/cold-gray2.png) no-repeat top center;
	
}

/******************************************************************
				 Footer Background
******************************************************************/

#footer{
	border-top:5px solid #fa8c13;
}

#footer .inner{
	background:url(../select/cold-gray2.png) no-repeat top center;
	padding-top:30px;
	border-top:1px solid #191919;
}

#footer .copyright{
	background:#000;
	border-top:1px solid #191919;
	font-size:12px;
	padding:15px 0;
	margin-top:20px;
}


/******************************************************************
				 Breadcrums Background Style
******************************************************************/

.breadcrums{
	background: #fa8c13; /* Old browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 0;
	float:left;
	margin-bottom:15px;
}

.breadcrums .inlinesearch input{
	background-color:#111;
	-webkit-box-shadow: inset 2px 2px 5px 2px #141414;
-moz-box-shadow: inset 2px 2px 5px 2px #141414;
box-shadow: inset 2px 2px 5px 2px #141414; 
	width:179px;
	color:#FFF;
	font-size:12px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:7px 30px 7px 10px;
	border:none;
	font-style:italic;
	float:left;
}

/******************************************************************
				 Menu Styles
******************************************************************/

#navigation li a.selected{
	background:#fa8c13;
	-moz-border-radius:5px;
	border-radius:5px;
	opacity:0.8;
	color:#FFF;
}

#navigation .menu-title:hover{
	background:#fa8c13;
	-moz-border-radius:5px;
	border-radius:5px;
	opacity:0.8;
	
}

#navigation ul ul {
    background: none repeat scroll 0 0 #0f0f0f;
    border: 1px solid #131313 ;
    display: none;
    float: left;
	-moz-border-radius:5px;
	border-radius:5px;
    height: auto;
    left: -1px;
    padding-left: 0;
    position: absolute;
    top:45px;
    width: 200px;
    z-index: 9999;
	margin: 0 !important;
}

#navigation ul ul li{
    background: none repeat scroll 0 0 transparent;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    display: block;
    font-size: 12px;
	border-top:1px solid #1a1a1a;
	border-bottom:1px solid #000;
    line-height:32px;
    padding: 0;
    text-align: left;
    width: 200px;
}

#navigation ul ul li:hover{
	background:#141414;
}

ul.filter li a.current{
background:#1c1c1c;
text-shadow:none;
	-webkit-box-shadow: inset 2px 2px 5px 2px #1a1a1a;
-moz-box-shadow: inset 2px 2px 5px 2px #1a1a1a;
box-shadow: inset 2px 2px 5px 2px #1a1a1a; 
color:#FFF;
padding:4px 4px;
-moz-border-radius:3px;
border-radius:3px;
}

ul.filter li a span:hover{

background:#1c1c1c;
text-shadow:none;
color:#f0f0f0;
	-webkit-box-shadow: inset 2px 2px 5px 2px #1a1a1a;
-moz-box-shadow: inset 2px 2px 5px 2px #1a1a1a;
box-shadow: inset 2px 2px 5px 2px #1a1a1a; 
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;


}
