/*************************************************************************
	Title:		Primary stylesheet for Engyro.com
	Author:		420 Design - fourtwentydesign.com
*************************************************************************/
@import url(navmenu.css);
@import url(sidebars.css);
@import url(forms.css);


body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px/1.5em Helvetica, Arial, "Lucida Grande", Trebuchet MS, sans-serif;
	color: #404040;
	background: #e8eefa;
}

img {
	border: 0;
}

/*	header
---------------------------------------------------------------------- */
#headerContainer {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg-headerContainer.png) repeat-x 0 0;
	text-align: left;
}

#header {
	margin: 0 auto;
	width: 750px;
	border: 3px solid #fff;
	border-width: 0 3px;
	background: url(../images/bg-header.png) no-repeat 0 0;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header .logo {
	width: 283px;
	height: 100px !important;
	float: left;
}

#header img {
	margin: 26px 0 0 12px;
}

#iconNav {
	margin: 20px 0 0 600px;
}




/*	main body - common
---------------------------------------------------------------------- */
#mainContainer {
	width: 100%;
	background: #e8eefa;
	text-align: left;
}

#mainBody {
	width: 750px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-width: 0 3px;
	background: #fff;
	padding-bottom: 20px;
}

#mainBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*** header backgrounds for each section ***/
#home #headline {
	background: url(../images/home-image.png) no-repeat 0 0;
	height: 250px;
}

.products #headline,
.resources #headline,
.media #headline,
.support #headline,
.partners #headline,
.company #headline {
	background: url(../images/bg-headProducts.png) no-repeat 0 0;
	height: 102px;
}


#home #headline h1 {
	margin: 0;
	padding: 12px 8px 0 8px;
	width: 250px;
	font-size: 250%;
	line-height: .9em;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

#home #headline h1 span {
	color: #fc7a00;
}

.products #headline h1,
.media #headline h1,
.support #headline h1,
.partners #headline h1,
.company #headline h1,
.resources #headline h1 {
	line-height: 1em;
	width: 250px;
	margin: 0;
	/* padding: 12px 8px 8px 8px; */
	font-weight: normal;
	color: #10285c;
	text-transform: uppercase;
	position: relative;
	left: 8px;
	top: 10px;
}



/*	main body - home
---------------------------------------------------------------------- */
p.homeIntro {
	width: 259px;
	margin: 0 10px;
	font-size: 125%;
	line-height: 2em;
	float: left;
}

#homeLinks {
	width: 359px;
	margin: 0 35px;
	float: right;
}

#home #homeLinks h2 {
	line-height: 1em;
	background: url(../images/border-h2ltr.png) no-repeat left top;
	font-weight: normal;
	padding: 21px 0 0 22px;
	margin-top: 20px;
	text-transform: uppercase;
	color: #fc7a00;
}

#homeLinks dl {
	margin: 0 0 0 22px;
	padding: 0;
}

#homeLinks dt {
	margin: 12px 0 0 0;
	padding: 0;
	font-weight: bold;
}

#homeLinks dd {
	margin: 0;
	padding: 0;
}

#homeLinks dl a {
	color: #6d7d9a;
	font-weight: bold;
}

#homeLinks dl a:hover {
	text-decoration: none;
}

ul.productsListGray {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.productsListGray li {
	background: url(../images/bullet-arrowGray.png) no-repeat 0 3px;
	margin: 0 0 4px 22px;
	padding-left: 15px;
	color: #585858;
}

ul.productsListGray li a {
	color: #585858;
}

ul.productsListGray li a:hover {
	text-decoration: none;
}




/*	main body - all other pages/sections
---------------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 270px;
	margin: 0 0 0 10px;
}

#sidebar h3 {
	line-height: 1em;
	background: url(../images/border-h2rtl.png) no-repeat right top;
	padding-top: 22px;
	margin-top: 35px;
	text-transform: uppercase;
	color: #fc7a00;
	font-weight: normal;
	font-size: 150%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 8px 0 8px 15px;
}

#sidebar ul li {
	background: url(../images/bullet-arrowDkBlue.png) no-repeat 0 3px;
	margin: 0 0 4px 0;
	padding-left: 15px;
	color: #10285c;
}

#sidebar ul li a {
	color: #10285c;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#pageContent {
	float: right;
	width: 405px;
	margin: 0 20px 0 0;
}

#pageContent h1 {
	color: #fc7a00;
	font-weight: normal;
	line-height: 1em;
}

#pageContent h2 {
	color: #10285c;
}

#pageContent h2 a,
#sidebar p a {
	color: #10285c;
}

#pageContent h2 a:hover,
#sidebar p a:hover {
	text-decoration: none;
}

#pageContent ul ul {
	margin-bottom: 10px;
}

#pageContent li a,
#pageContent p a,
#pageContent dd a {
	color: #5273c1;
}

#pageContent li a:hover,
#pageContent p a:hover,
#pageContent dd a:hover {
	text-decoration: none;
}

#pageContent dl {
	margin: 0;
	padding: 0;
}

#pageContent dl.eventsList dt {
	color: #10285c;
}

#pageContent dt {
	font-weight: bold;
	margin-top: 10px;
}

#pageContent dd {
	margin: 0;
	padding: 0;
}

#pageContent dd.eventName {
	font-weight: bold;
}


/*** for inline diagrams ***/
.imageCaption {
	width: 400px;
	text-align: center;
	border-bottom: 1px solid #bcbcbd;
	margin: 15px 0 50px 0;
	padding: 5px 0;
	font-weight: bold;
}

.imageCaption small {
	font-weight: normal;
}

.imageCaption img {
	width: 400px;
}


p.tagline {
	text-align: center;
	font-weight: bold;
	color: #5273c1;
}









/*	footer
---------------------------------------------------------------------- */
#footerContainer {
	width: 100%;
	background: url(../images/bg-footerContainer.png) repeat-x 0 0;
	text-align: left;
}

#footer {
	width: 750px;
	height: 35px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-width: 0 3px;
	background: url(../images/bg-footer.png) repeat-x 0 0;
}

#footer p {
	color: #bcbcbd;
	font-size: 85%;
	margin: 0;
	padding: 10px 0 0 10px;
}

#footer p a {
	color: #bcbcbd;
}

#footer p a:hover {
	text-decoration: none;
}