body{
    background: #fff url('images/bg_body-page.jpg') repeat-x top left;
}

#title{
    height: 130px;
    background: url('images/page_start.jpg') no-repeat top center;
    text-align: left;
}

#titleImage{
    width: 956px;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 35px;
}

#right{
    float: right;
    text-align: left;
    width: 250px;
    height: 550px;
    background: url('images/bg_body-right.jpg') no-repeat top left;
    padding-top: 40px;
}

#right #advert{
    padding: 20px 10px 0 30px;
}

#left #advert{
    margin-top: 40px;
    font-size: 11px;
    line-height: 18px;    
    margin-right: 5px;
}

#left #advert #adspace{
    background: #fff;
    padding: 10px;
}

#left #advert #adspace p{
    font-size: 11px;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

#left #advert #adspace p.name{
    font-style: italic;
    text-align: right;
    margin-top: 10px;
}


#right #advert h3{
    padding: 5px 10px;
    margin: 0;
    background: #eee;
    border-bottom: #a00 solid 3px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

#right #advert #adspace{
    background: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}

#right #advert #adspace p{
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

#right #advert #adspace p.name{
    font-style: italic;
    text-align: right;
    margin-top: 10px;
}

#advert #adspace p.link{
    text-align: right;
}

#advert #adspace p.link a{
    color: #a00;
    font-size: 11px;
}

#text{
    text-align: left;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 280px;
    line-height: 20px;
}

#text p{
    padding-left: 10px;
}

#text p.leadin{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

#text h2{
    color: black;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 32px;
	line-height: 30px;
	margin-bottom: 18px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	visibility: visible;
}

#text h3{
    font-size: 20px;
    font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

#prefoot{
    clear: both;
    height: 100px;
    margin-top: -50px;
    background: url('images/bg_foot-copy.png') no-repeat center center;
    z-index: 0;
}

#content{
    padding-top: 0px;
}

ul#sections{
    padding: 0;
    margin: 0;
    margin-top: 24px;
}

ul#sections li{
    list-style: none;    
}

ul#sections li img{
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}

ul#sections li h3{
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-left: 36px;
    padding-top: 3px;
    margin-top: -17px;
}

html>body ul#sections li h3{
    margin-top: 0;
}

:first-child+html ul#sections li h3 {
   margin-top: -17px !important; /* #%@#%(! IE 7 */
}

ul#sections li h3 a{
    text-decoration: none;
}

ul#sections li p{
    padding-left: 37px;
    margin-bottom: 24px;
    color: #666;
    margin-top: 7px;
}

html>body ul#sections li p{
    
}

ul#sections li.last p{
    margin-bottom: 0;
}


code{
    border: 1px solid #ddd;
    background: #eee;
    padding: 10px;
    display: block;
}

.jpg{
   background: url('images/icon_jpg.png') no-repeat left center;
   padding-left: 30px;
   line-height: 30px;
   display: block;
}

.png{
   background: url('images/icon_png.png') no-repeat left center;
   padding-left: 30px;
   line-height: 30px;
   display: block;
}

.tiff{
   background: url('images/icon_tiff.png') no-repeat left center;
   padding-left: 30px;
   line-height: 30px;
   display: block;
}





.slide{
   height: 220px;
}

.slide .screenshot{
float: right;
margin-left: 10px;
}