#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 800px;
  border: 1px solid #002252;
}
/*--- body -----------------------------------------------------------------*/
body {
	margin: 10px 0 ;
	padding: 0;
	background-color: #ffffff;
}
/*-- texts and links -------------*/
.textBlue {
	font-family: Verdana, Times New Roman, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	text-align: left;
	color: #000b49;
}

a, a:ACTIVE, a:VISITED{
	font-size: 14px;
	color: #ffffff;
	font-weight : bold;
	text-align: center;
	text-decoration: none;
}
a:HOVER{
  color: #7bd6ec;
}


/*--- header --------------------*/
#headerImage {
	background: url(images/header.gif) no-repeat top left;
	width: 800px;
	height: 156px;
}
/*--- menu ---------*/
#headerMenu{
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 35px;
	float: left;
}

#headerMenuLeft{
  position: relative;
  float: left;
  background: url(images/headerMenu-left.jpg) no-repeat top left;
	width: 168px;
	height: 35px;
  margin-right: -10px;
  padding: 5px !important; /* IE7, Mozilla, etc... */
  padding: 0 5px; /* IE6 */
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #dff2f8;
}

ul.menu {
  position: relative;
  float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
  margin-bottom: -3px; /* IE6 bug fix */
}

ul.menu li {
  position: relative;
	float: left;
	margin:0;
	padding: 0;
}

/*--- left side ---------*/
#leftSide{
  clear: left;
  position: relative;
  float: left;
  background: url(images/leftSide.jpg) no-repeat top left;
	width: 175px;
  height: 336px;
  margin: 0;
  padding-left: 5px;
  color: #ffffff;
}
.leftSideProd{
  color: #6c84a6;
}

#hr1{
  clear: both;
	background: url(images/hr.gif) top left repeat-x;
  width: 165px;
  height:1px;
	margin-left: -6px;
	padding-bottom: 5px !important; /* IE7 */
  padding: 0; /* IE6 */
}

#hr2{
  clear: both;
	background: url(images/hr.gif) center left repeat-x;
  width: 150px;
  height:1px;
	margin-left: -6px;
	padding: 5px 0 !important; /* IE7 */
  padding: 0; /* IE6 */
}

span.leftSlogan{
  position: relative;
  float: left;
	color: #2b5e88;
  font-weight: bold;
  clear: both;
}
.leftSlogan.large{
  font-size: 90px;
}
.leftSlogan.medium{
  font-size: 40px;
  margin-top: -15px;
  margin-bottom: 10px;
}
.leftSlogan.small{
  font-size: 12px;
}

.leftContact{
  position: relative;
  float: left;
	color: #ffffff;
  margin: 10px;
  font-weight: bold;
}
.leftContact.big{
	font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}
.leftContact.little{
	font-size: 14px;
}

/*--- body page ---------*/
#bodyPage {
  position: relative;
	background: url(images/bodyBackground.jpg) no-repeat bottom right;
  width: 620px;
  height: 336px;
  float: left;
	margin: 0 auto;
	padding: 0;
}
#picture{
  position:relative;
  float: left;
  padding-top: 10px;
  width:220px;
}
#pictureContact{
  position:relative;
	background: url(images/map.jpg) no-repeat bottom right;
  width: 375px;
  height:336px;
  float: left;
}
#text{
  position:relative;
  float: left;
  padding-top: 10px;
  margin: 0 30px !important;
  margin: 0;
  width: 340px;
}
#textContact{
  position:relative;
  float: left;
  padding-top: 50px;
  margin: 0;
  width: 245px;
}

ul.directions{
  clear: both;
	font-size: 10px;
	color: #77d002;
  line-height: 10px !important;
  line-height: 9px; /* IE6 bug fix */
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: disc;
}
ul.directions li{
  margin-right: 45px;
  margin-bottom: 5px;
}

#pictureProduct{
  position:relative;
  width: 210px;
  height:330px;
  float: left;
  margin-left: -6px;;
  padding-top: 5px;
}

#products{
  position:relative;
  width: 169px;
  height:237px;
  float: left;
	margin: 0 auto;
  margin-top: 20px;
  background-color: #ffffff;
  padding-left: 5px !important;
  padding: 0; /* IE6 bug fix */
	overflow: auto;
	scrollbar-face-color: #90f8fc;
	scrollbar-shadow-color: #000b49;
	scrollbar-highlight-color: #000b49;
	scrollbar-3dlight-color: #000b49;
	scrollbar-darkshadow-color: #000b49;
	scrollbar-track-color: #000b49;
	scrollbar-arrow-color: #000b49;
}

#containerProducts{
  position: relative;
  float: left;
  width: 169px;
  height: 336px;
}

#textProduct{
  position:relative;
  width: 230px;
  height:160px;
  float: left;
  padding-top: 30px;
  padding-left: 15px;
}
#descProdContainer{
  position:relative;
  width: 230px;
  height:106px;
  float: left;
  padding-left: 15px;
}

td#descProduct{
  width: 160px;
  font-size:10px;
}

/*--- footer -----------------------------------------------------------------*/
#footerText {
	clear: both;
	background: url(images/footer.gif) no-repeat top left;
	width: 800px;
	height: 28px;
	margin: 0;
  padding: 0;
}
#footerLeft {
  position: relative;
  float: left;
	width: 450px;
  height: 35px;
  margin: 0 auto;
  padding: 5px;
  font-size: 9px;
  text-align: left;
  color: #445d80;
}
#verticalLine {
  position: relative;
  float: right;
	width: 1px;
  height: 42px;
  margin: 0;
  padding: 0;
  background-color:#002252;
}
#footerRight {
  position:relative;
  float: left;
  width: 300px;
  height: 35px;
  padding: 10px;
	margin: 0 auto;
  text-align: center;
  color: #445d80;
}

a.afooter:LINK, a.afooter:ACTIVE, a.afooter:VISITED {
  font-size: 10px;
  color: #002252;
}
a.afooterBig:LINK, a.afooterBig:ACTIVE, a.afooterBig:VISITED {
  font-size: 16px;
  font-weight: 900;
  color: #99a7ba;
}


