* {
	margin: 0;
	padding: 0;  
}

html {
	overflow-y: scroll;
}

body {
    background-color: #FFF;
	background:url(../images/back_grid.gif) repeat;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}
	
a {
	/*color:#186FAA;*/
	color:#165683;
	text-decoration: none; 
}	

a:hover {
	text-decoration: underline;
    }
	

h1 {
    color: #FF8040;
	font-size: 1.5em;
    font-weight: bold;
	margin-bottom: 10px;
    }
	
h2 {
    font-size: 16px; 
    color:#666;
	margin-top: 25px;
	margin-bottom: 15px;
    }	


h3 {
    margin-top: 30px;
	margin-bottom: 10px;
}

h4 {
    margin-bottom: 5px;
	margin-top: 5px;
	color: #1C71AB;

}
	
p  {
    color: #333;
	margin-bottom: 10px;
	text-align:justify;
	font-size: 92%;
	/*line-height: 18px;*/
}

 
#container {
     max-width: 1200px;
     min-width: 960px;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: left;
	 padding: 0 20px;
	 background: none;
	 background-color:#FFFFFF;
     }


#content {
  display: block;
  margin-left: 220px; 
  margin-right: 240px;
}	

 
/*Header*/	 
h1#header {
	height: 101px;
	line-height: 101px;
	position: relative;
	background: none;
	overflow: hidden;
	color: #005D9C;
	font-size: 2em;
	margin-bottom: 0;
    }

h1#header span{
     position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background-image: url(/images/header.jpg);
	 background-repeat: no-repeat; 
}
 
h1#header span a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 101px;
	width: 588px;
}

	 
/* Top menu*/   
   	 
#top_menu {
	font-family: Arial, Helvetica, sans-serif;
    background-image: url(/images/top_menu_left.gif);
	background-repeat: no-repeat;   
	background-color: #1D72AD;
	height: 47px; 
	}
	
#top_menu ul {
	background-image:url(/images/top_menu_right.gif);
	background-repeat: no-repeat;   
	height: 47px; 
	background-position: right;
	padding-left: 40px;
}	
		
#top_menu li {
    list-style-type: none; 
	float: left;
	}
	
#top_menu a {
	text-decoration: none;
	display: block;
	color: #FFF;
	line-height: 38px;
	float:left;
	font-weight: bold;
	width: 90px;
	text-align:center; 
	}	   

#top_menu a:link, #top_menu a:visited {
	background: none;
}

#top_menu a:hover, #top_menu a:focus {
	background: url(../images/top_menu_high.gif) repeat-x;
}

/*Navigation site*/

.breadcrumb{
	margin: 5px 25px 10px 25px;
	color: #165683;
	font-size: 11px;
}

.breadcrumb a {
   color: #165683;
    }  	
.breadcrumb_bottom{
	margin: 5px 25px 10px 25px;
	color: #165683;
	font-size: 11px;	
}

.breadcrumb_bottom a {
   color: #165683;
}  	

#nav_site a:hover {
      text-decoration: underline;
}
	  
p.important {
   color: #CC0000;
   font-weight: bold;
   margin-top: 20px;
}

p.important_text {
   color:#CC0000;
   font-style:italic;
}

p.comment {
   color:#666;
}
ul.icons {
   list-style-type: none;
}
ul.icons li {
   margin: 3px; 

}

img.icons {
  margin-right: 5px; 
}

p.view {
   color: #1E73AC;
   font-size: 16px;
   font-weight: bold;
   margin-top: 20px;
}	  	

/*Sidebar1*/

#sidebar_left {
	   display: block;
	   top: 20px;
	   float: left;
      }	
	  
	  
/*Navigation menu*/

#nav {
	background-image: url(/images/nav.png);
	background-repeat: no-repeat;
	width: 199px;
	height: 262px;
	list-style-type: none;
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #1D72AD;
}

#nav a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-size: 12px;
	line-height: 30px;
	width: 169px;
	height: 30px;
	padding-left: 20px; 
	}
	
#nav a:hover {
	/*color: #fff;
	background-color:#ef7c17;
	background-repeat: no-repeat;*/
	background: url(../images/top_menu_high.gif) repeat-x;
	}
	
#nav li {
	margin-left: 5px;
	width: 189px;
	border-bottom: solid 1px #98CCFE;
    }

#nav #nav_downloads {
	padding-top: 15px;
}

li#nav_oder {
    border-bottom: none;
    }

   
#nav ul {
	font-size: 70%;
	}



/*Support*/

#support {
    float: left;
	width: 193px;
	background-image:url(/images/support_blue_no_pic.gif);
	height: 291px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 0px;
    }

#support .header {
	font-weight: bold;
	text-align:center;
	padding-top: 20px;
}	
	
p.number {
	color: #000;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    }
p.email {
    text-align: center;	
}

p.link {
    text-align: center;	
}

#support .email a {
	color: #e55718;
	font-weight: bold;
	
    }
		
#support .link {
	font-size: 11px;
	color: #2176B0;
	margin-bottom: 5px;
}
    
#support .double_arrow{
    color: #2176B0;
	padding-right: 5px;
}

img.partners {
   	padding-top: 10px;
	padding-left: 35px;
}
	
/*Sidebar2*/
 
#sidebar_right {
    float: right;
	width: 213px;
    }
	 
	 
#product_box {
	margin: 0 0;
	width: 180px;
    }

.blue_box {
    margin-top: 20px;
	margin-bottom: 15px;
	background-color: #DFEFFA;
	width: 213px;
}
      
.blue_box_header {
	background:url(../images/blue_box_header.gif);
	height: 27px;
	color: #fff;
	line-height: 27px;
	text-align: center;
	background-color: #1D72AD;
	margin-bottom: 0;
}

.blue_box_body {
	padding: 10px 10px;
	background:url(../images/blue_box_footer.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

.blue_box_body .product_name img {
	float:left;
}

.blue_box_body .product_name p {
	line-height: 30px;
	margin-bottom: 0;
	margin-right: -10px;
}

.blue_box_body .product_name a {
   padding-left: 5px;
   color: #005D9C;
   font-size: 12px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
} 

.blue_box_body .product_descr {
	clear:both;
	text-align: left;
	font-size: 11px;
	padding: 0 5px;
}


h3#d_link {
    padding: 10px;
	height: 20px;
	line-height: 60px;
	position: relative;
	background: none;
	overflow: hidden;
	color: #FFF;
	font-size: 1em;
	margin-bottom: 0;	
}

h3#d_link span {
     position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background-image: url(/images/download.gif);
	 background-repeat: no-repeat;

}

h3#d_link a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 60px;
	width: 150px;
}

h3#b_link {
    padding:10px;
	height: 20px;
	line-height: 60px;
	position: relative;
	background: none;
	overflow: hidden;
	color: #fff;
	font-size: 1em;
	margin-bottom: 0;	
}

h3#b_link span {
     position: absolute;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background-image: url(/images/buy_now.gif);
	 background-repeat: no-repeat;

}

h3#b_link a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 90px;
	width: 150px;
}


/* download buttons */
#down_links {
	margin: 0 auto;
	width: 130px;
	text-decoration: none;
	padding-top: 15px;
    }
	
#down_links li {
	list-style-type: none;
	padding: 5px 0 5px 0;
    }	
	
a.d_link {
	height: 35px;
	display: block;
	position: relative;
	width: 128px;
	/*overflow: hidden;*/
	background-color: #69F;
	color: #FFF;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	cursor: pointer; /* IE fix for Gilder/Levin IR */
    }

a.d_link span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: url(/images/download_blue.jpg) no-repeat;
    }

a.d_link:link, a.d_link:visited {
	text-decoration: none;
    }

a.d_link:hover, a.d_link:active {
	text-decoration: underline;
}

a.b_link {
	/*height: 40px;*/
	height: 35px;
	display: block;
	position: relative;
	/*width: 130px;*/
	width: 129px;
	/*overflow: hidden;*/
	background-color: #FFCC00;
	color: #000;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer; /* IE fix for Gilder/Levin IR */
}

a.b_link span {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: url(/images/buy_carrot.jpg) no-repeat;
}

a.b_link:link, a.b_link:visited {
	text-decoration: none;
}

a.b_link:hover, a.b_link:active {
	text-decoration: underline;
}

/*Content*/

#content {
	margin-top: 5px;
	display: block;
    }
	
.causion {
    font-weight: bold;
	color: #FF0000;
}	

ul.circle {
   margin-left: 30px;

}

ol.number {
   margin-left: 20px;
   margin-bottom: 20px;
   text-align: justify;

}

ul.numbers li{
   list-style-type: none;
   font-size: 10px;
   color: #333;
   font-family:"Courier New", Courier, monospace;
   
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

table {
   border-collapse: collapse;
   border-spacing: 2px 5px;
   border: 1px solid #AFD2E9;
}

table td, table th {
   padding: 5px;
   border: 1px solid #AFD2E9;
}

table th {
	background-color: #AFD2E9;
	color: #225577;
}


#screenshot {
    margin: 10px;

}

.screenshot {
   margin-left: 40px;
}

img.screenshot {
   margin: 10px auto;
}

li.S {
   list-style-type: none;
}

.asterics {
   color: #FF6600;
}

h.learn_more {
   color: #660033;
   font-size: 18px;
   font-weight: bold;
   margin-top: 25px; 

}

#back_contents {
   float: right;
  
} 

/*Lists*/

#lists {
   margin-left: 50px;
   margin-bottom: 40px;
}

ol li {
   margin: 10px;
   
}
ul.circle li {
  list-style-image: url(/images/circle_orange.gif);
}

ul.circle li.plus {
  font-weight: bold;
  list-style-type: none; 
}

ol.number_color {
  padding: 10px 20px;
  background-color: #F1F1F1;

}
ol.lists {
   padding: 8px 0px;
}

ol.lists li {
   margin-left: 18px;
}

ul.circle_orange1 {
   list-style-type: none;
   list-style-image: url(/images/circle_orange.gif);
   padding: 8px 20px;
}


ul.check {
   list-style-type: none;
   list-style-image: url(../images/check_green.gif);
   padding-left: 20px; 
}

ul.check_small {
   list-style-type: none;
   list-style-image: url(../images/check.jpg);
   padding-left: 20px;
}

ul.arrow {
   list-style-type: none;
   list-style-image: url(../images/arrow.gif);
   padding: 8px 20px;
}

.red {
   color: #FF0000;
}

.green {
  color: #009933;
}

.blue {
  color: #3366CC;
}

ul.parametr {
   list-style-type: none;
   padding: 3px;
   margin-top: 5px;
   font-size: 10px;
}

  
/*Footer*/

#footer {
    clear: both;
	text-align: center; 
	border-top: solid 1px  #999;
    }
	
ul#bottom_menu {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
     }	
	 
#bottom_menu li {
    display: inline;
	margin: 2px 8px;
	
     }
	 
ul#botton_menu a {
	 text-decoration: none;
     }	 	


ul#botton_menu a:hover {
	 text-decoration: underline;
     }	 		 

	
p.copyright {
    color: #999;
	font-size:10px;
	text-align:center;
	padding-bottom: 1em;
    }	

p.imp_link {
	font-weight: bold;
	background: url(/images/arrow.gif) no-repeat left center;
	padding-left: 25px;
}
