@font-face {
	font-family:'NewsCycleRegular';
	src:url('../fonts/NewsCycle-Regular-webfont.eot');
	src:url('../fonts/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NewsCycle-Regular-webfont.woff') format('woff'),
		url('../fonts/NewsCycle-Regular-webfont.ttf') format('truetype'),
		url('../fonts/NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}

a {
	color:#90191C;	
}

body, 
html {
	background:url(../images/background.gif);
	color:#434343;
	font:12px Arial, Helvetica, sans-serif;
	height:100%;
}

.clear {
	clear:both;	
}

#content {
	float:left;
	padding:0 20px;
	width:560px;
}

#gallery { 
	text-align: center;
	padding-top: 12px;
	background-color: #fff;
	margin-bottom: 10px;
}

#gallery img { 
	margin: 0 3px 4px 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #f2f2f2;
	opacity: 0.8;
}

#gallery a:hover img {
	background-color: #90191c;
	opacity: 1;
}
	
#gallery a:hover {
	background-color: transparent;
	opacity: 1;
}

h1 a {
	background:url(../images/blais-industries.jpg);
	display:block;
	height:120px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-1000px;
}

h2 {
	color:#90191C;
	display:block;
	font:bold 24px 'NewsCycleRegular', Arial, sans-serif;
	padding-top:10px;
}

h2 span {
	color:#666;
	font-size:16px;
}

h3 {
	color:#3C3C3C;
	display:block;
	font:bold 14px Arial, sans-serif;
	padding-top:10px;
}

#header {
	margin-left:-20px;	
}

#language {
	background-color:#A42E31;
	color:#DC7C7E;
	display:block;
	font-weight:bold;
	margin-left:16px;
	padding:3px 0 3px 10px;
	text-decoration:none;
}

#language:hover {
	color:#FFF;	
}

#navigation {
	margin-left:25px;
}

#navigation a {
	position:relative;	
}

#navigation a span.slide {
	display:block;
	height:12px;
	position:absolute;
	right:0;
	top:3px;
	width:12px;
}

#navigation a span.slide {
	background:url(../images/slide-closed.gif) no-repeat;
}

#navigation a:hover span.slide {
	background:url(../images/slidehover-closed.gif) no-repeat;
}

#navigation a span.opened {
	background:url(../images/slide-opened.gif) no-repeat;
}

#navigation a:hover span.opened {
	background:url(../images/slidehover-opened.gif) no-repeat;
}

#navigation li ul a span.slide {
	top:7px;	
}

#navigation li ul a:hover span.slide {
	background:url(../images/slide-closed.gif) no-repeat;
}

#navigation li ul a:hover span.opened {
	background:url(../images/slide-opened.gif) no-repeat;
}

#navigation li a {
	color:#FFF;
	display:block;
	font-weight:bold;
	line-height:18px;
	margin-left:-30px;
	padding:0 4px 8px 30px;
	text-transform:uppercase;
	text-decoration:none;
}

#navigation li a:hover {
	background:url(../images/menu-hover.gif);
	color:#434343;
}

#navigation ul {
	padding-bottom:10px;
}

#navigation ul li a {
	line-height:15px;
	padding:5px 4px 5px 40px;
	text-transform:none;
}

#navigation ul li a:hover {
	background:url(../images/submenu-hover.gif) no-repeat 20px center;
	color:#FFF;
}

#navigation ul ul li a {
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	padding:2px 4px 2px 50px;
}

#navigation a.current {
	background:url(../images/menu-hover.gif);
	color:#434343;
}

#navigation ul a.current {
	background:url(../images/submenu-hover.gif) no-repeat 20px center;
	color:#FFF;
}

p {
	line-height:18px;
	margin:10px 0;	
}

#sidebar {
	float:left;
	width:150px;
}

#wrapper {
	background:url(../images/menu.gif) repeat-y #FFF;
	margin:auto;
	min-height:100%;
	width:750px;
}
