/* CSS Document */
body {
	min-width: 481px;
}
.container_12{
	min-width: 481px;
	max-width: 959px;
	padding: 0 20px;
}

.searchForm{
	width:100px !important; 
}
.expandBox{
	width:150px !important;
}
.searchForm form, .searchForm input[type=search]{
	width: 100% !important;
}

ul.navList{
	margin-left: 0px;
}

.navigation{
	position:absolute;
	left: 110px;
}

.social_right{
	position: absolute;
	right: 0px;
	width: 120% !important;
}

#header{
	background: rgb(27,28,27);
	position:fixed;
	width:100%;
	height:65px;
	top:0px;
	left:0px;
	z-index: 500;
}

.slideshow-heading {
	font-size: 26px;
	line-height: 30px;
}

/*Added by Nitesh to fix the Ipad issues*/
div.navigation{
	width: 100%;
	left:90px;
}

