﻿/* ==THE FOLLOWING SECTIONS ARE SPECIFIC FOR THE HOMEPAGE== */

/* ===============
      STRUCTURE
   =============== */
.home_primary
{
	float: left;
	overflow: hidden;
	padding: 1px;
	width: 725px;
	height: 334px;
	background: #7D7D7D;
}

.home_primary div h1 span
{
	color: #FF9E33;
}

.home_primary div .btns
{
	margin-left: 20px;
}

.home_primary .default_module
{
	width: 725px;
	height: 334px;
	background: #000000 url(../../images/Portal/home/gfc_default_bg.jpg) no-repeat;
}

.home_primary .photo_module
{
	width: 725px;
	height: 334px;
	background: #000000 url(../../images/Portal/home/gfc_portfolio_bg.jpg) no-repeat;
}

.home_primary .video_module
{
	width: 725px;
	height: 334px;
	background: #000000 url(../../images/Portal/home/gfc_business_bg.jpg) no-repeat;
}

.home_primary .enterprise_module
{
	width: 725px;
	height: 334px;
	background: #000000 url(../../images/Portal/home/gfc_enterprise_bg.jpg) no-repeat;
}

.home_primary .trial_module
{
	width: 725px;
	height: 334px;
	background: #000000 url(../../images/Portal/home/gfc_free_trial_bg.jpg) no-repeat;
}

.home_primary .default_module h1, 
.home_primary .photo_module h1, 
.home_primary .video_module h1, 
.home_primary .enterprise_module h1, 
.home_primary .trial_module h1
{
	margin: 0 0 10px 0;
	padding: 35px 0 0 30px;
	color: #FF9E33;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 31px;
	line-height: 36px;
}

.home_primary .default_module h1
{
	padding-top: 45px;
	margin-bottom: 185px;
	text-align: center;
	font-size: 37px;
}

.home_primary .photo_module h2, 
.home_primary .video_module h2, 
.home_primary .enterprise_module h2, 
.home_primary .trial_module h2
{
	margin: 0 0 10px 0;
	padding: 5px 0 50px 30px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 28px;
}

.home_primary .photo_module h2
{
	margin-bottom: 46px;
}

.home_primary .video_module h2
{
	margin-bottom: 46px;
}

.home_primary .trial_module p
{
	margin: 15px 0 0 30px;
	color: #FFFFFF;
	font-size: 12px;
}


/* ===============
      SIDE BAR
   =============== */
   
.home_sidebar
{
	float: left;
	padding: 0px;
	width: 213px;
	height: 316px;
	.height: 336px;
	background: #7D7D7D url(../../images/Portal/home/gfc_sidebar_bg.gif) repeat-x;
	font-size: 12px;
	color: #FFFFFF;
}

.home_sidebar h4
{
	font-size: 12px;
	color: #FF9E33;
	margin-left: 0px;
}

.home_sidebar_padd
{
    padding: 0px 10px;
}

.highlightLink
{
    padding: 20px 10px 0px 10px;
    background-color: #6699cc;
    font-weight: bold;
}

#content .home_sidebar .highlightLink a,
#content .home_sidebar .highlightLink a:link,
#content .home_sidebar .highlightLink a:active,
#content .home_sidebar .highlightLink a:visited,
#content .home_sidebar .highlightLink a:hover
{
    font-weight: bold;
}

#content .home_sidebar a
{
	color: #FFFFFF;
}

.home_sidebar hr.divider
{
	color: #363636;
	background: #363636;
}


/* ===============
       SUBMENU
   =============== */
   
.home_submenu
{
	margin: 0 0 10px 0;
	padding: 0 1px 1px 1px;
	width: 938px;
	background: #7D7D7D;
}

.home_submenu .module
{
	float: left;
	margin: 0 1px 0 0;
	padding: 15px;
	width: 204px;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

.home_submenu .module h3
{
	font-size: 15px;
	font-weight: normal;
}

#content .home_submenu a
{
	color: #FFFFFF;
}

#content .home_submenu a:hover
{
	text-decoration: none;
}

.home_submenu .module p
{
	padding: 60px 0 0 0;
	color: #B2B2B2;
}

.home_submenu .module.photo.hover, 
.home_submenu .module.video.hover, 
.home_submenu .module.enterprise.hover, 
.home_submenu .module.trial.hover, 
.home_submenu .module.photo:hover, 
.home_submenu .module.video:hover, 
.home_submenu .module.enterprise:hover, 
.home_submenu .module.trial:hover
{
	background-position: center -229px;
}

.home_submenu .module.photo
{
	background: url(../../images/Portal/home/gfc_portfolio_module_bg.gif) no-repeat center 0;
}

.home_submenu .module.video
{
	background: url(../../images/Portal/home/gfc_business_module_bg.gif) no-repeat center 0;
}

.home_submenu .module.enterprise
{
	background: url(../../images/Portal/home/gfc_enterprise_module_bg.gif) no-repeat center 0;
}

.home_submenu .module.trial
{
	background: url(../../images/Portal/home/gfc_free_trial_module_bg.gif) no-repeat center 0;
}

.home_submenu .module.last
{
	margin: 0;
	width: 203px;
}