﻿div#main{
	text-align:left;
	margin:auto;
	width:880px;
}

div#appmain{
	text-align:left;
	margin:auto;
	width:804px;
}

div#appmaintitle{
	text-align:center;
	margin:auto;
	width: 100%;
}


div#right{
	float:right;
	width:560px;
    padding:10px;
}
div#right div{
    float:left;
    clear:left;
    width:100%;
}
form div{
    float:left;
    clear:left;
    width:100%;
	padding-top:3px;
}
form div label{
    width:120px;
    float:left;
    text-align:right;
    font-weight:bold;
    padding-right:10px;
}
form div input{
    width:250px;
    float:left;
}
form div select{
    width:150px;
    float:left;
}

div#left{
	float:left;
	text-align:center;
	width:300px;
	position:relative;
}
div#iphone_screen{
	width:248px;
	height:371px;
	position:absolute;
	top:95px;
	left:27px;
}
div#iphone4_screen{
	width:253px;
	height:378px;
	position:absolute;
	top:106px;
	left:25px;
}

div#ipad_screen{
	width:252px;
	height:309px;
	position:absolute;
	top:50px;
	left:24px;
}

ul.ss{
    list-style:none;
    margin:0;
    padding:0;
    clear:both;
}

ul.ss li{
    float:left;
    width:60px;
    height:90px;
    border:2px solid #888;
    margin-right:10px;
    margin-bottom:10px;
}

ul.ss li:hover{
	border-color:black;
}

ul.ssip{
    list-style:none;
    margin:0;
    padding:0;
    clear:both;
}

ul.ssip li{
    float:left;
    width:60px;
    height:80px;
    border:2px solid #888;
    margin-right:10px;
    margin-bottom:10px;
}

ul.ssip li:hover{
	border-color:black;
}



ul.small-apps li:hover{
	border-color:black;
    border:1px solid #888;
    float:left;
    width:100px;
    height:217px;
    margin-right:30px;
    margin-bottom:40px;
    font-size:18px;
	text-align:center;
}

ul.small-apps{
    list-style:none;
    margin:0;
    padding:0;
    clear:both;
}

ul.small-apps li{
    float:left;
    width:100px;
    height:217px;
    border:1px solid #ffffff;
    margin-right:30px;
    margin-bottom:40px;
    font-size:18px;
	text-align:center;
}




li:hover{

	background-color:silver;

}

ul.fet{

	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

}

img {
border:0;
}


h3{
    font-family:Arial;
    font-weight:bold;
    font-size:18px;
}


