/*@media screen 
and (min-width : 1024px) 
and (max-width : 1200px) {
Desktops and laptops ----------- */

@media only screen 
and (min-width : 1200px) {

	/*div#wrapper 			{ width:1200px; }*/
	div#wrapper{
			width:100%; 
			min-height:100%;
			margin-left:1%;
			background-color:#fff;
			padding:0 10px; 
			border-top:1px #BF6000 solid;
			font-size:1.2em; 
  	}
	div#middlewCommon {
			width:60%;
	}
	div#middlecontentwDetail{
			width:60%;
	}
	div#middlewRelate{
		width:60%;
	}
	div#rightcontentwSearch{
			width:60%;
	}
	div#rightside{
	  		width:15%;
  	}
	div#leftside{
	  		width:12%;
  	}
	div#submenu{
		display: none;
  	}
	
}