﻿/*Add new style under here*/
body {
	/*width: 100%;
	height: 100%;*/
	min-width: 1200px;
	/*margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 100%;*/
}

#div_main {
	position:relative;
}

@media (max-width:1024px) {

		#div_menu_bar {
			display: block;
		}
		#div_small_menu {
		display: none;
		}
		.toggle {
		display: none;
		}
		.nav {
			/*top: 3.6em;*/
		}
		#div_full_search {
			width: 8%;
		}
		
}

@media (max-width:640px) {
	/* Menu */
	#div_small_menu {
		width: 1.5em;
	}
}