@charset "utf-8";
/* CSS Document */

/* Rounded corners – All browsers */
.rounded-corners {
background-color: #FFF; – match to your background
width: 960px; – match to your width
height: 0px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
behavior: url(css/border-radius.htc);
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#676666;
	min-width:960px;
	padding:0;
}

.main {
	width:960px; 	
	padding:0;
	padding-left:0px;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.3333em;
	position:relative;
	background-color: none;
}

.header {
	margin-left:0;
	margin-top:10px;
}

h2 {
	padding:0px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:10px;
	margin-right:10px;
	color:#000;
	text-align:center;
}

.app_area_main {
	width:690px;
	float:left;
	position:relative;
}

/* Right Nav Area */

.nav_social img {
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 20px;
	float: right;
}

.nav_area_main {
	width: 240px;
	margin-left:0px;
	position:relative;
	float:left;
}

.nav_area_main ul{
	list-style-type: none;
}

#nav li{
	padding: 0px;
	margin-top:2px;
	margin-bottom:2px;
	width:100%;
}

#nav li a{
	
	padding: 4px 8px;
	border: 1px solid #E77471;
	background-color:#ffffff;
	text-decoration: none;
	color: #E42217;
	text-align:right;
	font-weight:bold;
	display:block
}

#nav li a:hover{
	border: 1px solid #F62817;
	color: #7E2217;
	background-color: #FBBBB9;
}

.nav_head {
	font-size:20px;
	font-weight:bold;
	margin: 8px 0;
	color: #E42217;
}

.nav_head img {
	margin-bottom:-5px;
}

.aotd {
	width:321px;
	height: auto;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:0px;
	border:#C00 2px solid;
	background-color:#FCC;
	position:relative;
	zoom: 1;
	display: block;
	float:left;

	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
	
}

.free_app {
	width:321px;
	height: auto;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left:20px;
	border:#C00 2px solid;
	background-color:#FCC;
	position:relative;
	zoom: 1;
	display: block;
	float:left;
	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
}

.top_app_box {
	width:290px;
	height:110px;
	padding-top:4px;
	padding-bottom:8px;
	padding-right:8px;
	padding-left:8px;
	margin:5px;
	float:left;
	border:#676666 1px solid;
	background-color:#FFFFFF;
	position: relative;
	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
}

.top_app_box img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border:none;
}

.top_app_box a {
	color:#900;
	text-decoration:none;
	font-weight:bold;
}

.top_app_box a:hover {
	color:#933;
	text-decoration:none;
}

.top_app_box h4 {
	font-size: 10px;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.top_app_box h5 {
	font-size: 10px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

.top_app_box p {
	font-size: 12px;
	color:#F00;
	font-weight:bold;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
}

.top_app_box strike {
	color:#F00;
}

.top_app_box span {
	color:#676666;
	font-weight:normal;
}

.app_area_a {
	width:690px;
	height: auto;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border:#C00 2px solid;
	background-color:#FCC;
	position:relative;
	zoom: 1;
	display: block;

	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
	
}

.app_area_b {
	width:690px;
	height: 360px;
	padding: 5px;
	margin-bottom: 10px;
	border:#C00 2px solid;
	background-color:#FCC;
	position:relative;
	zoom: 1;
	display: block;

	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
}

.app_area_c {
	width:690px;
	height: auto;
	padding: 5px;
	border:#C99 2px solid;
	background-color:#FDEEF4;
	position:relative;
	zoom: 1;
	display: block;

	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
}

.app_title {
	color:#900;
	font-weight:bold;
	padding:0;
	margin:0;
}

.loader {
	width:40px;
	height:80px;
	padding-top:54px;
	padding-bottom:8px;
	padding-right:88px;
	padding-left:88px;
	margin:5px;
	float:left;
	border:#676666 1px solid;
	background-color:#FFFFFF;
	position: relative;
	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
}

.app_box {
	width:200px;
	height:130px;
	padding-top:4px;
	padding-bottom:8px;
	padding-right:8px;
	padding-left:8px;
	margin:5px;
	float:left;
	border:#676666 1px solid;
	background-color:#FFFFFF;
	position: relative;
	
	/* Rounded Corners - FF, Chr, Saf */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    /* Rounded Corners - IE */
    behavior: url(http://aisforapps.com/css/border-radius.htc);
    border-radius: 20px;
	
	/* Hide while it loads 
	display: none;*/
}

.app_box img {
	float: left;
	margin-right: 10px;
	border:none;
}

.app_box a {
	display:block;
	color:#900;
	text-decoration:none;
	font-weight:bold;
}

.app_box a:hover {
	color:#933;
	text-decoration:none;
}

.app_box h3 {
	color:#900;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.app_box h4 {
	color:#900;
	font-size: 10px;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.app_box h5 {
	font-size: 10px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

.app_box p {
	font-size: 10px;
	color:#F00;
	font-weight:bold;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
}

.app_box strike {
	color:#F00;
	font-size: 12px;
}

hr {
	color: #676666;
	width:90%;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.app_box span {
	color:#676666;
	font-weight:normal;
}

.clear {
	clear:both;
}

.stars {
	font-size:10px;
}

.stars img{
	margin:0px;
	margin-top:4px;
	padding:0px;
}

/* SEARCHBOX STYLING */
.searchBox {
	color:#CCC;
	margin-left:25px;
	margin-top:15px;
	margin-bottom:0px;
}

/* PAGINATION STYLING */
.pagination{
padding: 2px;
margin:auto;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;

}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none;
color: #2e6ab1;
background-color: #FFF;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFF;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;

cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;

}

.pagination a.prevnext{

}

.pagenum{
	text-align:center;	
	margin-bottom:4px;
}


.more{
	text-align:right;
	margin-right:40px;
	margin-top:10px;
	margin-bottom:10px;
}

.more a{
	padding: 4px 8px;
	border: 1px solid #9aafe5;
	background-color:#ffffff;
	text-decoration: none;
	color: #2e6ab1;
	text-align:right;
	font-weight:bold;
}

.more a:hover{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFF;
}



/* MENU */

body, ul, li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	margin:0;
}

#menu {
	list-style:none;
	width:940px;
	margin:0px auto 0px auto;
	height:38px;
	padding:0px 20px 0px 20px;

	/* Disabled Rounded Corners 
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/

	/* Background color and gradients */
	
	background: #000;
	background: -moz-linear-gradient(top, #000, #333);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#333));
	
	/* Borders */
	
	border: 1px solid #002232;
	
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
	z-index: 1000;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	font-weight:bold;
	color: #F00;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:#161616;
	font-weight:bold;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	background:url("images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("images/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#F00;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.download {
	float:left;
	width:200px;
}

.download p {
	text-align:center;
}

.download img {
	margin:auto;
}