@import '/cms/styles/common.css';
@import '/styles/forms.css';
@import '/styles/listings.css';
@import '/style.css';


.row { xposition:relative; }
.flort { float:right; }

#navbox ul, #navbox li,
.resetlist, .resetlist li {
  margin:0;
  padding:0;
  background:none;
  list-style:none;
}

/* SPLASH ---------------------------------------------------------------------- */

body.splashpage {  
  background:#BEBEC8 url('/images/splash-bg-x.gif') top repeat-x;
}
#splash-bg-top {
  background:url('/images/splash-bg.jpg') top center no-repeat; 
}
.splashpage .page {
  background:url('/images/splash-main.jpg') top center no-repeat; 
  width:980px;
  margin:0 auto;
  min-height:700px;
  height:auto !important;
  height:700px;
}
.splashpage #english .button, .splashpage #french .button {
  color:#FFFFFF;
  text-align:left;
  text-decoration:none;
  font-size:16px;
  display:block;
  width:130px;	/*160*/
  height:25px;
  padding:4px 0 0 30px;
  margin-top:5px;
  background: url('/images/splash-button.gif') top left no-repeat;
}
.splashpage #french .button:hover, .splashpage #english .button:hover{
  text-decoration:underline;
}
.splashpage .title {
  color:#545454;	
  margin:0;
  padding:20px 0 0 0;
  font-weight:bold;
  font-size:18px;
}
.splashpage p {
  color:#545454;	
  margin:15px 0 0 0;
  padding:0;
  font-size:12px;

}
#welcome {
  padding:100px 9px 0 9px;		
}
#english {
  width:330px;	
  text-align:right;
  float:left;
}
#english h2 { float:right; } 

#french {
  width:330px;
  float:right;
}
#french h2 { float:left; }

/* COMMON ---------------------------------------------------------------------- */

body {  
  background:#ffffff url('/images/bg-x.gif') top repeat-x;
}

#bg-top {
  background:url('/images/bg-top.jpg') top center no-repeat;
}

#bg-y {
  background:url('/images/bg-y.gif') center repeat-y;
}

#page {
  width:960px;
  margin:0 auto;
}

/* HEADER ---------------------------------------------------------------------- */

#header {
  background:url('/images/header.gif') top left no-repeat;
  height:126px;
  overflow:hidden;
}

#header-fr {
  background:url('/images/header-fr.gif') top left no-repeat;
  height:126px;
  overflow:hidden;
}

#logo {
  width:365px;
  overflow:hidden;
}
#logo img {
  width:350px;
  height:62px;
  margin:40px 0 0 14px;
}
.homepage #logo a {
  display:none;
}
#nologo a:hover img {
  background-color:#FFCC00;
  opacity:0.3;
  filter:alpha(opacity=30);
}

#header-links {
  width:500px;
  padding:55px 0 0 0;
}

#linksbox {
  height:24px;
  line-height:24px;
  overflow:hidden;
}
#linksbox ul {
  background-color:#f0f0f0;
}
#linksbox li a {
  float:left;
  padding-right:10px;
  margin-right:10px;
  border-right:1px solid #e3e3e3;
  text-decoration:none;
  color:#333333;
  font-size:11px;
}
#linksbox li.first a,
.homepage #linksbox li.second a {
  background:url('/images/headerlinks-left.gif') top left no-repeat;
  padding-left:20px;
}
.homepage #linksbox li.first a {
  display:none;
}

#linksbox li#langlink a {
  color:#999999;
  color:#cc8888;
}
#linksbox li.last a {
  background:url('/images/headerlinks-right.gif') top right no-repeat;
  padding-right:20px;
  margin-right:0;
  border-right:none;
}
#linksbox li#langlink a:hover,
#linksbox li a:hover {
  color:#ff0000;
  text-decoration:underline;
}

#rss {
  padding:53px 0 0 0;
  width:85px;
  overflow:hidden;
}
#rss a {
  display:block;
  background:url('/images/rss.gif') top right no-repeat;
  height:28px;
  line-height:28px;
  text-align:right;
   padding:0 35px 0 0;
  font-size:11px;
  text-decoration:none;
  color:#f78b31
}
#rss a:hover {
  text-decoration:underline;
}



/* MENU ------------------------------------------------------------------------ */

#menu {
  height:30px;
  background:url('/images/menu.gif') top repeat-x;  
}
#menu li {
  padding:0 0 0 1px;
}
#menu li a {
  background:url('/images/menu-tab.gif') top left no-repeat;
  padding:9px 0 0 0;
  height:21px;
  width:130px;
  text-align:center;
  text-decoration:none;
  color:#ffffff;
  font-weight:bold;
  font-size:11px;
  line-height:12px;  
}
#menu li.double a {
  padding:4px 0 0 0;
  height:26px;
}
/*english side*/
.root_134 li#menu1 a,
.root_135 li#menu2 a,
.root_136 li#menu3 a,
.root_137 li#menu4 a,
.root_138 li#menu5 a,
.root_139 li#menu6 a,
.root_140 li#menu7 a,
#menu li a:hover {
  background-position:top right;
}
/*french side*/
.root_178 li#menu1 a,
.root_179 li#menu2 a,
.root_180 li#menu3 a,
.root_181 li#menu4 a,
.root_182 li#menu5 a,
.root_183 li#menu6 a,
.root_184 li#menu7 a {
  background-position:top right;
}

.frenchpage #menu li.double a {
	padding:5px 0 0 0;
  line-height:10px;
	height:25px;
}


/* SUBNAV ---------------------------------------------------------------------- */

#rootname {
  background:#ffffff url('/images/rootname.jpg') bottom left no-repeat;
  width:150px; /* 190 */
  padding:15px 20px;
  margin:0;
  min-height:20px;
  height:auto !important;
  height:20px;
  font-weight:bold;
  font-size:17px;
  display:block;
}
#rootname, #rootname a {
  color:#ffffff;
  text-decoration:none;
}
#rootname a:hover {
  text-decoration:underline;
}

#breadcrumbs {
  background:url('/images/breadcrumbs.jpg') top left no-repeat;
  height:30px;
  line-height:30px;
  overflow:hidden;
  margin:0 -15px 20px -15px;
  padding:0 15px 0 42px;
  font-size:11px;
}
#breadcrumbs a {
  background:url('/images/bullet.gif') right 4px no-repeat;
  padding:0 12px 0 0;
  margin:0 5px 0 0;
}


#navbox {
  background-color:#ffffff;
}
#navbox li {
  background:url('/images/nav-separator.gif') bottom right no-repeat;
  padding:0 0 1px 0;
}

#navbox li a {
  display:block;
  padding:5px 15px 5px 28px;
  color:#515660;
  font-size:13px;
  text-decoration:none;
}
#navbox li.navactive a,
#navbox li a:hover {
  background:url('/images/nav-hover.gif') 8px 6px no-repeat;
  color:#ff0000;
}
#navbox li li {
  background:none;
  padding:0;
}

#navbox li li a, 
#navbox li.navactive li a {
  font-size:11px;
  padding-left:43px;
  color:#515660;
  background:none;
}

#navbox li li.navactive a,
#navbox li.navactive li a:hover {
  color:#ff0000;
  background:url('/images/bullet.gif') 32px 9px no-repeat;  
}

#subnavbox {
  padding:0 8px 15px 0;
  margin:80px 0 0 0;
}
#subnavbox .heading {
  background-image:url('/images/heading-nav.jpg');
  padding-left:40px;
}
#subnavbox .roundbox {  
  background-image:url('/images/signup-nav.jpg');
}



/* SHARED ---------------------------------------------------------------------- */

.pipe {
  padding:0 10px;
  font-weight:normal;
}

.heading {
  background:url('/images/heading-right.jpg') top left no-repeat;
  xheight:30px;
  line-height:15px;
  padding:5px 10px;
  color:#ffffff;
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  overflow:hidden;
}

.roundbox {
  background:url('/images/roundbox-right.jpg') bottom left no-repeat;
  padding:10px 10px 15px 10px;
  font-size:11px;
  margin:0 0 10px 0;
}

.jobsite-button {
  background:url('/images/jobsite-button.gif') top left no-repeat;
  height:20px;
  line-height:20px;
  width:173px;
  overflow:hidden;
  text-align:center;
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  display:block;
  margin:10px 0;
  text-transform:uppercase;
  font-size:11px;
}
.jobsite-button:hover {
  text-decoration:underline;
  color:#ffffff;
}

a.morelink {
  background:url('/images/bullet.gif') 0px 4px no-repeat;
  padding:0 0 0 7px;
  margin:0 0 0 10px;
  font-size:11px;
  text-transform:lowercase;
  float:right;
}
a.morelink:hover {
  background-image:url('/images/bullet2.gif');
}

.newsbox {
  border-bottom:1px solid #cccccc;
  margin: 0 0 7px 20px;
  padding:0 0 11px 0;
  font-size:11px;
}
.newsbox .news-title {
  font-size:12px;
  display:block;
  margin:0 0 3px 0;
}
.newsbox .news-date {
  color:#999999;
}

.eventbox {
  margin:0 0 7px 0;
  padding:0 0 11px 0;
  border-bottom:1px solid #a4c3cf;
  font-size:11px;
}
.eventbox .event-title {
  font-size:12px;
  display:block;
  margin:0 0 3px 0;
}
.eventbox .event-date {
  color:#999999;
}
.eventbox a.event-details {
  padding:0 0 0 15px;
  margin:5px 0 0 0;
  display:block;
  background:url('/images/more.gif') 0px 2px no-repeat;
  color:#134e60;
  font-size:12px;
}
.eventbox a.event-details:hover {
  color:#2185a3;
}



/* HOME ------------------------------------------------------------------------ */

.homepage #carousel {
  width: 634px;
  height: 288px;
  background-color: #ffffff;
  position: absolute;
  left:0;
  border: 1px solid #cccccc;
  padding: 5px;
}

.homepage #carousel-wrapper {
  background-color: #eeeeee;
  width: 634px;
  height: 288px;
  overflow: hidden;
  cursor: pointer;
}

.homepage #carousel-wrapper img {
  display: none;
}

.homepage #carousel-image {
  display: none;
  width: 634px;
  height: 288px;
  background: transparent;
  cursor: pointer;
}

.homepage #carousel-controls {
  width: 629px;
  position: absolute;
  bottom: 10px;
  text-align: right;
  padding-right: 5px;
}

.homepage #carousel-controls a:link, .homepage #carousel-controls a:visited {
  padding: 5px 9px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  margin-left: 4px;

  background-color: #5e7481;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e7481), to(#3a434c));
  background-image: -webkit-linear-gradient(top, #5e7481, #3a434c);
  background-image: -moz-linear-gradient(top, #5e7481, #3a434c);
  background-image: -ms-linear-gradient(top, #5e7481, #3a434c);
  background-image: -o-linear-gradient(top, #5e7481, #3a434c);
  background-image: linear-gradient(top, #5e7481, #3a434c);

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.homepage #carousel-controls a:hover, .homepage #carousel-controls a:active {
  background-color: #374649;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#374649), to(#161a1f));
  background-image: -webkit-linear-gradient(top, #374649, #161a1f);
  background-image: -moz-linear-gradient(top, #374649, #161a1f);
  background-image: -ms-linear-gradient(top, #374649, #161a1f);
  background-image: -o-linear-gradient(top, #374649, #161a1f);
  background-image: linear-gradient(top, #374649, #161a1f);
}

.homepage #carousel-controls a.active:link {
  font-weight: bold;

  background-color: #da010a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#da010a), to(#980108));
  background-image: -webkit-linear-gradient(top, #da010a, #980108);
  background-image: -moz-linear-gradient(top, #da010a, #980108);
  background-image: -ms-linear-gradient(top, #da010a, #980108);
  background-image: -o-linear-gradient(top, #da010a, #980108);
  background-image: linear-gradient(top, #da010a, #980108);
}

.homepage #content-wrapper2 {
  background:url('/images/home-content.gif') left repeat-y;
  border-top:10px solid #ffffff;
}
.homepage #content-wrapper {
  /* background:url('/images/impact.jpg') top left no-repeat; */
}
.homepage #content {
  background:url('/images/bottomright-home.jpg') bottom right no-repeat;
}

.homepage #content #content-left {
  width:360px; /* 368 */
  margin:300px 0 0 0;
  padding:5px 7px 15px 0;
  border-top:5px solid #ffffff;
}
.homepage #content #content-left .paddedbox {
  padding:0 0 0 20px;
}
.homepage #content #content-left .heading {
  background-image:url('/images/heading-left-home.jpg');
  padding-left:40px;
  margin:20px 0 10px 0;
}
.homepage #content #content-left .heading .newshead {
  background:url('/images/newsicon2.gif') top right no-repeat;
  padding-right:20px;
}

.homepage #content #content-middle {
  width:279px; /* 278 */
  margin:300px 0 0 0;
  border-top:5px solid #ffffff;  
}
.homepage #content #content-middle .heading {
  background-image:url('/images/heading-middle-home.jpg');
  height:45px;
  line-height:35px;
	font-size:16px;
  padding-left:30px;
}
.homepage #content #content-middle .paddedbox {
  background:url('/images/home-middle.gif') top repeat-x;
  padding:10px 10px 15px 10px;
  margin:0 1px;
}
  
.homepage #content #content-right {
  width:314px; /* 314 */
  padding:0 0 85px 0;
}

.homepage #content #content-right .heading {
  background-image:url('/images/heading-right-home.jpg');
  margin:5px 0 0 5px;
	padding:8px 0 8px 40px;
}
.homepage #content #content-right .roundbox {
  margin:0 0 0 5px;
  padding:15px 20px 15px 20px;
  background-image:url('/images/signup-home.jpg');
}
.homepage #content #content-right .jobsitebox {
  background-image:url('/images/jobsite-home.jpg');
  padding:15px 50px 50px 20px;
}

.homepage #login {
  background:url('/images/login-home.jpg') top left no-repeat;
  height:215px;
  overflow:hidden;
  color:#ffffff;
  border-bottom:5px solid #ffffff;
}
.homepage #content #content-right #login .heading {
  background:none;
  color:#333333;
  margin:10px 0;
  text-transform:none;
  font-size:17px;
  padding:0 0 0 50px;
	line-height:30px;
}
.frenchpage #content #content-right #login .heading {
  font-size:12px;

}
.homepage #login .loginlinks-wrapper {
  background:url('/images/loginlinks-left.gif') top left no-repeat;
  padding-left:11px;
  margin:10px 0 0 0;
}
.homepage #login .loginlinks {
  float:left;
  background:#1f404a url('/images/loginlinks-right.gif') top right no-repeat;
  padding:0 10px 0 10px;
  height:25px;
  line-height:25px;
  font-size:11px;
}
.frenchpage #login .loginlinks {
  padding:0 15px 0 5px;
  font-size:9px;
}
.homepage #login .loginlinks a {
  color:#ffffff;
}
.homepage #login .loginlinks a:hover {
  color:#89c8d9;
}
.homepage #login .loginlinks .pipe {  
  color:#50747e;
}

.homepage #join {
  height:63px; /* 75 */
  overflow:hidden;
  background:url('/images/join-home.jpg') top left no-repeat;
  padding:12px 50px 0 25px;
  border-bottom:5px solid #ffffff;  
}
.homepage #join a {
  color:#cc8080;
  text-decoration:none;
  font-size:11px;
}
.homepage #join a:hover {
  color:#ffffff;
}
.homepage #join a span {
  color:#ffffff;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
  display:block;
  border-bottom:1px solid #cc4040;
  margin:0 0 1px 0;
}

/* CONTENT --------------------------------------------------------------------- */

.contentpage #content-wrapper2 {
  background:url('/images/content.gif') left repeat-y;
  border-top:10px solid #ffffff;
}
.twocol #content-wrapper2 {
  background:url('/images/content-2col.gif') left repeat-y;
}
.contentpage #content-wrapper {
  background:url('/images/banner.jpg') top left no-repeat;
}
.contentpage #content {
  background:url('/images/bottomright.jpg') bottom right no-repeat;
}
.twocol #content {
  background:url('/images/bottomright-2col.jpg') bottom right no-repeat;
}

.contentpage #content #nav {
  width:190px;
  margin:30px 0 0 0;  
  background:url('/images/nav.jpg') top left no-repeat;
  height:auto !important;
  min-height:446px;
  height:446px;
}

.contentpage #content #content-main {
  width:770px; /* 770 */
}

.contentpage #tagline {
  height:70px; /* 80*/
  padding:10px 0 0 510px;
  overflow:hidden;
  font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica sans-serif;
  font-size:16px;
  color:#ffffff;
  font-weight:bold;
  text-transform:lowercase;
}
.frenchpage #tagline {
  padding:10px 0 0 455px;
  font-size:12px;
}
.contentpage #tagline span {
  font-size:28px;
  line-height:32px;
  text-transform:none;
  display:block;
}
.frenchpage #tagline span {
  font-size:28px;
}
.contentpage #content #content-content {
  height: auto !important;
  min-height:398px;
  height:398px;
  padding:0 15px 20px 15px;
  width:540px; /*570*/
}
.twocol #content #content-content {
  padding:0 15px 20px 15px;
  width:740px; /*770*/
}

.contentpage #content #content-right {
  width:192px; /* 200 */
  overflow:hidden;
  background:url('/images/right-top.gif') top repeat-x;
  padding:18px 4px 85px 4px;
}

.contentpage #content #content-right .tophead {
  background:url('/images/heading-right-top.jpg') top left no-repeat;
}
.contentpage #content #content-right .jobsitebox {
  background-image:url('/images/jobsite.jpg');
  padding-bottom:70px;
}




/* FOOTER ---------------------------------------------------------------------- */

#footer {
  padding:10px 15px;
  background:url('/images/footer.gif') top repeat-x;
}

#footer li a {
  padding-right:10px;
  margin-right:10px;
  border-right:1px solid #555555;
  color:#cccccc;
  text-decoration:none;
  font-size:11px;
}
#footer li.last a {
  padding-right:0;
  margin-right:0;
  border-right:none;
}
#footer li a:hover {
  color:#ffffff;
  text-decoration:underline;
}

#footer1 {
  padding: 0 0 10px 0;
}

#footer2 li a { 
  text-transform:uppercase;
  font-weight:bold;
  color:#dddddd;  
}
.frenchpage #footer li a {
  padding-right:7px;
  margin-right:7px;
  font-size:10px;
}

#subfooter {
  font-size:11px;
  padding:10px 15px;
  color:#777777;
}

#copyright a {
  color:#777777;
}
#copyright a:hover {
  color:#333333;
}

#credit {
  float:right;
}
#credit a {
  color:#777777;
  text-decoration:none;
}
#credit a:hover {
  text-decoration:underline;
}



/* SITE MAP -------------------------------------------------------------------- */

.sitemap ul {
  padding:0 0 0 50px;
  margin:0;
}
.sitemap ul ul {
  padding:0 0 0 5px;
}
.sitemap li {
  background:url('/images/bullet-page.gif') 0px 1px no-repeat;
  margin:0 0 15px 0;
  padding:0 0 0 15px;
}
.sitemap li a {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  outline:none;
}
.sitemap li li {
  margin: 0 0 4px 0;
  background:url('/images/bullet-sub.gif') 0px 4px no-repeat;
  padding:0 0 0 10px;
}
.sitemap li li a {
  font-size:11px;
  font-weight:normal;
  text-transform:none;
}
.sitemap a:visited {
  color: #aa7777;
}
.sitemap a:hover {
  color:#ff0000;
}

/* PRODUCTS ------------------------------------------------------------------ */

  .pro_image{ padding-right: 10px; }  
  .product{
    float: left;
    width: 248px; /*250*/
    height: 200px;
    overflow: hidden;
    padding: 5px 5px 10px 5px;
    margin:5px 0 0 5px;
    background:#EEE;
    border:1px solid #CCCCCC;
  }
	.frenchpage .product{height: 250px;}
  .image{
    float:left;
    width: 105px;
  }
  .product .image{
    height: 1000px;
  }
  .product img {
    padding-right: 5px;
  } 
	.product select#product-quantity{
		margin:8px 0px 5px 0px;}
		
	.product select{
		text-align:center;
	}
	
	#details-container .left{
		float:left;
	}
	
	#details-container .right{
		float:right;
		width:400px;
	}    

/* CUSTOMIZATIONS -------------------------------------------------------------- */

