/* Skins (you don't have to load all, just outcomment the ones you don't need)*/
/*@import url(skins/basic.css);
@import url(skins/black.css);
@import url(skins/gray.css);
@import url(skins/blue.css);
@import url(skins/orange.css);
@import url(skins/red.css);
@import url(skins/green.css);
@import url(skins/light-blue.css);*/
@import url(skins/fz.css);


/* Resets */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;}
ul{list-style:none;}

/* Mega Menu Styles */
.mega-menu ul, .mega-menu ul li {list-style: none;}
.mega-menu ul {position: relative; padding: 0; margin: 0;}
.mega-menu ul li ul {display: none;}
.mega-menu .sub {display: none;}
.mega-menu .sub ul {display: block;}

/* Template specific styling*/
body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#wrapper{
	margin: 20px auto;
	padding: 0px;
	color: #000;
	background-color: white;
}
h2 {
	font: normal 26px Arial, sans-serif; 
	padding: 20px 0; 
	margin: 0 0 30px 0;
}
#content{
	margin: 10px 0 0 0;
	border: 1px solid #333;
	padding: 10px;
}

/* Selectbox styling */
.selectwrap{
	margin: 0 auto;
	display: block;
	padding: 0 10%;
}
.selectbox {
  position: relative; 
  display: inline-block;
  *display: inline; 
  zoom: 1;
  border: 1px solid #aeaeae;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
  background-image: linear-gradient(top, white, #e6e6e6);
  border-radius: 5px;
  box-shadow: 0 1px 1px #d2d2d2;
  margin: 5px;
  width: 100%;
}

.selectbox select {
  z-index: 10; 
  position: relative;
  border: none; 
  background: none; 
  outline: none; 
  opacity: 0;
  height: 24px;
  width: 100%;
  -webkit-appearance: none; 
  filter: alpha(opacity=0);
}

.selecttext {
  z-index: 9;
  position: absolute;
  left: 5px;
  display: inline-block;
  *display: inline; 
  zoom: 1;
  padding-top: 4px;
  background: transparent;
  color: #666;
}

.select-arrow {
  background: url(skins/images/caret.png) no-repeat 50% 50%;
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 100%;
  width: 26px;
  top: 0;
  right: 0;
  border-left: 1px solid #d6d6d6; 
}
/* hide level indicator on the normal menu */
.mega-menu ul li a span {display:none;}

/* hide select menu on normal page */
.mega-menu .selectbox { display: none; }

/* Responsiveness */
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 0px)
and (max-width : 480px) {
	#wrapper {width: 90%; min-width: 200px}
	.mega-menu li a{ display: none !important; }
	.mega-menu .selectbox { display: inline-block;}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (min-width : 480px)
and (max-width : 768px) {
	#wrapper {width: 90%;}
	.mega-menu li a{ display: none !important; }
	.mega-menu .selectbox { display: inline-block;}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
#wrapper {width: 90%;}
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1024px)
and (max-width : 1824px) {
.black ul.mega-menu li .sub li {width: 170px !important}
#wrapper {max-width: 960px;}

}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
.black ul.mega-menu li .sub li {width: 170px !important}
.black ul.mega-menu {width: 100% !important}
#wrapper {width: 960px;}
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
