/*   general styles   */
body, html {
    padding: 0;    
    margin: 0;
    height: 100%;
    background: #ededeb;
}
body, td, th, select, input, textarea, h2, h3, h4, h5, h5, h6 { 
    font-size: 12px;
	font-family: Arial, sans-serif;  
    color: #5e6872;
}
small {
	font-size: 9px !important;
	font-weight: normal !important;
}
a, a.link {
    color: #0072ca;
    text-decoration: underline;
    cursor: pointer;
    //cursor: hand;
}
a:hover, a.link:hover {
    text-decoration: none !important;
}

table {
    border: 0; 
    border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
p {
    padding: 0 0 11px 0;
    margin: 0;  
    background: transparent;
    font-family: inherit;
    font-size: inherit; 
    line-height: inherit; 
}
h1 {
    padding: 0 0 0 110px;
    margin: 0;
}
.clear {
    display: block;
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.png { behavior:	url('pngbehavior.htc'); }
/*   /general styles   */

/*   the basic layout blocks   */
.wrapper {   
    text-align: center;
    position: relative;
    z-index: 98;
}
#head {    
    text-align: center;
}
#logo {
    padding: 45px 0 0 0;
}
#menu {
	height: 35px;
}
#menu a {
    cursor: pointer;
    //cursor: hand;
}
#content_company, #content_products, #content_contacts {
    text-align: left;
    padding: 0 0 45px 0;
    margin: 0 auto;
    width: 710px;
}
.column_left {
    width: 425px; 
    text-align: right; 
    float: left;     
    line-height: 14px;
	position: relative;
	left: -10px;
}
.column_right {
    margin: 0 0 0 28px; 
	padding: 0;
    width: 230px; 
    float: left; 
    line-height: 14px;
}

#flashcontent {
	position: absolute;
	z-index: 5;
    width: 100%;
}
#flashcontent div {
    min-height: 900px;    
    background: transparent url('../i/bg.jpg') no-repeat 50% 0;
}
* html #flashcontent div {
    height: 900px;
}





