@charset "utf-8";
/* CSS Document for Monarch Sanitary Ware */

/* @Reset CSS */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite,code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size:100%;}
ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;font-size:inherit;font:100%;}
caption,th{text-align:left;}
fieldset,img{border:0;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
textarea{overflow:auto;}
html{overflow-x:hidden}
p{margin-bottom: 1em;}
body{
	background: #101010;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	color: #ccc;
}
html {
	scrollbar-3dlight-color : #1D1D1D;
	scrollbar-arrow-color : #000;
	scrollbar-base-color : #1D1D1D;
	scrollbar-darkshadow-color : #000;
	scrollbar-face-color : #1D1D1D;
	scrollbar-highlight-color : #1D1D1D;
	scrollbar-shadow-color : #000;
	scrollbar-track-color : #000;
}
h2, h3{
	font-size: 14px;
	font-weight: bolder;
	color: #998666;
	margin-bottom: 1em;
}
h2{
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
}
h4{
	font-size: 12px;
	color: #fff;
	margin-bottom: 1.2em;
}
/*@Link*/
a{
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #CCC;
	text-decoration: none;
}

/*@Layout*/
#wrapper{
	width: 960px;
	padding: 0 25px;
	height: 510px;
	background: #000 url(images/bg.jpg) no-repeat;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#header{
	height: 90px;
}
#mainBody{
	height: 420px;
}
.mainBodyLeft{
	width: 200px;
}
.mainBodyRight{
	padding-left: 45px;
}
#footer{
	height:60px;
	background: #000 url(images/footer.jpg) no-repeat;
	width: 1010px;
	margin:0 auto;
	text-align: center; 
	padding: 20px 0 10px 0;
	position: relative;
}
#gohome{
	position: absolute;
	right: 25px;
	top: 8px;
	display: block;
	width: 75px;
	height: 21px;
}
#gohome a.gohomeZH{
	display: block;
	width: 75px;
	height: 21px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url(images/gohome.gif) no-repeat 0 0;
}
#gohome a.gohomeZH:hover{
	text-decoration: none;
	background-position: 0 -21px;
}
#gohome a.gohomeEN{
	display: block;
	width: 75px;
	height: 21px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	background: transparent url(images/gohome-e.gif) no-repeat 0 0;
}
#gohome a.gohomeEN:hover{
	text-decoration: none;
	background-position: 0 -21px;
}
/*@Typography*/
.layoutTable{
	width: 100%;
	border: none;
}
.layoutTable td{
	vertical-align: top;
}

#lanSwitch{
	float: right;
	padding: 3px 8px;
	background-color: #1d1d1d;
	font-size: 11px;
	text-align: center;
}
#lanSwitch a{
	color: #505050;
}
#lanSwitch a:hover{
	border: none;
	color: #666;
}
#logo{
	margin-top: 20px;
	float: left;
}
#logo a{
	display: block;
	width: 155px;
	height: 50px;
	background: transparent url(images/monarch-logo.gif) no-repeat; 
	font-size: 1px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}
#logo a:hover{
	background-position: 0 -50px;
	border: none;
}

#copyright{
	color: #505050;
	padding-top: 15px;
	line-height: 100%;
	text-transform: capitalize;
}
#copyright a{
	color: #444;
}
#copyright a:hover{
	border: none;
	color: #555;
}
.productsList, .certificateList{
	display: block;
	width: 715px;
	margin-bottom: 10px;
}

.productsList li{
	display: block;
	width: 111px;
	height: 110px;
	margin-right: 32px;
	margin-bottom: 5px;
	float: left;
	text-align: left;
	overflow: hidden;
}
.productsNO{
	text-transform: uppercase;
	white-space: nowrap;
}
.productsNO sub{
	vertical-align: baseline;
}
.productsList li .productsNO{
	text-align: center;
	display: block;
	width: 111px;
}
.productsList li:hover .productsNO{
	font-weight: bolder;
	color: #FFF;
}
.productsImg{
	display:block;
	width: 111px;
	height: 85px;
	background: transparent url(images/pbg.jpg) no-repeat 100% 100%;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
.productsImg:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.certificateList li{
	display: block;
	width: 111px;
	height: 150px;
	margin-right: 32px;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.subTitle{
	color: #998666;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
}
.pagesNav{
	background: transparent url(images/pagenav.jpg) no-repeat 50% 50%;
	text-align: center;
	color: #666;
}
.pagesNav span{
	background-color: #000;
	color: #454545;
	padding: 2px 5px;
	cursor: default;
}
.pagesNav span.pagesNo{
	color: #666;
	font-weight: bolder;
	padding: 1px 5px;
	border: 1px solid #333;
}
.pagesNav a{
	padding: 2px 5px;
	color: #505050;
	background-color: #000;
}
.pagesNav a:hover{
	color: #666;
}
.headTb{
	background: #2F1B17 url(images/headtb-bg.jpg) repeat-y 0 0;
	margin-bottom: 20px;
}
.subMenu{
	display: block;
	width: 140px;
	margin-top: 10px;
}
.subMenu li{
	background: transparent url(images/sub-line.jpg) no-repeat 50% 100%;
	display: block;
	width: 140px;
	position: relative;
	text-align: center;
	padding: 5px 0;
}
.subMenu a{
	color: #966;
}
.subMenu a:hover{
	color: #999;
}
#scrollContent{
	height: 400px;
	overflow: auto;
}
.newsList{
	margin-bottom: 1.5em;
}
.newsList li{
	padding: 5px 0;
	padding-left: 15px;
	background: transparent url(images/news.gif) no-repeat 0 50%;
}

.newsList .newsDate, .newsList .newsAuthor{
	color: #666;
	margin-left: 10px;
}
.newsList li:hover .newsDate, .newsList li:hover .newsAuthor{
	color: #999;
}
.messageList li{
	padding-bottom: .5em;
	border-bottom: 1px dotted #3e3e3e;
	margin-bottom:2em;
}
.messageList li strong{
	color: #FFF;
}
.messageList dl{
	margin-bottom: 0.5em;
}
.messageList dl dt{
	color: #505050;
}
.messageList blockquote{
	margin-left: 2em;
	border-left: 2px solid #333;
	padding-left: .5em;
	color: #999;
}
.messageList blockquote strong{
	color: #998666;
}
ol.list{
	margin-left: 1.5em;
	list-style: circle;
}
.itemList li{
	padding: 5px 0;
	list-style: circle;
	margin-left: 1.5em;
}
.baseTable{
	border: 0;
}
.baseTable td{
	vertical-align: top;
	padding: 3px;
}
.jobsList li{
	background: transparent url(images/label.gif) no-repeat 0 50%;
	padding: 5px 0;
	padding-left: 15px;	
	border-bottom:1px dotted #3e3e3e;
}
.jobsList .posDate{
	float: right;
}
.jobsList li:hover .posDate{
	color: #999;
}
.posDate{
	color: #666;
	margin-left: 1px;
}
.dateTable {
	border: 1px solid #3e3e3e;
}
.dateTable th{
	background-color: #333;
	padding: 3px 10px;
	font-weight: bolder;
	color: #999;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}
.dateTable td{
	padding: 3px 10px;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}
/*@Navigation*/
#botMenu{
	height: 30px;
	width: 648px;
	margin: 0 auto;
	position: relative;
}
.menu{
	display: block;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li{
	float: left;
	display: block;
	width: 108px;
	height: 30px;
	line-height: 100%;
	line-height: 30px;
	position: relative;
	z-index: 5;
}
.menu li a{
	display: block;
	width: 108px;
	height: 30px;
	background: transparent url(images/nav.jpg) no-repeat;
}
.menu li a#about_menu{background-position: 0 0;}
.menu li a#news_menu{background-position: -108px 0;}
.menu li a#network_menu{background-position: -216px 0;}
.menu li a#client_menu{background-position: -324px 0;}
.menu li a#jobs_menu{background-position: -432px 0;}
.menu li a#bbs_menu{background-position: -540px 0;}
.menu li a:hover{border: none;}
.menu li a#about_menu:hover{background-position: 0 -30px;}
.menu li a#news_menu:hover{background-position: -108px -30px;}
.menu li a#network_menu:hover{background-position: -216px -30px;}
.menu li a#client_menu:hover{background-position: -324px -30px;}
.menu li a#jobs_menu:hover{background-position: -432px -30px;}
.menu li a#bbs_menu:hover{background-position: -540px -30px;}
.menu li a span{visibility: hidden;}
.menu li dl{
	display: block;
	list-style: none;
	width: 108px;
	position: absolute;
	left: 0;
	bottom: 100%;
	visibility: hidden;
	z-index: 10;
	background: #2f1b17 url(images/nav-sub.jpg) no-repeat 0 100%;
	padding-bottom: 25px;
	padding-top: 8px;
}
.menu li:hover {
	z-index: 10000;	
	white-space: normal;
}
.menu li:hover dl {
	visibility: visible;
	bottom: 100%;
}
.menu:after, .menu dl:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu dl {
	min-height: 0;
}
.menu, .menu dl dd{
	display: block;
	background: transparent url(images/sub-line.jpg) no-repeat 50% 100%;
	text-align: center;
}
.menu li dl dd a{
	height: 28px;
	line-height: 28px;
	background: transparent;
	color: #966;
}
.menu li dl dd a:hover{
	color: #CCC;
	border: none;
}
/* for english version*/
#enbotMenu{
	height: 30px;
	width: 432px;
	margin: 0 auto;
	position: relative;
	text-transform: capitalize;
}
#enbotMenu .menu li a{
	display: block;
	width: 108px;
	height: 30px;
	background: transparent url(images/menu.jpg) no-repeat;
}
#enbotMenu .menu li a#about_menu{background-position: 0 0;}
#enbotMenu .menu li a#products_menu{background-position: -108px 0;}
#enbotMenu .menu li a#service_menu{background-position: -216px 0;}
#enbotMenu .menu li a#feedback_menu{background-position: -324px 0;}
#enbotMenu .menu li a#contact_menu{background-position: -432px 0;}

#enbotMenu .menu li a#about_menu:hover{background-position: 0 -30px;}
#enbotMenu .menu li a#products_menu:hover{background-position: -108px -30px;}
#enbotMenu .menu li a#service_menu:hover{background-position: -216px -30px;}
#enbotMenu .menu li a#feedback_menu:hover{background-position: -324px -30px;}
#enbotMenu .menu li a#contact_menu:hover{background-position: -432px -30px;}
#enbotMenu .menu li dl dd a{
	background: transparent;
	font-family: 'Times New Roman',Times,serif,sans-serif;
	font-size: 13px;
}
#catalogueMenu{
	margin-bottom: 3em;
}
#catalogueMenu ul{
	list-style: none;
	padding:0; margin: 0;
}
#catalogueMenu ul li{
	display: block;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #333;
	font-size: 1.15em;
}
#catalogueMenu li a{
	color: #999;
	text-decoration: none;
}
#catalogueMenu li a:hover{
	color: #FFF;
}

#caticonList li{
	display: block;
	margin-bottom: 5px;
}
#caticonList li a, #caticonList li a:hover{
	border: none;
	text-decoration: none;
}
#caticonList li a img{
	border: 2px solid #333;
}
#caticonList li a:hover img{
	border: 2px solid #3e3e3e;
}
#caticonList li a:active img{
	border: 2px solid #ccc;
	outline: none;
}
.productCatImg{
	margin-bottom: 15px;
}
.productCatImg img{
	border: 10px solid #333;
}
h3.catTitle, h3.catTitle a, h3.catTitle a:hover{
	font-size: 26px;
	font-weight: normal;
	color: #FFF !important;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}
.catDesc{margin: 0;}
/*@Images*/

/*@Forms*/
.inputMust{
	color: Red;
	font-size: larger;
	vertical-align: top;
	padding: 0 5px;
}
.input, .textarea{
	background: #2E2E2E url(images/inputbg.jpg) no-repeat;
	border: 1px solid #333;
	color: #CCC;
	padding: 1px;
}
.input:hover, .textarea:hover{
	background-color: #3c3c3c;
	border-color: #333 #606060 #606060 #333; 
	color: #FFF;
}
.button{
	background-color: #151515;
	border: 1px solid;
	border-color: #333 #000 #000 #333;
	padding: 0 5px;
	color: #666;
}
.button:hover{
	color: #999;
	border: 1px solid #333;
}
#feedbackForm td{
	padding: 4px 3px;
}
#feedbackForm .input, #feedbackForm .textarea{
	width: 20em;
}
#feedbackForm label{
	display: block;
	width: 5em;
	text-align: right;
	color: #666;
}
#productsSearch{
	border: 1px solid #202020;
	padding: 5px 8px 8px 8px;
}
#productsSearch .input{
	float: left;
	margin-right: 5px;
	width: 120px;
}
#productsSearch h4{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #333;
	line-height: 100%;
}
/*@slider */

.slider-wrap { 
	position: relative;
	width: 525px;
}
.csw {width: 525px; height: 350px; overflow: hidden;}
.csw .loading {margin: 150px 0 200px 0; text-align: center}
.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 520px; 
	height: 350px;
	clear: both;
}
.stripViewer .panelContainer { 
	position: relative;
	overflow: hidden; 
	left: 0; top: 0;
	width: 520px;
	list-style-type: none;
}
.stripViewer .panelContainer .panel { 
	float:left;
	height: 350px;
	position: relative;
	width: 520px; 
	overflow: hidden; 
}

.stripViewer .panelContainer .panel .wrapper { 
	padding: 0;
}        
.stripNav { 
	margin: auto;
	display:none;
}

.stripNav ul {
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; 
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	display:none
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("../images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("../images/arrow-right.gif") no-repeat center;
}		

#TB_secondLine{
	display: none;
}
/*@Miscellaneous*/
.clearfix:after, .productsList:after, .certificateList:after {content: ".";display:block;height: 0;clear: both;visibility:hidden;}
.clearfix {display: inline-block;overflow: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Baidu News*/
#businessNews script + div{display: none;}
.baidu{line-height:2.2em;display: block;}
.baidu a{color: #fff; text-decoration: none; background:transparent url(images/news.gif) no-repeat  0 50%; padding-left: 15px; }
.baidu a:hover{color: #ccc;}
.baidu span{color:#666; padding-left: 10px;}
.baidu a:hover+span{color:#888;}
.baidu a.more{display: none;}

/*@mapNetwork*/
.provinceList li{
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;	
}
.provinceList li a{
	display: block;
	width: 50px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: left;
	background-color: #1a1a1a;
	color: #666;
	text-decoration: none;
}
.provinceList li a:hover{
	color: #FFF;
	background-color: #333;
}
#cityListArea fieldset{
	border: 1px solid #333;
	padding: 5px 8px;
}
#cityListArea fieldset legend{
	margin-left: .5em; 
	padding: 3px 5px;
	color: #966;
}
#productsSlider{
	position: relative;
}
#moveFlash{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
