/* CSS Document */

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat;
	font-size: 0.9em;
}

body {
	margin: 0;
	padding: 0;
}

#web {
	background: url(../images/bg_top.jpg) 0 0 repeat-x;
}

#wrap {
	max-width: 907px;
	width: 907px;
	margin: 0 auto;
}
#header {
	background: url(../images/head.png) no-repeat;
	height: 114px;
}
#top {
	background: url(../images/main_top.png) no-repeat;
	height: 15px;
	width: 900px;
	margin: 0 auto;
}

#content {
	background: url(../images/mid.png) repeat-y;
	margin: 0;
	color: #CCCCCC;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 5px;
}
#side {
	float: left;
	margin-left: 16px;
}
#main {
	margin-left: 240px;
	margin-right: 20px;
}
		
#foot {
	background: url(../images/main_bot.png) top no-repeat;
	height: 52px;
	width: 900px;
	margin: 0 auto;
}
#box {
	margin: 0 15px 0 15px;
}

#content h1 {
	margin-top: 0;
	color: #FFFFFF;
	font-size: 2em;
}
.h1alt {
	color: #FFFFFF;
}
h2 {
	font-size: 1.3em;
}

#content p {
	text-align: justify;
}

#footer {
	padding-top: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
}
#design {
	margin-top: 5px;
	color: #BBBBBB;
	font-size: 11px;
}
#design a:link, #design a:active, #design a:visited { 
	color: #BBBBBB !important;
}
#design a:hover {
	color: #FFBB00 !important;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #2A44A0;
}
#content a:link, #content a:active, #content a:visited {
	color: #4161CD;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
}

	
.clear {
	clear: both;
	float: none;
}

.img {
	background: url(../images/image_shadow.png) no-repeat;
	display: block;
	width: 208px;
	height: 158px;
	padding: 4px;
	margin-top: 2px;
}


#menu {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 43px;
}

.left {
	float: left;
	display: block;
	background: url(../images/menu/left.png) no-repeat;
	width: 25px;
	height: 43px;
}
.right {
	float: left;
	display: block;
	background: url(../images/menu/right.png) no-repeat;
	width: 25px;
	height: 43px;
}
#menu a {
	float: left;
	display: block;
	height: 43px;
	text-decoration: none;
}
.home {
	background: url(../images/menu/home.png) top no-repeat;
	width: 84px;
}
.profprod {
	background: url(../images/menu/profprod.png) top no-repeat;
	width: 230px;
}
.expertise {
	background: url(../images/menu/expertise.png) top no-repeat;
	width: 130px;
}
.equipment {
	background: url(../images/menu/equipment.png) top no-repeat;
	width: 130px;
}
.people {
	background: url(../images/menu/people.png) top no-repeat;
	width: 140px;
}
.contact {
	background: url(../images/menu/contact.png) top no-repeat;
	width: 139px;
}


#menu a:hover {
	background-position: bottom !important;
}

.home_a {
	background: url(../images/menu/home.png) bottom no-repeat;
	cursor: default;
	width: 84px;
}
.profprod_a {
	background: url(../images/menu/profprod.png) bottom no-repeat;
	width: 230px;
}
.expertise_a {
	background: url(../images/menu/expertise.png) bottom no-repeat;
	width: 130px;
}
.equipment_a {
	background: url(../images/menu/equipment.png) bottom no-repeat;
	width: 130px;
}
.people_a {
	background: url(../images/menu/people.png) bottom no-repeat;
	width: 140px;
}
.contact_a {
	background: url(../images/menu/contact.png) bottom no-repeat;
	width: 139px;
}

.col1 {
	color: #4161CD;
}
.col2 {
	color: #FFFFFF;
}
.spacer {
	height: 5px;
}

#flash {
	position: absolute;
	width: 250px;
	background-color: #CCCCCC;
	height: 110px;
	margin-top: 2px;
	margin-left: 596px;
}

a img {
	text-decoration: none !important;
	border: none;
}

.group {
	background: url(../images/mid1.png) repeat-y;
	margin: 0;
	float: none;
	clear: both;
	display: block;
	color: #CCCCCC;
	width: 900px;
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 5px;
}
.group img {
	margin-left: 4px;
	}
.group p {
	margin-top: 0;
}
p.smaller {
	font-size: 0.75em;
	margin-top: 5px;
}