/* Page Layout CSS Document */
html{
	margin:0;
	padding:0;
	}
body{
	margin:0 auto;
	font-size:12px;
	color:#444;
	font-family:Arial,'Helvetica', sans-serif;
	}
#main_header{
	width:100%;
	height:110px;
	background:#fff;
	}
#wrapper{
	width:64%;
	height:36px;
	float:right;
	margin-top:0;
	background:url(ui/header/wrapper_bg.png) repeat-x;
	border:#666666 0px solid; /* for testing the layout only */
	}
#wrapper_left{
	width:55px;
	height:36px;
	float:left;
	background:url(ui/header/wrapper_bg_left.png) no-repeat left;
	}
#wrapper_right{
	width:90%;
	height:36px;
	float:right;
	border:#666666 0px solid; /* for testing the layout only */
	}
#wrapper_content{
	width:542px;
	height:36px;
	border:#000000 0px solid; /* for testing the layout only */
	}
#wrapper_right div{
	height:33px;
	font-weight:bold;
	font-size:12px;
	float:right;
	margin:0;
	line-height:33px;
	}
#wrapper_right div.chat{
	background:url(ui/header/chat.png) left  no-repeat;
	padding-left:25px;
	margin-right:33px;
	}
#wrapper_right div.telephone{
	background:url(ui/header/telephone.png) left  no-repeat;
	padding-left:25px;
	margin-right:33px;
	}
#wrapper_right div.support{
	background:url(ui/header/support.png) left  no-repeat;
	padding-left:22px;
	margin-right:33px;
	}
#wrapper_right div.login{
	background:url(ui/header/secure.png) left  no-repeat;
	padding-left:20px;
	margin-right:0px;
	}
#wrapper_right div.login a, #wrapper_right div.chat a{
	color:#777;
	text-decoration:none;
}
#header{
	width:930px;
	height:93px;
	margin:0 auto;
	border:#ccc 0px dotted; /* for testing the layout only */
	}
#logo{
	width:160px;
	overflow:hidden;
	padding-left:121px;
	height:67px;
	background:url(images/home/logo.png) 0 18px no-repeat;
	border:#ccc 0px dotted;					/* for testing the layout only */
	float:left;
	font-family:'Arial Unicode MS';
	position:absolute;
	color:#363739;
	font-weight:bold;
	padding-top:13px;
	font-size:38px;
	letter-spacing:-2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	margin:4px 0 0 0 ;
	}
#logo div.slogan{
	font-family:'Arial';
	color:#363739;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
	
}
#menubaar{
	width:630px;
	float:right;
	height:55px;
	border:#999999 0px solid;					/* for testing the layout only */
	}
/*--------------------------------------------Header ends here-------------------------------------------------------*/



/*---------------------------------------------------Common Footer starts here------------------------------------------*/
#main_footer{
	width:100%;
	background:#F1F2F3 url(images/home/footer_bg.png) repeat-x;
	margin:0 auto;
	border:#000000 0px solid;
	}
.linkbox{
	height:60px;
	width:910px;
	position:relative;
	top:27px;
	padding:10px;
	margin:0px auto;
	background:#fff;
	line-height:25px;
	text-align:center;
	color:#343434;
	border:#ddc 1px solid;
	box-shadow:0px 0px 10px #888;
	border-radius:4px;
	-webkit-border-radius:4px;
	-mozila-border-radius:4px;
	-o-border-radius:4px;
	}
.linkbox a{
	font-size:12px;
	color:#343434;
	text-decoration:none;
	}
.linkbox a:hover{
	text-decoration:underline;
	color:#10559E;
	}
	
.sitemap{
	width:930px;
	height:288px;
	margin:50px auto 0px;
	border-bottom:#aaa 1px solid;
	}
.sitemap ul{}
.sitemap ul li{
	list-style:none;
	float:left;
	display:inline;
	padding-left:70px;
	padding-right:60px;
	height:268px;
	border:#CCCCCC 0px solid;
	border-left:#ccc 1px dashed;
	line-height:20px;
	font-size:12px;
	color:#313131;
	}
.sitemap ul li.con_add{
	padding-right:0;
	padding-left:110px;
	background:url(ui/home/pin.png) 70px 5px no-repeat;
	}
.sitemap ul li h3{
	font-size:16px;
	font-weight:bold;
	line-height:33px;
	color:#313131;
	}
.sitemap ul li a{
	font-size:12px;
	color:#313131;
	text-decoration:none;
	line-height:25px;
	}
.sitemap ul li a:hover{
	text-decoration:underline;
	color:#10559E;
	}
.copyright{
	width:930px;
	height:35px;
	margin:0 auto;
	border-top:#fff 1px solid;
	line-height:35px;
	font-size:13px;
	color:#808080;
	}
.followus{
	width:300px;
	float:right;
	font-size:12px;
	text-align:right;
	}
.followus a{
	color:#19417C;
	font-weight:bold;
	text-decoration:none;
	}
.followus a img{
	position:relative;
	top:3px;
	}