﻿/* this is the big coloured text block just BELOW the header */
#body_container {   position: relative;
                    padding-left: 28px;
                    width: 860px; 
                   	margin-bottom: 0px;
                   	padding-bottom: 0px;	
}

#body_left_group 
{
    position: relative;
    width: 600px;
    margin-bottom: 0px;
    margin-left: 4px;
    padding-bottom: 0px;
    float:left;
    }

#body_right_group
{
	position: relative;
	float: right;
	width: 231px;
	height:722px;
	/* background-image : url('../Images/NewHomePage/right_hand_panel.png'); */
	background-repeat : no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;

}


/* different graphic in background LHS of each panel
#nh_Panel1 { background-image: url('../Images/NewHomePage/branding_panel.png'); }
#nh_Panel2 { background-image: url('../Images/NewHomePage/fix_panel.png');      }
#nh_Panel3 { background-image: url('../Images/NewHomePage/effects_panel.png');  }
#nh_Panel4 { background-image: url('../Images/NewHomePage/sound_panel.png');    }
#nh_Panel5 { background-image: url('../Images/NewHomePage/slideshow_panel.png');   }
#nh_Panel6 { background-image: url('../Images/NewHomePage/Upload_panel.png');   }
*/

#nh_rhp_DownloadButton
{
	width : 195px;
	height : 65px;
	margin-top:10px;
	margin-left: 14px;
	margin-bottom: 10px;
	background-image : url('../images/newhomepage/new_download_standard.gif');
	background-repeat: no-repeat;
	cursor : pointer;
}

#nh_rhp_DownloadButton:hover
{		
	background-image : url('../images/newhomepage/new_download_rollover.gif');	
    background-repeat: no-repeat;
	
}

#nh_rhp_FeatureTableDiv
{	
	padding-top:5px;
	padding-bottom:5px;
}

.nh_rhp_FeatureTable
{
	table-layout : fixed;
	font-family : Trebuchet MS;
	color : Red;	
	font-weight : bold;
	font-size : 8pt;
}


/* heading row (sets widths for columns) */

.nh_rhp_FeatureTable_FeatureCol { width : 100px; }
.nh_rhp_FeatureTable_FreeCol {	width : 44px; text-align : center; }
.nh_rhp_FeatureTable_RegisteredCol { width: 70px; text-align: center; }

/* feature rows */
.nh_rhp_FeatureTable_FeatureCell { text-align : right; padding-top:5px;}
.nh_rhp_FeatureTable_PresentCell { text-align : center;}
.nh_rhp_FeatureTable tr td
{
	padding: 0px;
	/* margin: 0px; */
	
}

div#nh_rhp_OfferStrapDiv
{	
	text-align : left;
	margin-bottom:10px;
}
/*
div#nh_rhp_PricingDiv
{	
	position : relative;
	width : 220px;
	height :70px;
	border: solid black 1px;
}
*/
div#try_for_free
{
	position:relative;
	text-align: left;
	font-weight: bold;
	vertical-align:middle;
	height: 28px;
	margin: 0;
	padding: 10px 0 0 6px;
	font-family : Trebuchet MS;
	color : #333333;
	font-size : 12pt;
}

div#nh_npc_maintext
{
	position:relative;
	float:left;
	width:130px;
	text-align: center;
	vertical-align:middle;
	height: 28px;
	font-family : Trebuchet MS;
	color : #333333;
	font-size : 12pt;
}


div#nh_npc_price
{
	position:relative;
	float: right;
	text-align: center;
	margin-right:5px;
	width:80px;
	height:28px;
	font-family : Trebuchet MS;
	color : #111111;
	font-size : 16pt;
	background-color : #FFFFC0;	
}

div#nh_npc_price:hover
{	
	background-color : #ffffff;
	color: Green;	
	cursor : pointer;
}

div#nh_npc_subtext
{
	position: relative;
	float: right;
	width: 100px;
	text-align:center;	
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #666666;
}

/* stuff below is styled but presently unused */
#nh_BottomBanner
{
	width : 840px;
	height : 84px;
	background-image : url('../Images/NewHomePage/bottom_banner.png');
	margin-left : 0px;
	margin-bottom : 16px;
}