﻿/* CSS Document */
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body{ margin:0px; padding:0px; font-family:Arial;font-size:12px; color:#5A5A5A;background-color:#E1E1E1;}
/*MAIN*/
.underline{ text-decoration:underline}
.left{ text-align:left}
.fL{
	float: left;
}
.fR{ float:right}
.cL{
	clear: both;
	text-align: center;
}
.block{ display:block}
.none{ text-decoration:none}
.im{margin:0px}
img{ border:0px;margin:0; padding:0}
form{ border:0px;margin:0; padding:0}
/*
================================================================================
|                                     FONTS                                     |
================================================================================
*/
a{color:#1B96E4;}
a:hover{ text-decoration:none}
.fdream{    font-size:11px; color:#808080; line-height:15px;}
.fgray{    font-size:12px; color:#5A5A5A;}
.fgrayB{   font-size:12px; color:#5A5A5A;font-weight:bold;}
.fgray12B{   font-size:12px; color:#000000;font-weight:bold;text-transform:uppercase;}
.fmenu{    font-size:12px; color:#5A5A5A;}
a.fmenu:hover{ text-decoration:underline;}
.fcopy{    font-size:12px; color:#5A5A5A;}
.fblue{    font-size:12px; color:#1B96E4;}
.fblueB{   font-size:12px; color:#1B96E4;font-weight:bold;}
.ftable{   font-size:12px;padding:0px 0px 1px 0px;}
.fTitle{   font-size:23px; font-family:'Arial Black';  color:#FFFFFF;}
.fTitle1{   font-size:23px; font-family:Arial;  color:#FFFFFF;}
.fSlogan{  font-size:10px; font-family:Arial;  color:#FFFFFF;text-transform:uppercase; letter-spacing:4px;}
.fHead{    font-size:21px; font-family:'Arial Black';  color:#131313;}
.fHead1{    font-size:21px; font-family:'Arial Black';  color:#FFFFFF;}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header{
	background-image: url(images/flash.jpg);
	width: 1000px;
	height: 200px;
	background-repeat: no-repeat;
	text-align: left;
}
.flash{
	width:1000px; 
	height:108px; 
}
/* MAIN MENU_TOP */
#menu_top{
}
#menu_top a{
	display:block;
	float:left;
	font-size:12px;
	font-family:Arial;
	color:#A9A9A9;
	text-decoration:none;	
	background-repeat:no-repeat;
	width:104px;height:22px;
	text-align:center;
	padding:8px 0px 0px 0px;
}
#menu_top a:hover{
	color:#FFFFFF;
	background-image: url(images/btn_on.jpg);
}
#menu_top a.active{
	color:#FFFFFF;
	background-image: url(images/btn_on.jpg);
}
/*
================================================================================
|                                     MARKERS                                   |
================================================================================
*/
.marker{ 
	background-image:url(images/marker1.jpg); 
	background-repeat:no-repeat; 
	background-position: 0% 55%; 
	padding-left:13px;
}
.marker2{ 
	background-image:url(images/marker2.jpg); 
	background-repeat:no-repeat; 
	background-position: 0% 55%; 
	padding-left:14px;
}
a.marker:hover{ text-decoration:none;}
.shov:hover{ text-decoration:underline}

.read{ 
background-image:url(images/read.jpg);
width:87px;height:26px;
margin-right:0px;
background-repeat:no-repeat;
text-align:center;
padding:2px 0px 0px 0px;
display:block;
text-decoration:none;
color:#FFFFFF;
}
.read1{ 
background-image:url(images/read1.jpg);
width:87px;height:26px;
margin-right:0px;
background-repeat:no-repeat;
text-align:center;
padding:2px 0px 0px 0px;
display:block;
text-decoration:none;
color:#FFFFFF;
}
/*
================================================================================
|                                     CONTENT                               |
================================================================================
*/
.content{
text-align:left;
width:1000px; 
}
.block_left{
	padding-left: 39px;
	width: 272px;
	float: left;
	font-size: 14px;
}
.block_center{
margin-left:29px;
width:622px;
float:left;
}
.fon_x{background-image:url(images/x.jpg); background-repeat:repeat-x}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer{background-image:url(images/footer.jpg);width:922px;height:62px; background-repeat:no-repeat;margin:0px 0px 38px 40px;}
/*
================================================================================
|                                     CONTACT_FORM                                   |
================================================================================
*/
.w{  width:270px;height:19px;    margin-bottom:9px; margin-top:0px;border:#5D5D5D 1px solid;border-top:1px solid #5D5D5D; border-left:1px solid #5D5D5D;background-color:#EDEDED;}
.w1{ width:85px;height:19px;    margin-bottom:5px; margin-top:0px;border:#5D5D5D 1px solid;border-top:1px solid #5D5D5D; border-left:1px solid #5D5D5D;}
.w3{ width:270px;height:185px;   margin-bottom:5px; margin-top:0px;border:#5D5D5D 1px solid;border-top:1px solid #5D5D5D; border-left:1px solid #5D5D5D;background-color:#EDEDED;}
.wSR{margin-left:93px;margin-top:12px;}

.font_w{ color:#5A5A5A;font-family:Arial;font-size:12px; line-height:20px; }
input{   color:#;font-family:Tahoma;font-size:12px; font-weight:400}
textarea{color:#;font-family:Tahoma;font-size:12px; }
.submit{background-image:url(images/sub.jpg); background-repeat:no-repeat;width:87px;height:26px; border:0px; cursor:pointer}
.reset{background-image:url(images/res.jpg); background-repeat:no-repeat;width:87px;height:26px; border:0px; cursor:pointer}

p {
	font-size: 14px;
	color: #5A5A5A;
}

h1 {
	font-size: 16px;
	font-family: 'Arial Black';
	color: #000000;
}

