/*
	Malo - CSS Library
	Author:Vladimir Carrer
*/

/* CSS Reset */

html, body, div, p{
  margin: 0;
  padding: 0;
  border: 0;
  }
  
/* CSS Grid */

/*
For center layout 
Define your default width in %, px or em

.main {  margin:0 auto; width:85%;}

*/

.dp20,
.dp25,
.dp33,
.dp50,
.dp100{float:left; display: inline; *margin-left:-0.04em; } /* IE margin hack */

/* dp = div percet */

.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33.33%;}
.dp50{width:50%;}
.dp100{width:100%;}
.clear{ clear:both;}

#header {
	position: relative;
	height: 186px;
	width: 980px;
	top: 0px;
	left: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6BE0F4;
	border-right-color: #6BE0F4;
	border-bottom-color: #6BE0F4;
	border-left-color: #6BE0F4;
	
}
#head_img {
	position: absolute;
	height: 150px;
	width: 980px;
	left: 0px;
	top: 0px;
}
#head_menu {
	position: absolute;
	height: 35px;
	width: 980px;
	left: 0px;
	top: 150px;
}
#footer {
	position: relative;
	height: 150px;
	width: 980px;
	left: 0px;
	top: 0px;
	background-color: #282F27;
	border: 1px solid #07E3F3;
}
#foot_menu {
	position: absolute;
	height: 30px;
	width: 500px;
	top: 20px;
	right: 10px;
}
#site_map {
	position: absolute;
	height: 50px;
	width: 250px;
	top: 10px;
	right: -40px;
}
#sm_outer {
	position: absolute;
	height: 50px;
	width: 200px;

}
#dtag {
	position: absolute;
	height: 40px;
	width: 45px;
	left: 0px;
	
	padding: 5px;
}
#dtag2 {
	position: absolute;
	height: 40px;
	width: 45px;
	left: 50px;
	
	padding: 5px;
}
#dtag3 {
	position: absolute;
	height: 40px;
	width: 45px;
	left: 100px;
	
	padding: 5px;
	overflow: visible;
}
#dtag4 {
	position: absolute;
	height: 40px;
	width: 45px;
	left: 150px;
	
	padding: 5px;
}
#search_box {
	position: absolute;
	height: 20px;
	width: 300px;
	right: -60px;
	bottom: 80px;
}	
#foot_address {
	position: absolute;
	height: 100px;
	width: 500px;
	left: 10px;
	top: 10px;
}
#foot_copy {
	position: absolute;
	height: 25px;
	width: 969px;
	left: 0px;
	top: 120px;
	background-color: #1B1E1A;
	padding-top: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}
#foot_copy2 {
	position: absolute;
	height: 20px;
	width: 500px;
	left: 460px;
	top: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
}
#banner {
	position: absolute;
	height: 274px;
	width: 972px;
	left: 0px;
	top: -1px;
	background-color: #CAE1F3;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#ban_sid {
	position: absolute;
	height: 90px;
	width: 165px;
	top: 3px;
	right: 5px;
	background-color: #F0615E;
}

#ban_sid2 {
	position: absolute;
	height: 90px;
	width: 165px;
	top: 95px;
	right: 5px;
	background-color: #D3A04F;
}
#ban_sid3 {
	position: absolute;
	height: 90px;
	width: 165px;
	top: 188px;
	right: 5px;
	background-color: #8EB812;
}
.blufont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
}
.white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#map_div22 {
	position: absolute;
	height: 20px;
	width: 180px;
	top: 30px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	left: 650px;
	text-align: right;
}
#cp {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 0px;
	bottom: 30px;
}
#namediv {
	position: absolute;
	height: 20px;
	width: 250px;
	left: 660px;
	bottom: 38px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#sdfsdf {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 155px;
	top: 115px;
}

