body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
     background:#0073bc url(../../../upload/photo/bg/000_201505261719324cDljZyL.jpg) ;
    }
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px; 
    color:#434343;
}
a:link {
	color: #434343;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration: none;
	color: #434343;
}
a:active {
	text-decoration: none;
	color: #434343;
}

#header {
	position:relative;
	height:132px;
    width: 100%;
    margin: 0 auto;   
}

#header a > img {
   position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#container {
	position:relative;
	top:30px;
    width: 1000px;
    margin: 0 auto;
    background:#fff;
    padding:30px 10px 10px 10px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(204,204,204,0.75);
	-moz-box-shadow: 0px 10px 10px 0px rgba(204,204,204,0.75);
	box-shadow: 0px 10px 10px 0px rgba(204,204,204,0.75);
}


#menu-bar {
	position:absolute;
	top:132px;
	width:100%;
	height:60px;
	background:url(../images/line-header_bg.png) repeat-x;
    z-index:999;
}
#menu-bar ul {
	 width: 1000px;
    margin: 0 auto;
	list-style:none;
}
#menu-bar ul li {
	position: relative;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:9px 0px;
	border-right:1px  #e0dfdf solid;
}
#menu-bar ul li:hover , .active {
	background:#e0dfdf;
}
#menu-bar ul li a {
	padding:9px 20px;
	color:#000;
}
#menu-bar ul li a:hover {
	color:#000;
}

#menu-bar ul li ul {
	z-index:9999;
  padding: 0;
  position: absolute;
  top: 35px;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  width:100px;
}
#menu-bar ul li ul li { 
   background:#f0f0f0;
  display: block; 
  padding:5px 0px;
  font-weight:bold;
  white-space: nowrap;
}
#menu-bar ul li ul li:hover { background: #e0dfdf; }
#menu-bar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#left {
	margin-top:0px;
    float: left;
    width: 250px;
}

#content {
    float: left;
    width: 735px;
	margin:0px 0px 0px 15px;
}

#content h2 {
	margin:0px 0px 10px 0px;
	background:#0073bc;
	color:#000;
	font-size:14px;
	padding:5px 10px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius: 5px;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
#content h3 {	
	background:#0073bc;
	font-size:13px;
	padding:5px 10px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius: 5px;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    margin:0px;
}

#left h3 {
	background:#0073bc;
	font-size:13px;
	padding:5px 10px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius: 5px;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-align:center;
    margin:0px;
}


#footer {
    clear: both;
	text-align:center;
	background: url(../images/bg-footer.gif) no-repeat center 20px ;
}

.mylist ul {
	list-style:none;
	padding:0px;
	width:100%;
    margin:0px;
}
.mylist ul li {
	padding:7px 0px;
	border-bottom:#CCC 1px dashed;
}

.mylist ul li:hover {
	background:#f6f6f6;
}
.mylist a:hover {
	text-decoration:underline;
}

.mylist ul li img {
	margin-right:2px;
}

.mylist2 ul {
	width:100%;
	list-style:none;
	padding:0px;
    margin:0px;
}
.mylist2 ul li {
	padding:7px 0px;
	border-bottom:#CCC 1px dashed;
    text-align:center;
}

.mylist2 ul li:hover {
	background:#f6f6f6;
}

.mylist2 ul li img {
	width:120px;
	height:139px;
	border:1px solid #ccc;
}

.mylist2 ul li a {
}

.divslide, .slide img {
	width:100%;
	height:300px;
	background:#999;
	text-align:center;
	border-radius: 10px;
	-moz-border-radius:10px;
	-o-border-radius: 10px;
	box-shadow: 0px 12px 14px -10px #555;
	-webkit-box-shadow: 0px 12px 14px -10px #555;
	-moz-box-shadow: 0px 12px 14px -14px #555; 
	-o-box-shadow: 0px 12px 14px -14px #555;
}

.grid_4 { width:100%;margin:0px;}


.grid_4_1 {
	width:22.9%;
    height:200px;
	float:left;
	padding:5px;	    
    text-align:center;
}
.grid_4_1 img{
	margin-top:10px;
	width:120px;
	border:1px solid #CCC;
	}

.grid_4_1 a {
	text-decoration:none;
	font-weight:bold;
}

.grid_4_1:hover {
	text-decoration:underline;
	background:#f6f6f6;
}


.row_1 { width:100%; margin:0px;}

.row_1_1 {
	width:100%;
	float:left;
	padding:5px;	
	border-bottom:#CCC 1px dashed;
}
.row_1_1 img{
	float:left;
	width:130px;
	height:180px;
	border:1px solid #CCC;
	margin:0 20px 10px 20px;
	}

.row_1_1 a {
	text-decoration:underline;
	font-weight:bold;
}

.row_1_1:hover {
	background:#f6f6f6;
}


.clear {
	padding:10px;
	clear:both;
}

.mylogin {
padding:5px;
border:#CCC 1px dashed;
}
.mylogin input[type="text"] , .mylogin input[type="password"] {
width:100%;
border:#CCC 1px solid;
}
.mylogin input[type="submit"] {
background:#ccc;
color:#000;
border:#999 1px solid;
padding:5px;
}

/** custom **/
.clear2 {
	clear:both;
}
.cssmenu{
	position:absolute;
    z-index:1;
	right:70px;
    top:0px;
	color:#434343;
	font-size: 0.8125em;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color:#434343;
	display: block;
	margin:10px 10px;
}
.cssmenu li> a:hover {
	color: #0073bc;
}

.content-pagenation{
	padding:35px 0;
	text-align:right;
}
.content-pagenation li {
	display: inline-block;
}
.content-pagenation li a {
	color:#303030;
	font-size: 0.8em;
	font-family:tahoma;
	background: #FFF;
	padding: 10px 12px;
	box-shadow: 0px 0px 5px #ADADAD;
	-webkit-box-shadow: 0px 0px 2px #ADADAD;
	-moz-box-shadow: 0px 0px 2px #ADADAD;
	-o-box-shadow: 0px 0px 2px #ADADAD;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.content-pagenation li a:hover,.content-pagenation li.active a{
	background:#0073bc;
	color:#FFF;
}

.gallery_grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0% 1% 1.6%;
    box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.gallery_grid_1_of_3:first-child, .gallery_grid_1_of_3:nth-child(3n+1) { 
	margin-left: 0; 
} 
.gallery_images_1_of_3 {
	width: 29%;
	padding:1.5%; 
}

.gallery_images_1_of_3_img {
	width:100%;
	display:block;
}
.gallery_images_1_of_3 a{
	color:#0073bc;
    }
.gallery_images_1_of_3 a:hover{
	color:#434343;
    }
.gallery_images_1_of_3  h3{
	color:#0073bc;
	font-size: 1.2em;
	margin:2px 0;
	font-family: tahoma;
}
.gallery_images_1_of_3  p  {
	font-size:0.823em;
	padding:2px 0;
	color:#434343;
}

.gallery_grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0% 1% 1.6%;
    box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
	-o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
}
.gallery_grid_1_of_4:first-child, .gallery_grid_1_of_4:nth-child(4n+1) { 
	margin-left: 0; 
} 
.gallery_images_1_of_4 {
	width: 19%;
	padding:1.5%; 
}

.gallery_images_1_of_4_img {
	width:100%;
	display:block;
}
.gallery_images_1_of_4 a{
	color:#0073bc;
    }
.gallery_images_1_of_4 a:hover{
	color:#434343;
    }
.gallery_images_1_of_4  h3{
	color:#0073bc;
	font-size: 1.2em;
	margin:2px 0;
	font-family: tahoma;
}
.gallery_images_1_of_4  p  {
	font-size:0.823em;
	padding:2px 0;
	color:#434343;
}

.nolist {list-style:none;margin:0;padding:0;}
.onhover:hover{
background-color:#f3f3f3;
}

.web_content{
 padding:0px;
 font-size:13.4px;
 line-height:24px;
 width:100%;
 }
  .web_content p{
  margin:0px;
 font-size:13.4px;
 }
 .web_content a{
 color:#434343;
 }
 .web_content a:hover{
 color:#0073bc;
 }
  .web_content h3{
 font-size:20px;
 font-weight:bold;
 color:#0073bc;
 margin:0px; }
 
  
 .web_content table{
 padding:5px;
 font-size:13.4px;
	letter-spacing:normal;
	line-height:24px;
 }
 
 .web_content input[type="text"],.web_content input[type="password"],.web_content textarea{
		    padding:5px;
			display:block;
			width:100%;
			border:1px solid #ccc;
			background:none;
			outline:none;
			color:#434343;
			font-size:1em;
			font-family:tahoma;
			-webkit-appearance:none;
    		color:#434343;
}
.web_content textarea{
		resize:none;
		height:80px;	
   		 color:#434343;	
}

.web_content input[type="submit"],.web_content input[type="button"]{
    font-size:1em;
	padding:10px 15px;
	font-family: tahoma;
	background:#0073bc;
	color:#fff;
	text-decoration: none;
	border:none;
	cursor:pointer;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    border-radius: 25px;
}
.web_content input[type="submit"]:hover,.web_content input[type="button"]:hover{
	text-shadow: 0px 0px 1px #0073bc;
    background: #434343;
}

.web_content img{
max-width:100%;
}
.mycontent_desc{
	clear:both;
    font-size:13.4px;
	letter-spacing:normal;
	line-height:24px;
}
 .mycontent-tabs-list h3{
	font-family: tahoma;
	font-size:13.4px;
	letter-spacing:normal;
	line-height:24px;
	color:#000;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 10px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	background: #0073bc;
    margin-right: 5px;
    border-radius: 2px 2px 0 0;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.mycontent-tabs-list h3:hover {
	color: #fff;
    background-color: #000;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
 .mycontent-tabs-container {
	border: 1px solid #0073bc;
    padding: 5px;
    color:#434343;
}
.mycontent-tabs-container a {
    color:#434343;
}
.mycontent-tabs-container a:hover {
    color:#0073bc;
    color:#434343;
}
.mycontent-tabs-container a {
    color:#434343;
}
.mycontent-tabs-container a:hover {
    color:#0073bc;
}
.mycontent-tabs-container table , .customtable table, .web_content table {border-collapse:collapse;}
.mycontent-tabs-container td{padding:5px;color:#434343;}
.customtable td , .web_content td{padding:5px;color:#434343;}


.content_col_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.content_col_1_of_2:first-child { margin-left: 0; }
.content_span_1_of_2 {
	width:49%;
}




.mytable {border-collapse:collapse;background:#fff;}
.mytable table, .mytable tr,.mytable td{border:#CECECE solid 1px;} 
.mytable tr:hover {background-color:#f3f3f3;}
.mytable a:hover {text-decoration:underline; color:#0073bc}
.mytable a {color:#434343}
.mytable td{padding:5px;vertical-align:middle;color:#434343;font-size:13px;}

.mytable2 {border-collapse:collapse;background:#fff;}
.mytable2 table, .mytable2 tr{border:#CECECE solid 1px;} 
.mytable2 a:hover {text-decoration:underline; color:#0073bc}
.mytable2 a {color:#434343}
.mytable2 td{padding:5px;color:#434343;}
.mytable2 div#bb {background-color:#f0f0f0;border:#CECECE solid 1px;padding:5px;margin:2px;color:#000}

.step {padding:0px 0 10px 0;}
.step img{
	background-color:#0073bc;
	width:100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-rfadius: 10px;
    -o-border-radius: 10px;
}

.cat_list {
display:block;
width:20%;
padding: 1.6% 0 1.6% 0%;
float:left;
}