*{
	padding:0;
	margin:0;
}
body{
	zoom:.93;
}
a:visited, a{
	text-decoration:none;
}
.background{
	position:absolute;
	height:100%;
	width:100%;
}

.content-wrap{
	margin:auto auto;
	width:950px;
}

.logo{
	margin:15px 0 0 0;
	text-align:center;
}




.indexpageblock{
	width:100%;
}

.main-menu{
	width:660px;
	height:40px;
	background:#c15f18;
	z-index:0;
	margin:auto auto;
	border-radius:20px;
	text-align:center;
	box-shadow:0px 15px 15px -13px black;
}
.main-menu > li {
  color: white;
  display: inline-block;
  font-family: "BankGothic Md BT";
  font-size: 16px;
  line-height: 40px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 12px;
  margin-top: 0;
  text-shadow: 0 4px 4px black;
  text-transform: uppercase;
  vertical-align: middle;
 
}
.main-menu > li > a{
	color:white;
}
.indexpageblock>table{
	margin-top:10px;
	margin:none;
	margin-left: -5%;
}
.white-box{
	overflow:hidden;
	border-radius:20px 0px 0px 20px;
	width:350px;
	height:100%;
	background:transparent;
	margin-right:-2px;

	box-shadow:0px 25px 25px -23px black;
}
.orange-box{
	width:350px;
	background:#7089dd;
	height:100%;
	border-radius:0 0 20px 20px;
	border-radius:20px;
	overflow:hidden;
	box-shadow:0px 25px 25px -23px black;
}

.name-block{
	padding:15px 0 10px 0;
}

.pamasname{
	box-shadow: 0 5px 5px 0 black;
	border-radius:10px;
	color:#fffa8c;
	font-family: "Gill Sans MT","Gill Sans MT Condensed";
	font-size: 20px;
	font-weight: 600;
	margin:auto auto;
	padding:5px 10px;
	text-align: center;
	text-shadow: 0 3px 3px black;
	text-transform: uppercase;
	width: 250px;

	background: #484848; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4NDg0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI3MjcyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODQ4NDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #484848 0%, #272727 50%, #484848 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#484848), color-stop(50%,#272727), color-stop(100%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #484848 0%,#272727 50%,#484848 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #484848 0%,#272727 50%,#484848 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #484848 0%,#272727 50%,#484848 100%); /* IE10+ */
	background: linear-gradient(to right,  #484848 0%,#272727 50%,#484848 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#484848',GradientType=1 ); /* IE6-8 */
}



.menu-block > li {
border-radius: 30px;
list-style: outside none none;
margin: 30px 20px;
padding: 30px 10px;
text-align: center;







    border-top: 5px solid #063647;
	border-bottom:5px solid #000113;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#063647), to(#000113));
    background-image: -webkit-linear-gradient(#063647, #000113);
    background-image:
        -moz-linear-gradient(#063647, #000113),
        -moz-linear-gradient(#063647, #000113)
    ;
    background-image:
        -o-linear-gradient(#063647, #000113),
        -o-linear-gradient(#063647, #000113)
    ;
    background-image: 
        linear-gradient(#063647, #000113),
        linear-gradient(#063647, #000113)
    ;
    -moz-background-size:5px 100%;
    background-size:5px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;

background: #000113; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDExMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjM2NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #000113 0%, #063647 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000113), color-stop(100%,#063647)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000113 0%,#063647 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000113 0%,#063647 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000113 0%,#063647 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000113 0%,#063647 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000113', endColorstr='#063647',GradientType=0 ); /* IE6-8 */

}	



.menu-block > li > a {
	font-size:18px;
	color: #fffa8c;
font-family: gill sans mt;
font-weight: 300;
text-transform: uppercase;
}

.menu-block li ul li {
	display: inline-block;
list-style: outside none none;
padding: 0 10px;
}

.menu-block li ul li a {
	color: white;
font-family: gill sans mt;
text-transform: capitalize;
}

.black-box{
	overflow:hidden;
	border-radius:0px 20px 20px 0px;
	box-shadow:0px 25px 25px -23px black;
	width:350px;
	margin-left:-2px;
	height:100%;

	background:transparent;




}


.prod-slider{
	position:fixed;
	top:0;
	left:10px;
	height:100%;
	width:150px;
	overflow:hidden;
}
.prod-slider li{
	list-style:none;
	margin:10px 0;
	height:150px;
	background:white;
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 10px 10px -8px black;
	
}

.prod-name{
	position:absolute;
	margin-top:150px;
	text-align:center;
	color:gold;
	width:150px;
	height:0px;
	text-transform:uppercase;
	cursor:pointer;
	font-family:calibri;
	font-size:12px;
	line-height:30px;
	background:rgba(0,0,0,.7);
	border-radius:0px 0px 10px 10px;
	text-shadow:1px 1px 2px black;
	overflow:hidden;
	
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
}

.prod-slider li:hover .prod-name{
	height:30px;
	margin-top:120px;
}

.prod-slider img{
	width:150px;
	height:150px;
}



.brand-slider{
	position:fixed;
	top:0;
	right:10px;
	overflow:hidden;
	width:150px;
	height:100%;
}

.brand-slider li{
	list-style:none;
	margin:10px 0;
	height:150px;
	background:white;
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 10px 10px -8px black;
	
}
.brand-slider li:hover .prod-name{
	height:30px;
	margin-top:120px;
}

.brand-slider .prod-name{
	margin-top:150px;
	width:150px;
}

.brand-slider img{
	width:150px;
	height:150px;
}

.brand-slider{
	height: 100%;
}
.copyright{
	color:black;
	font-family:Calibri;
	font-size:12px;
	cursor:default;
}


.md-content li{
	list-style:none !important;
	text-align:center !important;
}



/* ==================== MENU WRAP ==================== */
.menubar-wrap{
	text-align:center;
}
.menubar-wrap>div{
	display:inline-block;
	vertical-align:top;
}





/* =================== MENU ============================= */

.ddsmoothmenu{
	height:40px;
	padding:0;
	box-shadow:0px 10px 10px -8px black;
	border-radius:1000px;
	margin-bottom:10px;
	background:#7089dd;
	text-align:center;
	width:660px;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline-block;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	position: relative;
	padding: 10px 10px 11px 10px;
	margin:0 10px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;

/*	height:40px;
	line-height:40px; */
	font-family: avg, Calibri;
	font-size:16px;
	font-weight:900;
	letter-spacing:1px;
	color:white;
	text-transform:uppercase;
	
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:white;
	color:#c15f18;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 0px 2px 0px black inset;
	-moz-box-shadow:0px 0px 2px 0px black inset;
	-webkit-box-shadow:0px 0px 2px 0px black inset;
	
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	width: 150px; /*width of sub menus*/
/*	height: 25px;*/
	padding: 10px 20px 10px;
	margin: 0;
	font-size: 12px;
	font-family:"tahoma", Calibri;
	font-weight:300;
	color:#333;
	border-top-width: 0;
	text-align: left;
	background: white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 0px 2px 0px black inset;
	-moz-box-shadow:0px 0px 2px 0px black inset;
	-webkit-box-shadow:0px 0px 2px 0px black inset;
	
}


.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover { 
	text-decoration: underline; 
	background:#0A0A6D;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 0px 2px 0px black inset;
	-moz-box-shadow:0px 0px 2px 0px black inset;
	-webkit-box-shadow:0px 0px 2px 0px black inset;
	
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #000;
	opacity:0;
}

.toplevelshaddow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0;
}



.news-switch{
	vertical-align:top;
	height:35px;
	width:68px;
	background:black;
	border-radius:20px;
	text-align:center;
	padding-top:5px;
	box-shadow:0px 10px 10px -8px black;
	border-radius:1000px;
	background:#7089dd;
	cursor:pointer;
}



.brand-slider{
	position:fixed;
	top:0;
	right:0px;
	bottom: 0;
}

.prod-slider{
	position:fixed;
	top:0;
	left:0px;
	bottom: 0;
}

.world-block img{
		width:350px;
		height:100%;
	}


/* RESPONSIVE WEB PAGE*/

@media screen and (max-width:1280px){
	.background{
		min-width:0;
	}

		
	table{
		margin:auto auto;
	}
}

@media screen and (max-width:1180px){
	.background{
		min-width:1170px;
	}
}


@media screen and (max-width:987px){
	.ddsmoothmenu{
		width:80%;
	}
}

@media screen and (max-width:720px){
	
	/*REDUCE THE FONT SIZE*/
/*	.ddsmoothmenu>ul>li>a{
		font-size:70%;
	}*/
}
@media screen and (max-width:660px){	
	/* REMOVE THE WHITE SPACE BETWEEN MENUS*/
/*	.ddsmoothmenu>ul>li>a{
		padding:10px 5px;
		margin:0 5px;
	}
*/
}

@media screen and (max-width:400px){
	.head-logo img{
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background:url(Pamas%20Logo%20New.html) no-repeat;
		background-attachment:local;
		background-size:contain;
		height:100px;
		content:"";
		background-position:center;
		
	}
	
	/*.ddsmoothmenu{
		background:none;
		box-shadow:none;
		height:auto;
		margin-bottom:-50px;
	}
	.ddsmoothmenu>ul>li{
		width:100%;
	}
	.ddsmoothmenu>ul>li>a{
		padding:10px 0;
		background:#c15f18;
		margin:5px;
		border-radius:20px;
	}
*/
}

.ds2{
	background-image: url(bgdesert.jpg) !important;
	background-size:cover !important;
	background-position:bottom !important;
	background-repeat:no-repeat !important;
	background-attachment:fixed !important;
	background-color:#000 !important;
	background-clip:content-box !important;
	background-origin:content-box !important;
}

@media screen and (min-height:640px){
	.logo{
		margin:15px 0;
	}
	.indexpageblock > table {
		margin-top:15px;
	}
}

@media screen and (orientation:portrait){
	.prod-slider,.brand-slider{
		display:none;
	}
}
