@charset "UTF-8";
/* CSS Document */

/*desktop 1600*/
@media only screen and (min-width:941px) {
	
.navbanner {
	float: left;
	width: 96%;
	padding: 0px 2% 0 2%;
	margin-bottom: 30px;
	border-top: 2px solid rgb(231,231,231);
	border-bottom: 2px solid rgb(231,231,231);
}
.navbanner-mobi {
	display: none !important;
}
.portNavBtn {
	float: left;
	width: 20%;
	height: 50px;
	margin: 10px 0 10px 0;
	background-image: url(../images/bg/sw13_navMenu_bg1.png);
	background-repeat: no-repeat;
	font-size: 20px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 60px;
	line-height: 55px;
}
.paymentCenterBtn {
	float: left;
	width: 28%;
	height: 50px;
	margin: 10px 0 10px 0;
	background-image: url(../images/bg/sw13_navMenu_pymtCenterBtn.png);
	background-repeat: no-repeat;
	font-size: 20px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 60px;
	line-height: 55px;
}
.cartBtn {
	float: left;
	width: 20%;
	height: 50px;
	margin: 10px 0 10px 0;
	background-image: url(../images/bg/sw13_navMenu_cartBtn.png);
	background-repeat: no-repeat;
	font-size: 20px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 60px;
	line-height: 55px;
}

/*nav menu*/
.nav-wrapper {
	float: left;
	width: 27%;
	height: 50px;
	background: url(../images/bg/sw13_navMenu_bg1.png);
	background-repeat: no-repeat;
	margin: 10px 20px 10px 0px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px; /*sets menu height*/
	z-index: 5;
	margin-top: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
#nav a {
	display: block;
	padding: 12px 0px 8px 0px;
	width: 360px;
	font-size: 20px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 60px;
}

#nav a:hover {
	color: rgb(115,0,115);
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 360px;
	top: 50px; /*sets sub-menu height and position*/
	line-height: 30px;
	margin-left: 0px;
}

#nav li ul a {
	/*width: 11em;*/
	width: 360px;
	height: auto;
	float: left;
	font-size: 20px;
	color: rgb(120,120,80);
	text-indent: 60px;
	border-bottom: 1px solid rgb(241,241,241);
	background-image: url(../images/bg/sw13_navMenu_hov1_bg.png);
}
#nav li ul a:hover {
	color: rgb(115,0,115);
	background-image: url(../images/bg/sw13_navMenu_hov2_bg.png);
}
#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	/*left: 17.3em;*/
	left: 0px;
	margin: 0px 0 0 10px;
	font-size: 16px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

.dl-menuwrapper {
	display: none !important;
}

/*end @media desktop 1600*/
}

/*desktop 940*/
@media only screen and (min-width:700px) and (max-width:940px) {
	
.navbanner {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin-bottom: 30px;
	border-top: 2px solid rgb(231,231,231);
	border-bottom: 2px solid rgb(231,231,231);
	z-index: 5;
}
.navbanner-mobi {
	display: none !important;
}
.portNavBtn {
	float: left;
	width: 20%;
	height: 30px;
	margin: 10px 0 10px 0;
	background-image: url(../images/bg/sw13_navMenu_bg2.png);
	background-repeat: no-repeat;
	font-size: 16px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 40px;
	line-height: 35px;
	cursor: pointer;
}
.paymentCenterBtn {
	float: left;
	width: 28%;
	height: 30px;
	margin: 10px 0 10px 0;
	background-image: url(../images/bg/sw13_navMenu_pymtCenterBtn2.png);
	background-repeat: no-repeat;
	font-size: 16px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 40px;
	line-height: 35px;
	cursor: pointer;
}
.cartBtn {
	float: left;
	width: 20%;
	height: 30px;
	margin: 10px 0 10px 0;
	background-image: url(../images/bg/sw13_navMenu_cartBtn2.png);
	background-repeat: no-repeat;
	font-size: 16px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 40px;
	line-height: 35px;
	cursor: pointer;
}

/*nav menu*/
.nav-wrapper {
	float: left;
	width: 27%;
	height: 30px;
	background: url(../images/bg/sw13_navMenu_bg2.png);
	background-repeat: no-repeat;
	margin: 10px 20px 10px 0px;
	z-index: 1;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px; /*sets menu height*/
	z-index: 5;
	margin-top: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
#nav a {
	display: block;
	padding: 2px 0px 8px 0px;
	width: 200px;
	font-size: 16px;
	color: rgb(120,120,80);
	text-decoration: none;
	text-indent: 40px;
}

#nav a:hover {
	color: rgb(115,0,115);
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 300px;
	top: 30px; /*sets sub-menu height and position*/
	line-height: 30px;
	margin-left: 0px;
}

#nav li ul a {
	/*width: 11em;*/
	width: 300px;
	height: auto;
	float: left;
	padding: 5px 0 0 0;
	font-size: 16px;
	color: rgb(120,120,80);
	text-indent: 40px;
	border-bottom: 1px solid rgb(241,241,241);
	background-image: url(../images/bg/sw13_navMenu_hov1_bg.png);
}
#nav li ul a:hover {
	color: rgb(115,0,115);
	background-image: url(../images/bg/sw13_navMenu_hov2_bg.png);
}
#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	/*left: 17.3em;*/
	left: 0px;
	margin: 0px 0 0 10px;
	font-size: 16px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

.dl-menuwrapper {
	display: none !important;
}

/*end @media desktop 940*/
}

/*mobile 699*/
@media only screen and (min-width:481px) and (max-width:699px) {
	
.navbanner {
	display: none !important;
}
.navbanner-mobi {
	display: none !important;
	/*
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin-bottom: 30px;
	border-top: 2px solid rgb(231,231,231);
	border-bottom: 2px solid rgb(231,231,231);
	z-index: 5;
	*/
}
.portNavBtn {
	display: none !important;
}
.paymentCenterBtn {
	display: none !important;
}
.cartBtn {
	display: none !important;
}

/*end @media mobile 699*/
}

/*mobile 480*/
@media only screen and (min-width:300px) and (max-width:480px) {
label .error {
	margin-left: 0px !important;
}

.navbanner {
	display: none !important;
}
.navbanner-mobi {
	float: left;
	width: 96%;
	padding: 0 2% 0 2%;
	margin-bottom: 30px;
	border-top: 2px solid rgb(231,231,231);
	border-bottom: 2px solid rgb(231,231,231);
	z-index: 5;
}
.portNavBtn {
	display: none !important;
}
.paymentCenterBtn {
	display: none !important;
}
.cartBtn {
	display: none !important;
}

/*end @media mobile 480*/
}
