/* CSS Document */
*{
	margin:0;
	padding:0;
}
html {
    background: none repeat scroll 0 0 #F1F1F1;
	background-image:url(../img/ios-linen.jpg);
}

body {
	font: 12px/1.5 "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	color:#333333;
}
img {
	border: 0px;
}
#header { 
	width: 982px; 
    height: 62px;
	margin: 28px auto 18px;
    
}
#topmenu {
    height: 62px;
    width: 750px;
    background: url(../img/menu.png) left -62px ;
    float:left;
    position: relative;
}
#topmenu ul{
	list-style:none;
	float:right;
}

#topmenu li{	
	list-style:none;
	display:block;
	float:left;
	height: 62px;
	width: 100px;
    background: url(../img/menu.png) left -186px no-repeat ;
}

#topmenu li a{
	color: #A6A6A9;
    float: left;
	width: 100px;
	margin-top: 20px;
    text-align: center;   
	text-decoration: none;
}

#topmenu li a:active {
	color:#FFF;
}

#topmenu li span{
	float:left;
	padding-top: 20px;
	width: 100px;
    text-align: center;   
}

#topmenu li.active {
	color:#FFF;
	text-align: center; 
	background: url(../img/menu.png) left -124px;
}

#menubegin, #menuend {
    height: 62px;
}
#menubegin {
    background: url(../img/menuhome.png) transparent left top ;
    width: 220px;
    float: left;
    position: relative;
}
#menuend {
    background: url(../img/menu.png) transparent left top ;
    width: 12px;
    float: right;
    position: relative;
} 
#content {
    margin: 0 auto;
    width: 982px;
    
}

.buttonbig {
    width: 257px;
    height: 257px;
    background: url(../img/button_big.png) transparent left top no-repeat ;
    float: left;
    margin-right: 24px;
    padding: 27px;
}
.buttonmedium {
    width: 190px;
    height: 190px;
    background: url(../img/button_med.png) transparent left top no-repeat ;
    float: left;
    margin: 0 0 6px 6px;
}

.buttonmedium_empty {
    width: 190px;
    height: 190px;
    float: left;
    margin: 0 0 30px 6px;
}

.buttonmedium img {
    margin: 10px 14px 14px 10px;
}
.buttonmedium a {
    text-decoration: none;
}
.buttonmedium h1 {
    position: absolute;
    width: 166px;
    height: 25px;
    background: url(../img/box3h1.png) transparent left top repeat-x ;
    font-size: 13px;
    color: #FFF;
    padding: 2px 0 0 20px;
    margin: 150px 0 0 2px;
}

.clear {
    clear: both;
}
#boxmain {
    background: url(../img/mainbox_bg.png) repeat-y scroll 0 0 transparent;
    position: relative;
    width: 984px !important;
	margin: 20px 0 20px;
}

.box.top {
    background: url(../img/mainbox_cap_top.png) no-repeat scroll 0 0 transparent;
    padding-top: 6px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.box.bottom {
    background: url(../img/mainbox_cap_bottom.png) no-repeat scroll 0 100% transparent;
    bottom: 0;
    height: 7px;
    position: absolute;
    width: 100%;
}

.box.content {
	background: url(../img/box_divider.png) repeat-x scroll 0 0 transparent;
    clear: both;
	margin-right:2px;
	margin-left:2px;
    padding: 2em 18px;
}

#boxmain span{
    text-align:justify;
	font-size: 13px;
}

#appdetails{
	display: block;
}

#appscreens{
	position: relative;
    float: left;
    width:377px;
    height:417px;
    margin-left: 20px;
}

#marketbox{
	position: relative;
    float: right;
    height:100px;
}

#marketbox a{
	text-decoration: none;
}

#appinfobox{
	background: url(../img/appinfo_textbox_bg.png) repeat-y scroll 0 0 transparent;
    position: relative;
    width: 540px !important;
	margin: 30px 0 20px 0;
	float: right;
}

#appinfobox .box.top {
    background: url(../img/appinfo_textbox_cap_top.png) no-repeat scroll 0 0 transparent;
    padding-top: 6px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#appinfobox .box.bottom {
    background: url(../img/appinfo_textbox_cap_bottom.png) no-repeat scroll 0 100% transparent;
    bottom: 0;
    height: 7px;
    position: absolute;
    width: 100%;
}

#appinfobox .box.content {
	background: url(../img/box_divider.png) repeat-x scroll 0 0 transparent;
    clear: both;
	margin-right:2px;
	margin-left:2px;
    padding: 2em 18px;
}

#appinfo h1 {
    font-size: 40px;
    padding-bottom: 10px;
}
#appinfo  p {
    font-size: 17px;
}
#appinfo img {
    float: left;
    margin: 15px 15px 0 0;
}

.box1 {
    width: 486px;
    height: 268px;
    background: url(../img/box1.png) transparent left top no-repeat ;
    float: left;
    margin: 0 10px 12px 0;
}

.endbox {
    margin-right: 0;
}

.box1text {
    width: 380px;
    height: 175px;
    margin: 65px;
    font-size: 15px;
}

#map1{
    width: 480px;
    height: 260px;
    margin: 10px 0 30px;
	float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
}

#map2 {
    width: 480px;
    height: 260px;
    margin-top: 10px; 
	margin-left:18px;
	margin-bottom: 30px;
	float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
}

#footer { 
	width: 982px; 
    height: 62px;
	margin: 10px auto 0;
	display: block;
    
}
#footermenu {
    height: 62px;
    width: 923px;
    background: url(../img/menu.png) left -62px ;
    float: left;
    padding-left: 35px;

}
#footermenu ul{
	list-style:none;
    position: absolute;
}

#footermenu > ul > li{
	list-style:none;
	display:block;
	float:left;
    cursor: pointer;
	width: 221px;
}
#footermenu div span {
    padding: 0 2px 0 1px;
}
#footermenu div span:hover{
    background: url(../img/footer_menu_selection.png);
}
#footermenu li a{
	display:block;
	float:left;
	height:62px;
    width: 223px;
	text-decoration:none;
}

#footermenu li a span{
	display:block;
	float:left;
	height:50px;
    width: 215px;
	color:#FFF;
	line-height:24px;
    margin: 2px;
}
#footermenu li.active {
	background: url(../img/menu.png) left -124px;
}
#footermenu li:hover {
	background: url(../img/menu.png) left -124px;
}
#footermenu li div {
    list-style: none;
    position: absolute;
    width: 225px;
    height: 186px;
    z-index: 11;
    display: none;
    background: url(../img/popup.png) no-repeat left top transparent;
}
#footermenu li div ul {
    margin-top: 12px;
    background: url(../img/popupbody.png) repeat-y transparent;
}
#footermenu li:hover div {
    display:  block;
}
#footermenubegin, #footermenuend {
    height: 62px;
}
#footermenubegin {
    background: url(../img/menu.png) transparent left -248px ;
    width: 12px;
    float: left;
    position: relative;
}
#footermenuend {
    background: url(../img/menu.png) transparent left top ;
    width: 12px;
    float: right;
    position: relative;
}
#copyrights {
    width: 982px; 
    height: 32px;
	margin: 0 auto;
	color: #666666;
    font-size: 10px;
}
#copyrights span {
    float: right;
}
#copyrights span a{
    text-decoration: none;
    font-style: italic;
    color: #666666;
}