body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	width:100%;
}

.pic img{width:400px; height:400px;}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header {
	width:100%;
	min-width: 1000px;
	height:160px;
	border-bottom:2px solid #9fc2e0;
}
.logo {
	margin:0px 320px 0px 320px;
	padding:10px 0px 0px 0px;
}
.logo img{border:none}
/*����� ����� � ������ ��� ����� �� ���� �� ����� �� ����������� �������*/ 
.login_form {
	width:310px;
	height:160px;
	float:left;
	margin:0;
	padding:0;
	background:url(/wp-content/themes/winfaq/images/login_form.gif);
}

#login_fields {
	padding:25px 0px 0px 40px;
	width:160px;
	float:left;
}

#login_fields_enter {
	padding:25px 0px 0px 50px;
	width:160px;
	}

#login_fields p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px 0px 0px 0px;
	margin:0;
}

.input_submit{
 border: 0px; background-color:#dedcdc;  cursor: pointer;"
}
.input_submit:hover{
 border: 0px; background-color:#ffffff;  cursor: pointer;"
}

#href_fields {
	padding-top:40px;
	width:110px;
	float:right;
}
#href_fields p{
	padding:10px 0px 0px 5px;
	margin:0;
}
#href_fields a{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
#href_fields a:hover{
	text-decoration:none;
	color:#000;
	background-color:#FFF;
}
.input_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
}
/* ������ ����� � ������ ��� ������ �� ����� ����������� ������� � 3 �������� ������*/
.search_form{
	margin:0;
	padding:0;
	width:310px;
	height:160px;
	float:right;
}
#ico_refs {
	margin:0;
	padding:10px 0px 15px 0px;
}
#ico_refs img{border:none;}
.ico_space {
	margin:0;
	padding:0px 80px 0px 22px;
	float:left;
}
#search_field{
	padding:0;
	margin:0;
}
.search_field_txt{
	background:url(/wp-content/themes/winfaq/images/bg_right.gif);
	font-size:12px;
	padding:2px;
	width:290px;
	border:1px #185c99 solid;
}
.search_button{
	width: 100px;
	background:url(/wp-content/themes/winfaq/images/bg_left.gif);
	border:1px #185c99 solid;
	padding:0;
	margin:5px 0px 0px 0px;
}
.left_sidebar {
	width:22%;
	min-width:225px;
	float:left;
	margin:0px 0px 0px 76%px;
	padding:10px 0px 0px 0px;
	background:url(/wp-content/themes/winfaq/images/bg_left.gif);
	border-right:1px solid #9fc2e0;
}
.right_sidebar {
	width:22%;
	min-width:225px;
	float:right;
	margin:0;
	padding:10px 0px 0px 0px;
	background:url(/wp-content/themes/winfaq/images/bg_right.gif);
	border-left:1px solid #9fc2e0;
}
.main_content {
	width:54%;
	float:left;
	min-width:550px;
	margin:0px 0% 0px 23%px;
	padding:10px 0px 0px 0px;
}


.thrColLiq #container {
  width: 100%;  /* this will create a container 80% of the browser width */
  min-width:1000px;
  background: #FFFFFF;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  padding:0;
  text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiq #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.thrColLiq #sidebar1 {
  float: left; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 22%; /* since this element is floated, a width must be given */
  background:url(/wp-content/themes/winfaq/images/bg_left.gif); /* the background color will be displayed for the length of the content in the column, but no further */
  padding:0; /* top and bottom padding create visual space within this div  */
  margin:0;
  border-right:1px solid #9fc2e0;
}
.thrColLiq #sidebar2 {
  float: right; /* this element must precede in the source order any element you would like it be positioned next to */
  width: 23%; /* since this element is floated, a width must be given */
  background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 0; /* top and bottom padding create visual space within this div  */
  background:url(/wp-content/themes/winfaq/images/bg_right.gif);
  border-left:1px solid #9fc2e0;
  margin:0;

}
.thrColLiq #sidebar1 p, .thrColLiq #sidebar1 h3, .thrColLiq #sidebar2 p, .thrColLiq #sidebar2 h3 {
  margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
  margin-right: 10px;
}

.thrColLiq #sidebar2 #nav ul{list-style-image:url(/wp-content/themes/winfaq/images/bullet.gif);
        list-style-position:inside;
        margin:0;
		padding:0;
		padding-left:20px;
		}	

.thrColLiq #sidebar2 #nav ul li{margin-bottom:5px;
           margin-left:0;
		   padding-left:0;}  
	  
.thrColLiq #sidebar2 #nav ul li a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;;
			 margin-left:5px;}	
			 
.thrColLiq #sidebar2 #nav ul li a:hover{font-family:Arial, Helvetica, sans-serif; 
			 text-decoration:none;}		

.thrColLiq #sidebar2 #nav a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;;
			 margin-left:0;}	
			 
.thrColLiq #sidebar2 #nav a:hover{font-family:Arial, Helvetica, sans-serif; 
			 text-decoration:none;}


.thrColLiq #sidebar1 #nav ul{list-style-image:url(/wp-content/themes/winfaq/images/bullet.gif);
        list-style-position:inside;
        margin:0;
		padding:0;
		padding-left:20px;
		}	

.thrColLiq #sidebar1 #nav ul li{margin-bottom:5px;
           margin-left:0;
		   padding-left:0;}  
	  
.thrColLiq #sidebar1 #nav ul li a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;;
			 margin-left:5px;}	
			 
.thrColLiq #sidebar1 #nav ul li a:hover{font-family:Arial, Helvetica, sans-serif; 
			 text-decoration:none;}		

.thrColLiq #sidebar1 #nav a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;;
			 margin-left:0;}	
			 
.thrColLiq #sidebar1 #nav a:hover{font-family:Arial, Helvetica, sans-serif; 
			 text-decoration:none;}			
			 
			 

.thrColLiq #sidebar1 h2, .thrColLiq #sidebar1 a{font-family:arial;
      font-size:18px;
	  font-weight:bold;
	  color:#185c99;
	  padding-left:20px;
	  text-decoration:none;}
	  
.thrColLiq #sidebar1 a:hover{color:#333399;}
.thrColLiq #mainContent #form a{color:#c64c01;}
.thrColLiq #mainContent a {color:#000000; text-decoration:none}
.thrColLiq #sidebar2 h2, .thrColLiq #sidebar1 a{font-family:arial;
      font-size:18px;
	  font-weight:bold;
	  color:#185c99;
	  padding-left:20px;
	  text-decoration:none;}
	  
.thrColLiq #sidebar2 a:hover{color:#333399;}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

.thrColLiq #mainContent {
  margin: 0px 24% 0px 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
  padding:1px 0px 0px 0px;

}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.mainMenu {
	padding:0px 0px 20px 0px;
	margin:0;
	width:575px;
	height:30px;
	
}
.menuItem {
	height:30px;
	width:92px;
	float:left;
	border:1px solid #9fc2e0;
	background-color:#CCCCCC;
	text-decoration:none;
}

div.menuItem a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#000000;
	text-decoration:none;
	background:#CCCCCC;
}
div.menuItem a:hover {
	background:#FFFFFF;
}
div.menuItem span {
	display: block;
	text-align:center;
	padding:7px 5px 0px 5px;
	margin:0px;
	color:#000000;
	text-decoration:none;
	} 
.footer{
	padding:12px 0px 0px 0px;
	margin:0;
	width:100%;
	min-width: 1000px;
	height:25px;
	font-size:13px;
	border-top:2px solid #9fc2e0;
}
/* �������� ����� */
#question div{font-family: arial; 
           font-size:16px; color:#c64c01; 
		   background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;

}

#question h2 a{font-family: arial; 
           font-size:16px; color:#c64c01; 
		   background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;
 font-weight:bold;
 text-decoration:none;
}

#question h2 a:hover{font-family: arial; 
           font-size:16px; color:#c64c01; 
		   background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;
 font-weight:bold;
 text-decoration:underline;
}

#answer {font-family: arial; 
          	min-width: 350px; 
           font-size:12px;  
			color:#000;  
		   background:url(/wp-content/themes/winfaq/images/orange.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:25px;
margin-top:25px;

}

#answer a{
font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
 margin:0;
		   padding:0;
	border: none; 
	}
	
#answer a:hover{
	font-family:Arial, Helvetica, sans-serif; 
			 color:#185c99;
			 font-size:12px;
			 text-decoration:none;
			 font-weight:normal;
	border: none;
	
	}

#answer h2 a{  font-family:Arial, Helvetica, sans-serif;  
           font-size:16px; color:#c64c01; 
		   font-style:bold; 
		  background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;
		  }

#answer h2{  font-family:Arial, Helvetica, sans-serif;  
           font-size:16px; color:#c64c01; 
		   font-style:bold; 
		  background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;
		  }

#answer h3, h3 a{  font-family:Arial, Helvetica, sans-serif;  
           font-size:14px; color:#c64c01; 
		   font-style:bold; 
		   font-weight:bold;
		 border-bottom: 1px dotted #455A79;	
	  }
	  #cat {font-family: arial; 
           font-size:12px; color:#c64c01; 
		   
		   margin:0 15px;
		 
 border-top: 1px dotted #455A79;
 border-bottom: 1px dotted #455A79;

}
		   



#cat a{font-family: arial; 
           font-size:12px; 
		   color:#c64c01; 

		   text-decoration:none;
		   margin:0;
		   padding:0;}

#cat a:hover{font-family: arial; 
           font-size:12px; 
		   color:#c64c01; 

		   text-decoration:underline;
		   margin:0;
		   padding:0;}		   
		   
#afterpost {font-family: arial; 
           font-size:12px;  
		   background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;

}
#afterpost a, a:visited{
font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
	border: none; 
	}
	
#afterpost a:hover{
	font-family:Arial, Helvetica, sans-serif; 
			 color:#185c99;
			 font-size:12px;
			 text-decoration:none;
			 font-weight:normal;
	border: none;
	
	}

#afterpost h2{  font-family:Arial, Helvetica, sans-serif;  
           font-size:16px; color:#c64c01; 
		   font-style:bold; 
		   font-weight:bold;
		
	  }

#afterpost h2 a{  font-family:Arial, Helvetica, sans-serif;  
           font-size:16px; color:#c64c01; 
		   font-style:bold; 
		   font-weight:bold;
 text-decoration:none;
		
	  }

#afterpost h2 a:hover{  font-family:Arial, Helvetica, sans-serif;  
           font-size:16px; color:#c64c01; 
		   font-style:bold; 
		   font-weight:bold;
 text-decoration:underline;
		
	  }
#afterpost h3{  font-family:Arial, Helvetica, sans-serif;  
           font-size:14px; color:#c64c01; 
		   font-style:bold; 
		   font-weight:bold;
		 border-bottom: 1px dotted #455A79;	
	  }

#afterpost h3 a{  font-family:Arial, Helvetica, sans-serif;  
           font-size:14px; color:#c64c01; 
		   font-style:bold; 
		   font-weight:bold;
 text-decoration:none;
		 border-bottom: 1px dotted #455A79;	
	  }

#afterpost h3 a:hover{  font-family:Arial, Helvetica, sans-serif;  
           font-size:14px; color:#c64c01; 
		   font-style:bold; 
		   font-weight:bold;
 text-decoration:underline;
		 border-bottom: 1px dotted #455A79;	
	  }

#afterpost ul{list-style-image:url(/wp-content/themes/winfaq/images/bullet.gif);
        list-style-position:inside;
        margin:0;
		padding:0;
		padding-left:20px;
		}	

#afterpost ul li{margin-bottom:5px;
           margin-left:0;
		   padding-left:0;}  
	  
#afterpost ul li a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;
			 margin-left:0;}	
			 
#afterpost ul li a:hover{font-family:Arial, Helvetica, sans-serif; 
			 color:#185c99;
			 font-size:12px;
			 text-decoration:none;
			 font-weight:normal;
			 padding-left:5px;
			 margin-left:0;};	


#nav ul{list-style-image:url(/wp-content/themes/winfaq/images/bullet.gif);
        list-style-position:inside;
        margin:0;
		padding:0;
		padding-left:20px;
		}	

#nav ul li{margin-bottom:5px;
           margin-left:0;
		   padding-left:0;}  
	  
#nav ul li a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;;
			 margin-left:5px;}	
			 
#nav ul li a:hover{font-family:Arial, Helvetica, sans-serif; 
			 text-decoration:none;}		

#nav a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;;
			 margin-left:0;}	
			 
#nav a:hover{font-family:Arial, Helvetica, sans-serif; 
			 text-decoration:none;}				   
#comment_offer{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#c64c01;
margin-bottom:10px;
padding:0 20px;
font-weight:bold}

#comment{
background:url(/wp-content/themes/winfaq/images/comment.gif) left no-repeat;
color:black;
font-size:11px;
font-weight:bold;
padding-left:33px;
padding-top:6px;
padding-bottom:auto;
height:23px;
float:left;
}

div#form{padding-bottom:15px; 
         }

#form h2{
font-family: arial; 
           font-size:16px; 
		   color:#c64c01; 
background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   text-decoration:none;}
#form a{padding-bottom:15px; 
         padding-left:10px;
font-family: arial; 
           font-size:14px; 
		   color:#c64c01; 

		   text-decoration:none;}

#form a:hover{padding-bottom:15px; 
         padding-left:10px;
font-family: arial; 
           font-size:14px; 
		   color:#c64c01; 

		   text-decoration:underline;}









#rightfaq h2 a{font-family: arial; 
           font-size:16px; color:#c64c01; 
		   background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;
 font-weight:bold;
 text-decoration:none;
}

#rightfaq h2 a:hover{font-family: arial; 
           font-size:16px; color:#c64c01; 
		   background:url(/wp-content/themes/winfaq/images/blue.gif) left repeat-y;
		   padding:4px 4px 4px 45px;
		   margin:0 15px;
		   margin-bottom:20px;
 font-weight:bold;
 text-decoration:underline;
}

#rightfaq {font-family: arial; 
          	
           font-size:12px;  
			color:#000;  
		  

}

#rightfaq a{
font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
 margin:0;
		   padding:0;
	border: none; 
	}

#rightfaq a:hover{
	font-family:Arial, Helvetica, sans-serif; 
			 color:#185c99;
			 font-size:12px;
			 text-decoration:none;
			 font-weight:normal;
	border: none;
	
	}

#rightfaq ul{list-style-image:url(/wp-content/themes/winfaq/images/bullet.gif);
        list-style-position:inside;
        margin:0;
		padding:0;
		padding-left:20px;
		}	

#rightfaq ul li{margin-bottom:5px;
           margin-left:0;
		   padding-left:0;}  

#rightfaq ul li a{font-family:Arial, Helvetica, sans-serif; 
             color:#185c99;
			 font-size:12px;
			 text-decoration:underline;
			 font-weight:normal;
			 padding-left:5px;
			 margin-left:0;}

#rightfaq ul li a:hover{font-family:Arial, Helvetica, sans-serif; 
			 color:#185c99;
			 font-size:12px;
			 text-decoration:none;
			 font-weight:normal;
			 padding-left:5px;
			 margin-left:0;};

