/**
 *
 * @author	Benoit Asselin <benoit(at)agenceici(dot)com>
 * @version	style.css, 2009/10/28
 * @link	http://www.agenceici.com/
 * @link	http://www.kenny-racing.com/
 *
 */


* { padding: 0; margin: 0; font-family: Arial, sans-serif; }
html, body { width: 100%; height: 100%; font-size: 12px; font-family: Arial, sans-serif; background: #000; }

ul, li { list-style: none; }
img { border: 0 none; }

a { color: #fff; }

.clear { clear: both; }
.no-spam { display: none; }
/* .opacity-0 { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } */


table.tcontainer { width: 100%; height: 100%; }
tr.tcontainer { height: 100%; }
td.tleft { width: 50%; background: url(../images/shadow-left.gif) 100% 0 repeat-y; }
td.tright { width: 50%; background: url(../images/shadow-right.gif) 0 0 repeat-y; }
td.tcontainer { width: 948px; height: 100%; background: url(../images/background-01.jpg) no-repeat; vertical-align: top; }
div.container { position: relative; width: 948px; color: #fff; }

#logo { position: absolute; left: 0; top: 0; width: 350px; height: 70px; background: url(../images/none.gif); }
#logo span { display: none; }
#flags { position: absolute; right: 5px; top: 5px; text-align: right; }
#flags .label { display: inline-block; text-align: right; }
#flags a { position: relative; display: inline-block; width: 42px; height: 29px; vertical-align: middle; margin-left: 5px; text-decoration: none; }
#flags a img { display: block; width: 42px; height: 29px; background: url(../images/lang-active.png); }
#flags a span { position: absolute; left: 6px; top: 6px; width: 30px; height: 17px; text-align: center; }
#flags a.en span { background: url(../images/lang-en-fix.gif) no-repeat; }
#flags a.fr span { background: url(../images/lang-fr-fix.gif) no-repeat; }
body.lang-en #flags a.fr img,
body.lang-fr #flags a.en img { display: none; }
body.lang-en #flags a.en span { background-image: url(../images/lang-en-anim.gif); }
body.lang-fr #flags a.fr span { background-image: url(../images/lang-fr-anim.gif); }

#search-frm { position: absolute; right: 10px; top: 75px; }
#search-frm label { vertical-align: middle; }
#search-q { width: 100px; margin: 0 5px; background: #829297; border: 1px solid #526267; vertical-align: middle; font-size: 12px; }
#search-ok { width: 26px; height: 14px; background: url(../images/button-ok.gif); border: 0 none; vertical-align: middle; }

#images { position: absolute; right: -100px; top: 100px; }
#images img { position: absolute; right: 0; top: 0; width: 465px; height: 465px; }

div.body { overflow: hidden; width: 948px; padding-top: 90px; }
div.menu { float: left; padding-left: 30px; width: 185px; }
div.page { float: right; padding-right: 30px; width: 680px; }

ul.menu { border: 1px solid #ffffff; margin-bottom: 20px; }
ul.menu li a { position: relative; display: block; font-size: 14px; padding: 5px 0 5px 10px; border-top: 1px solid #747474; text-decoration: none; cursor: pointer; background: url(../images/fff-25.png); }
ul.menu li a strong { position: absolute; right: 10px; top: 10px; width: 4px; height: 7px; font-size: 0; background: url(../images/arrow-01.gif); }
ul.menu li a.active,
ul.menu li a:hover { color: #dc3715; background: #fff; }
ul.menu li a.active strong,
ul.menu li a:hover strong { background: url(../images/arrow-02.gif); }
ul.menu li.first a { border-top: 0 none; }
ul.sub-menu { position: absolute; overflow: hidden; visibility: hidden; }
ul.sub-menu li a { color: #212728; border-top: 1px solid #a9afaf; background: url(../images/fff-50.png); }
ul.sub-menu li a strong { background: url(../images/arrow-02.gif); }
ul.sub-menu li.first a { border-top: 0 none; }
/* fix */
ul.menu li.first ul.sub-menu li a { border-top: 1px solid #a9afaf; }

div.mini-menu { color: #2f4243; font-size: 10px; margin-top: -5px; }
div.mini-menu a { color: #2f4243; text-decoration: none; }
div.mini-menu a:hover { text-decoration: underline; }


#benchmark { position: absolute; right: 5px; top: 45%; border: 1px solid #ccc; background: #000; color: #ccc; font: 10px Monaco, monospaces; padding: 5px; }


p.redirect { text-align: center; padding-top: 40px; font-size: 14px; }



/* lightbox.css */
#lightbox{ position: absolute;left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 500px; height: 500px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


