div#content-main #wrap{
background: url(images/intro-bg.png) no-repeat 422px 110px;
min-height: 320px;
}

div#content-main div#intro h1, div#content-main div#intro p{
margin-left: 450px;
}
div#content-main div#intro h1 {
font-size: 55px;
line-height: 1.2em;
font-weight: bold;
}
div#content-main div#intro h1 span {
font-size: 24px;
line-height: 1.2em;
display: block;
}
div#content-main div#intro p{
font-size: 17px;
line-height: 1.2em;
margin-top: 40px;
}
div#content-main div#intro p.action-buttons {
margin-top: 30px;
}
p.action-buttons a {
float: left;
}
a#plans-button {
background: url(../images/btn-download.gif) no-repeat left top;
width: 226px;
height: 50px;
margin-right: 20px;
}
a#custom-button {
background: url(../images/btn-custom.gif) no-repeat left top;
width: 233px;
height: 50px;
position: relative;
}
a#plans-button:hover, a#custom-button:hover {
background-position: left -50px;
}
a#custom-button span {
display: block;
background: url(../images/custom-badge.png) no-repeat left top;
width: 65px;
height: 66px;
position: absolute;
left: 165px;
top: 35px;
}

#home-gallery {
position: absolute;
left: 30px;
top: 0;
border: 1px solid #7D7D7D;
width: 426px;
height: 284px;
background: #fff;
overflow: hidden;
}
div#intro div#home-gallery p {
margin: 0;
position: relative;
top: -45px;
left: 350px;
z-index: 500;
}
div#intro div#home-gallery ul li {
display: none;
}
div#intro div#home-gallery p a {
text-indent: -9999em;
width: 18px;
height: 21px;
cursor: pointer;
float: left;
font-size: 10px;
margin-right: 15px;
}
div#intro div#home-gallery p a.next {
background: url(images/slide-nav-next.png) no-repeat left top;
}
div#intro div#home-gallery p a.prev {
background: url(images/slide-nav-prev.png) no-repeat left top;
}
div#press {
text-align: center;
padding: 20px 0;
border-top: 1px dotted #CCC;
margin-top: 145px;
}
div#press img {
padding: 0 17px 0 6px;
}

body#frontpage div#content_sub {
background: url(images/secondary-bg.png)  repeat-x left top;
}
div#content_sub h2 {
color: #fff;
background: url(images/secondary-hdr-bg.png) repeat-x left top;
border: 1px solid #fff;
border-width: 0 1px;
height: 36px;
line-height: 36px;
padding: 0 10px;
font-size: 16px;
}
div#news li {
clear: both;
border-bottom: 1px dotted #ccc;
padding: 15px 0;
}
div#news h3{
font-size: 14px;
}
div#news h3 img {
float: right;
padding: 0 0 15px 10px;
}