/* CSS Document */
body {
	background-color:white;
	width:100%;
	height:100%;
	align:center;
}

img
{
	border:0;
}
#all
{
	background-color:#dadddf;
	width: 970px;
	height:100%;
	margin: auto;
}

#banner 
{
	/*background: url('../images/banner_bg.jpg') repeat-x top left;*/
	width:970px;
	height:135px;
}

#img_banner
{
	background: url('../images/banner_img.jpg') no-repeat top right;
	width:748px;
	height:135px;
	float:left;
}

#logo {
	width:192px;
	height:135px;
	float:left;
	margin-top:0px;
	margin-left:30px;
}

#buttom
{
	background: url('../images/vermas.gif') no-repeat top left;
	width:270px;
	height:53px;	
	text-align:center;
	padding-top:15px;
	margin-top:50px;
	font-size:16px;
}

#right_text a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
}

#right_text a:hover
{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

#menu
{
	background: url('../images/menu/menu_buttom_bg_blue_30.jpg') repeat-x top left;
	width:970px;
	height:30px;	
}

#menu_bar
{
	width:928px;
	height:30px;
	margin:auto;
	background: url('../images/menu/menu_buttom_bg_blue_30.jpg') repeat-x top left;	
}

#menu_bar ul {
	margin: 0px;
	padding: 0px;
}

#menu_bar li {
	float: left;
	display: inline;
	padding: 0px 5px;
}

#menu_bar a span.left, #menu_bar a span.right, #menu_bar a span.mid {
	width: 5px;
	height: 25px;
	float: left;
	text-decoration:none;	
}

#menu_bar a span.left, #menu_bar a span.right {
	padding-top: 5px;
}

#menu_bar a span.left {  background: url('../images/button/button_start_blue_30.jpg') no-repeat top left; }
#menu_bar a span.right { background: url('../images/button/button_end_blue_30.jpg') no-repeat top left; }

#menu_bar a span.mid {

	width: auto;
	font-weight: bold;
	background: url('../images/button/buttom_bg_blue_30.jpg') repeat-x top left; 
	padding: 5px 23px 0px 22px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	text-align:center;
	cursor: pointer;
	
}

#menu_bar a:hover span.left, #menu_bar .active span.left {  background: url('../images/button/button_on_start_blue_30.jpg') no-repeat top left; }
#menu_bar a:hover span.right, #menu_bar .active span.right { background: url('../images/button/button_on_end_blue_30.jpg') no-repeat top left; }

#menu_bar a:hover span.mid, #menu_bar .active span.mid  {

	width: auto;
	font-weight: bold;
	background: url('../images/button/buttom_on_bg_blue_30.jpg') repeat-x top left; 
	padding: 5px 23px 0px 22px;
	color:#3d5c9a;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	text-align:center;
}

#content {
	width:920px;
	background: #dadddf;
	padding: 20px 25px 30px 25px;
	border-bottom: 3px solid white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}

#footer {
	border-top: 3px solid #0a0b0d;
	background: #353535;
	width:920px;
	padding:5px 25px 5px 25px;
	height:20px;
	clear:both;
}

.footer-left {
	float:left;
	color:White;
	text-align:right;
	font-family:Arial;
	font-size:12px;	
}

.footer-right {
	float:right;
	color:White;
	text-align:right;
	font-family:Arial;
	font-size:12px;	
}

.footer-left a {
	color:White;
	text-decoration:none;	
}

.footer-right a {
	color:White;
	text-decoration:none;	
}

#up_left {
	width:590px;
	margin-right:15px;
	height:275px;
	margin-bottom:20px;
	background:#FFFFFF;
	float:left;
	
}

#up_left #image{
	width:200px;
	height:275px;
	float:left;
	/*background: url('../images/foto1.jpg');*/
}

#up_left #text{
	width:340px;
	height:245px;
	float:left;
	padding: 15px 25px;
	text-align:justify;
}


#up_right {
	width:315px;
	height:275px;
	margin-bottom:25px;
	background:#FFFFFF;
	float:left;
}

#up_right #right_text{
	width:265px;
	height:245px;
	float:left;
	padding: 15px 25px;
	text-align:justify;
}

.up_part
{
	width:920px;
	height:275px;
	clear:both;
	margin-top: 10px;
}

.down_part
{
	width:920px;
	height:150px;
	clear:both;
	margin-bottom: 10px;
}

.down_column {
	width:300px;
	margin-top:20px;
	height:150px;
	background:#FFFFFF;
	float:left;
}

.separator {
	width:10px;
	height:150px;
	float:left;
}

hr { clear: both; }

.down_column .text {
	width:170px;
	float:left;
	padding:10px;
	margin:auto;	
}

.down_column .phone-text {
	width:200px;
	float:left;
	padding:10px;
	margin:auto;	
}

.down_column .phone-text img {
	margin: 0;
	font-size:15px;
	color:#791919;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:15px;
}

.down_column .text a{
	display:block;
	width:170px;
	float:left;
	text-decoration:none;
	color:black;
}

.down_column .text ul{
	padding:0px 0px 0px 15px;
	margin:0;
}

.down_column .text ul li{
	font-weight:bold;
}


.down_column .image {
	width:100px;
	height:150px;
	float:left;
}

h2 {
	margin: 0;
	font-size:15px;
	color:#791919;
	font-weight:bold;
	margin-bottom:15px;
}

h1 {
	margin: 0;
	font-size:20px;
	color:#791919;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
}

.block {
	width:912px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin-top:10px;
	margin-bottom:10px;
	border:4px solid white;
	height:auto;
	clear:both;
	float:left;
}

.block a {
	text-decoration:none;
	color:black;
}

.block a:hover {
	color:#3d5c9a;
	text-decoration:underline;
}


.title {
	width: 882px;
	height: 25px;
	background: #3d5c9a;
	color:white;
	font-weight:bold;
	font-size:18px;
	padding-left:30px;
	padding-top:2px;

}

.text_content {
	width: 862px;	
	padding: 20px 25px;
	height:auto;
	float:left;
}

.grab_text {
	width: 712px;
	float:left;
}

.grag_img {
	padding-left:50px;
	width: 100px;
	float: left;
}

.grag_img_iz {
	padding-right:50px;
	width: 100px;
	float: left;
}

.textil_img 
{
	width:127px;
	height:190px;
	float:left;
	padding-left:15px;
	text-align:center;
}

.textilia_img
{
	width:127px;
	height:190px;
	float:left;
	padding-left:346px;
	text-align:center;
}

.textil_img a:hover, .textil_img a:active
{
	text-decoration:none;
	font-weight:bold;
}

#address
{
	width:862px;
	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;
}
