@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
}

img 
{
	border:0;
}

#all {
	width:800px;
	margin:auto;
}

#banner {
	width:800px;
	height:160px;
}

#menu {
	clear:both;
	margin-top:5px;
	height:30px;
	padding-left:5px;
}

.buttom {
	height:25px;
	width: 169px;
	float:left;
	background:url('../images/buttoms/buttom_back.jpg') repeat-x top left;	
	text-align:center;
	text-transform:uppercase;
	padding-top:5px;
	color:black;
	font-weight:bold;
}

.buttom a {
	text-decoration:none;
	color:black;	
}

.buttom a:hover {
	text-decoration:none;
	color:#CCCCCC;	
}
	

.b_left {
	background:url('../images/buttoms/buttom_left.jpg') no-repeat top left;
	float:left;
	height:30px;
	width:12px;
	margin-left:2px;
}

.b_right {
	background:url('../images/buttoms/buttom_right.jpg') no-repeat top right;
	float:left;
	height:30px;	
	width:12px;
	margin-right:2px;
}

#content {
	margin: 0px 75px;
	width:650px;
	height:auto;
	float:left;
}

.square {
	background:url('../images/square.png') top left;	
	width:185px;
	height:172px;
	margin:15px 30px;
	float:left;
	padding:25px 40px;
	font-size:12px;
	text-align:justify;
}

.squarefortextold {
	background:url('../images/square.png') top left;	
	width:510px;
	height:172px;
	margin:15px 30px;
	float:left;
	padding:25px 40px;
	font-size:12px;
	text-align:justify;
}

.squarefortext {
	background:url('../images/boxmiddle.png') top left;	
	width:532px;
	height:102px;
	padding:40px 21px;
	float:left;
	font-size:12px;
	text-align:justify;
	margin-bottom:20px;
}

.squarefortext-left {
	background:url('../images/boxleft.png') top left;	
	width:9px;
	height:132px;
	float:left;
	margin-left:30px;
	padding:25px 0px 25px 0px;
}

.squarefortext-right {
	background:url('../images/boxright.png') top left;	
	width:9px;
	height:132px;
	float:left;
	padding:25px 0px 25px 0px;
}

.home-text {
	padding:5px;
	width:255px;
	height:212px;
}

.text-content {
	width:650px;
	height:auto;
	float:left;
}

.text-square {	
	width:616px;
	margin: 20px 0px;
	padding:15px;
	float:left;
	font-size:12px;
	text-align:justify;
	border: 2px solid #afe17e;
}

.text-square a{	
	text-decoration:none;
	color:black;
}

.text-square a:hover {
	color:#c30000;
	text-decoration:underline;
}

.title
{
	color:#5e892f;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	margin-top:-10px;
}

.mid_part {
	height:25px;
	float:left;
	width:320px;
	background:url('../images/buttoms/buttom_back.jpg') repeat-x top left;
	padding-top:5px;
	text-align:center;
	color:black;
}

.mid_part a {
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:black;	
}

.mid_part a:hover {
	text-decoration:none;
	color:#CCCCCC;	
}

.mid_left {
	margin-left:180px;	
	background:url('../images/buttoms/buttom_left.jpg') no-repeat top left;
	float:left;
	height:30px;
	width:12px;
}

.mid_right {
	background:url('../images/buttoms/buttom_right.jpg') no-repeat top right;
	float:left;
	height:30px;	
	width:12px;
}

#footer {
	height:25px;
	float:left;
	width:772px;
	background:url('../images/buttoms/buttom_back.jpg') repeat-x top left;
	padding-top:5px;
	text-align:center;

}

#footer a {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:black;	
}

#footer a:hover {
	text-decoration:none;
	color:#CCCCCC;	
}

.footer-left {
	float:left;
	width:400px;
	text-align:left;
}

.footer-right {
	float:right;
	width:332px;
	text-align:right;
	padding-top:3px;
}

#address
{
	text-align:center;
	font-weight:bold;
}

.error
{
	color:Red;	
}

/* For question refer to this link, http://komodomedia.com/blog/index.php/2007/11/05/css-png-image-fix-for-ie/ */

* html img, * html .png {

		position:relative;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && 			
			this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
			this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg : this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
			this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

.text-square-title {	
	font-size:18px;

}
.text-square-titleb {	
	color:#e2007a;
		font-weight:bold;

}
.campos {
	color:#646464;
	font-size:8px;
}


