@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0;
	padding: 0 0 0;
	height: 100%;
}

#shell {
	margin: 0 auto 0;
	width: 1030px; 
	height:100%; 
	text-align:left; 
	padding-bottom: 30px;
}

img.png {
	behavior: url("pngbehavior.htc");
}

.grostxt {
	color: #00aeef;
	font-weight: bold;
	font-size: 14px;
}

.maj1 {
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
}

.maj2 {
	font-weight: bold;
	font-size: 14px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;

}
a {
	outline: none;
}
a.homeFR {
    display: block;
    width: 158px;
    height: 31px;
    background: url("images/nav_homeFR.png") 0 0 no-repeat;
    _background: url("images/nav_homeFR.gif") 0 0 no-repeat;
    text-decoration: none;
	behavior: url("../fr/pngbehavior.htc");
}
a:hover.homeFR {
    background-position: 0 -31px;
	behavior: url("pngbehavior.htc");
}

a.distrib {
    display: block;
    width: 136px;
    height: 31px;
    background: url("images/nav_distribFR.png") 0 0 no-repeat;
    _background: url("images/nav_distribFR.gif") 0 0 no-repeat;
    text-decoration: none;
	behavior: url("pngbehavior.htc");
}
a:hover.distrib {
    background-position: 0 -31px;
	behavior: url("pngbehavior.htc");
}

a.services {
    display: block;
    width: 146px;
    height: 31px;
    background: url("images/nav_servicesFR.png") 0 0 no-repeat;
    _background: url("images/nav_servicesFR.gif") 0 0 no-repeat;
    text-decoration: none;
	behavior: url("pngbehavior.htc");
}
a:hover.services {
    background-position: 0 -31px;
	behavior: url("pngbehavior.htc");
}

a.gallerieFR {
    display: block;
    width: 154px;
    height: 31px;
    background: url("images/nav_galFR.png") 0 0 no-repeat;
    _background: url("images/nav_galFR.gif") 0 0 no-repeat;
    text-decoration: none;
	behavior: url("pngbehavior.htc");
}
a:hover.gallerieFR {
    background-position: 0 -31px;
	behavior: url("pngbehavior.htc");
}

a.contact {
    display: block;
    width: 166px;
    height: 31px;
    background: url("images/nav_contactFR.png") 0 0 no-repeat;
    _background: url("images/nav_contactFR.gif") 0 0 no-repeat;
    text-decoration: none;
	behavior: url("pngbehavior.htc");
}
a:hover.contact {
    background-position: 0 -31px;
	behavior: url("pngbehavior.htc");
}


a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #00aeef;
	text-decoration: none;
	font-weight: normal;
}

.automotiveGRP {
	width: 231px;
	float: right;
	_margin-right: -2px;
}


.gallefthand {
	float:left;
	margin-right:0px;
	width: 245px;
}


.galShell {
	float:right;
	margin-right:0px;
	margin-bottom: 10px;
	width: 485px;
	_margin-top: -115px;

}
.galShell2 {
	position:relative;
	clear: both;
	margin-right:0px;
	margin-bottom: 10px;
	width: 485px;

}

.galthumb {
	border: 2px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	float: left;
}

#thumbBox { /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 20px;
padding-bottom: 0;
background: #000;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
letter-spacing: 3px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #666666;
padding: 5px;
z-index: 5;
font-weight: bold;
}
