/*

	Stoneway XtremeEDA - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca/Phil Champagne

*/

/* =General
---------------------------------------------------------------------------------------------------- */
html {
  overflow: scroll;
}

body {
	background: #e7e7e7 url('../images/wrapper/main-gradient-bg.jpg') repeat-x;
	background-attachment: fixed;
	margin: 20px 0px;
	padding: 0px;
	font: 0.8125em Verdana, sans-serif; 
	letter-spacing: 0.02em; 
	line-height: 1.6; color: #333; 
	font-size: 11px; 
	color: #333333;
}

table tr td {
	font-size: 11px;
	color: #333333;
}

/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 790px;
	margin: 0px auto;
    padding: 0;
}
	
.clear {
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
}
.right {
	padding: 0px;
	padding-left: 5px; <!-- NJ -->
	margin: 0px; 
	float: right;
}
.left{
	padding: 0px; 
	float: left;
}

/* =Layout - Homepage
---------------------------------------------------------------------------------------------------- */
#home-container {
	margin: 0;
	padding: 0;
	clear: both;
}

#home-left-content {
	float: left;
	border-right: 1px solid #ffffff;
  background: url('../images/main-homepage-new.PNG') 0 0 no-repeat;
  height: 223px;
  width:  460px;
}

#home-left-content a {
	display: block;
}

#home-left-content a:hover {
	display: block;
  background: url('../images/main-homepage-new_hover.PNG') 0 0 no-repeat;
}
#home-left-content a:active{
	display: block;
  background: url('../images/main-homepage-new_active.PNG') 0 0 no-repeat;
}


#home-left-content #home-main strong {
	font-weight: bold;
  text-shadow: black 3px -3px 1px;
}

#home-left-content #home-main h1 {
	color: #ffffff;
	margin: 0;
	padding: 15px 0px 0px 35px;
	font-size: 20px;
	font-weight: normal;
  text-align: left;
}

#home-left-content #home-main h2 {
	color: #ffffff;
	margin: 0;
	padding: 10px 0 0 35px;
	font-size: 50px;
	font-weight: normal;
  text-align: left;
}

#home-left-content #home-main h3 {
	color: #ffffff;
	margin: 0;
	padding: 10px 5px 0px 0px;
	font-size: 38px;
	font-weight: normal;
  text-align: right;
}

#home-left-content #home-main a {
	color: #ffffff;
	margin: 0;
	padding: 10px 5px 0 0;
	font-size: 38px;
	font-weight: normal;
  text-align: right;
	text-decoration: none;
}


#home-left-content #home-branding {
	background: url('../images/wrapper/home-branding-bg.jpg') 0 0 no-repeat;
	width: 460px;
	height: 96px;
}

#home-left-content #home-branding h1 {
	color: #ffffff;
	margin: 0;
	padding: 25px 0 0 27px;
	font-size: 17px;
	font-weight: normal;
}

#home-left-content #home-branding h1 span {
	font-size: 23px;
	font-weight: bold;
}

#home-right-content {
	float: left;
	width: 228px;
	border-right: 1px solid #ffffff;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#container {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#branding-img-cotainer {
	width: 169px;
	height: 60px;
	background: #B0232A url('../images/branding-new.jpg');
	border: 0px solid #000000;
	float: left;
}

#branding {
	background: red url('../images/wrapper/branding-bg.jpg');
	height: 60px; 
	width: 619px;
	float: left;
}

#content {
	clear: both;
	background: #ffffff;
	min-height: 475px;
	_height: 475px;
}

#content #text-content {
	float: left;
	width: 600px;
}

#content #text-content .pad {
	padding: 2px 5px 5px 5px;
}
#content #text-content .pad h1{
	color: #b0232a;
}
#content #text-content .pad h2{
	color: #b0232a;
}
#content #text-content .pad h3{
	color: #b0232a;
}
#content #text-content .pad h4{
	color: white;
}
#content #text-content .pad h4.black{
	color: black;
}

#content #text-content .pad p {
	text-align: justify;
}
#content #text-content .pad p.highlight {
	text-align: left;
	background: #ffffa0;
}

#content #text-content .Contact {
	background: #B0232A;
	position: absolute;		/* Fallback if 'fixed' is not supported */
	width: 167px;
	left: 0px;
	bottom: 19px;
	color: black;
	padding: 2px;
	border-top: 0px solid black;
	border-right: 0px solid black;
}
#content #text-content .Contact h2{
	color: white;
}
#content #text-content .Contact a{
	color: white;
	text-decoration: none;
}
#content #text-content .Contact a:hover{
	color: black;
	text-decoration: none;
}

#content #text-content a img{
	border: 0px black;
	text-decoration: none;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#top-nav {
   	padding: 35px 0 0 0;
}

#top-nav-items td  {
	background: url('../images/wrapper/top-nav-divider.gif') right bottom no-repeat;
	height: 27px;    
	padding: 6px 10px 0px 8px;
}

#top-nav-items td.last {
	background: none;
	height: 27px;    
	padding: 6px 0 0 8px;
}

#top-nav-items td a {
	color: #666666;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;	
}

#top-nav-items td a:hover {
	color: #ffffff;
	background: #B0232A;
}

#left-nav {
	float: left;
	width: 170px;
}

#left-nav ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	width: 169px;
}

#left-nav ul li {
	border-bottom: 1px solid #999999;
	line-height: 26px;
}

#left-nav ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 12px;
}

#left-nav ul li a:hover {
	background: #eeeeee;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	color: #666666;
	font-size: 9px;
	text-align: right;
}

a {
	outline: none;
	color: #c22026;
}

a:hover {
	color: #7C1619;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
P {
	margin: 6px 0 9px 0;
}

h1 {
	font-size: 17px;
	color: #ffffff;
	margin: 0;
	padding: 0 20px 0 0;
}

#branding h1 {
	padding: 5px 0 0 10px;
}

#branding h2 {
	padding: 0 0 0 16px;
}

h2 {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 0 0;
}

h3 {
	font-size: 15px;
	color: #ffffff;
	margin: 5px 0 8px 0;
}

h4 {
	font-size: 12px;
	color: #ffffff;
	margin: 8px 0 0 0;
}

h5 {
	font-size: 11px;
	font-weight:bold;	
	margin: 8px 0 8px 0;
	
}

#back {
	text-align: right;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	list-style: square;
	margin: 0 0 0 14px;
	padding: 0 0 0 14px;
}

ul li {
	padding: 0;	
}

/* =Moo.fx/MooTools toggler styles
---------------------------------------------------------------------------------------------------- */
/* Begin 'Training/News/Tech Downloads' section */
#wrap {
	width: 600px;
	overflow: hidden;
}

#wrap span {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	cursor: pointer;
	border-top: 1px solid #999999;
	text-decoration: none;
}

#wrap .last {
	border-bottom: 1px solid #999999;
}

#wrap span.toggler a {
	display: block;
	color: #333333;
	line-height: 22px;
	text-decoration: none;
	padding: 0 0 0 5px;
}

#wrap span.toggler a:hover {
	color: #7C1619;
	background: #e0e0e0;
}

#wrap div.accordion {
	padding: 0 10px 0 10px;
}

#wrap div.accordion ul {
	padding: 0 0 0 14px;
	margin: 5px 0 5px 14px;
}

#wrap div.accordion ul li {
	padding: 1px 0 1px 0;
}

#wrap .first {
	padding-top: 5px;
}

#wrap .last {
	padding-bottom: 5px;
}

/* ie whitespace */
/*
#top_round {
	height: 10px;
	font-size: 1px; 
}

#bottom_round {
	height: 10px;
	font-size: 1px; 
}

	
top_dark {
	background: url("images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("images/bottom_light.gif") no-repeat top left;
} */

/* End 'Training/News/Tech Downloads' section */


/* Begin homepage togglers */
#home-wrap {
	width: 228px;
	overflow: hidden;
}

#home-wrap span {
	display: block;
	padding: 0;
	margin: 0;
	background: url('../images/wrapper/menu-accordion-bg-off.jpg') 0 0 no-repeat;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

#home-wrap span.toggler a {
	display: block;
	height: 32px;
	background: url('../images/wrapper/menu-accordion-bg-off.jpg') 0 0 no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#home-wrap span.toggler a:hover {
	background: url('../images/wrapper/menu-accordion-bg-on.jpg') 0 0 no-repeat;
}

#home-wrap span.toggler a span.title {
	display: block;
	padding: 8px;
}
#home-wrap span.toggler a:hover span.title {
	background: url('../images/wrapper/menu-accordion-bg-on.jpg') 0 0 no-repeat;
}

#home-wrap div.accordion {
	padding: 0px 10px 0 10px;
	background: url('../images/wrapper/accordion-menu-bg.jpg') repeat-x;
	line-height: 16px;
}

div.accordion .hgt {
	height: 191px;
}

div.accordion .hgt-last {
	height: 190px;
}

#left-nav li.first 
	{
	background: #e0e0e0;
}
#left-nav li.sel
	{
	background: #ffffa0;
	text-align: right;
}

/*teamlink
------------------------------------------------------------------------------------------------------------*/

#teamlink p {
	padding: 0 0 5px 0;
	margin: 0;
}
#teamlink .a {
	padding: 0 ;
	margin: 0;
}




div#Banner { margin: 0;
	background: #010000 url("../images/wrapper/home-branding-bg.jpg") 0px 0px no-repeat;
	display: block;
	color: white;
	font-size:14px; 
	line-height:14px; 
	padding: 2px;
	text-align: left;
	position: absolute;		/* Fallback if 'fixed' is not supported */
	bottom: 5px;
	left: 1ex;
	z-index: 7;
	border: 0px solid #444466; }
body>div#Banner {
	  position: fixed;  		/* Overrides 'absolute' above */
	  top: auto;
	  width: 300px; }


div#Banner a {	text-decoration: none; color: #ffff4c; background: black;}
div#Banner a:hover {	text-decoration: none; background: #ffff4c; color: black;}
/* XtremeBoost image menu effects
---------------------------------------------------------------------------------------------------- */
#Boost{ 
  background-image: url("../images/Boost/boost_menu.PNG");
  background-repeat:no-repeat;
  background-position:top right;
  float: right;
  height: 275px;
  width: 373px;
  border: solid black 0px;
  }
#Infusion{ 
  background-image: url("../images/Boost/infusion_example.PNG");
  background-repeat:no-repeat;
  background-position:top right;
  float: right;
  height: 275px;
  width: 373px;
  border: solid black 0px;
  }
#BoostMenu a {
  position: relative;
  height: 97px;
  width: 97px;
  top: 31px; 
  font-size: 0px;
  display: block;
  border: solid black 0px;
  text-decoration: none;
  }
#BoostMenu a i { visibility: hidden; } 
a#assessment {left: 145px;top: 2px}
a#assessment:hover {
	background-image: url("../images/Boost/boost_menu_assessment.PNG");}
a#training {left: 194px;top: -31px}
a#training:hover {
	background-image: url("../images/Boost/boost_menu_training.PNG");}
a#planning {left: 99px;top: -127px}
a#planning:hover {
	background-image: url("../images/Boost/boost_menu_planning.PNG");}
a#modeling {left: 51px;top: -150px}
a#modeling:hover {
	background-image: url("../images/Boost/boost_menu_modeling.PNG");}
a#verifying {left: 147px;top: -246px}
a#verifying:hover {
	background-image: url("../images/Boost/boost_menu_verifying.PNG");}
a#implementing {left: 241px;top: -342px}
a#implementing:hover {
	background-image: url("../images/Boost/boost_menu_implementing.PNG");}
