@charset "UTF-8";
/* CSS Document */

.fullbox
{
	width:756px;
	margin:0 auto;
	padding:20px 20px 10px 20px;
	overflow:hidden;
	border:2px outset blue;
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
}

.app_description
{
	width:400px;
	float:left;
	
}

img
{
	float:right;
	margin:0 0 10px 0;
	
}

.app_picture
{
	width:300px;
	overflow:hidden;
	float:right;
}

#ContentFrame
{
	width:876px;
	margin: -28px 0 0 0;
	padding:20px 10px 10px 10px;
	overflow:hidden;
	border:3px solid black;
	border-top:none;
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: 10px 10px 5px #888888;
	height:776px\9;
}

#frame
{
	width:876px;
	margin:0px;
	height:776px\9;
}

/**********************************************/
/*				  	TABS					  */
/**********************************************/
#hr2{position:absolute; top:108px; left:20px; z-index:-1;}

#tabs{margin:5px 0 0 5px; overflow:hidden;}
#tabs a{color:blue; text-decoration:none; padding-top:6px; font-family:charcoal; font-size:15px;} 

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7{float:left;}

#tab1 a{padding-left:25px; width:55px; height:49px; float:left; background: url(../Home_Page_Art/Tabs/tab7.png) no-repeat; opacity:0.4;}
#tab1 a:hover{background: url(../Home_Page_Art/Tabs/tab7_hover.png) no-repeat; opacity:1.0;} 

#tab2 a{padding-left:25px; width:55px; height:49px; float:left; background: url(../Home_Page_Art/Tabs/tab7.png) no-repeat; opacity:0.4;}
#tab2 a:hover{background: url(../Home_Page_Art/Tabs/tab7_hover.png) no-repeat; opacity:1.0;}

#tab3 a{padding-left:25px; width:55px; height:49px; float:left; background: url(../Home_Page_Art/Tabs/tab7.png) no-repeat; opacity:0.4;}
#tab3 a:hover{background: url(../Home_Page_Art/Tabs/tab7_hover.png) no-repeat; opacity:1.0;}

#tab4 a{padding-left:33px; width:110px; height:49px; float:left; background: url(../Home_Page_Art/Tabs/tab3.png) no-repeat; opacity:0.4;}
#tab4 a:hover{background: url(../Home_Page_Art/Tabs/tab3_hover.png) no-repeat; opacity:1.0;} 

#tab5 a{ padding-left:30px; width:154px; height:49px; float:left; background: url(../Home_Page_Art/Tabs/tab5.png) no-repeat; opacity:0.4;}
#tab5 a:hover{background: url(../Home_Page_Art/Tabs/tab5_hover.png) no-repeat; opacity:1.0;} 

#tab6 a{ padding-left:45px; width:95px; height:49px; float:left; background: url(../Home_Page_Art/Tabs/tab3.png) no-repeat; opacity:0.4;}
#tab6 a:hover{background: url(../Home_Page_Art/Tabs/tab3_hover.png) no-repeat; opacity:1.0;} 

#tab7 a{ padding-left:32px; width:154px; height:49px; float:left; background: url(../Home_Page_Art/Tabs/tab5.png) no-repeat; opacity:0.4;}
#tab7 a:hover{background: url(../Home_Page_Art/Tabs/tab5_hover.png) no-repeat; opacity:1.0;} 

#tab1 a.active{background: url(../Home_Page_Art/Tabs/tab7_selected.png) no-repeat; opacity:1.0;}
#tab2 a.active{background: url(../Home_Page_Art/Tabs/tab7_selected.png) no-repeat; opacity:1.0;}
#tab3 a.active{background: url(../Home_Page_Art/Tabs/tab7_selected.png) no-repeat; opacity:1.0;}
#tab4 a.active{background: url(../Home_Page_Art/Tabs/tab3_selected.png) no-repeat; opacity:1.0;}
#tab5 a.active{background: url(../Home_Page_Art/Tabs/tab5_selected.png) no-repeat; opacity:1.0;}
#tab6 a.active{background: url(../Home_Page_Art/Tabs/tab3_selected.png) no-repeat; opacity:1.0;}
#tab7 a.active{background: url(../Home_Page_Art/Tabs/tab5_selected.png) no-repeat; opacity:1.0;}

