@import url("../css/reset.css");
@import url("../css/navigation.css");
@import url("../css/thickbox.css");
@import url("../css/alertbox.css");


/*  
--------------------------
------ COLOR LEGEND ------
--------------------------
#0098D7 = blue, bright
#12649E = blue, dark
--------------------------
--------------------------

Globals
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body {
    text-align: center;
    font: 12px/1.4em Arial, Helvetica, sans-serif;
    background: #fff url(../gfx/bg_top_inside.gif) repeat-x 0 0;
    color:#333;
} 
body#home {
	background: #fff url(../gfx/bg_rep_home.png) repeat-x 0 0;
}
body#home #wrap {
	background: url(../gfx/ecs_banner_bg.png) no-repeat 50% 86px;
}
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

.hide { visibility: hidden; display: none; }
.show {visibility: visible; display: block; }
.popbox {
	border: 1px solid #000;
	background: #ccc;
	padding: 15px;
	position: absolute;
	top: 25px;
	right: 0;
}

.multilanguage { 
	padding: 3px 0 3px 30px; 
	background: url(../gfx/icons/multilanguage.png) no-repeat 0 50%; 
}

form input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#maincontent a {
	color: #0098D7;
	text-decoration: none;
}
#maincontent a:hover {
	color: #12649E;
}
#maincontent a.bigtext {
	text-decoration: underline;
	color: #12649E;
}
#maincontent a.bigtext:hover {
	color: #0098D7;
}

.col_A {
	float: left;
	width: 48%;
}
.col_B {
	float: right;
	width: 48%;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#container {
	text-align: left;
	margin: 0 auto;
	width: 990px;
	position: relative;
}
#header {
	height: 84px;
}
#contentarea {
	padding: 35px 0 0 0;
	background: url(../gfx/bg_top_subhead2.png) no-repeat 0 0;
}
body#home #contentarea {
	background: none;
	padding: 22px 0 0 0;
}
#subheader {
	height: 201px;
	background: url(../gfx/bg_contentarea_top2.png) no-repeat 0 100%;
}
#footer  {
	clear: both;
	margin: 28px 0 0 0;
	padding: 16px 0 15px 0;
	background: url(../gfx/h_dots_grey.gif) repeat-x 0 0;
	font-size: 11px;
}
#footwrap {
	margin: 0 auto;
	width: 964px;
}

#maincontent {
	background: url(../gfx/bg_contentarea_mid.gif) no-repeat 0 0;
	padding: 0 28px 0 34px;
	clear: both;
}
#primary {
	float: right;
	width: 597px;
	margin-top: 0px;
}
#secondary {
	float: left;
	width: 284px;
	margin-top: 0px;
	padding: 0 0 30px;
}
body#contact.locations #primary {
	width: 925px;
}
body#contact.locations #secondary {
	display: none;
}

/* Logo
--------------------------------------------------------------------------------------------------- */
#logo {
	display: block;
	width: 115px;
	height: 115px;
	position: absolute;
	left: 437px;
	top: 23px;
	z-index: 100;
}
#logo a {
	display: block;
	height: 115px;
	width: 115px;
	background: url(../gfx/ecs_logo.png) no-repeat 0 0;
	text-indent: -999em;
}
body#home #logo a {
	background: url(../gfx/ecs_logo_home_alt.png) no-repeat 0 0;
}

/* -- flash version on homepage -- */
#ecslogo {
	display: block;
	width: 115px;
	height: 115px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

#reasons {
	height: 460px;
	width: 990px;
	background: url(../gfx/ecs_home_bg1.png) no-repeat 0 0;
}
#reasonswrap {
	height: 460px;
	width: 990px;
	background: url(../gfx/ecs_home_bg2.png) no-repeat 0 100%;
	text-align: center;
	color: #fff;
	position: relative;
}
#reasonswrap p {
	/* position: absolute;
	top: 120px;
	right: 120px; */
	padding: 0 200px 15px;
}
#reasonswrap p.messaging {
	padding-top: 80px;
}
#reasonswrap p.upgrade {
	padding: 0 50px;
	font-size: 11px;
}
#reasonswrap a {
	color: #12649E;
	font-weight: bold;
	text-transform: uppercase;
}
#reasonswrap a:hover {
	color: #0098D7;
}

/* Header - Various Components
--------------------------------------------------------------------------------------------------- */
#globaltools {
	position: absolute;
	top: 3px;
	right: 0;
	width: 290px;
	height: 30px;
}
#searchTool {
	height: 30px;
	width: 227px;
	float: left;
	background: url(../gfx/bg_search.png) no-repeat 0 0;
}
#loginTool {
	float: right;
	width: 54px;
	height: 30px;
}

/* Contact Form
--------------------------------------------------------------------------------------------------- */
body#contact input.text {
	border: 1px solid #999;
	background: #eee;
	padding: 2px;
	line-height: 1.2em;
	font-size: 14px;
	width: 250px;
}
body#contact select {
	width: 250px;
}
body#contact label {
	font-size: 12px;
	padding: 0 0 3px;
	margin: 0;
	line-height: 1.2em;
	display: block;
	width: 250px;
	color: #666;
}
body#contact form br {
	display: none;
}

/* User Info + Cart
--------------------------------------------------------------------------------------------------- */
.userinfo {
	position: absolute;
	top: 180px;
	left: 40px;
	width: 500px;
}
.userinfo li {
	float: left;
	color: #A7DDFB;
}
.userinfo li.who {
	width: 30%;
}
.userinfo li.cart {
	width: 19%;
}
.userinfo li strong {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
}
.userinfo li a {
	color: #fff;
	text-decoration: none;
}
.userinfo li a:hover {
	text-decoration: underline;
}
.userinfo li.cartbtns {
	width: 49%;
}
.userinfo li.cartbtns span {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
}
.userinfo li.cartbtns span a {
	width: 80px;
	height: 25px;
	background: url(../gfx/btn_grey.png) no-repeat 0 0;
	float: left;
	text-align: center;
	line-height: 25px;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}
.userinfo li.cartbtns span a:hover {
	color: #0098D7;
}

/* Global Search
--------------------------------------------------------------------------------------------------- */
#searchTool form {
	padding: 3px 8px 0 8px
}
#searchTool input {
	display: block;
	float: left;
	width: 155px;
	height: 18px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
#searchTool .hiddenFields input {
	display: none;
}
#searchTool button {
	display: block;
	float: right;
	cursor: pointer;
	width: 45px;
	height: 21px;
	border: none;
	background: transparent url(../gfx/btn_search.png) no-repeat 0 0;
	text-indent: -999em;
}
#searchTool button.hoverme {
	background-position: 0 -21px; 
}
#searchTool.lang_fr button {
	background: transparent url(../gfx/fr_btn_search.png) no-repeat 0 0;
}
#searchTool.lang_fr button.hoverme {
	background-position: 0 -21px; 
}

/* Global Login
--------------------------------------------------------------------------------------------------- */
#loginTool a {
	background: url(../gfx/btn_login.png) no-repeat 0 0;
	width: 54px;
	height: 30px;
	text-indent: -999em;
	display: block;
}
#loginTool a:hover {
	background-position: 0 -30px;
}

#loginTool.logout a {
	background: url(../gfx/btn_logout.png) no-repeat 0 0;
}
#loginTool.logout a:hover {
	background-position: 0 -30px;
}

#loginFormMiniMain { 
	display: none; 
	background: url(../gfx/login_box.png) no-repeat 0 0;
	width: 290px;
	height: 150px;
	position: absolute;
	top: 35px;
	right: 0px;
}
#loginFormMiniMain a {
	color: #0098D7;
	text-decoration: none;
	font-weight: bold;
}
#loginFormMiniMain a:hover {
	color: #0A5E7F;
}
#loginFormMiniMain form {
	padding: 8px 15px 15px 15px;
}
#loginFormMiniMain .close {
	text-align: right;
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 14px;
}
#loginFormMiniMain h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px;
}
#loginFormMiniMain label {
	display: block;
	float: left;
	width: 39%;
	color: #666;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
}
#loginFormMiniMain .field input {
	display: block;
	float: right;
	width: 58%;
	height: 18px;
	border: 1px solid #999;
	background: #fff;
	font-size: 12px;
}
#loginFormMiniMain .submit {
	float: right;
	width: 50px;
	padding: 15px 0 0 0;
}
#loginFormMiniMain .submit button {
	border: 1px solid #fff;
	background: #0098D7;
	color: #fff;
	padding: 3px 6px;
	cursor: pointer;
	font-size: 11px;
}
#loginFormMiniMain .submit button.hoverme {
	background: #333;
	color: #eee;
}

#loginFormMiniMain .field {
	padding: 5px 0;
}
#loginFormMiniMain .field br {
	display: none;
}

#loginFormMiniMain .extras {
	font-size: 11px;
	float: left;
	width: 190px;
	padding: 9px 0 0 0;
	margin: 0;
	list-style-type: none;
}
#loginFormMiniMain .extras li {
	margin: 0 0 3px;
	padding: 0;
}
#loginFormMiniMain .extras a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#loginFormMiniMain .forgot a:hover {
	color: #fff;
}

/* Footer Formatting
--------------------------------------------------------------------------------------------------- */
#footer ul li {
	display: inline;
}
#footer ul.globals {
	float: left;
	width: 59%;
	text-align: left;
}
#footer ul.globals li {
	padding: 0 8px 0 0;
	margin: 0 0 0 7px;
	border-right: 1px solid #0399D6;
}
#footer ul.globals li.first {
	margin: 0;
}
#footer ul.globals li.last {
	border: none;
}
#footer ul.globals a {
	text-decoration: none;
	color: #999;
}
#footer ul.globals a:hover {
	color: #0399D6;
	text-decoration: underline;
}

#footer ul.legals {
	float: right;
	width: 39%;
	text-align: right;
}
#footer ul.legals li {
	padding: 0 8px 0 0;
	margin: 0 0 0 7px;
	border-right: 1px solid #999;
}
#footer ul.legals li.last {
	border: none;
	padding: 0;
}
#footer ul.legals a {
	text-decoration: none;
	color: #59B1DB;
}
#footer ul.legals a:hover {
	color: #666;
	text-decoration: underline;
}
#footer p {
	padding: 9px 0 0 0;
}
#footer .copyright {
	text-align: left;
	float: left;
	width: 49%;
	color: #BCBCBC;
}
#footer .credit {
	text-align: right;
	float: right;
	width: 49%;
}
#footer .credit a {
	color: #999;
	text-decoration: none;
}
#footer .credit a:hover {
	color: #333;
}

/* Homepage - Various Components
--------------------------------------------------------------------------------------------------- */
#latestinfo {
	height: 408px;
	padding: 0 18px;
	background: url(../gfx/bg_latestinfo_home.png) no-repeat 0 0;
}
#latestinfo .main {
	float: left;
	width: 629px;
	height: 400px;
	background: #fff url(../gfx/top_latest.png) no-repeat 0 0;
}
body.lang_fr #latestinfo .main {
	background: #fff url(../gfx/top_latest_french.png) no-repeat 0 0;
}
#latestinfo .sub {
	float: right;
	width: 296px;
	height: 221px;
	background: url(../gfx/top_events.png) no-repeat 0 32px;
}
body.lang_fr #latestinfo .sub {
	background: url(../gfx/top_events_french.png) no-repeat 0 32px;
}
#latestinfo .main .news {
	float: left;
	width: 313px;
}
#latestinfo .main .products {
	float: right;
	width: 296px;
}
#latestinfo h2 {
	display: block;
	height: 100px;
	text-indent: -999em;
}
.promobox {
	width: 313px;
	background: url(../gfx/promobox_top.gif) no-repeat 20px 0;
	margin: 0 0 10px;
}
body.inside .promobox {
	width: 283px;
	background: url(../gfx/promobox_top.gif) no-repeat 0 0;
}
.promowrap {
	background: url(../gfx/promobox_foot.gif) no-repeat 20px 100%;
	padding: 0 0 10px;
}
body.inside .promowrap {
	background: url(../gfx/promobox_foot.gif) no-repeat 0 100%;
}
body.inside .promobox dl {
	padding: 15px 15px 25px;
}
body.inside .promobox dl dd {
	margin: 0 0 5px;
}
 .promobox dt {
 	color: #666;
	font-size: 16px;
	margin: 0 0 10px;
 }
.promobox  h3 {
	color: #666;
	font-size: 16px;
	padding: 15px 35px 5px 35px;
}
body.inside .promobox  h3 {
	padding: 15px 15px 5px;
}
.promobox  h4 {
	font-size: 11px;
	padding:  0 35px 5px 35px;
}
body.inside .promobox h4 {
	padding: 0 15px 5px;
}
.promobox p {
	font-size: 11px;
	padding:  0 35px 5px 35px;
	color: #999;
}
body.inside .promobox p {
	padding: 0 15px 5px;
}
.promobox  p.description {
	padding: 0 35px 9px 35px;
	line-height: 1.2em;
}
body.inside .promobox p.description {
	padding: 0 15px 9px;
}
.news a {
	color: #0098D7;
	text-decoration: none;
}
.news a:hover {
	color: #12649E;
}
.newsItem {
	padding: 5px 22px;
	color: #999;
}
.newsItem h3 {
	font-size: 16px;
	padding: 0 0 3px 0;
}
.newsItem h4 {
	color: #666;
	padding: 0 0 5px;
	font-size: 11px;
}
.newsItem p {
	padding: 0 0 5px;
	font-size: 11px;
}
#latestinfo .prodList li {
	margin: 0 0 15px;
}
#latestinfo .prodList li img {
	float: left;
	border: 1px solid #ccc;
}
#latestinfo .prodList li .info {
	float: right;
	width: 190px;
}
#latestinfo .prodList li h3 {
	padding: 10px 0 3px 0;
	color: #666;
}
#latestinfo .prodList li p.summary {
	padding: 0 20px 10px 0;
	color: #999;
	font-size: 11px;
}
#latestinfo .prodList li h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#latestinfo .prodList li h3 a:hover {
	color: #333;
}

.details {
	margin: 0;
	padding: 0;
}
.details a {
	display: block;
	width: 62px;
	height: 17px;
	line-height: 17px;
	background: url(../gfx/btn_details.gif) no-repeat 0 0;
	text-indent: -999em;
}
.details a:hover {
	background-position: 0 -17px;
}


.download {
	margin: 0;
	padding: 0;
}
.download a {
	display: block;
	width: 73px;
	height: 17px;
	line-height: 17px;
	background: url(../gfx/btn_download.gif) no-repeat 0 0;
	text-indent: -999em;
}
.download a:hover {
	background-position: 0 -17px;
}

.eventList {
	margin: 0 0 15px;
}
.eventList li {
	margin: 0 0 5px;
	padding: 0 20px;
}
.eventList li .info {
	float: right;
	width: 200px;
}
.eventList li .date {
	float: left;
	width: 40px;
	text-align: center;
}

.eventList li .info h3 {
	margin: 0 0 5px;
	line-height: 1.2em;
	font-size: 16px;
}
.eventList li .info h3 a {
	color: #fff;
	text-decoration: underline;
}
.eventList li .info h3 a:hover {
	color: #D9F1FB;
}
.eventList li .info p {
	margin: 0;
	line-height: 1.2em;
	color: #D9F1FB;
}
.eventList li .date  .day {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: none;
	margin: 0;
	padding: 2px 3px;
	font-size: 16px;
}
.eventList li .date .month {
	display: block;
	color: #0098D7;
	border: 1px solid #fff;
	background: #fff;
	margin: 0;
	padding: 2px 3px;
	font-size: 11px;
	text-transform: uppercase;
}



/* Subheader - Interior Pages
--------------------------------------------------------------------------------------------------- */
#subheader h1 {
	text-align: right;
	padding: 80px 32px 10px 0;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
body.spec_sheet #subheader h1 {
	padding: 30px 32px 10px 0;
}
#subheader h2 {
	text-align: right;
	color: #C2E6F6;
	padding: 0 32px 10px 0;
}
#circlephoto {
	position: absolute;
	top: 111px;
	left: 10px;
}

/* Breadcrumbs (excluding products section)
--------------------------------------------------------------------------------------------------- */
#breadcrumbs {
	background: url(../gfx/breadcrumbs_foot.png) no-repeat 0 100%;
	margin: 0 0 20px;
}
#breadcrumbs .crumbwrap {
	background: url(../gfx/breadcrumbs_top.png) no-repeat 0 0;
	padding: 8px 15px;
	color: #999;
	font-size: 11px;
}
#breadcrumbs span {
	padding: 0 5px;
}
#breadcrumbs a {
	color: #989898;
	text-decoration: none;
}
#breadcrumbsa:hover {
	text-decoration: underline;
	color: #666;
}
#breadcrumbs a.current {
	color: #333;
}
#breadcrumbs a.current:hover {
	color: #000;
}

/* Content Formatting - Interior Pages
--------------------------------------------------------------------------------------------------- */
#primary p {
	margin: 0 0 15px;
	line-height: 1.4em;
	color: #666;
}
#primary h2, #primary dl dt {
	font-size: 18px;
	margin:  5px 0 10px;
	color: #0098D7;
}
#primary h3 {
	font-size: 16px;
	margin:  5px 0 10px;
	color: #44B3E1;
}
#primary h4 {
	font-size: 16px;
	margin:  5px 0 10px;
	color: #999;
}
#primary h5 {
	font-size: 14px;
	margin: 0 0 10px;
	color: #0098D7;
	font-weight: bold;
}
#primary h6 {
	font-size: 14px;
	margin: 0 0 10px;
	color: #44B3E1;
	font-weight: bold;
}
#primary ul, #primary ol {
	margin: 0 0 15px;
	color: #666;
}
#primary ul li {
	margin: 0 0 5px 20px;
	line-height: 1.4em;
	list-style-image: url(../gfx/list_arrow.gif);
}
#primary ul li.more {
	padding: 15px 0 0 0;
	border-top: 1px dashed #ccc;
}
#primary ol li {
	margin: 0 0 5px 24px;
	line-height: 1.4em;
	list-style:decimal;
}

#primary .bigtext {
	font-size: 18px;
	color: #999;
	margin: 0 0 30px;
}
#primary .bigtext strong {
	color: #666;
	font-weight: normal;
}
#secondary h2 {
	font-size: 18px;
	margin: 0 0 10px;
	color: #666;
}

/* Testimonials
--------------------------------------------------------------------------------------------------- */
#testimonials {
	padding: 30px 0 0 0;
	margin: 20px 0 0 0;
	background: url(../gfx/shadow_sidebar.png) no-repeat 0 0;
}
#testimonials li {
	padding: 0 15px;
	margin: 0;
	font-size: 16px;
	color: #B6B6B6;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}
#testimonials li span {
	font-size: 14px;
}
#testimonials li span.by {
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #74ADC5;
	display: block;
	text-align: right;
}

/* Category Chooser - Product Pages
--------------------------------------------------------------------------------------------------- */
#subheader #categoryChooser, #subheader #toolChooser {
	text-align: right;
	color: #fff;
	padding: 26px 32px 0 0;
	float: right;
	width: 437px;
}
#categoryChooser .button a, #toolChooser .button a {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 147px;
	background: url(../gfx/categoryChooser.gif) no-repeat 0 0;
	text-indent: -9999px;
	text-align: left;
	float: right;
}
#toolChooser .button a {
	background: url(../gfx/btn_toolChooser.gif) no-repeat 0 0;
}
#toolChooser .button a:hover {
	background-position: 0 -25px;
}
#categoryChooser .field {
	float: left;
	width: 400px;
}
#categoryChooser label {
	text-align: right;
	display: inline;
	padding: 0 6px 0 0;
}
#categoryChooser input {
	display: inline;
	border: 1px solid #666;
	background: #ccc;
	color: #333;
}
#categoryChooser button {
	border: none;
	background: transparent url(../gfx/btn_go.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 21px;
	width: 27px;
	text-indent: -999em;
	cursor: pointer;
	margin: 0 0 0 6px;
}
#categoryChooser button.hoverme {
	background-position: 0 -21px;
	color: #fff;
}

/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after, .field:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .field {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .field {height: 1%;}
.clearfix, .field {display: block;}
/* End hide from IE-mac */
	