﻿/*featured*/
#featured {
	position: relative;
	width: 940px;
	height: 420px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
#featured_image {
	width: 940px;
	height: 420px;
	overflow: hidden;
	border: none;
}
#featured_image img, #featured_image a img {
	position: absolute;
	z-index: 2;
	visibility: hidden;
	width: 940px;
}
#featured #featured_image .current_img, #featured #featured_image .current_img img {
	z-index: 3;
	visibility: visible;
	margin-top: 0px;
}
/* General Style */
body {
	background-position: center;
	background: transparent url('../Assets/Artwork/PNG/IgniteSite.png') no-repeat fixed center center;
}
#Page {
	width: 1059px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#PageTop{
	background:transparent url('../Assets/Artwork/PNG/topbg.png') no-repeat;
	min-height:37px;
	margin-top:-30px;
}
#PageWrapper {
	background-position: center top;
	width: 1059px;/* Workable Width After after factoring in shading 1024px */;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../Assets/Artwork/PNG/middlebg.png') repeat-y;
	overflow: visible;
}
#Header {
	width: 1024px;
	position: relative;
	margin-right: 19px;
	padding-top: 0px;
	margin-left: 13px;
}
#IgniteFlaMenu {
	height: 40px;
	width: 1024px;
	margin-top: 33px;
	padding-right:1px;
	overflow:visible;
	margin-left: 4px;
}
#Banner {
	width: 940px;
	margin-left: 56px;
	position: relative;
	margin-top: 9px;
}
#ContentBody {
	padding-left: 25px;
	padding-right: 30px;
	margin-left: 0px;
	color: #333333;
	padding-bottom:25px;
}
#Footer {
	background-position: center bottom;
	background-image: url('../Assets/Artwork/PNG/bottombg.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	visibility: visible;
	overflow: visible;
	min-height:37px;
	width: 1059px;
	min-width: 1059px;
	padding-left:45px;
}
/* Styles */
.maincontent {
	width: 705px;
	float: left;
	padding-right: 15px;
}
.sidemenu {
	width: 275px;
	float: left;
	right: 5px;
	padding-right: 5px;
	text-align: left;
	margin-top: 0px;
}
.fullwidth{
	width:100%;
	min-width:900px
}
.IGNITE {
	font-family: "Trajan Pro";
	font-weight: bold;
}
#Footer p {
	color: #000000;
}
hr {
	margin-left: 8px;
	width: 100%;
	margin-bottom: 0px;
	margin-top:8px;
}
img {
	border-width: 0px;
}
.logo {
	width: 354px;
	border-style: none;
	float: left;
	border-width: 0px;
	margin-left: 33px;
	margin-top: 12px;
}
#ContactUs {
	height: 126px;
	width: 223px;
	position: absolute;
	top: -14px;
	border-bottom-width: 0px;
	cursor: pointer;
	right: 23px;
}
.clear{
	clear:both;
}
.sidemenu ul{	
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidemenu ul li,.sidemenu ul li a {
	text-decoration: none;
	font-size: 15px;
	margin-left:0px;
}
.sidemenu ul li,.sidemenu ul li:hover a{
	text-align: left;
	list-style-type: none;
	margin-left:0px;
	text-decoration:underline;
}

/*********************************************************************
 * Tabs
 *********************************************************************/
.tabs-hide {
	display: none;
}
ul.tabs-nav {
	list-style: none outside;
	margin: 0;
	padding: 0;
	height: 46px;
}
ul.tabs-nav li {
	float: left;
	padding: 15px 10px;
}
ul.tabs-nav li a {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	outline: 0;
	text-decoration: none;
	color: #333333;
}
ul.tabs-nav li:hover {
	float: left;
	padding: 15px 10px;
	color: #ffffff;
	font-size: 18px;
}
ul.tabs-nav li:hover a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
ul.tabs-nav li.tabs-selected, ul.tabs-nav li.tabs-selected:hover {
	border: 1px solid #175d7d;
	background: #175d7d url('../SideMenu/custom-theme/images/ui-bg_glass_75_175d7d_1x400.png') 50% 50% repeat-x;
	color: #000000;
	font-size: 18px;
}
ul.tabs-nav li.tabs-selected a, ul.tabs-nav li.tabs-selected a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
ul.tabs-nav li:hover {
	border: 1px solid #175d7d;
	background: #175d7d url('../SideMenu/custom-theme/images/ui-bg_glass_75_175d7d_1x400.png') 50% 50% repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.tabs-container {
	clear: both;
	position: relative;
}
/*IGNITE Flagship Video  */
.IgniteFlagshipVideo {
	width: 490px;
	height: 220px;
	position: absolute;
	top: 768px;
	right: 61px;
}
