/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#a05b04;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#000;
}

h1 {
    font-size:300%;
    color:#000;
}

h2 {
    font-size:250%;
    color:#000;
}

h3 {
    font-size:200%;
    color:#000;
}

h4 {
    font-size:175%;
    color:#000;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#d1b797 url(../images/bg.png) 50% 0 repeat-x;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    color:#646464;
    font-size:12px;
    top: 1px;
}

div.page {
    width:1100px;
    margin:0 auto;
    background:url(../images/page_bg.jpg) 50% 0 no-repeat;
}

/* wrapper setup */
div.wpr {
    margin:auto;
    width:812px;
    padding:118px 0 0 0;
}

/* header */
div#header {
    position:relative;
    height:150px;
    margin:0;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0;
    clear:both;
    background:url(../images/content_bottom.png) 0 100% no-repeat;
    padding:0 0 30px 0;
    font-size:14px;
    color:#494949;
    position:relative;
}

div.middle_bg {
    background:url(../images/content_bg.png) 0 0 no-repeat;
    padding:50px 21px 20px 58px;
}

/* footer */
div#footer {
    width:auto;
    padding:10px 0 100px 0;
    clear:both;
    text-align:center;
    font-size:14px;
    color:#8c693c;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* alignments */
img.alignleft {
    float:left;
    padding:0 15px 0 0;
}

img.alignright {
    float:right;
    padding:0 0 0 15px;
}

/* topmenu */
div#topmenu {
    ;
}

div#topmenu ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
}

div#topmenu li {
    float:left;
    display:block;
}

div#topmenu a {
    float:left;
    display:block;
    position:relative;
    height:20px;
    padding:0 10px 0 10px;
    line-height:17px;
    overflow:hidden;
    color:#fff;
}

div#topmenu a:hover {
    color:#ccc;
    text-decoration:underline;
}

/* main title */
div.main_title {
    font-size:30px;
    color:#e9e9e9;
    width:450px;
    line-height:35px;
    padding:0 0 0 35px;
    margin:0 0 15px 0;
}

/* middle left */
div.middle_left {
    width:370px;
    overflow:hidden;
    float:left;
}

div.middle_left div.title {
    font-size:18px;
    color:#333333;
}

div.middle_left div.title h3 {
    font-size:24px;
    color:#a05b04;
    margin:8px 0 15px 0;
    font-weight:normal;
}

div.middle_left div.title span.note {
    color:#494949;
    line-height: 25px;
    font-weight: normal;
}

div.middle_left ul {
    margin:40px 0 30px 25px;
    list-style:none;
}

div.middle_left ul li {
    background:url(../images/arrow.png) 0 3px no-repeat;
    padding:0 0 0 18px;
    margin:0 0 16px 0;
    display:block;
    line-height:22px;
    font-size:16px;
}

div.learnmore {
    color:#76797c;
    padding:0px 0 95px 25px;
    font-size:1.5em;
}

/* middle right */
div.middle_right {
    float:right;
    width:350px;
    padding:0;
    position:relative;
}

div.middle_right img.iphone_small {
    position:absolute;
    top:-70px;
    left:0;
}

div.middle_right img.iphone_big {
    position:absolute;
    top:-150px;
    left:85px;
}

div.middle_right img.price_tag {
    position:absolute;
    top:195px;
    left:260px;
}

div.middle_right a.app_store {
    position:absolute;
    top:340px;
    left:65px;
}

div.middle_right a.app_world { 
	position: absolute;
	top: 420px;
	left: 65px;


 }

