/* CSS Document */
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body{ margin:0px; padding:0px; font-family:Tahoma,Arial;font-size:11px; color:#FFFFFF;}
/*MAIN*/
.underline{ text-decoration:underline}
.left{ text-align:left}
.fL{ float:left}
.fR{ float:right}
.cL{clear:both}
.block{ display:block}
.none{ text-decoration:none}
.im{margin:0px}
form,img{ border:0px;margin:0; padding:0}
/*
================================================================================
|                                     FONTS                                     |
================================================================================
*/
a{color:#FFE400;}
.fgray{    font-size:11px; color:#FFFFFF;}
.fgrayB{   font-size:11px; color:#FFFFFF;font-weight:bold;}
.fcopy{    font-size:11px; color:#303030;font-weight:bold;}
.fred{     font-size:11px; color:#FFE400;}
.fredB{    font-size:11px; color:#FFE400;font-weight:bold;}
.fadressB{ font-size:11px; color:#FFE400;font-weight:bold;}
.fadress{  font-size:11px; color:#fff;}
.fTitle{   font-size:30px; font-family:"Times New Roman", Times, serif;  color:#174686;text-transform:uppercase;}
.fSlogan{  font-size:11px; font-family:"Times New Roman", Times, serif;  color:#303030;text-transform:uppercase;}
.fnumber{  font-size:53px; font-family:"Times New Roman", Times, serif;  color:#F8D1C5;font-weight:bold;}
.fHead{    font-size:18px; font-family:Tahoma;  color:#FFE400;text-transform:uppercase;}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header{
	background-image:url(images/head.jpg); 
	width:1000px; 
	height:279px; 
	background-repeat:no-repeat;
	text-align:left;
}
.flash{
	width:1000px; 
	height:279px; 
}
/* MAIN MENU_TOP */
#menu_top{margin-left:365px;padding-top:27px;}
#menu_top a{
	display:block;
	float:left;
	font-size:11px;
	font-family:Tahoma;
	text-transform:uppercase;
	width:108px;height:55px;
	color:#787878;
	background-image:url(images/btn_off.jpg);
	text-decoration:none;
	padding:11px 0px 0px 19px;
	
}
#menu_top a:hover{
	color:#E93700;
	background-image:url(images/btn_on.jpg);
}
#menu_top a.active{
	color:#E93700;
	background-image:url(images/btn_on.jpg);
}
/*
================================================================================
|                                     MARKERS                                   |
================================================================================
*/
.marker{ 
	background-image:url(images/marker.gif); 
	background-repeat:no-repeat; 
	background-position: 0% 55%; 
	padding-left:16px;
}
/*
================================================================================
|                                     CONTENT                               |
================================================================================
*/
#content{
text-align:left;
width:1000px; 
}
#block_left{
padding-left:65px;
width:254px;
float:left;
}
#block_center{
margin-left:60px;
width:555px;
float:left;
}

/*
================================================================================
|                                     CONTACT_FORM                                   |
================================================================================
*/
.w{  width:244px;height:13px;    border-right-style:groove;margin-bottom:9px; margin-top:1px;}
.w1{ width:244px;height:13px;    border-right-style:groove;margin-bottom:9px; margin-top:1px;}
.w3{ width:510px;height:162px;   border-right-style:groove;margin-bottom:9px; margin-top:1px;}
.wSR{margin-left:389px;margin-top:8px;}

.font_w{ color:#;font-size:11px;    font-weight:bold;}
input{   color:#;font-family:Tahoma;font-size:11px; font-weight:400}
textarea{color:#;font-family:Tahoma;font-size:11px; }
.submit{BORDER-RIGHT: 0px;BORDER-TOP: 0px;BACKGROUND-IMAGE:url(images/sub.jpg);VERTICAL-ALIGN: middle;width:56px;BORDER-LEFT: 0px;CURSOR: pointer;BORDER-BOTTOM: 0px; HEIGHT: 19px; }
.reset{BORDER-RIGHT: 0px;BORDER-TOP: 0px;BACKGROUND-IMAGE: url(images/res.jpg);VERTICAL-ALIGN: middle;width:56px;BORDER-LEFT: 0px;CURSOR: pointer;BORDER-BOTTOM: 0px; HEIGHT: 19px; }

