html
{    background:#000 url(/images/html-bg.jpg) repeat-x left top;}

body 
{    background:url(/images/body-bg.jpg) no-repeat center 422px;
     color:#fff;   
     font-family:Tahoma, Arial,Verdana;
	 font-size:11px;
	 min-width:1000px;}
 

html,body
{     height:100%;
      margin:0;
	  padding:0;}
	    

img, table, fieldset
{     border:none;}
td
{     padding:0;}

table
{     border-collapse:collapse;
      border-spacing:0;}

*
{     margin:0;
      padding:0;}
	  
/*--общие--*/ 
 
li
{     list-style:none;}

.clear
{     clear:both;
      font-size:1px;
      height: 0;
      overflow: hidden;}
/*--страница--*/
#page
{     background:url(/images/page-bg.jpg) no-repeat left top;     
      margin:0 auto 0 auto;
      min-height:800px;
	  padding:0 130px 0 123px;
	  position:relative;
      width:753px;}
/*--хедер--*/	 
#header
{     height:266px;
      overflow:hidden;
	  padding:115px 0 0 0;
	  position:relative;}
	  
	  /*лого*/
	  #logo
      {     color:#00adef;
	        height:62px;	        
		    font-size:30px;
			margin:0 0 0 16px;
			overflow:hidden;
			position:relative;
			text-transform:uppercase;		    
	        width:153px;
			z-index:10;}
			
	        #logo span, #logo a span, #logo a:hover span
	        {     color:#ed1c24;
			      font-size:12px;
			      text-decoration:none;}		  
	        #logo img
	        {     height:62px;
			      left:0;
				  position:absolute;
				  top:0;
			      width:153px;
				  z-index:1;}		   
		  
	        #logo a, #logo a:hover
	        {     color:#00adef;
		          text-decoration:none;}
	  
	  /*слоган*/
	  #slogan
      {     color:#052556;
	        bottom:85px;
	        height:13px;	        
		    font-size:13px;
			font-weight:bold;
			position:absolute;
			right:65px;
			text-transform:uppercase;		    
	        width:145px;}				  
/*--меню--*/	 
#menu
{     height:41px;
      position:relative;
	  z-index:20;}

	        #menu table
	        {     height:41px;
				  width:100%;}
			#menu td
	        {     background:url(/images/menu-item-bg.png) no-repeat left top;
			      color:#012897;
				  font-family:"Arial Narrow", Arial, Tahoma;
			      font-size:11px;
				  font-weight:bold;
	              height:41px;
				  letter-spacing:normal;
				  padding:0 3px 0 0;
				  text-transform:uppercase;
				  width:127px;}
			#menu td.last
			{     padding:0;}
			
			#menu td:hover, #menu td:hover a, #menu td.last:hover,#menu a:hover
				  {     background-position:left bottom;}	  

				  #menu td div
				  {     height:41px;
				        position:relative;						
						width:127px;}				  
			
				  
				  #menu td img
				  {     height:10px;
				        margin:0 0 0 21px;
						width:100px;}				 	
				  
				  #menu a
				  {     background:url(/images/menu-item-bg.png) no-repeat left top;
				        color:#012897;
				        display:block;
			            height:33px;
						padding:8px 0 0 21px;
						position:relative;
						text-decoration:none;
				        width:127px;
						z-index:100;}
                  
				  
				  /*подменю*/
				  #menu td ul
				  {     display:none;}
				  #menu td:hover ul
				  {     display:block;}
				  #menu ul
				  {     background:#fff;
				        left:0;
				        padding:16px 17px 14px 17px;
						position:absolute;
						top:23px;
						width:114px;}
				  #menu li
				  {     border-bottom:#e5e5e5 1px solid;
				        font-family:Arial,Tahoma, Verdana;
			      font-size:11px!important;
font-weight:normal;
			      padding:4px 0 5px 4px!important;
				  text-transform:none;}
				  
				        #menu li img
						{     height:auto;
						      margin:0;
						      width:auto;}
							  
						#menu li a
						{     background:none;
				        color:#637ea8;
				        height:auto;
					    line-height:13px;
						padding:0!important;						      
					    width:auto;}	

						 #menu li a:hover
						  {color:#0eceff;}	
						
						#menu li.last
						{     border:none;}
				  		 						
				 
				 								

				  						

/*--контент--*/	 
#content
{     min-height:245px;
      position:relative;
      z-index:10;}

/*--футер--*/	 
#footer
{    border-top:#262b3a 1px solid;
     color:#666; 
     font-size:11px;
	 height:83px;
	 line-height:15px;
	 position:relative;}
     
	 #footer a
	 {    color:#0eceff;
	      text-decoration:none;}
	 #footer a:hover
	 {    color:#0eceff;
	      text-decoration:underline;}
	 /*копирайт*/
	 #copy
	 {    left:19px;
	      position:absolute;
	      top:15px;
		  width:134px;}	
	 /*разработано*/
	 #madeby
	 {    position:absolute;
	      top:15px;
		  right:18px;
		  text-align:right;
		  width:160px;}  	 