@charset "utf-8";

body {
	background-color: #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000000;
}
a {
	outline: none; 
	text-decoration:none;
}
img{
	border:none;
}
.clear{
	clear:both;
	height:1px;
}
.bdrblue{
	border:1px solid #7ECEF3;
}
.bdrgrey{
	border:1px solid #E6E6E6;
}
.bggrey{
	background-color:#E6E6E6;
}

.cssTable{
	display:table;
}
.cssRow{
	display:table-row;
}
.cssCell{
	display:table-cell;
}

.ul01{
	list-style-image: url('/image/layout/icon_list_point.png');
	margin-bottom:30px;
}
.ul01 li{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:500;
	color:#595757;
}


#wrapper {
	margin: 0px auto;
	*margin: 0px auto;
	_margin: 0px auto;
	margin-top:-8px;
	margin-bottom:-10px;
	position: relative;
	width: 979px;
	background-color: #FFF;
	box-shadow:         0px 0px 8px 0px #3a3a3a;
}

#wrapper #big_pic {
	position: absolute;
	height: 400px;
	width: 979px;
	top: 130px;
}

#container{
	width:100%;
	background:white;
	display: table-row;
	
}

/* ================================================================= */
/* leftbar */
#leftbar{
	width:220px;
	float:left;
	margin-left:22px;
	margin-top:15px;
	margin-bottom:10px;
}
#leftbar #searchdiv{
	background-image:url(/image/layout/search_backup.png);
	width:220px;
	height:70px;
	text-align:left;
	padding-top:8px;
}
#leftbar #searchcontent {
	position:relative;
	width:220px; /*follow your image's size*/
	height:21px;/*follow your image's size*/
	background-repeat:no-repeat; /*important*/
	margin-left:7px;
	text-align:left;
}
#leftbar #searchcontent form input {
	position:relative;
	float:left;
	width:152px;
	height:24px;
	background-color:000;
	border:rgba(0%, 0%, 0%, 0.3) solid 1px;
	font-size:12px;
	margin-left:7px;
	padding-left:5px;
}
#leftbar #searchcontent form img{
	position:relative;
	float:left;
	border: none;
	position:relative;
	margin-left:0px;
	top:10px;
}

#leftbar #ltlisttable{
	margin-top:0px;
}
#leftbar td{
	padding-left:8px;
	
}
#leftbar .style1Text{
	width:200px;
	position:relative;
	margin-left:15px;
	margin-top:-15px;
}
#leftbar #ltlisttable img{
	float:left;
}
#leftbar #ltlisttable .ltListSimpleWrapper{
	position:relative;
	float:left;
	width:190px;
	top:-5px;
	left:5px;
}
#leftbar #ltlisttable .ltListSimpleWrapper a{
}
#leftbar #ltlisttable .ltListEncapsulatedWrapper{
	position:relative;
	float:left;
	width:180px;
	margin-left:8px;
	margin-top:-4px;
}


/* ================================================================= */
/* content general*/
#contentFull{
	margin-top:10px;
	margin-left:15px;
	margin-bottom:15px;
	width:100%;
	float:left;
	min-height:400px;
}
#contentM{
	margin-top:10px;
	margin-left:15px;
	margin-bottom:15px;
	width:500px;
	float:left;
	min-height:425px;
}
#contentL{
	margin-top:10px;
	margin-left:18px;
	width:729px;
	float:left;
	min-height:425px;
}
#contentR{
	margin-top:10px;
	margin-left:15px;
	width:705px;
	float:left;
	min-height:425px;
}
#breadcrumb{
	margin-bottom:8px;
	padding-left:5px;
	text-align:left;
	line-height:30px;
}
/* ================================================================= */
/* contentM*/
#container #contentM .pageTitleDiv{
	width:550px; 
	height:126px;
	float:left;
	padding-top:40px;
	padding-left:10px;
}
#container #contentM .pageTitle01{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#0090D1;
}
#container #contentM .pageTitle02{
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#595757;
	width:255px;
}
#container #contentM #mlist{
	margin-left:60px;
	width:450px;
}
#container #contentM #mlist .type{
	width:200px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#container.support 	#contentM .pageTitleDiv{
	width:500px;
	background: url(/image/layout/Support_1-bg.png) no-repeat;
}
#container.press 	#contentM .pageTitleDiv{
	width:500px;
	background: url(/image/layout/press-room-bg2.png) no-repeat;
}
#container.video 	#contentM .pageTitleDiv{
	background: url(/image/layout/Video4-bg.png) no-repeat;
}

/* ================================================================= */
/* contentR children*/
#container #contentR .pageTitleDiv{
	width:700px; 
	height:136px;
	padding-top:40px;
	padding-left:10px;
}
#container #contentR .pageTitle01{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#0090D1;
}
#container #contentR .pageTitle02{
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#595757;
	width:255px;
}

#container.press #contentR .pageTitleDiv{
	background: url(/image/layout/EDM-bg.png) no-repeat;
}
#container.video #contentR .pageTitleDiv{
	background: url(/image/layout/Video2-bg.png) no-repeat;
}

/* end of contentR children*/

/* ================================================================= */
/* Video */

/* end of Video*/


/* ================================================================= */
/* rightbar */
#rightbar{
	margin-top:45px;
	margin-left:15px;
	margin-bottom:12px;
	width:190px;
	float:left;
}
#rightbar a:hover{
	color:#F39700;
}


/* ================================================================= */
/* footer */
#space_before_footer{
	height: 10px;
	width: 979px;
	background-color: white;
	display: table-row;
}
#footer {
	position: relative;
	height: 150px;
	width: 979px;
	background-color: #727171;
}
#footer #ovislink {
	position: absolute;
	left: 30px;
	top: 30px;
}
#footer #address {
	position: absolute;
	top: 62px;
	left: 32px;
	font-family:ebrima, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
}
#footer #copyright {
	position: absolute;
	left: 32px;
	top: 100px;
	font-family:ebrima, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
}
#footer #icon {
	position: absolute;
	top: 25px;
	right: 24px;
	font-family:ebrima, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
}
#footer #icon table tr td {
	text-align: center;
	line-height:12px;
	vertical-align:top;
}

/* ------------------------------------------------------------------ */
.flexibleTitle{
	height:50px;
	text-align:left;
	padding-top:10px;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:15px;
}
.flexibleTitle .titleline01{
	background:url(/image/layout/line_1x35_left.png) repeat-x;
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0090D1;
	z-index:1;
	float:left;
	display:table-cell;
}
.flexibleTitle .titleline02{
	background:url(/image/layout/line_70x35.png) no-repeat;
	height:35px;
	width:70px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#595757;
	z-index:2;
	display:table-cell;
}
.flexibleTitle .titleline03{
	background-image:url(/image/layout/line_1x35_right.png);
	background-repeat: repeat-x;
	display:table-cell;
}
.flexibleTitle .titlelineText{
	position:relative;
	top:-20px;
	left:10px;
}
.flexibleTitle .titlelineText01{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0090D1;
}
/* ------------------------------------------------------------------ */
.flexibleTitleGrey{
	height:50px;
	text-align:left;
	padding-left:0px;
}
.flexibleTitleGrey .titleline01{
	background-image:url(/image/layout/line_1x35_left_g.png);
	height:35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0090D1;
	z-index:1;
	float:left;
	display:table-cell;
}
.flexibleTitleGrey .titleline02{
	background:url(/image/layout/line_70x35_g.png) no-repeat;
	height:35px;
	width:70px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#595757;
	z-index:2;
	display:table-cell;
}
.flexibleTitleGrey .titleline03{
	background:url(/image/layout/line_1x35_right_g.png);
	display:table-cell;
}
.flexibleTitleGrey .titlelineText{
	position:relative;
	top:-20px;
	left:8px;
}
.flexibleTitleGrey .titlelineText01{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#717071;
}
/* ------------------------------------------------------------------ */

