.header_banner {
	background: #fdc97e url(../images/banner_header.png) no-repeat center center !important;
}
.margin-left-medium {
    margin-left: 50px;
}
.font-normal {
    font-weight: normal !important;
}
.bold {
    font-weight: bold;
}
.color-red {
    color: #fd2323;
}
.color-blue {
    color: #259efb;
}
.color-green {
    color: #019a01;
}
#show_search{
	left:20%;
	/*bottom:-22px;*/
	bottom:-75px;
	position:absolute;
	background:url("../images/search_button_icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	cursor:pointer;
	height:80px;
	width:80px;
	display:none;
}
#tabmenu {
    border-bottom: 1px solid #ffffff;
    color: #000;
    cursor: pointer;
    margin: 4px 0 0;
    padding: 0 0 0 10px;
    z-index: 1;
}
#tabmenu li {
    display: inline;
    list-style-type: none;
    overflow: hidden;
}
#tabmenu a, a.active {
    background: none repeat scroll 0 0 #019a01;
    border: 1px solid #333;
    color: black;
    font: 1em verdana,Arial,sans-serif;
    margin: 0;
    padding: 2px 5px 0;
    text-decoration: none;
}
#tabmenu a.active {
    background: none repeat scroll 0 0 #888;
    border-bottom: 3px solid #888;color: #fff;
}
#tabmenu a:hover {
    color: #fff;
}
#tabmenu a:visited {
    color: #e8e9be;
}
#tabmenu a.active:hover {
    color: #dedecf;
}
#tab_content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color;
	border-top: 1px solid #888;
    font: 0.9em/1.3em verdana,sans-serif;
    padding: 0px;
    text-align: justify;
    z-index: 2;
}
#tab_content a {
    color: #e8e9be;
    text-decoration: none;
}
#tab_content a:hover {
    background: none repeat scroll 0 0 #aaaaaa;
}


/*iPhone < 5:*/
@media screen and (device-aspect-ratio: 2/3) {
	.zone-search{
		width:320px;
	}
	.input-text {
		width:400px;
	}
	.blog {
		display:none;
	}
	.sidebar-container{
		display:none;
	}
	.zone{
		width:330px;
	}
	#content_area{
		width:330px !important;
	}
}

/*iPhone 5:*/
@media screen and (device-aspect-ratio: 40/71) {
	.zone-search{
		width:320px;
	}
	.input-text {
		width:400px;
	}
	.blog {
		display:none;
	}
	.sidebar-container{
		display:none;
	}
	.zone{
		width:330px;
	}
	#content_area{
		width:330px !important;
	}
}