/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body{
	margin:0;
	padding:0;
	background:url(../images/img_bg_line.jpg);
	background-repeat:repeat-x;
	}
#heading_text{
	background:url(../images/img_heading_text.jpg) no-repeat;
	width:342px;
	height:70px;
	}
#side_contact{
	background:url(../images/img_side_contact.jpg) no-repeat;
	width:261px;
	height:100px;
	}
#nav_line{
	background:url(../images/img_nav_line.jpg) repeat-x;
	width:1000px;
	height:37px;
	}
#nav_seperator{
	background:url(../images/img_nav_seperator.jpg) no-repeat;
	width:4px;
	height:37px;
	}
#nav a{
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #1A1919;
	text-decoration: none;
	text-align:center;	
	background-color: none;
	}
#nav a:hover{
	background-color: none; 
	color: #8B0402;
	padding:2px 0px 0px 0px;
	}
#nav .active{
	background-color: none;
	color: #8B0402;
	padding:2px 0px 0px 0px;
	}
#nav_right{
	background:url(../images/img_nav_right.jpg) repeat-x;
	width:261px;
	height:37px;
	}
#image_mid{
	background:url(../images/img_mid_main.jpg) no-repeat;
	width:1000px;
	height:230px;
	}
.normal_text{
	font-family:"tahoma";
	font-size:11px;
	color:#4A4949;
	line-height:16px;
	font-weight:normal;
	text-align:left;
	}
.footer_text{
	font-family:"tahoma";
	font-size:11px;
	color:#4A4949;
	line-height:17px;
	font-weight:normal;
	text-align:right;
	}
.footer_text a{
	color:#4A4949;
	line-height:17px;
	font-weight:normal;
	text-align:right;
	}
.footer_text a:hover{
	color:#4A4949;
	line-height:17px;
	font-weight:normal;
	text-align:right;
	text-decoration:none;
	}
.text_services{
	font-family:"tahoma";
	font-size:11px;
	color:#90908E;
	font-weight:normal;
	line-height:20px;
	text-align:left;
	}
.text_contact{
	font-family:"tahoma";
	font-size:11px;
	color:#90908E;
	font-weight:normal;
	line-height:16px;
	text-align:left;
	}
#text_down{
	background:url(../images/img_down_part.jpg) no-repeat;
	width:262px;
	height:99px;
	}
