@import url("skin.css");

/* @group home */
/* HOME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#logo h1 {display:inline; float:left}
#logo h1 span{display: none}
#home #lc {
width: 640px;
float: left;
display: inline;
}

#home #rc {
width: 300px;
float: left;
display: inline;
margin-left: 32px;
}

#home #premium {
padding: 15px;
background: #f3f3f3;
margin-bottom: 30px;
color: #494949;
}

#home #premium img {display: block}

#home #tip {
padding: 20px;
background: #f3f3f3;
}

#home #tip img {display: block}

#home #tip div.image {
float: left;
display: inline;
margin: 15px 20px 0 0;
}

#home #tip div.text {
width: 415px;
float: left;
display: inline;
margin-top: 15px;
font-size: 1.3em;
line-height: 120%;
}

#home #tip div.text p {margin: 5px 0 10px}

#home div.column {
width: 308px;
float: left;
display: inline;
color: #494949;
margin-bottom: 35px;
}

#home div.midcol {margin: 0 24px}

#home .col{
width: 268px;
padding: 20px 20px 50px;
margin: 35px 0 0;
min-height: 570px;
background:#f5f5f5 no-repeat top right;
}
#home div.lcol {background-image :url("../images/bg-box-blue.png")}
#home div.mcol {background-image :url("../images/bg-box-green.png")}
#home div.rcol {background-image :url("../images/bg-box-pink.png")}

#home div.column img {display: block}
#home div.column img.title {margin-bottom: 23px}

#home div.column h2{
color:#696969;
font-size: 1.2em;
margin: 0;
padding: 10px 0 12px 0;
}
#home div.column h2 a{
color:#D571B2;
text-decoration: none;
}
#home div.column h2 a:hover{color:#F583CE}

#home div.column p {
margin:0;
padding:0 0 15px 0;
font-size: 1.3em;
line-height: 120%;
}

#home div.item {margin-top: 25px}

#home div.item div.image {
width: 94px;
float: left;
display: inline;
margin-right: 14px;
padding-top: 3px;
}

#home div.item div.image img {border: 9px solid #e3e3e3}

#home div.item div.text {
width: 160px;
float: left;
display: inline;
line-height: 140%;
}
#home div.item div.text h2{
font-size: 1.0em;
padding: 0 0 8px 0;
}
#home div.item div.text p {
margin: 0;
padding: 0;
font-size: 1em;
}
/* @end */