
#header-nav-container{
	background:none;
}
.zerogrid{ width: 1200px; position: relative; margin: 0 auto;}
.zerogrid:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.zerogrid,.header,.news3,.DCBox,.titleLine,.page-products,.w-wrap-inner,.bound,.adress,.DCBox-1,.DCBoxRent,.fBox,.suc4,.contact4 {width:768px;}
}

@media only screen and (max-width: 767px) {
	.zerogrid,.header,.news3,.DCBox,.titleLine,.page-products,.w-wrap-inner,.bound,.adress,.DCBox-1,.DCBoxRent,.fBox,.suc4,.contact4 {width:100%;}
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	.zerogrid,.header,.news3,.DCBox,.titleLine,.page-products,.w-wrap-inner,.bound,.adress,.DCBox-1,.DCBoxRent,.fBox,.suc4,.contact4 {width:100%;}
}

@media only screen and (max-width: 619px) {
	.zerogrid,.header,.news3,.DCBox,.titleLine,.page-products,.w-wrap-inner,.bound,.adress,.DCBox-1,.DCBoxRent,.fBox,.suc4,.contact4 {width:100%;}
}


/*** ���� ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu li .num {
	width:16px; height:16px;  position:absolute; right:8px; top:20px; text-align:center; line-height:16px; font-family:Arial, Helvetica, sans-serif; color:#ff0000;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 68px;
	left: 0;
	z-index: 99999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu ul a {
	padding: 0.8em 1.2em;
}







.sf-menu {
	float: right;
}
.sf-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 1.5em 1.2em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #ffffff;
	font-size:16px;
}
.sf-menu ul a {
	color:#ffffff;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}

.sf-menu ul li {
	background-color: rgba(52,52,52,0.5);
}
@media \0screen\,screen\9 {
.sf-menu ul li {
	filter:alpha(opacity=60); background:#525252;
}
}
.sf-menu ul ul li {
	background-color: rgba(52,52,52,0.5);
}
@media \0screen\,screen\9 {
.sf-menu ul ul li {
	filter:alpha(opacity=60); background:#525252;
}
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	transition: none;
	color:#FFFFFF;
}
.sf-menu li a:hover{ color:#ff8400; }

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	transition: none;
	background:#555555;
}

/* Active or Current Nav menu */
.sf-menu li.current{}
.sf-menu li.current-menu-item{ background:url(../img/ico-navdown.png) no-repeat right 32px;}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}




/* header */
.headerbg{height:30px;background-color:#1a1a1a;z-index:1;position:relative;}
.header{
	width:1200px;
	color:#c6c6c6;
	font-size:14px;
	line-height:30px;
	position: relative;
	z-index:1;
	margin: 0 auto;
}


.topRight {
	float: right; background:none;
}
.topRight a {
	padding: 0 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.topRight a {
	color: #c6c6c6;
	font-size:12px;
}
.topRight li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}
.topRight a {
	display: block;
	position: relative;
}
.topRight li {
	position: relative;
}
.topRight > li {
	float: left;
}
.topRight li:hover {
	background: #e23f00;
	transition: none;
	color:#FFFFFF;
}
.topRight li a:hover{ color:#FFFFFF; }

/* end */




/* nav */
.navBox {width:100%; height:68px; background-color: rgba(49,49,49,0.5); position:absolute; z-index:2000;}
@media \0screen\,screen\9 {
.navBox {width:100%; height:68px; filter:alpha(opacity=60); background:#313131; position:absolute; top:30px; z-index:2000;}
}
/* end */

