/* Appsection	 */
#appbox{
	height:700px;	
	background:url(images/appbg3.jpg);
	background-repeat: no-repeat;
	background-position:center top; 
	overflow:hidden;
}

#right-column{
   float:left;
   width:600px;
   height: 700px;
   vertical-align: top;
}
	
.appname{
   	color:#34362a;
	font-size:24px;
	font-family:georgia;
	text-shadow:1px 1px 0px;
	margin-bottom: 10px;
	z-index: 3;
	position:relative;
	width:500px;
}	

.appfeat{
    margin-left:20px;
    margin-top:20px;    
	color:#000;
	font-family:georgia;
	font-size:16px;
	line-height:23px;
	text-shadow:1px 1px 0px #f1fac2;
	z-index: 3;
	position:relative;
}		


#appwidgets{
	width: 100%;
	margin:10px auto;
	font-family:Georgia,Verdana,Arial,Tahoma, Century gothic,sans-serif;
}
h3.apphead{

	height:20px;
	font-size:18px;
	padding:10px 0px 10px 10px;
	color:#fff;
	white-space: nowrap; 

}

h3.apphead a:link{
     
	height:20px;
	font-size:18px;
	padding:10px 0px 10px 0px;
	color:#fff;
	white-space: nowrap; 

}
.appwid{
	float:left;
	width:280px;
	padding-bottom:10px;
	font-size:12px;
	font-family:Georgia,Tahoma,Century gothic,sans-serif;
	margin:10px 0px 0px 15px;
	color:#ddd;
	}
	
.appwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 5px 5px 5px ;

	}
.appwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.appwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.appwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.appwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.appwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	width: 270px;
	list-style-type: none;
	}
	
.appwid ul li a:link, .appwid ul li a:visited  {
	
	color: #d8cd75;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px solid #4d513f;

	}

.appwid ul li a:hover{

	color: #fff;
	}

.appwid p{
	padding: 7px 10px;
	margin:0;
	}

.appwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}

.downwid{
	background:url(images/planta.png);
	_background:url(images/planta.gif);
	background-repeat:no-repeat;
	font-size:28px;
	color:#412714;
	white-space:nowrap;
	margin-left: 100px;
	margin-top: 50px;
}

h3.downhead{
	visibility:hidden;
}
	
.downwid a:link, .downwid a:visited  {
	text-decoration: none;
}

.downwid a:hover{
	color: #fff;
}

.downwid p{
	padding-left: 200px;
	padding-top: 10px;
	margin:0;
	background-image: url(images/download_sm.png);
	_background-image: url(images/download_sm.gif);
    background-repeat: no-repeat;
    background-position: 160px 12px;
}

