
body {
    background: url('../img/pat.png');
    font-family: 'Droid sans', Helvetica, Arial;
}

p::selection, h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,li::selection {
    color: #fff;
    background-color: #fd4e01;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

div#wrapper {
    width: 700px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    margin: 50px auto 0 auto;
}

div#header {
    width: 100%;
    height: 60px;
    background: url('../img/header_bg.png') repeat-x #403f3f;
}

img.logo {
    margin-top: 15px;
    margin-left: 20px;
}

div#header h5 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    float: right;
    margin-top: 25px;
    margin-right: 20px;
}

div#content img.cover {
    margin: 20px 0 0 20px;
}


div.slides {
	width: 660px;
	height: 152px;
}

/* Product info */
div.info {
    width: 500px;
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 25px auto 0 auto;
}

div.info h2 {
    font-size: 24px;
    font-weight: normal;
}

div.info h3 {
    margin-top: 25px;
    margin-bottom: 20px;
}


div.info p {
    font-size: 12px;
    line-height: 18px;
    color: #5f5f5f;
    margin-top: 13px;
    text-align: justify;
}
/* end */

/* Main buttons */
div.buttons {
    margin-top: 25px;
    width: 362px;
    margin-left: auto;
    margin-right: auto;
}

a.DirA, a.DirG {
    display: block;
    width: 171px;
    height: 44px;
    text-indent: -9999px;
    float: left;
}

a.DirA {
    margin-right: 20px;
    background: url('../img/getdirectionsA.png') no-repeat;
}

a.DirG {
    background: url('../img/getdirectionsG.png') no-repeat;
}

a.DirA:hover, a.DirG:hover {
    background-position: 0 -49px;
}

a.DirA:active, a.DirG:active {
    background-position: 0 -98px;
}

// download button

/* Main buttons */
div.buttons2 {
    margin-top: 25px;
    width: 362px;
    margin-left: auto;
    margin-right: auto;
}

a.DownApp {
    display: block;
    width: 260px;
    height: 44px;
    text-indent: -9999px;
    float:left;
}

a.DownApp {
    margin-left: 60px;
    background: url('../img/download_app.png') no-repeat;
}

a.DownApp:hover {
    background-position: 0 -49px;
}

a.DownApp:active {
    background-position: 0 -98px;
}
/* end */

/* Footer */
div#footer {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e1e1e1;
}

div.like, div.donate {
    width: 190px;
    padding-left: 30px;
    padding-right: 30px; 
    float: left;
}

div.like p, div.donate p {
    font-size: 12px;
    color: #5f5f5f;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 10px;
}

div.like {
    padding-bottom: 7px;
    margin-left: 100px;
}
/* end */

ul.get li {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
    margin-left: 15px;
    padding-left: 18px;
    background: url('../img/list.png') no-repeat;
}

/* License block */
div#license {
    width: 660px;
    font-size: 12px;
    color: #eee;
    margin: 0 auto;
    line-height: 18px;
    background-color: #403f3f;
    padding: 20px;
    margin-bottom: 50px;
	text-align:center;
}

div#license a {
    color: #ccc;
}

div#license a:hover {
    color: #eee;
}
/* end */