html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 73% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
background : #ccc;
color : #555;
} 
			/*WRAP*/
#wrap { 
width : 770px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 10px solid #fff;
color : #555;
background : #fff url(images/wrap_bg.jpg) repeat-x;
} 
			/*BANNER*/
#masthead { 
height : 120px;
padding : 0;
margin-bottom : 0;
} 
			/*MAIN CONTAINER*/
#container { 
width : 770px;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
padding : 0;
line-height : 1.8em;
} 
#menucontainer { 
position : relative;
height : 56px;
color : #e0e0e0;
background : #143d55;
width : 100%;
font-family : Helvetica, Arial, Verdana, sans-serif;
} 
#menunav { 
position : relative;
height : 33px;
font-size : 12px;
text-transform : uppercase;
font-weight : bold;
background : #fff url(images/menu_bg.gif) repeat-x bottom left;
padding : 0 0 0 20px;
} 
#menunav ul { 
margin : 0;
padding : 0;
list-style-type : none;
width : auto;
float : left;
} 
#menunav ul li { 
display : block;
float : left;
padding : 0 1px;
width: 120px;
} 
#menunav ul li a { 
display : block;
float : left;
color : #eaf3f8;
text-decoration : none;
padding : 0 0 0 15px;
height : 33px;
width: 120px;
} 
#menunav ul li a span { 
padding : 12px 20px 0 0;
height : 21px;
float : left;
position:relative; left:10px;
}
/* default hide tool tip*/
#menunav ul li a span.tt { 
	display : none;
	overflow: hidden;
} 
/*
#menunav ul li a span.tt:hover { 
	height: 20px;
    display:block;
    position:relative;
    top:10px; left:5px; width:70px;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center;
}
*/
#menunav ul li a:hover {
z-index:25;
color : #fff;
background : transparent url(images/menu_bg-OVER.gif) repeat-x bottom left;
} 
#menunav ul li a:hover .tt{
	font-size : 12px;
	height: 20px;
    display:block;
    position:relative;
    top:20px; left:5px; width:80px;
    border:1px solid #0cf;
    background-color:#58A3CB; color:#fff;
    text-align: center;
} 
#menunav ul li a:hover span { 
display : block;
width : 120px;
cursor : pointer;
} 
#menunav ul li a.current, #menunav ul li a.current:hover { 
color : #fff;
background : #1d6893 url(images/menu_left-ON.gif) no-repeat top left;
line-height : 275%;
} 
#menunav ul li a.current span { 
display : block;
padding : 0 15px 0 0;
width : 100px;
background : #1d6893 url(images/menu_right-ON.gif) no-repeat top right;
height : 33px;
}
			/*MENU RUSSIAN TOOL TIP*/
#menunav ul li b { 
display : block;
float : left;
padding : 0 1px;
font-size : 12px;
} 
#menunav ul li b a { 
display : block;
float : left;
color : #eaf3f8;
text-decoration : none;
padding : 0 0 0 20px;
height : 33px;
} 
#menunav ul li b a span { 
padding : 12px 20px 0 0;
height : 21px;
float : left;
} 
#menunav ul li b a:hover { 
color : #fff;
background : transparent url(images/menu_bg-OVER.gif) repeat-x bottom left;
} 
#menunav ul li b a:hover span { 
display : block;
width : 120px;
cursor : pointer;
} 
#menunav ul li b a.current, #menunav ul li a.current:hover { 
color : #fff;
background : #1d6893 url(images/menu_left-ON.gif) no-repeat top left;
line-height : 275%;
} 
#menunav ul li b a.current span { 
display : block;
padding : 0 20px 0 0;
width : 120px;
background : #1d6893 url(images/menu_right-ON.gif) no-repeat top right;
height : 33px;
}
			/*TOP NAVIGATION*/
#content { 
padding : 0 1em 0 1em;
margin : 0 175px 0 0;
border-right : 1px solid #eee;
} 

#content A:link {text-decoration: none}
#content A:visited {text-decoration: none}
#content A:active {text-decoration: none}
#content A:hover {text-decoration: underline; color: blue;}


			/*SIDEBAR*/
#sidebar { 
float : right;
width : 160px;
margin-top : 0;
padding : 0 1em 0 1em;
} 
			/*FOOTER*/
#footer { 
clear : both;
height : 50px;
padding : 0;
margin-bottom : 0;
margin-top : 20px;
text-align : center;
border-top : 5px solid #4592be;
color : #fff;
background : #143d55;
} 
			/*TYPOGRAPHY*/
h1 { 
float : left;
margin : 0;
padding : 20px 0 20px 25px;
font : 125% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
} 
h2 { 
float : right;
margin : 0;
padding : 20px 20px 20px 0;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
} 
h3 { 
margin : 0;
padding : 20px 0 20px 0;
border-bottom : 1px solid #aaa;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #143c55;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
} 
h4 { 
float : left;
margin : 0;
padding : 15px 0 0px 25px;
font : 125% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
}
h5 { 
float : left;
margin : 0;
padding : 0px 0 0px 25px;
font : 120% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
} 
h6 { 
float : left;
margin : 0;
padding : 15px 0 0px 25px;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
} 

			/*LINKS*/
a:link, a:visited { 
color : #4592be;
background : inherit;
text-decoration : underline;
} 
a:hover { 
color : #aaa;
background : inherit;
text-decoration : none;
} 
a img {
border: 0;
}
			/*IMAGES*/
.left { 
float : left;
border : 0 solid #656c4a;
margin : 5px 0 10px 0;
padding : 10px;
} 
			/*SEARCH BOX*/
legend { 
margin-bottom : 30px;
color : #143c55;
} 
input { 
background : #eee;
} 

#banner_title {
position:absolute; width:475px; left:130px;
border : 2px solid #700;
} 

#banner_company_name { 
position:relative; top:20px;left:0px;
font : 125% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
border : 2px solid #003;
color : #fff;
} 

#banner_address { 
position:relative; top:20px;left:0px;
font : 120% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
border : 2px solid #300;
} 
#banner_contact { 
position:absolute; top:27px;left:630px;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
border : 2px solid #030;
} 

banner_company_name_font {
font : 125% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;	
}

banner_contact_font { 
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
} 

banner_address_font { 
font : 120% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
} 

#banner_left_block {
	float: left; 
top:20px;left:25px;width:500px;
}

#banner_right_block { 
	float: right;
	width:150px;
}




