@charset "utf-8";

body{
  font-family: Arial, Helvetica, sans-serif;
}
/* CSS Document */
body {
	background: url(../../Images/bg_body.png);
	background-repeat:repeat-x;
	background-color: #D2D0D1;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.wrapoverall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 5px;
	width: 1000px;
	text-align: center;
	left: 0px;
	top: 0px;
}

.background {
	float:left;
	width: 1000px;
	height:auto;
}

.pagecenter {width:1000px;height:auto; float:left; text-align:left;}

#header {
	background: #FFFFFF;
	width: 1000px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	position: relative;
	border: 1px solid #E4E4E4;
	border-top: none;
	border-radius: 0 0 10px 10px;
	margin-bottom: 9px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

}

/*headerleft CSS*/

#headerleft {
	height: 80px;
	width:300px;
	margin-top: 10px;
	margin-left:20px;
	position:absolute;

}

#headerleft .logo {
	padding-left:0px;
	height:80px;
	width:450px;
	float: left;
}

#headerleft .logo .comlogo {
	padding-right: 17px;
	line-height:50px;
}

#headerleft .logo .Name {
    font-family: Tahoma;
    font-size:17px;
    color:#777;
    vertical-align:middle;
    padding-left:15px;
	padding-top: 15px;
	
}

#headerleft .logo .NameBot {
    font-family: Tahoma;
    font-size:17px;
    color:#777;
    padding-left:15px;
	
}
#headerleft .logo img{
    border:0px;
    vertical-align:middle;
}

#headerleft .logo a {
	text-decoration:none;    
	border:0px;
    vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}
	
#headerleft .logo a:hover{
    border:0px;
    vertical-align:middle;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;

}


/*headerright CSS*/
#headerright {
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	height: 80px;
}


.metalinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 40px;
	padding-bottom: 41px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.metalinks a {
	text-decoration:none;
	color: #666;
	
	}

.metalinks a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	text-decoration:underline;
	color:#CCC;
	}


#Navigator {
	background: #666;
	width: 1000px;
	height: 40px;
	margin: 0 auto 9px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	border: 1px solid #CCC;
	border-top: none;
	border-radius: 10px 10px 10px 10px;

}
#Navigator a{
	line-height: 40px;
	background: transparent;
	text-shadow: #000000 0px 0px;
	color: #FFF ;
	
	font-size: 18px;
	margin: 15px 30px 15px 30px;
	text-decoration: none;
	

}
#Navigator a:hover {
	color: #CCC;
	
}
#Navigator a.active {
	color: #00A651;
}
	
	
#flash {
	text-align:center;
	margin-top:3px;
}

#footer  {
	background: #666;
	color:#FFF;
	width: 1000px;
	height: 40px;
	margin: 0 auto 9px;
	overflow: hidden;
	padding: 0;
	position: relative;
	border: 1px solid #E4E4E4;
	border-top: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius:10px 10px 10px 10px;
}
.copyright {
	text-align:right;
	padding-top: 13px;
	padding-right:20px;
	
}
.sizeMenu {
	padding:5px 0px 5px 0px;
	width:20%;
	float:left;
	/*border:1px #999999 solid;
	border-radius: 3px;
	background-color:#CCC;*/
	color:#093
}
.sizeMenu p{
	width:90%;
	margin-top:3px;
	margin-left:15px;
	padding-left:15px;
	float:left;
	background:url(../../Images/arrow_g.png) no-repeat left 4px;
	text-align:left;
	font-size:13px;
	color:#093;
}
.sizeMenu a{
	text-decoration:none;
}
.sizeMenu span{
	background-color:#CCC;
}
#listnewsblock {
width: 31%;
height: 290px;
border-bottom: solid #dddddd 1px;
margin-bottom: 10px;
padding: 5px 5px 10px 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border-width: 1px 1px 1px 1px;
color: #000000;
float: left;
display: inline;
}
#listnewsimage {
float: left;
width: 100%;
}
.img-radius {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 5px;
}
