body 
{
    width: 800px;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 12px;
}

img 
{
    border: 0;
}

a
{
    text-decoration: none;
}

#content_top
{
    background: url(images/big_frame_top.gif) no-repeat;
    width: 795px;
    height: 13px;
}

#content 
{
    width: 793px;
    overflow: hidden;
    height: auto;
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
}

#content_bottom
{
    background: url(images/big_frame_bottom.gif) no-repeat;
    width: 795px;
    height: 15px;
}

.small_frame_top 
{
    width: 369px;
    height: 13px;
    background: url(images/small_frame_top.gif) no-repeat;
    overflow: hidden;
}

.small_frame_bottom
{
    width: 369px;
    height: 5px;
    background: url(images/small_frame_bottom.gif) no-repeat;
    margin-bottom: 10px;
}

.small_frame_middle 
{
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    width: 345px;
    height: 240px;
    overflow: hidden;
    padding: 11px;
}

.left 
{
    float: left;
}

.right 
{
    float: right;
}

.more_info
{
    background: url(images/more_info_blue.gif) no-repeat;
    width: 113px;
    height: 36px;
    float: right;
}

#nat_trans 
{
    width: 317px;
    height: 42px;
    background: url() no-repeat;
}

#translator 
{
    width: 120px;
    height: 100px;
}

#academic 
{
    background: url(images/natively_academic.gif) no-repeat;
    width: 342px;
    margin-top: -10px;
    height: 70px;
}

#software 
{
    padding-right: 10px;
}

#software_text 
{
    height: 140px;
}

#bottom_frame
{
    margin: 0 auto;
    width: 760px;
}

#middle_frame_top 
{
    background: url(images/middle_frame_top.gif) no-repeat;
    width: 745px;
    height: 5px;
    margin-left: 6px;
    overflow: hidden;
    float: left;
}

#middle_frame_middle
{
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    width: 721px;
    height: auto;
    overflow: hidden;
    padding: 11px;
    margin-left: 6px;
}

#middle_frame_bottom
{
    background: url(images/middle_frame_bottom.gif) no-repeat;
    width: 745px;
    height: 5px;
    margin-left: 6px;
    overflow: hidden;
}

#featured_products
{
    background: url(images/featured_products.gif) no-repeat;
    width: 182px;
    height: 30px;
    margin: 0 auto;
}

#offers 
{
    margin: 30px 20px 40px 0;
}

#long_par 
{
    width: 440px;
}

#floatLayer 
{
    background: url(Images/enter_your_mail.gif) no-repeat;
    width: 227px;
    height: 90px;
    padding: 45px 0 0 17px;
    float: right;
}

.lang 
{
    margin: 0 1px 10px 0;
}

#logo {
	float: left;
	margin: 0 40px 0 20px;
}

#add_up {
	float:left;
	margin: 0 50px 0 25px;
}

/* Here will be pic_frame CSS and its text */

#pic_frame {
	background: url(images/pic_frame.jpg) no-repeat;
	width: 722px;
	height: 301px;
	float:right;
	margin: 10px 0 20px 0;
	padding-top: 20px;
}

.greenText a {
	color: #19c014;
	font-size: 12px;
	text-decoration: none;
}

#pic_frame_leftCol {
	width: 140px;
	height: 250px;
	float:left;
	margin: 10px 0 0 50px;
}

#pic_frame_rightCol {
	width: 130px;
	height: 100px;
	float: right;
	margin: 10px 50px 0 0;
}

/* Here will be pic_frame CSS and its text for IE6 */

* html #pic_frame {
	background: url(images/pic_frame.jpg) no-repeat;
	width: 722px;
	height: 301px;
	float:right;
	margin: 10px 0 20px 0;
	padding-top: 20px;
}

* html .greenText a {
	color: #19c014;
	font-size: 12px;
	text-decoration: none;
}

* html #pic_frame_leftCol {
	width: 140px;
	height: 250px;
	float:left;
	margin: 10px 0 0 24px;
}

* html #pic_frame_rightCol {
	width: 130px;
	height: 100px;
	float: right;
	margin: 10px 20px 0 0;
}