html
{
	margin: 0px;
	padding: 0px;
    height:100%;
}

body
{
	margin: 0px;
	padding: 0px;
    min-height:100%;
    font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #e4e9e5;
    text-align: center;
    position: relative;
}

* html body {
    height:100%;
}

#container
{
    width: 940px;
    text-align: left;
    margin: 0px auto 0px auto;
    position:relative;
}

/******************************************************************************/
/*                                HEADER                                      */
/******************************************************************************/

#header
{
    margin:0px;
    height: 355px;
}

#head_banner
{
    position: absolute;
    left:0px;
    top: 100px;
}

#toughbook
{
    position: absolute;
    left: 10px;
    top: 110px;
    width: 110px;
    height: 25px;
    background: transparent url(images/toughbook.png) no-repeat top left;
}

* html #toughbook {background: transparent url(images/toughbook.gif) no-repeat top left;}


/******************************************************************************/
/*                                 MAIN                                       */
/******************************************************************************/

#main
{
    background: #fff url(images/main_bg.gif) no-repeat top;
    height:320px;
    margin-bottom: 10px;
    position:relative;
}

#main_1, #main_2, #main_3
{
  width: 200px;
  height: 300px;
}

#main_1
{
    background: url(images/main_1_bg.jpg) no-repeat top;
    position:absolute;
    left: 10px;
    top: 10px;
}

#main_2
{
    background: url(images/main_2_bg.jpg) no-repeat top;
    position:absolute;
    left: 220px;
    top: 10px;
}

#main_3
{
    background: url(images/main_3_bg.jpg) no-repeat top;
    position:absolute;
    left: 430px;
    top: 10px;
}

div.main_pic
{
    text-align: center;
    width: 200px;
    margin: 65px 0px 0px 0px;
}

div.main_pic img {border: none;}


#main_phone
{
    position:absolute;
    right: 10px;
    top: 10px;
}
#main_sec
{
    background: url(images/main_sect_bg.gif) no-repeat top;
    position:absolute;
    right: 10px;
    top: 70px;
    height:240px;
    width: 290px;
    overflow:hidden;
}

/******************************************************************************/
/*                                SUBMAIN                                     */
/******************************************************************************/

#submain
{
    height:200px;
    background: #fff url(images/submain_bg.gif) no-repeat top;
    margin-bottom: 10px;
    position:relative;
}

#bottom_banner_1
{
    position:absolute;
    top:10px;
    left:10px;
}

#bottom_banner_2
{
    position:absolute;
    top:10px;
    left:325px;
}

#auth
{
    background: #fff url(images/main_auth_bg.gif) no-repeat top;
    position:absolute;
    top:10px;
    right:10px;
    height:180px;
    width:290px;
    overflow:hidden;
}

/******************************************************************************/
/*                                  FOOTER                                    */
/******************************************************************************/

#footer
{
    position: relative;
    color: #333;
    font-size: 9px;
    padding:14px 0px 20px 40px;
    height:50px;
    background: transparent url(images/footer_bg.gif) no-repeat top;
}

/******************************************************************************/
/*                               ADVERSTING                                   */
/******************************************************************************/

#adv
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    background: #f2f2f2 url(images/adv_bg.gif) repeat-x top;
    font-size:75%;
    color: #777;
    padding-top:1px;
}

#adv a:link {color: #777; text-decoration: none }
#adv a:visited{color:#777; text-decoration: none }
#adv a:active {color: #777; text-decoration: none }
#adv a:hover{color:#777; text-decoration: none }


/******************************************************************************/
/*                                SECTION                                     */
/******************************************************************************/

.section_header
{
    background:url(images/header1.gif) no-repeat left;
    color: #fff;
    width:260px;
    padding-left:10px;
    margin:0px 0px 20px 10px;
    line-height: 22px;
    font-weight:bold;
}

.section_body
{
    margin:0px 10px;
    padding:0px;
}







