* {
	padding:0;
	margin:0
}
body {
	font-size:61%;
	background-position:center;
	background-attachment:fixed;
	background-color:#e4dfd3;
	background-repeat:repeat-y;
	font-family:verdana, sans-serif
}
.page-container {
	width:900px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:0;
	border-bottom:solid 1px #676767;
	font-size:1.0em
}
.main {
	clear:both;
	width:900px;
	padding-bottom:10px;
	background:transparent url(../img/bg_main_withoutnav.jpg) top left repeat-y;
	border-right:solid 1px #676767;
	border-left:solid 1px #676767
}
.main-navigation {
	display:inline;
	float:left;
	width:200px;
	overflow:visible!important;
	overflow:hidden
}
.main-content {
	display:inline;
	float:left;
	width:640px;
	overflow:visible!important;
	overflow:visible;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:10px
}
#right-col{
	float: right;
	width: 180px;
}
.footer {
	clear:both;
	width:900px;
	height:10em;
	background:#e1e1e1 url(../img/bg_main_withoutnav.jpg);
	font-size:1.0em;
	overflow:visible!important;
	overflow:hidden;
	padding-top:1.1em;
	padding-right:0;
	padding-bottom:1.0em;
	padding-left:0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#676767;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #676767;
}
.footer-1 {
	clear:both;
	width:900px;
	height:10em;
	background:#e1e1e1 url(../img/bg_main_withoutnav.jpg);
	font-size:1.0em;
	overflow:visible!important;
	overflow:hidden;
	padding-top:1.1em;
	padding-right:0;
	padding-bottom:1.0em;
	padding-left:0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#676767;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
}
.header {
	width:900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0
}
.header-top2 {
	width:900px;
	height:20px;
	background:#fff;
	overflow:visible!important;
	overflow:hidden;
	border-right:solid 1px #676767;
	border-left:solid 1px #676767;
	border-top:solid 1px #676767
}
.header-middle {
	width:900px;
	height:126px;
	background-color:#fff;
	background-image:url(../img/bg_head_middle.jpg);
	background-position:right;
	background-repeat:no-repeat;
	overflow:visible!important;
	overflow:hidden;
	border-right:solid 1px #676767;
	border-left:solid 1px #676767
}
.header-bottom {
	width:900px;
	height:40px;
	background:#fff url(../img/bg_head_breadcrumbs.jpg) repeat-y
}
.header-breadcrumbs {
	clear:both;
	width:900px;
	background:#646464 url(../img/bg_head_breadcrumbs.jpg) repeat-y;
	border-right:solid 1px #676767;
	border-left:solid 1px #676767;
	padding-top:1em;
	padding-right:0;
	padding-bottom:2em;
	padding-left:0
}
.sitelogo {
	width:60px;
	height:40px;
	position:absolute;
	z-index:1;
	margin:22px 0 0 20px;
	background:url(../img/bg_head_top_logo.jpg)
}
.sitename {
	position:absolute;
	float:right;
	z-index:1;
	margin:100px 0 5px 708px;
	overflow:visible!important;
	overflow:hidden;
	visibility:visible
}
.sitename h1 {
	font-size:240%
}
.sitename h2 {
	margin:-4px 0 0 0;
	color:#7d7d7d;
	font-size:120%
}
.sitename a {
	text-decoration:none;
	color:#7d7d7d
}
.sitename a:hover {
	text-decoration:none;
	color:#323232
}
.nav0 {
	width:350px;
	position:absolute;
	z-index:2;
	margin:12px 0 0 550px;
	visibility:visible
}
.nav0 ul {
	float:right;
	padding:0 12px 0 0;
	color:#000
}
.nav0 li {
	display:inline;
	list-style:none;
	vertical-align:middle
}
.nav0 li a {
	padding:0 0 0 3px
}
.nav0 a:hover {
	text-decoration:none
}
.nav0 a img {
	height:18px;
	border:1px solid;
	border-color:#bebebe
}
.nav1 {
	width:450px;
	position:absolute;
	z-index:3;
	margin:123px 0 0 435px;
	visibility:visible
}
.nav01 {
	width:450px;
	position:absolute;
	z-index:3;
	margin:123px 0 0 435px;
	visibility:visible
}
.nav1 ul {
	float:right;
	padding:0
}
.nav1 li {
	display:inline;
	list-style:none
}
.nav1 li a {
	display:block;
	float:left;
	padding:2px 0 2px 12px;
	color:#000;
	text-decoration:none;
	font-size:120%
}
.nav1 a:hover {
	text-decoration:none;
	color:#426ab3
}

/*--- New Quicklink Menu ---*/
.main-navigation .arrowlistmenu{
width: 180px; /*width of accordion menu*/
margin: 1px 0 0 0;
text-transform: uppercase;
}

.main-navigation div.arrowlistmenu ul.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: Arial;
font-size: 9px;
color: #4e5157;
/*background: #c3c3c3;*/
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
cursor: hand;
cursor: pointer;
list-style: none;
}
.main-navigation div.arrowlistmenu ul.menuheader li{
list-style: none;
}
.main-navigation div.arrowlistmenu ul.menuheader a{ /*CSS class to apply to expandable header when it's expanded*/
background: #c3c3c3;
color: #4e5157;
display:block;
padding: 7px 10px 8px 10px;
width: 180px;
text-decoration: none;

}
.main-navigation div.arrowlistmenu ul.menuheader a:hover{ /*CSS class to apply to expandable header when it's expanded*/
background: #a52e2e;
color: #fff;
text-shadow: 1px 1px 0px #262626;
}

.main-navigation div.arrowlistmenu ul.openheader a{ /*CSS class to apply to expandable header when it's expanded*/
background: #a52e2e;
color: #fff;
display:block;
padding: 7px 10px 8px 10px;
width: 180px;
margin-bottom: 1px;
text-shadow: 1px 1px 0px #262626;
}

.main-navigation div.arrowlistmenu ul.categoryitems{ /*CSS class to apply to expandable header when it's expanded*/
/*background: #c3c3c3;*/
color: #fff;
}
.main-navigation div.arrowlistmenu ul.categoryitems li a{
color: #4e5157;
font-size: 8.5px;
font-weight: normal;
margin-left: 10px;
text-shadow: 0 0 0;
background: #c3c3c3;
display:block;
padding: 2px 5px 3px 5px;
margin-bottom: 0px;
width: 180px;

}
.main-navigation div.arrowlistmenu ul.categoryitems li a:hover{
	color: #fff;
	text-shadow: 1px 1px 0px #262626;
	background-color: #D97777;
}

.main-navigation div.arrowlistmenu ul.openheader ul li a
{
text-shadow: 0 0 0;
}
.main-navigation div.arrowlistmenu ul.openheader ul li.last-item {
margin-left: 10px;
margin-bottom: -1px;

}
.main-navigation div.arrowlistmenu ul.openheader ul li a{ /*CSS class to apply to expandable header when it's expanded*/
background: #c3c3c3;
color: #4e5157;
display: block;
padding: 2px 5px 3px 5px;
margin-bottom: 0px;
}



.main-navigation .arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}












.sitemessage {
	width:350px;
	height:120px;
	position:absolute;
	z-index:1;
	margin:20px 0 0 530px;
	color:#eaeff7;
	overflow:hidden
}
.sitemessage h1 {
	width:350px;
	text-align:right;
	font-size:230%
}
.sitemessage h2 {
	float:right;
	width:270px;
	margin:8px 0 0 0;
	text-align:right;
	line-height:100%;
	font-size:160%
}
.sitemessage h3 {
	float:right;
	width:270px;
	margin:10px 0 0 0;
	text-align:right;
	font-size:140%
}
.sitemessage h3 a {
	text-decoration:none;
	color:#eaeff7
}
.sitemessage h3 a:hover {
	text-decoration:none;
	color:#323232
}
.nav2 {
	float:left;
	width:900px;
	height:29px;
	background:url(../img/bg_head_bottom_nav.jpg) repeat-x;
	color:#4b4b4b;
	font-size:10px;
	text-transform:uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #3770a7;
	border-right-color: #676767;
	border-left-color: #676767;
}
.nav2 ul {
	list-style-type:none
}
.nav2 ul li {
	float:left;
	position:relative;
	z-index:1000
}
.nav2 ul li ul {
	display:none;
	border:none
}
.nav2 ul li ul {
	margin-left:-30px;
	padding:0 30px 30px 30px
}
.nav2 ul li a {
	float:left;
	display:block;
	height:29px;
	line-height:3.1em;
	padding:0 16px 0 16px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	border-top:none
}
.nav2 ul li:hover {
	width:auto;
	background-image:url(../img/bg_head_bottom_navhover.gif)
}
.nav2 table {
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	border-collapse:collapse
}
.nav2 ul li:hover a {
	height:29px;
	text-decoration:none;
	color:#fff
}
.nav2 ul li:hover ul {
	display:block;
	position:absolute;
	z-index:998;
	top:3.0em;
	margin-top:-1px;
	left:0
}
.nav2 ul li:hover ul li ul {
	display:none
}
.nav2 ul li:hover ul li a {
	display:block;
	width:110px;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 1px #afafaf;
	border-right:solid 1px #afafaf;
	border-bottom:solid 1px #afafaf;
	background-color:#ededed;
	font-weight:normal;
	color:#323232
}
.nav2 ul li:hover ul li a:hover {
	background-color:#d2d2d2;
	text-decoration:none;
	color:#fff
}
.nav2 ul li a:hover {
	background-image:url(../img/bg_head_bottom_navhover.gif);
	text-decoration:none;
	color:#fff
}
.nav2 ul li a:hover ul {
	display:block;
	position:absolute;
	z-index:998;
	top:3.1em;
	t\op:3.0em;
	left:0;
	marg\in-top:.1em
}
.nav2 ul li a:hover ul li a {
	display:block;
	w\idth:10em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-left:solid 1px #afafaf;
	border-bottom:solid 1px #afafaf;
	font-weight:normal;
	color:#323232
}
.nav2 ul li a:hover ul li a ul {
	visibility:hidden;
	height:0;
	width:0;
	position:absolute;
	z-index:997
}
.nav2 ul li a:hover ul li a:hover {
	background-color:#d2d2d2;
	text-decoration:none;
	color:#fff
}
.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	font-family:verdana, arial, sans-serif;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:15px
}
.header-breadcrumbs ul li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight:bold;
	color:#7d7d7d;
	font-size:100%
}
.header-breadcrumbs ul a {
	color:#467aa7;
	text-decoration:none
}
.header-breadcrumbs ul a:hover {
	color:#2a5a8a;
	text-decoration:underline
}
.header-breadcrumbs .searchform {
	float:right;
	width:285px;
	padding:0 17px 0 0!important;
	padding:0 12px 0 0
}
.header-breadcrumbs .searchform form fieldset {
	float:right;
	border:none
}
.header-breadcrumbs .searchform input.field {
	width:10.0em;
	padding:.2em 0 .2em 0;
	border:1px solid #c8c8c8;
	font-family:verdana, arial, sans-serif;
	font-size:120%
}
.header-breadcrumbs .searchform input.button {
	width:3.0em;
	padding:1px!important;
	padding:0;
	background:#e6e6e6;
	border:solid 1px #969696;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	color:#969696;
	font-size:120%
}
.header-breadcrumbs .searchform input.button:hover {
	cursor:pointer;
	border:solid 1px #505050;
	background:#dcdcdc;
	color:#505050
}
.main-navigation .round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin:0 0 0 190px;
	background:url(../img/bg_corner_topright1.gif) no-repeat;
	visibility:visible
}
.column1-unit {
	width:640px;
	margin-bottom:10px!important;
	margin-bottom:5px
}
.column2-unit-left {
	float:left;
	width:465px;
	font-size:97%;
	border-top:solid 1px #c7deee;
	margin-bottom:10px!important;
	margin-bottom:5px;
	margin-top:15px
}
.column2-unit-left-2 {
	float:left;
	width:465px;
	font-size:80%;
	margin-bottom:5px
}
.column2-unit-left-new {
	float:left;
	width:600px;
	font-size:97%;
	border-top:solid 1px #c7deee;
	margin-bottom:10px!important;
	margin-bottom:5px;
	margin-top:15px
}
#contact-us {
	height:700px;
	width:500px;
	background-image:url(../images/Worldwide-Sales-Managers.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	list-style-type:none
}
#us {
	height:400px;
	width:200px;
	list-style-type:none;
	margin-left:10px;
	float:left;
	text-align:left;
	word-spacing:normal
}
#us1 {
	height:299px;
	width:200px;
	list-style-type:none;
	margin-left:10px;
	float:right
}
#us2 {
	height:300px;
	width:200px;
	list-style-type:none;
	margin-left:10px;
	float:right
}
#us3 {
	height:0;
	width:200px;
	list-style-type:none;
	margin-left:10px;
	float:left;
	margin-top:0
}
.column2-unit-right {
	float:right;
	width:180px;
	padding:0 0px 5px 0px;
	margin-bottom:10px;
	margin-right:-23px;
	margin-top:-35px;
	background: #f5d5d5;
	border:solid 1px #A52E2E;
!important;
	margin-bottom:5px;
-moz-border-radius: 10px 10px 0 0; /* FF1-3.6 */
  -webkit-border-radius: 10px 10px 0 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
          border-radius: 10px 10px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.column3-unit-left {
	float:left;
	width:186px;
	padding:0 5px 5px 7px;
	font-size:95%;
	margin-bottom:10px!important;
	margin-bottom:5px
}
.column3-unit-middle {
	float:left;
	width:186px;
	padding:0 5px 5px 5px;
	font-size:95%;
	margin-bottom:10px!important;
	margin-bottom:5px;
	margin-left:22px
}
.column3-unit-right {
	float:right;
	width:186px;
	padding:0 7px 7px 7px;
	font-size:95%;
	margin-bottom:10px!important;
	margin-bottom:5px
}
.footer p {
	line-height:1.5em;
	text-align:center;
	color:#7d7d7d;
	font-size:110%
}
.footer p.credits {
	font-weight:normal
}
.footer a {
	text-decoration:underline;
	color:#7d7d7d
}
.footer a:hover {
	text-decoration:underline;
	color:#90adba
}
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.footer:after, p:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clear-contentunit {
	clear:both;
	width:648px;
	height:.1em;
	border:none;
	background:#d2d2d2;
	color:#d2d2d2
}
@media print {
.header-top {
	width:900px;
	height:80px;
	background:#f0f0f0;
	overflow:visible!important;
	overflow:hidden
}
}
@media print {
.header-breadcrumbs {
	width:900px;
	background:transparent
}
}
@media print {
.nav2 {
	float:left;
	width:900px;
	border:none;
	background:#f0f0f0;
	color:#4b4b4b;
	font-size:1.0em;
	font-size:130%
}
}
@media print {
.main {
	clear:both;
	width:900px;
	padding-bottom:30px;
	background:transparent
}
}
@media print {
.main-navigation {
	display:inline;
	float:left;
	width:199px;
	border-right:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	background-color:#f0f0f0;
	overflow:visible!important;
	overflow:hidden
}
}
@media print {
.footer {
	clear:both;
	width:900px;
	height:3.7em;
	padding:1.1em 0 0;
	background:#f0f0f0;
	font-size:1.0em;
	overflow:visible!important;
	overflow:hidden
}
}
html {
filter:expression(document.execCommand("BackgroundImageCache", false, true))
}
.dq {
	padding-left:0px;

}
#menu-block{
	height: 250px;
	}
.round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topleft.gif) no-repeat;
	margin-top:-1px;
	margin-left:-11px
}
.round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topright.gif) no-repeat;
	margin-top:-1px;
	margin-left:161px
}
.column2-unit-right-nofeatures {
	float:right;
	width:160px;
	margin-bottom:10px;
	margin-right:-10px;
	margin-top:0;
!important;
	margin-bottom:5px
-moz-border-radius: 10px 10px 0 0; /* FF1-3.6 */
  -webkit-border-radius: 10px 10px 0 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
          border-radius: 10px 10px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

}
.column1-unit-products {
	width:500px;
	font-size:97%;
	border-top:solid 1px #c7deee;
	margin-bottom:10px!important;
	margin-bottom:5px;
	margin-right: auto;
	padding-top: 40px;	
}
.column1-unit-products-1 {
	width:640px;
	font-size:97%
}
.column1-unit-products-1 h3 {
	clear:both;
	margin:-0.6em 0 .5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	font-weight:normal;
	font-size:100%
}
}
.column1-unit-products-2 {
	width:460px;
	font-size:80%
}
.column1-unit-productscolor {
	width:640px;
	font-size:97%;
	padding:5px;
	border-top:1px solid #930000;
	margin-bottom:10px!important;
	margin-bottom:5px
}
.column1-unit-wide {
	width:700px;
	font-size:97%;
	border-top:solid 1px #c7deee;
	margin-left:27px;
	margin-bottom:10px!important;
	margin-bottom:5px
}
.warning {
	color:#f00;
	font-weight:bold;
margin: 0 15px;
display:block;
text-align: center;
}
.green {
	color:#00b956;
	font-weight:bold
}
.egcon {
font size:80%;
	font-style:italic;
	color:#0000ac
}
.column9-unit-right {
	float:right;
	width:180px;
	background: #c4d6ff;
	padding:0 0px 10px 0px;
	margin-bottom:10px;
	margin-right:-23px;
	margin-top:0;
	border:solid 1px #145ab8;
!important;
	margin-bottom:5px
}
form#subscribe{
	margin: 0 15px;
}
.column10-unit-right {
	float:right;
	width:160px;
	padding:0;
	margin-bottom:10px;
	margin-right:0px;
	margin-top:0;
	margin-bottom:5px
}
.round-border-toplefttop {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_toplefttop.gif) no-repeat;
	margin-top:-1px;
	margin-left:-1px;
	visibility:visible
}
.round-border-toprighttop {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_toprighttop.gif) no-repeat;
	margin-top:-1px;
	margin-left:891px;
	visibility:visible
}
.table {
	height:110px;
	width:600px;
	margin-left:20px;
	list-style-type:none
}
.table li#zou {
	width:110px;
	list-style-type:none;
	float:left;
	color:#e1e1e1
}
.table li#you {
	width:460px;
	list-style-type:none;
	float:right;
	margin-right:10px;
	margin-left:10px;
	margin-top:-100px
}
.table li a#you {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000
}
.table img {
	list-style-type:none
}

#mapnew{
	float: right;
}
#mapnew li {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px
}
#mapnew ul {
	width:150px;
	float:left;
	margin-right: 20px;
}
#mapnew a link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	vertical-align:bottom
}
/* Home &amp; Product Page Product Grid */

.zitem {
	width:114px;
	height:105px;	
	border: none;
	margin:1px;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:114px;
	height:26px;
	background:#2D66AD;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default 
	display:none;*/

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:9px;
	font-weight: bold;
	text-align: center;	
	
	/* add spacing and make the whole row clickable*/
	padding:1px;
	display:block;
	vertical-align: middle;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #262626;
}
.zitem .caption a.single{
	margin-top: 4px;
}

.zitem .caption a:hover{
	color: #FFFFFF;
	border: none;
	}


.clear {
	clear:both;	
}

